Searched defs:curIndex (Results 1 - 23 of 23) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowVelocityTracker.java19 private int curIndex = 0; field in class:ShadowVelocityTracker
38 curIndex = 0;
60 curIndex = (curIndex + 1) % HISTORY_SIZE;
61 movements[curIndex].set(event);
74 Movement newestMovement = movements[curIndex];
84 int oldestIndex = curIndex;
/external/skia/src/gpu/
H A DGrResourceAllocator.cpp189 void GrResourceAllocator::expire(unsigned int curIndex) { argument
190 while (!fActiveIntvls.empty() && fActiveIntvls.peekHead()->end() < curIndex) {
/external/skqp/src/gpu/
H A DGrResourceAllocator.cpp184 void GrResourceAllocator::expire(unsigned int curIndex) { argument
185 while (!fActiveIntvls.empty() && fActiveIntvls.peekHead()->end() < curIndex) {
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
H A Dfrontend.cpp583 /// @param curIndex - The start index for the SIMD.
586 uint32_t curIndex,
589 uint32_t remainder = (maxIndex - curIndex);
585 GetNumInvocations( uint32_t curIndex, uint32_t maxIndex) argument
/external/deqp/modules/gles3/functional/
H A Des3fPrimitiveRestartTests.cpp270 deUint32 curIndex = 0; local
283 addIndex(curIndex++);
298 deUint32 curIndex = 0; local
319 addIndex(curIndex++);
335 deUint32 curIndex = 0; local
350 addIndex(curIndex++);
365 deUint32 curIndex = 0; local
381 addIndex(curIndex++);
391 addIndex(curIndex++);
407 deUint32 curIndex local
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dplurults.cpp270 int32_t curIndex=0; local
273 while (curIndex < testSource[i]) {
274 result[curIndex++]=0x6F; //'o' other
276 result[curIndex++]=0x61; // 'a'
279 *max=curIndex;
/external/icu/icu4c/source/i18n/
H A Dplurrule.cpp1219 int32_t curIndex= ruleIndex; local
1231 ++curIndex;
1235 if (ruleSrc->charAt(curIndex+1) == EQUALS) {
1236 curIndex += 2;
1239 curIndex += 1;
1244 while (type == tKeyword && ++curIndex < ruleSrc->length()) {
1245 ch = ruleSrc->charAt(curIndex);
1252 while (type == tNumber && ++curIndex < ruleSrc->length()) {
1253 ch = ruleSrc->charAt(curIndex);
1261 if (curIndex
[all...]
/external/robolectric/v1/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.osgi_3.10.100.v20150529-1857.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 451 milliseconds