Home
last modified time | relevance | path

Searched refs:childIndex (Results 1 – 25 of 1643) sorted by relevance

12345678910>>...66

/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/source/
H A DAbstractConcatenatedTimeline.java90 getTimelineByChildIndex(childIndex) in getNextWindowIndex()
126 getTimelineByChildIndex(childIndex) in getPreviousWindowIndex()
198 getTimelineByChildIndex(childIndex) in getWindow()
215 int childIndex = getChildIndexByChildUid(childUid); in getPeriodByUid() local
228 getTimelineByChildIndex(childIndex) in getPeriod()
246 int childIndex = getChildIndexByChildUid(childUid); in getIndexOfPeriod() local
247 if (childIndex == C.INDEX_UNSET) { in getIndexOfPeriod()
318 ? shuffleOrder.getNextIndex(childIndex) in getNextChildIndex()
319 : childIndex < childCount - 1 ? childIndex + 1 : C.INDEX_UNSET; in getNextChildIndex()
324 ? shuffleOrder.getPreviousIndex(childIndex) in getPreviousChildIndex()
[all …]
/dports/www/firefox/firefox-99.0/mobile/android/exoplayer2/src/main/java/org/mozilla/thirdparty/com/google/android/exoplayer2/source/
H A DAbstractConcatenatedTimeline.java90 getTimelineByChildIndex(childIndex) in getNextWindowIndex()
126 getTimelineByChildIndex(childIndex) in getPreviousWindowIndex()
198 getTimelineByChildIndex(childIndex) in getWindow()
215 int childIndex = getChildIndexByChildUid(childUid); in getPeriodByUid() local
228 getTimelineByChildIndex(childIndex) in getPeriod()
246 int childIndex = getChildIndexByChildUid(childUid); in getIndexOfPeriod() local
247 if (childIndex == C.INDEX_UNSET) { in getIndexOfPeriod()
318 ? shuffleOrder.getNextIndex(childIndex) in getNextChildIndex()
319 : childIndex < childCount - 1 ? childIndex + 1 : C.INDEX_UNSET; in getNextChildIndex()
324 ? shuffleOrder.getPreviousIndex(childIndex) in getPreviousChildIndex()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/source/
H A DAbstractConcatenatedTimeline.java90 getTimelineByChildIndex(childIndex) in getNextWindowIndex()
126 getTimelineByChildIndex(childIndex) in getPreviousWindowIndex()
198 getTimelineByChildIndex(childIndex) in getWindow()
215 int childIndex = getChildIndexByChildUid(childUid); in getPeriodByUid() local
228 getTimelineByChildIndex(childIndex) in getPeriod()
246 int childIndex = getChildIndexByChildUid(childUid); in getIndexOfPeriod() local
247 if (childIndex == C.INDEX_UNSET) { in getIndexOfPeriod()
318 ? shuffleOrder.getNextIndex(childIndex) in getNextChildIndex()
319 : childIndex < childCount - 1 ? childIndex + 1 : C.INDEX_UNSET; in getNextChildIndex()
324 ? shuffleOrder.getPreviousIndex(childIndex) in getPreviousChildIndex()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/glsl/
H A DGrGLSLFragmentProcessor.cpp19 void GrGLSLFragmentProcessor::emitChildFunction(int childIndex, EmitArgs& args) { in emitChildFunction() argument
20 SkASSERT(childIndex >= 0); in emitChildFunction()
21 SkASSERT(args.fFp.childProcessor(childIndex)); in emitChildFunction()
23 while (childIndex >= (int) fFunctionNames.size()) { in emitChildFunction()
28 if (fFunctionNames[childIndex].size() == 0) { in emitChildFunction()
33 *args.fFp.childProcessor(childIndex), in emitChildFunction()
39 fFunctionNames[childIndex] = in emitChildFunction()
50 SkASSERT(childIndex >= 0); in invokeChild()
56 this->emitChildFunction(childIndex, args); in invokeChild()
85 SkASSERT(childIndex >= 0); in invokeChildWithMatrix()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/glsl/
H A DGrGLSLFragmentProcessor.cpp22 while (childIndex >= (int) fFunctionNames.size()) { in invokeChild()
25 this->internalInvokeChild(childIndex, inputColor, args.fOutputColor, args, skslCoords); in invokeChild()
47 void GrGLSLFragmentProcessor::invokeChild(int childIndex, const char* inputColor, in invokeChild() argument
54 while (childIndex >= (int) fFunctionNames.size()) { in invokeChild()
60 if (fFunctionNames[childIndex].size() == 0) { in invokeChild()
63 const GrFragmentProcessor& childProc = args.fFp.childProcessor(childIndex); in invokeChild()
66 TextureSamplers textureSamplers = args.fTexSamplers.childInputs(childIndex); in invokeChild()
98 const GrFragmentProcessor& childProc = args.fFp.childProcessor(childIndex); in internalInvokeChild()
99 TransformedCoordVars coordVars = args.fTransformedCoords.childInputs(childIndex); in internalInvokeChild()
100 TextureSamplers textureSamplers = args.fTexSamplers.childInputs(childIndex); in internalInvokeChild()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/glsl/
H A DGrGLSLFragmentProcessor.cpp22 while (childIndex >= (int) fFunctionNames.size()) { in invokeChild()
25 this->internalInvokeChild(childIndex, inputColor, args.fOutputColor, args, skslCoords); in invokeChild()
47 void GrGLSLFragmentProcessor::invokeChild(int childIndex, const char* inputColor, in invokeChild() argument
54 while (childIndex >= (int) fFunctionNames.size()) { in invokeChild()
60 if (fFunctionNames[childIndex].size() == 0) { in invokeChild()
63 const GrFragmentProcessor& childProc = args.fFp.childProcessor(childIndex); in invokeChild()
66 TextureSamplers textureSamplers = args.fTexSamplers.childInputs(childIndex); in invokeChild()
98 const GrFragmentProcessor& childProc = args.fFp.childProcessor(childIndex); in internalInvokeChild()
99 TransformedCoordVars coordVars = args.fTransformedCoords.childInputs(childIndex); in internalInvokeChild()
100 TextureSamplers textureSamplers = args.fTexSamplers.childInputs(childIndex); in internalInvokeChild()
[all …]
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/glsl/
H A DGrGLSLFragmentProcessor.cpp22 while (childIndex >= (int) fFunctionNames.size()) { in invokeChild()
25 this->internalInvokeChild(childIndex, inputColor, args.fOutputColor, args, skslCoords); in invokeChild()
47 void GrGLSLFragmentProcessor::invokeChild(int childIndex, const char* inputColor, in invokeChild() argument
54 while (childIndex >= (int) fFunctionNames.size()) { in invokeChild()
60 if (fFunctionNames[childIndex].size() == 0) { in invokeChild()
63 const GrFragmentProcessor& childProc = args.fFp.childProcessor(childIndex); in invokeChild()
66 TextureSamplers textureSamplers = args.fTexSamplers.childInputs(childIndex); in invokeChild()
98 const GrFragmentProcessor& childProc = args.fFp.childProcessor(childIndex); in internalInvokeChild()
99 TransformedCoordVars coordVars = args.fTransformedCoords.childInputs(childIndex); in internalInvokeChild()
100 TextureSamplers textureSamplers = args.fTexSamplers.childInputs(childIndex); in internalInvokeChild()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/glsl/
H A DGrGLSLFragmentProcessor.cpp22 while (childIndex >= (int) fFunctionNames.size()) { in invokeChild()
25 this->internalInvokeChild(childIndex, inputColor, args.fOutputColor, args, skslCoords); in invokeChild()
47 void GrGLSLFragmentProcessor::invokeChild(int childIndex, const char* inputColor, in invokeChild() argument
54 while (childIndex >= (int) fFunctionNames.size()) { in invokeChild()
60 if (fFunctionNames[childIndex].size() == 0) { in invokeChild()
63 const GrFragmentProcessor& childProc = args.fFp.childProcessor(childIndex); in invokeChild()
66 TextureSamplers textureSamplers = args.fTexSamplers.childInputs(childIndex); in invokeChild()
98 const GrFragmentProcessor& childProc = args.fFp.childProcessor(childIndex); in internalInvokeChild()
99 TransformedCoordVars coordVars = args.fTransformedCoords.childInputs(childIndex); in internalInvokeChild()
100 TextureSamplers textureSamplers = args.fTexSamplers.childInputs(childIndex); in internalInvokeChild()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/tree/
H A DFixedHeightLayoutCache.java200 if(childIndex != -1) in getBounds()
541 if(childIndex == -1) { in getBounds()
752 protected int childIndex; field in FixedHeightLayoutCache.FHTreeStateNode
767 this.childIndex = childIndex; in FHTreeStateNode()
792 public void remove(int childIndex) { in remove() argument
796 super.remove(childIndex); in remove()
821 return childIndex; in getChildIndex()
906 (nextSibling.childIndex - childIndex); in getTotalChildCount()
1212 childIndex) { in addNode()
1332 info.childIndex = childIndex; in getPathForRow()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/javax/swing/tree/
H A DFixedHeightLayoutCache.java200 if(childIndex != -1) in getBounds()
541 if(childIndex == -1) { in getBounds()
752 protected int childIndex; field in FixedHeightLayoutCache.FHTreeStateNode
767 this.childIndex = childIndex; in FHTreeStateNode()
792 public void remove(int childIndex) { in remove() argument
796 super.remove(childIndex); in remove()
821 return childIndex; in getChildIndex()
906 (nextSibling.childIndex - childIndex); in getTotalChildCount()
1212 childIndex) { in addNode()
1332 info.childIndex = childIndex; in getPathForRow()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/tree/
H A DFixedHeightLayoutCache.java200 if(childIndex != -1) in getBounds()
541 if(childIndex == -1) { in getBounds()
752 protected int childIndex; field in FixedHeightLayoutCache.FHTreeStateNode
767 this.childIndex = childIndex; in FHTreeStateNode()
792 public void remove(int childIndex) { in remove() argument
796 super.remove(childIndex); in remove()
821 return childIndex; in getChildIndex()
906 (nextSibling.childIndex - childIndex); in getTotalChildCount()
1212 childIndex) { in addNode()
1332 info.childIndex = childIndex; in getPathForRow()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/tree/
H A DFixedHeightLayoutCache.java198 if(childIndex != -1) in getBounds()
539 if(childIndex == -1) { in getBounds()
750 protected int childIndex; field in FixedHeightLayoutCache.FHTreeStateNode
765 this.childIndex = childIndex; in FHTreeStateNode()
790 public void remove(int childIndex) { in remove() argument
794 super.remove(childIndex); in remove()
819 return childIndex; in getChildIndex()
904 (nextSibling.childIndex - childIndex); in getTotalChildCount()
1210 childIndex) { in addNode()
1330 info.childIndex = childIndex; in getPathForRow()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/javax/swing/tree/
H A DFixedHeightLayoutCache.java200 if(childIndex != -1) in getBounds()
541 if(childIndex == -1) { in getBounds()
752 protected int childIndex; field in FixedHeightLayoutCache.FHTreeStateNode
767 this.childIndex = childIndex; in FHTreeStateNode()
792 public void remove(int childIndex) { in remove() argument
796 super.remove(childIndex); in remove()
821 return childIndex; in getChildIndex()
906 (nextSibling.childIndex - childIndex); in getTotalChildCount()
1212 childIndex) { in addNode()
1332 info.childIndex = childIndex; in getPathForRow()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/javax/swing/tree/
H A DFixedHeightLayoutCache.java200 if(childIndex != -1) in getBounds()
541 if(childIndex == -1) { in getBounds()
752 protected int childIndex; field in FixedHeightLayoutCache.FHTreeStateNode
767 this.childIndex = childIndex; in FHTreeStateNode()
792 public void remove(int childIndex) { in remove() argument
796 super.remove(childIndex); in remove()
821 return childIndex; in getChildIndex()
906 (nextSibling.childIndex - childIndex); in getTotalChildCount()
1212 childIndex) { in addNode()
1332 info.childIndex = childIndex; in getPathForRow()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/javax/swing/tree/
H A DFixedHeightLayoutCache.java200 if(childIndex != -1) in getBounds()
541 if(childIndex == -1) { in getBounds()
752 protected int childIndex; field in FixedHeightLayoutCache.FHTreeStateNode
767 this.childIndex = childIndex; in FHTreeStateNode()
792 public void remove(int childIndex) { in remove() argument
796 super.remove(childIndex); in remove()
821 return childIndex; in getChildIndex()
906 (nextSibling.childIndex - childIndex); in getTotalChildCount()
1212 childIndex) { in addNode()
1332 info.childIndex = childIndex; in getPathForRow()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/javax/swing/tree/
H A DFixedHeightLayoutCache.java200 if(childIndex != -1) in getBounds()
541 if(childIndex == -1) { in getBounds()
752 protected int childIndex; field in FixedHeightLayoutCache.FHTreeStateNode
767 this.childIndex = childIndex; in FHTreeStateNode()
792 public void remove(int childIndex) { in remove() argument
796 super.remove(childIndex); in remove()
821 return childIndex; in getChildIndex()
906 (nextSibling.childIndex - childIndex); in getTotalChildCount()
1212 childIndex) { in addNode()
1332 info.childIndex = childIndex; in getPathForRow()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/javax/swing/tree/
H A DFixedHeightLayoutCache.java200 if(childIndex != -1) in getBounds()
541 if(childIndex == -1) { in getBounds()
752 protected int childIndex; field in FixedHeightLayoutCache.FHTreeStateNode
767 this.childIndex = childIndex; in FHTreeStateNode()
792 public void remove(int childIndex) { in remove() argument
796 super.remove(childIndex); in remove()
821 return childIndex; in getChildIndex()
906 (nextSibling.childIndex - childIndex); in getTotalChildCount()
1212 childIndex) { in addNode()
1332 info.childIndex = childIndex; in getPathForRow()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/tree/
H A DFixedHeightLayoutCache.java198 if(childIndex != -1) in getBounds()
539 if(childIndex == -1) { in getBounds()
750 protected int childIndex; field in FixedHeightLayoutCache.FHTreeStateNode
765 this.childIndex = childIndex; in FHTreeStateNode()
790 public void remove(int childIndex) { in remove() argument
794 super.remove(childIndex); in remove()
819 return childIndex; in getChildIndex()
904 (nextSibling.childIndex - childIndex); in getTotalChildCount()
1210 childIndex) { in addNode()
1330 info.childIndex = childIndex; in getPathForRow()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/glsl/
H A DGrGLSLFragmentProcessor.cpp23 void GrGLSLFragmentProcessor::emitChild(int childIndex, const char* inputColor, EmitArgs& args) { in emitChild() argument
24 this->internalEmitChild(childIndex, inputColor, args.fOutputColor, args); in emitChild()
27 void GrGLSLFragmentProcessor::emitChild(int childIndex, const char* inputColor, in emitChild() argument
34 this->internalEmitChild(childIndex, inputColor, outputColor->c_str(), args); in emitChild()
37 void GrGLSLFragmentProcessor::internalEmitChild(int childIndex, const char* inputColor, in internalEmitChild() argument
43 const GrFragmentProcessor& childProc = args.fFp.childProcessor(childIndex); in internalEmitChild()
47 fragBuilder->codeAppendf("// Child Index %d (mangle: %s): %s\n", childIndex, in internalEmitChild()
49 TransformedCoordVars coordVars = args.fTransformedCoords.childInputs(childIndex); in internalEmitChild()
50 TextureSamplers textureSamplers = args.fTexSamplers.childInputs(childIndex); in internalEmitChild()
51 BufferSamplers bufferSamplers = args.fBufferSamplers.childInputs(childIndex); in internalEmitChild()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/glsl/
H A DGrGLSLFragmentProcessor.cpp23 void GrGLSLFragmentProcessor::emitChild(int childIndex, const char* inputColor, EmitArgs& args) { in emitChild() argument
24 this->internalEmitChild(childIndex, inputColor, args.fOutputColor, args); in emitChild()
27 void GrGLSLFragmentProcessor::emitChild(int childIndex, const char* inputColor, in emitChild() argument
33 this->internalEmitChild(childIndex, inputColor, outputColor->c_str(), args); in emitChild()
36 void GrGLSLFragmentProcessor::internalEmitChild(int childIndex, const char* inputColor, in internalEmitChild() argument
43 const GrFragmentProcessor& childProc = args.fFp.childProcessor(childIndex); in internalEmitChild()
47 fragBuilder->codeAppendf("// Child Index %d (mangle: %s): %s\n", childIndex, in internalEmitChild()
49 TransformedCoordVars coordVars = args.fTransformedCoords.childInputs(childIndex); in internalEmitChild()
50 TextureSamplers textureSamplers = args.fTexSamplers.childInputs(childIndex); in internalEmitChild()
51 TexelBuffers texelBuffers = args.fTexelBuffers.childInputs(childIndex); in internalEmitChild()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/
H A DFilterTransform.java53 filteredIndexes = new int[]{childIndex}; in addFilter()
65 next[0] = childIndex; in addFilter()
77 next[location] = childIndex; in addFilter()
181 int viewToModel(int childIndex) { in viewToModel() argument
183 return childIndex; in viewToModel()
213 int modelToView(int childIndex) { in modelToView() argument
215 return childIndex; in modelToView()
219 if (childIndex == filteredIndex ) { in modelToView()
227 return childIndex - offset; in modelToView()
396 return childIndex; in modelToViewIndex()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/base/src/
H A DnsMsgGroupThread.cpp255 for (uint32_t childIndex = 0; childIndex < numChildren; childIndex++) { in ReparentChildrenOf() local
339 for (uint32_t childIndex = 0; childIndex < numChildren; childIndex++) { in nsMsgGroupThreadEnumerator() local
357 for (uint32_t childIndex = 0; childIndex < numChildren; childIndex++) { in nsMsgGroupThreadEnumerator() local
501 for (int32_t childIndex = 0; childIndex < (int32_t) numChildren; childIndex++)
540 for (uint32_t childIndex = 0; childIndex < numChildren; childIndex++) { in GetRootHdr() local
551 if (resultIndex) *resultIndex = childIndex; in GetRootHdr()
582 uint32_t childIndex; in GetChildHdrForKey() local
583 for (childIndex = 0; childIndex < numChildren; childIndex++) { in GetChildHdrForKey()
599 if (resultIndex) *resultIndex = (int32_t)childIndex; in GetChildHdrForKey()
610 for (uint32_t childIndex = 0; childIndex < numChildren; childIndex++) { in GetFirstUnreadChild() local
[all …]
/dports/textproc/exempi/exempi-2.5.2/XMPFiles/source/FormatSupport/
H A DRIFF.cpp408 for ( childIndex = (XMP_Index)this->children.size() - 1; childIndex > 0; --childIndex ) { in changesAndSize()
410 currChild = this->children[childIndex]; in changesAndSize()
414 Chunk * prevChild = this->children[childIndex-1]; in changesAndSize()
431 for ( childIndex = (XMP_Index)this->children.size() - 1; childIndex >= 0; --childIndex ) { in changesAndSize()
433 currChild = this->children[childIndex]; in changesAndSize()
462 for ( childIndex = 0; childIndex < (XMP_Index)this->children.size(); ++childIndex ) { in changesAndSize()
464 currChild = this->children[childIndex]; in changesAndSize()
474 if ( childIndex+1 < (XMP_Index)this->children.size() ) nextChild = this->children[childIndex+1]; in changesAndSize()
530 if ( junkIndex < childIndex ) ++childIndex; // The insertion moved the current child. in changesAndSize()
585 for ( childIndex = 0; childIndex < (XMP_Index)this->children.size(); ++childIndex ) { in changesAndSize()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/glsl/
H A DGrGLSLFragmentProcessor.cpp20 SkString GrGLSLFragmentProcessor::invokeChild(int childIndex, const char* inputColor, in invokeChild() argument
23 while (childIndex >= (int) fFunctionNames.size()) { in invokeChild()
37 const GrFragmentProcessor& childProc = args.fFp.childProcessor(childIndex); in invokeChild()
40 if (fFunctionNames[childIndex].size() == 0) { in invokeChild()
43 TransformedCoordVars coordVars = args.fTransformedCoords.childInputs(childIndex); in invokeChild()
44 TextureSamplers textureSamplers = args.fTexSamplers.childInputs(childIndex); in invokeChild()
54 fFunctionNames[childIndex] = in invokeChild()
55 fragBuilder->writeProcessorFunction(this->childProcessor(childIndex), childArgs); in invokeChild()
65 SkString result = SkStringPrintf("%s(%s", fFunctionNames[childIndex].c_str(), in invokeChild()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/db/msgdb/src/
H A DnsMsgThread.cpp264 for (uint32_t childIndex = 0; childIndex < numChildren; childIndex++) { in AddChild() local
379 for (uint32_t childIndex = 0; childIndex < numChildren; childIndex++) { in ReparentNonReferenceChildrenOf() local
518 for (uint32_t childIndex = 0; childIndex < numChildren; childIndex++) { in ReparentChildrenOf() local
609 for (uint32_t childIndex = 0; childIndex < numChildren; childIndex++) { in nsMsgThreadEnumerator() local
628 for (uint32_t childIndex = 0; childIndex < numChildren; childIndex++) { in nsMsgThreadEnumerator() local
778 for (uint32_t childIndex = 0; childIndex < numChildren; childIndex++) { in ReparentMsgsWithInvalidParent() local
831 for (uint32_t childIndex = 0; childIndex < numChildren; childIndex++) { in GetRootHdr() local
922 uint32_t childIndex; in GetChildHdrForKey() local
923 for (childIndex = 0; childIndex < numChildren; childIndex++) { in GetChildHdrForKey()
988 for (uint32_t childIndex = 0; childIndex < numChildren; childIndex++) { in GetFirstUnreadChild() local
[all …]

12345678910>>...66