Home
last modified time | relevance | path

Searched refs:a (Results 1001 – 1025 of 1121) sorted by relevance

1...<<4142434445

/art/runtime/
Druntime_options.def6 * You may obtain a copy of the License at
30 // If a default value is omitted here, T{} is used as the default value, which is
178 // if we are on a userdebug build or the app is debuggable or profileable.
/art/tools/checker/file_format/checker/
Dtest.py330 for testArch in [a for a in archs_list if a != targetArch]:
/art/test/675-checker-unverified-method/smali/
DTestCase.smali5 # You may obtain a copy of the License at
/art/test/972-iface-super-multidex/smali/
Dconcreteclass.smali6 # You may obtain a copy of the License at
/art/test/467-regalloc-pair/smali/
DTestCase.smali5 # You may obtain a copy of the License at
/art/test/800-smali/smali/
Db_22881413.smali38 # Empty, ignore this. We want to see if the other method can be verified in a reasonable amount of
73 # 1) Use a while, so that the end of the loop is a goto. That way, the merging of outer-loop
/art/compiler/jni/
Djni_compiler_test.cc752 jlong a = INT64_C(0x1234567890ABCDEF); in CompileAndRunLongLongMethodImpl() local
754 jlong result = env_->CallNonvirtualLongMethod(jobj_, jklass_, jmethod_, a, b); in CompileAndRunLongLongMethodImpl()
755 EXPECT_EQ(a - b, result); in CompileAndRunLongLongMethodImpl()
757 result = env_->CallNonvirtualLongMethod(jobj_, jklass_, jmethod_, b, a); in CompileAndRunLongLongMethodImpl()
758 EXPECT_EQ(b - a, result); in CompileAndRunLongLongMethodImpl()
781 jdouble a = 3.14159265358979323846; in CompileAndRunDoubleDoubleMethodImpl() local
783 result = env_->CallNonvirtualDoubleMethod(jobj_, jklass_, jmethod_, a, b); in CompileAndRunDoubleDoubleMethodImpl()
784 EXPECT_DOUBLE_EQ(a - b, result); in CompileAndRunDoubleDoubleMethodImpl()
801 jlong a = 0x1000000020000000ULL; in CompileAndRun_fooJJ_synchronizedImpl() local
803 jlong result = env_->CallNonvirtualLongMethod(jobj_, jklass_, jmethod_, a, b); in CompileAndRun_fooJJ_synchronizedImpl()
[all …]
/art/test/922-properties/
Dexpected.txt58 "a": OK !!!JVMTI_ERROR_NOT_AVAILABLE
/art/perfetto_hprof/
DAndroid.bp5 // You may obtain a copy of the License at
/art/test/173-missing-field-type/smali/
DBadField.smali6 # You may obtain a copy of the License at
/art/tools/cpp-define-generator/
DAndroid.bp6 // You may obtain a copy of the License at
/art/runtime/gc/collector/
Dgarbage_collector.cc104 gc_ranges->sort([](const range_t& a, const range_t& b) { in ExtractRssFromMincore() argument
105 return std::less()(a.first, b.first); in ExtractRssFromMincore()
/art/test/1965-get-set-local-primitive-no-tables/jasmin/
DTestCases1965.j5 ; You may obtain a copy of the License at
26 ; NB We limit locals 4 so that every method has space to fit a long/double in it.
/art/compiler/optimizing/
Dcode_sinking.cc398 std::sort(move_in_order.begin(), move_in_order.end(), [](HInstruction* a, HInstruction* b) { in SinkCodeToUncommonBranch() argument
399 return b->StrictlyDominates(a); in SinkCodeToUncommonBranch()
Dinduction_var_range_test.cc134 HInductionVarAnalysis::InductionInfo* a, in CreateInvariant() argument
148 return iva_->CreateInvariantOp(op, a, b); in CreateInvariant()
179 HInductionVarAnalysis::InductionInfo* CreateLinear(int32_t a, int32_t b) { in CreateLinear() argument
182 CreateConst(a), in CreateLinear()
189 HInductionVarAnalysis::InductionInfo* CreatePolynomial(int32_t a, int32_t b, int32_t c) { in CreatePolynomial() argument
192 CreateLinear(a, b), in CreatePolynomial()
199 HInductionVarAnalysis::InductionInfo* CreateGeometric(int32_t a, int32_t b, int32_t f, char op) { in CreateGeometric() argument
203 CreateConst(a), in CreateGeometric()
/art/test/543-checker-dce-trycatch/smali/
DTestCase.smali5 # You may obtain a copy of the License at
26 # Test a case when one entering TryBoundary is dead but the rest of the try
71 # Test a case when one exiting TryBoundary is dead but the rest of the try
117 # Test that a catch block remains live and consistent if some of try blocks
/art/test/004-JniTest/smali/
DConcreteClass.smali6 # * You may obtain a copy of the License at
DDefaultInterface.smali6 # * You may obtain a copy of the License at
/art/test/134-reg-promotion/smali/
DTest.smali6 # You may obtain a copy of the License at
/art/test/1931-monitor-events/
Dexpected.txt27 Interrupt a monitor being waited on.
/art/test/530-checker-regression-reftyp-final/smali/
DTestCase.smali5 # You may obtain a copy of the License at
/art/test/633-checker-rtp-getclass/smali/
DSmaliTests.smali5 # You may obtain a copy of the License at
/art/compiler/utils/x86_64/
Dassembler_x86_64.h567 void comiss(XmmRegister a, XmmRegister b);
568 void comiss(XmmRegister a, const Address& b);
569 void comisd(XmmRegister a, XmmRegister b);
570 void comisd(XmmRegister a, const Address& b);
571 void ucomiss(XmmRegister a, XmmRegister b);
572 void ucomiss(XmmRegister a, const Address& b);
573 void ucomisd(XmmRegister a, XmmRegister b);
574 void ucomisd(XmmRegister a, const Address& b);
/art/test/978-virtual-interface/smali/
DIface.smali6 # * You may obtain a copy of the License at
/art/tools/dexanalyze/
Ddexanalyze_experiments.h50 size_t PrefixLen(const std::string& a, const std::string& b);

1...<<4142434445