HomeSort by relevance Sort by last modified time
    Searched defs:index0 (Results 1 - 25 of 28) sorted by null

1 2

  /external/skia/src/core/
SkLineClipper.cpp 97 int index0, index1; local
100 index0 = 0;
103 index0 = 1;
111 if (tmp[index0].fY < clip.fTop) {
112 tmp[index0].set(sect_with_horizontal(src, clip.fTop), clip.fTop);
119 index0 = 0;
122 index0 = 1;
127 if ((tmp[index1].fX <= clip.fLeft || tmp[index0].fX >= clip.fRight) &&
128 tmp[index0].fX < tmp[index1].fX) {
133 if (tmp[index0].fX < clip.fLeft)
188 int index0, index1; local
    [all...]
  /external/v8/test/cctest/compiler/
test-run-wasm-machops.cc 108 Node* index0 = m.IntPtrConstant(x * sizeof(buffer[0])); local
109 Node* load = m.Load(rep, base, index0);
test-run-load-store.cc 181 Node* index0 = m.IntPtrConstant(x * sizeof(buffer[0])); local
182 Node* load = m.Load(rep, base, index0);
  /art/compiler/optimizing/
stack_map_test.cc 109 size_t index0 = dex_register_map.GetLocationCatalogEntryIndex( local
113 ASSERT_EQ(0u, index0);
115 DexRegisterLocation location0 = location_catalog.GetDexRegisterLocation(index0);
223 size_t index0 = dex_register_map.GetLocationCatalogEntryIndex( local
227 ASSERT_EQ(0u, index0);
229 DexRegisterLocation location0 = location_catalog.GetDexRegisterLocation(index0);
285 size_t index0 = dex_register_map.GetLocationCatalogEntryIndex( local
289 ASSERT_EQ(2u, index0);
291 DexRegisterLocation location0 = location_catalog.GetDexRegisterLocation(index0);
339 size_t index0 = dex_register_map.GetLocationCatalogEntryIndex local
393 size_t index0 = dex_register_map.GetLocationCatalogEntryIndex( local
470 size_t index0 = dex_register_map.GetLocationCatalogEntryIndex( local
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btConvexHullShape.cpp 146 int index0 = i%m_unscaledPoints.size(); local
148 pa = getScaledPoint(index0);
  /external/dng_sdk/source/
dng_pixel_buffer.cpp 175 uint32 index0; local
184 index0 = 0;
191 index0 = 2;
198 index0 = 0;
210 index0 = 1;
217 index0 = 2;
224 index0 = 1;
237 count0 = count [index0];
247 sStep0 = step [index0];
255 dStep0 = step [index0];
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
LocaleData.java 418 int index0 = localeSeparator.indexOf(sub0); local
420 if (index0 >= 0 && index1 >= 0 && index0 <= index1) {
421 return localeSeparator.substring(index0 + sub0.length(), index1);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
LocaleData.java 446 int index0 = localeSeparator.indexOf(sub0); local
448 if (index0 >= 0 && index1 >= 0 && index0 <= index1) {
449 return localeSeparator.substring(index0 + sub0.length(), index1);
  /external/jsoncpp/src/test_lib_json/
main.cpp 204 const unsigned int index0 = 0; local
233 JSONTEST_ASSERT_EQUAL(Json::Value(1234), constArray[index0]);
237 JSONTEST_ASSERT_EQUAL(Json::Value(1234), array1_[index0]);
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
Collision.java 189 public static void btAdjustInternalEdgeContacts(btManifoldPoint cp, btCollisionObjectWrapper trimeshColObj0Wrap, btCollisionObjectWrapper otherColObj1Wrap, int partId0, int index0, int normalAdjustFlags) {
190 CollisionJNI.btAdjustInternalEdgeContacts__SWIG_0(btManifoldPoint.getCPtr(cp), cp, btCollisionObjectWrapper.getCPtr(trimeshColObj0Wrap), trimeshColObj0Wrap, btCollisionObjectWrapper.getCPtr(otherColObj1Wrap), otherColObj1Wrap, partId0, index0, normalAdjustFlags); local
193 public static void btAdjustInternalEdgeContacts(btManifoldPoint cp, btCollisionObjectWrapper trimeshColObj0Wrap, btCollisionObjectWrapper otherColObj1Wrap, int partId0, int index0) {
194 CollisionJNI.btAdjustInternalEdgeContacts__SWIG_1(btManifoldPoint.getCPtr(cp), cp, btCollisionObjectWrapper.getCPtr(trimeshColObj0Wrap), trimeshColObj0Wrap, btCollisionObjectWrapper.getCPtr(otherColObj1Wrap), otherColObj1Wrap, partId0, index0); local
  /external/skia/src/effects/gradients/
SkLinearGradient.cpp 208 int index0 = fi + toggle; local
209 int index1 = index0;
213 SkPMColor lerp = SkFastFourByteInterp(cache[index1], cache[index0], remainder);
214 index0 ^= SkGradientShaderBase::kDitherStride32;
216 SkPMColor dlerp = SkFastFourByteInterp(cache[index1], cache[index0], remainder);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_DequantTransformResidualFromPairAndAdd_s.s 99 index0 RN 1 label
251 LDR index0,=0x05040100 ;// Indexes into dVmatrix
253 VDUP dindexRow0,index0
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DateIntervalFormat.java 779 int index0 = combiningPattern.indexOf("{0}"); local
781 if (index0 < 0 || index1 < 0) {
785 if (index0 < index1) {
787 posResult.setBeginIndex(pos0.getBeginIndex() + index0);
788 posResult.setEndIndex(pos0.getEndIndex() + index0)
    [all...]
  /external/icu/icu4c/source/i18n/
dtitvfmt.cpp 1322 int32_t index0 = combiningPattern.indexOf(bracketedZero, 3, 0); local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateIntervalFormat.java 787 int index0 = combiningPattern.indexOf("{0}"); local
789 if (index0 < 0 || index1 < 0) {
793 if (index0 < index1) {
795 posResult.setBeginIndex(pos0.getBeginIndex() + index0);
796 posResult.setEndIndex(pos0.getEndIndex() + index0);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample.c 198 LLVMValueRef index0 = LLVMConstInt(i32t, 0, 0); local
323 rho_vec = LLVMBuildExtractElement(builder, rho_vec, index0, "");
334 rho_s = LLVMBuildExtractElement(builder, rho_vec, index0, "");
    [all...]
lp_bld_sample_soa.c 1368 LLVMValueRef index0 = lp_build_const_int32(gallivm, 0); local
1393 LLVMValueRef index0 = lp_build_const_int32(gallivm, 0); local
    [all...]
lp_bld_arit.c 1308 LLVMValueRef index0 = LLVMConstInt(i32t, 0, 0); local
1398 LLVMValueRef index0 = LLVMConstInt(i32t, 0, 0); local
    [all...]
  /external/harfbuzz_ng/src/hb-ucdn/
unicodedata_db.h 1647 static const unsigned char index0[] = { variable
    [all...]
  /external/icu/icu4c/source/common/
ubidi.c 2355 index0, index1; local
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
row_common.cc 2092 int index0 = shuffler[0]; local
    [all...]
  /external/libyuv/files/source/
row_common.cc 2227 int index0 = shuffler[0]; local
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBody.cpp 2194 int index0=tetfaces[f][0]; local
    [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 1930 milliseconds

1 2