Home
last modified time | relevance | path

Searched refs:fail (Results 76 – 97 of 97) sorted by relevance

1234

/art/tools/jvmti-agents/ti-fast/
DREADME.md102 * `-Xplugin` and `-agentpath` need to be used, otherwise the agent will fail during init.
/art/runtime/arch/arm/
Dinstruction_set_features_arm.cc151 if (!in.fail()) { in FromCpuInfo()
/art/tools/jvmti-agents/field-counts/
DREADME.md27 * `-Xplugin` and `-agentpath` need to be used, otherwise the agent will fail during init.
/art/tools/jvmti-agents/titrace/
DREADME.md14 * `-Xplugin` and `-agentpath` need to be used, otherwise libtitrace agent will fail during init.
/art/tools/jvmti-agents/list-extensions/
DREADME.md46 * `-Xplugin` and `-agentpath` need to be used, otherwise the agent will fail during init.
/art/tools/bisection_search/
DREADME.md30 will fail if pid of the process started by raw-cmd is different than pid of runtime.
/art/tools/jvmti-agents/ti-alloc-sample/
DREADME.md69 * `-Xplugin` and `-agentpath` need to be used, otherwise the agent will fail during init.
/art/runtime/arch/x86/
Dinstruction_set_features_x86.cc195 if (!in.fail()) { in FromCpuInfo()
/art/runtime/interpreter/mterp/arm/
Dother.S14 cmp r0, #0 @ fail?
88 cmp r0, #0 @ fail?
Darray.S185 beq common_errNullObject @ yup, fail
/art/tools/checker/match/
Dfile.py341 Logger.fail("Test case not found in the CFG file",
/art/test/VerifierDeps/
DMain.smali426 # Verification will fail because the referring class is not an interface.
435 # Verification will fail because the referring class is not an interface.
/art/tools/
Dlibcore_failures.txt241 …t on walleye bots, currenlty on OPM1.171019.019. But test passes on Q, so just mark it fail here.",
/art/test/
Drun-test347 run_args+=(--verify-soft-fail)
DAndroid.bp771 "1937-transform-soft-fail/src/art/Test1937.java",
909 "1937-transform-soft-fail/expected.txt",
/art/openjdkjvmti/
Dti_redefine.cc1002 auto fail = old_methods.cbegin(); in CheckMethods() local
1003 std::advance(fail, off); in CheckMethods()
1007 MethodNameAndSignature(&old_dex_file, fail->GetIndex()).ToString().c_str())); in CheckMethods()
1061 auto fail = old_fields.cbegin(); in CheckFields() local
1062 std::advance(fail, off); in CheckFields()
1066 FieldNameAndSignature(&old_dex_file, fail->GetIndex()).ToString().c_str())); in CheckFields()
/art/test/543-checker-dce-trycatch/smali/
DTestCase.smali166 # stored with the merge block gets deleted and SSAChecker would fail if it was
/art/test/dexdump/
Dinvoke-custom.lst15 0x000028e0 22 TestBase fail ()V TestBase.java 92
Dinvoke-custom.txt477 name : 'fail'
485 0028d0: |[0028d0] TestBase.fail:()V
487 0028e4: 1a01 2601 |0002: const-string v1, "fail" // string@0126
884 001a42: 7100 0600 0000 |0013: invoke-static {}, LMain;.fail:()V // method@0…
907 001a9e: 7100 0600 0000 |0041: invoke-static {}, LMain;.fail:()V // method@0…
/art/tools/hiddenapi/
Dhiddenapi_test.cc134 if (ofs.fail()) { in OpenStream()
Dhiddenapi.cc994 CHECK(!api_file.fail()) << "Unable to open file '" << path << "' " << strerror(errno); in OpenApiFile()
/art/compiler/optimizing/
Dcode_generator_arm_vixl.cc5618 vixl32::Label fail; in GenerateWideAtomicStore() local
5624 __ Bind(&fail); in GenerateWideAtomicStore()
5636 __ CompareAndBranchIfNonZero(temp1, &fail); in GenerateWideAtomicStore()

1234