HomeSort by relevance Sort by last modified time
    Searched refs:mid2 (Results 1 - 18 of 18) sorted by null

  /art/runtime/
method_reference.h 62 const DexFile::MethodId& mid2 = mr2.dex_file->GetMethodId(mr2.dex_method_index); local
64 mr2.dex_file->StringByTypeIdx(mid2.class_idx_));
69 int name_diff = strcmp(mr1.dex_file->GetMethodName(mid1), mr2.dex_file->GetMethodName(mid2));
75 const DexFile::ProtoId& prid2 = mr2.dex_file->GetProtoId(mid2.proto_idx_);
art_method.cc 193 const DexFile::MethodId& mid2 = dex_file->GetMethodId(other->GetDexMethodIndex()); local
194 return mid.name_idx_ == mid2.name_idx_ && mid.proto_idx_ == mid2.proto_idx_;
197 const DexFile::MethodId& mid2 = dex_file2->GetMethodId(other->GetDexMethodIndex()); local
198 if (!DexFileStringEquals(dex_file, mid.name_idx_, dex_file2, mid2.name_idx_)) {
201 return dex_file->GetMethodSignature(mid) == dex_file2->GetMethodSignature(mid2);
    [all...]
jni_internal_test.cc 935 jmethodID mid2 = env_->FromReflectedMethod(method); local
    [all...]
  /external/swiftshader/third_party/subzero/crosstest/
test_stacksave.c 61 uint32_t mid2 = size2 / 2; local
67 vla1[j] = (vla2[start2] << 2) + (vla2[mid2] << 1) + vla2[size2 - 1];
  /external/deqp/modules/gles2/functional/
es2fShaderAlgorithmTests.cpp 176 << " mediump float mid2 = m - vsf;"
178 << " else if (sextant == 1) res = vec3(mid2, v, m);"
180 << " else if (sextant == 3) res = vec3(m, mid2, v);"
182 << " else res = vec3(v, m, mid2);"
199 float mid2 = m - vsf;
201 else if (sextant == 1) rgb = Vec3(mid2, v, m);
203 else if (sextant == 3) rgb = Vec3(m, mid2, v);
205 else rgb = Vec3(v, m, mid2);
  /art/test/004-JniTest/
jni_test.cc 581 jmethodID mid2 = env->GetMethodID(c, "<init>", "([B)V"); local
582 CHECK(mid2 != nullptr);
597 jstring s = reinterpret_cast<jstring>(env->NewObject(c, mid2, byte_array));
620 env->CallNonvirtualVoidMethod(s2, c, mid2, byte_array);
639 env->CallNonvirtualVoidMethod(s6, c, mid2, byte_array);
  /frameworks/base/tools/aapt2/compile/
NinePatch.cpp 419 const int32_t mid2 = length / 2; local
420 const int32_t mid1 = mid2 + (length % 2);
432 for (int32_t i = length - 1; i >= mid2 && max_alpha != 0xff; i--) {
  /external/skia/src/core/
SkStroke.cpp 548 int mid2 = outer1 ^ outer2 ^ mid1; local
549 SkASSERT(mid2 >= 1 && mid2 <= 3);
550 SkASSERT(mid2 != outer1 && mid2 != outer2 && mid2 != mid1);
551 SkASSERT(((1 << outer1) | (1 << outer2) | (1 << mid1) | (1 << mid2)) == 0x0f);
554 && pt_to_line(cubic[mid2], cubic[outer1], cubic[outer2]) <= lineSlop;
    [all...]
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityGestureDispatchTest.java 381 Point mid2 = new Point(20, 25); local
388 linePathInViewBounds(mid1, mid2), 0, gestureTime, true);
390 linePathInViewBounds(mid2, end), 0, gestureTime, false);
408 assertThat(mMotionEvents, hasItem(isAtPoint(mid2)));
  /external/libopus/celt/
bands.c 406 opus_val16 mid2; local
417 mid2 = SHR16(mid, 1);
418 El = MULT16_16(mid2, mid2) + side - 2*xp;
419 Er = MULT16_16(mid2, mid2) + side + 2*xp;
    [all...]
  /external/deqp/framework/referencerenderer/
rrRenderer.cpp 280 TriangleVertex mid2; local
310 TriangleVertex& middle = mid2;
333 // gen quad (v1) -> mid1 -> mid2 -> (v2)
336 clippedEdges.push_back(mid2);
354 TriangleVertex mid2; local
385 TriangleVertex& middle = mid2;
408 // gen triangle (v0) -> mid1 -> mid2
411 clippedEdges.push_back(mid2);
425 clippedEdges.push_back(mid2);
    [all...]
  /external/skia/tests/
PathOpsAngleIdeas.cpp 803 SkDPoint mid2 = q2.ptAtT(0.5);
804 SkDVector m2 = mid2 - q2[0];
    [all...]
  /external/pdfium/xfa/fgas/localization/
fgas_locale.cpp     [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0/
kotlin-compiler-embeddable-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.2/
kotlin-compiler-embeddable-1.0.2.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.5/
kotlin-compiler-embeddable-1.0.5.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.1.1/
kotlin-compiler-embeddable-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.1.3/
kotlin-compiler-embeddable-1.1.3.jar 

Completed in 7062 milliseconds