Home
last modified time | relevance | path

Searched defs:toIndex (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/src/gpu/
H A DGrResourceHandle.h25 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 DIntArrayList.java80 protected void removeRange(int fromIndex, int toIndex) { in removeRange() argument
H A DLongArrayList.java80 protected void removeRange(int fromIndex, int toIndex) { in removeRange() argument
H A DFloatArrayList.java80 protected void removeRange(int fromIndex, int toIndex) { in removeRange() argument
H A DBooleanArrayList.java81 protected void removeRange(int fromIndex, int toIndex) { in removeRange() argument
H A DDoubleArrayList.java80 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 DAMDGPULibFunc.cpp89 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 DCollationPerformanceTest.java1154 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 Dpeak_finder.cpp299 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 Dpngvalid.c579 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