Searched defs:toIndex (Results 1 - 10 of 10) sorted by relevance
/third_party/skia/src/gpu/ |
H A D | GrResourceHandle.h | 25 int toIndex() const { SkASSERT(this->isValid()); return fValue; } in toIndex() function in GrResourceHandle
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | IntArrayList.java | 80 protected void removeRange(int fromIndex, int toIndex) { in removeRange() argument
|
H A D | LongArrayList.java | 80 protected void removeRange(int fromIndex, int toIndex) { in removeRange() argument
|
H A D | FloatArrayList.java | 80 protected void removeRange(int fromIndex, int toIndex) { in removeRange() argument
|
H A D | BooleanArrayList.java | 81 protected void removeRange(int fromIndex, int toIndex) { in removeRange() argument
|
H A D | DoubleArrayList.java | 80 protected void removeRange(int fromIndex, int toIndex) { in removeRange() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULibFunc.cpp | 89 static unsigned toIndex(ID Id) { in toIndex() function in __anon24427::UnmangledFuncInfo
|
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
H A D | CollationPerformanceTest.java | 1154 void qSortImpl_java_usekeys(String src[], int fromIndex, int toIndex, java.text.Collator c) { in qSortImpl_java_usekeys() argument 1185 void qSortImpl_icu_usekeys(String src[], int fromIndex, int toIndex, com.ibm.icu.text.Collator c) { in qSortImpl_icu_usekeys() argument 1216 qSortImpl_nokeys(String src[], int fromIndex, int toIndex, Comparator c) qSortImpl_nokeys() argument [all...] |
/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/src/ |
H A D | peak_finder.cpp | 299 int32_t toIndex = frontIndex + n;
in FilterSecondaryPeak() local 629 int32_t toIndex = lastPos[j];
in SplitLongShortEnvelope() local
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | pngvalid.c | 579 pixel_copy(png_bytep toBuffer, png_uint_32 toIndex, in pixel_copy() argument 602 if ((toIndex & 7) > 0) sourceByte <<= toIndex & 7; in pixel_copy() local 608 if ((toIndex & 7) > 0) sourceByte >>= toIndex & 7; in pixel_copy() local [all...] |
Completed in 15 milliseconds