Home
last modified time | relevance | path

Searched refs:a (Results 1076 – 1100 of 1121) sorted by relevance

1...<<4142434445

/art/test/552-checker-primitive-typeprop/smali/
DTypePropagation.smali5 # You may obtain a copy of the License at
/art/tools/dexanalyze/
Ddexanalyze_strings.cc360 std::sort(prefixes.begin(), prefixes.end(), [](const std::string& a, const std::string& b) { in Build() argument
361 return a.length() > b.length(); in Build()
/art/libnativeloader/
Dnative_loader_test.cpp278 inf->IsSameObject = [](JNIEnv*, jobject a, jobject b) -> jboolean { in CreateJNINativeInterface() argument
279 return strcmp(reinterpret_cast<const char*>(a), reinterpret_cast<const char*>(b)) == 0; in CreateJNINativeInterface()
/art/compiler/optimizing/
Dcode_generator_vector_arm_vixl.cc830 HVecOperation* a = instruction->InputAt(1)->AsVecOperation(); in VisitVecSADAccumulate() local
832 DCHECK_EQ(a->GetPackedType(), b->GetPackedType()); in VisitVecSADAccumulate()
833 switch (a->GetPackedType()) { in VisitVecSADAccumulate()
835 DCHECK_EQ(2u, a->GetVectorLength()); in VisitVecSADAccumulate()
Doptimizing_cfi_test_expected.inc140 // VIXL emits an extra 2 bytes here for a 32-bit beq as there is no
/art/test/1966-get-set-local-objects-no-table/smali/
DTestCases1966.smali5 # You may obtain a copy of the License at
/art/test/005-annotations/
Dexpected.txt2 …t.anno.TestAnnotations.thing1: @android.test.anno.AnnoArrayField(bb=[], cc=[a, b], dd=[0.987654321…
/art/libartbase/
DAndroid.bp6 // You may obtain a copy of the License at
/art/build/apex/
DAndroid.bp14 // - Base requirements (binaries for which a 32-bit version is preferred on device, but for which
68 // - Debug variants (binaries for which a 32-bit version is preferred on device, but for which
/art/runtime/interpreter/mterp/
Dmterp.cc484 ObjPtr<mirror::Object> a = shadow_frame->GetVRegReference(inst->VRegB_23x()); in MterpAputObject() local
485 if (UNLIKELY(a == nullptr)) { in MterpAputObject()
490 ObjPtr<mirror::ObjectArray<mirror::Object>> array = a->AsObjectArray<mirror::Object>(); in MterpAputObject()
/art/test/044-proxy/src/
DReturnsAndArgPassing.java47 Object selectArg(int select, int a, long b, float c, double d, Object x); in selectArg() argument
/art/runtime/
Doat_file_manager.cc626 [](const auto& a, const auto& b) { return a.first < b.first; }); in UnlinkLeastRecentlyUsedVdexIfNeeded() argument
/art/test/510-checker-try-catch/smali/
DRuntime.smali5 # You may obtain a copy of the License at
409 # Insert a try/catch to force v1,v2,v3 to spill.
459 # Insert a try/catch to force (v2, v3), (v4, v5), (v6, v7) to spill.
/art/test/1965-get-set-local-primitive-no-tables/smali/
DTestCases1965.smali5 # You may obtain a copy of the License at
/art/test/972-default-imt-collision/smali/
DIface2.smali6 # * You may obtain a copy of the License at
/art/test/976-conflict-no-methods/smali/
DIface.smali6 # * You may obtain a copy of the License at
DMain.smali6 # * You may obtain a copy of the License at
/art/test/954-invoke-polymorphic-verifier/smali/
DVarHandleHappyAccessors.smali6 # You may obtain a copy of the License at
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DParser.java587 public int compare(RootData a, RootData b) { in parseInternal()
588 return Long.compare(a.id, b.id); in parseInternal()
/art/test/
DAndroid.bp6 // You may obtain a copy of the License at
823 // Copy+rename them them to a temporary directory and them zip them.
963 // Wrap the expected_cts_outputs_gen inside a java library to make it easy
964 // to export as a member of a module_exports.
/art/test/956-methodhandles/src/
DMain.java1842 (p, m, a) -> { in testInterfaceSpecial()
1845 List<Object> args = a == null ? Collections.EMPTY_LIST : Arrays.asList(a); in testInterfaceSpecial()
1855 System.out.println("Called accept with " + a[0]); in testInterfaceSpecial()
/art/test/624-checker-stringops/smali/
DSmali.smali6 # You may obtain a copy of the License at
/art/libartbase/base/
Dmem_map.cc401 static ptrdiff_t PointerDiff(A* a, B* b) { in PointerDiff() argument
402 return static_cast<ptrdiff_t>(reinterpret_cast<intptr_t>(a) - reinterpret_cast<intptr_t>(b)); in PointerDiff()
/art/test/593-checker-boolean-2-integral-conv/smali/
DSmaliTests.smali5 # You may obtain a copy of the License at
/art/test/1970-force-early-return-long/src/art/
DTest1970.java669 public static void no_runTestOn(Supplier<Object> a, ThreadRunnable b, ThreadRunnable c) {}

1...<<4142434445