Home
last modified time | relevance | path

Searched refs:error (Results 76 – 100 of 179) sorted by relevance

12345678

/art/runtime/arch/arm/
Dasm_support_arm.S47 .error "Unsupported offset"
55 .error
210 #error "FRAME_SIZE_SAVE_REFS_AND_ARGS(ARM) size not as expected."
271 #error "FRAME_SIZE_SAVE_ALL_CALLEE_SAVES(ARM) size not as expected."
/art/test/991-field-trace-2/
Dexpected.txt13 Caught error. art.Test991$TestError: Throwing error during access
22 Caught error. art.Test991$TestError: Throwing error during modify
84 Caught error. art.Test991$TestError: Throwing error during access
93 Caught error. art.Test991$TestError: Throwing error during modify
/art/test/1950-unprepared-transform/
Dexpected.txt2 Trying to redefine: class Transform. Caught error class java.lang.Exception: Failed to retransform …
/art/build/apex/
Dart_apex_test.py264 logging.error(msg, *fail_args)
941 logging.error("Both of --host and --flattened set")
944 logging.error("Both of --list and --tree set")
947 logging.error("--size set but neither --list nor --tree set")
950 logging.error("Need a tmpdir.")
953 logging.error("Need debugfs.")
959 logging.error("Using option --host with non-Debug APEX")
973 logging.error(' Could not detect APEX flavor, neither \'%s\', \'%s\' nor \'%s\' in \'%s\'',
986 logging.error('Failed to create provider: %s', e)
1011 logging.error(' Could not detect bitness, neither lib nor lib64 contained.')
[all …]
/art/tools/dexfuzz/src/dexfuzz/listeners/
DUniqueProgramTrackerListener.java182 Log.error("Failed to successfully write out the unique programs DB!"); in saveUniqueProgsData()
183 Log.error("Old DB should be saved in " + databaseFile + ".old"); in saveUniqueProgsData()
200 Log.error("Failed to save divergent program! Does divergent_programs/ exist?"); in saveDivergentProgram()
/art/test/087-gc-after-link/
Dinfo.txt1 This test causes a linkage error, which calls dvmFreeClassInnards on
/art/test/974-verify-interface-super/smali/
Dmain.smali32 .catch Ljava/lang/Throwable; {:try_start .. :try_end} :error
33 :error
/art/compiler/optimizing/
Dgraph_checker.h116 void AddError(const std::string& error) { in AddError() argument
117 errors_.push_back(error); in AddError()
/art/libnativeloader/
Dnative_loader.cpp86 return env->NewStringUTF(ns.error().message().c_str()); in CreateClassLoaderNamespace()
133 *error_msg = strdup(isolated_ns.error().message().c_str()); in OpenNativeLibrary()
217 *error_msg = strdup(handle.error().message().c_str()); in OpenNativeLibraryInNamespace()
Dlibrary_namespaces.h21 #error "Not available for host or linux target"
/art/test/1928-exception-event-exception/
Dexpected.txt13 Test "art.Test1928$DoThrowClass": Caught error art.Test1928$TestException:"doThrow" with handler "a…
28 Test "art.Test1928$DoThrowCatchBaseTestException": No error caught with handler "art.Test1928$DoNot…
43 Test "art.Test1928$DoThrowCatchTestException": No error caught with handler "art.Test1928$DoNothing…
57 Test "art.Test1928$DoThrowCatchTestExceptionNoRethrow": Caught error art.Test1928$TestException:"th…
72 Test "art.Test1928$DoThrowClass": Caught error art.Test1928$TestException:"doThrow" with handler "a…
88 Test "art.Test1928$DoThrowCatchBaseTestException": No error caught with handler "art.Test1928$Throw…
104 Test "art.Test1928$DoThrowCatchTestException": No error caught with handler "art.Test1928$ThrowCatc…
119 Test "art.Test1928$DoThrowCatchTestExceptionNoRethrow": Caught error art.Test1928$TestException:"th…
/art/runtime/entrypoints/
Druntime_asm_entrypoints.h30 #error "File and symbols only for use within libart."
/art/test/946-obsolete-throw/
Dexpected.txt6 Received error : java.lang.Error: Throwing exception into an obsolete method!
/art/tools/
Danalyze-init-failures.py67 error = m.group(1)
86 root_errors[root_err_class] = error
/art/tools/class2greylist/src/com/android/class2greylist/
DClass2Greylist.java148 status.error(e); in main()
235 mStatus.error(e); in main()
250 status.error(e); in dumpAllMembers()
DJarReader.java49 mStatus.error(ioe); in openZipEntry()
/art/tools/hiddenapi/
Dhiddenapi_test.cc48 std::string error; in RunHiddenapiEncode() local
51 ZipArchive::Open(GetTestDexFileName("HiddenApi").c_str(), &error)); in RunHiddenapiEncode()
53 LOG(FATAL) << "Could not open test file " << GetTestDexFileName("HiddenApi") << ": " << error; in RunHiddenapiEncode()
56 std::unique_ptr<ZipEntry> jar_classes_dex(jar->Find("classes.dex", &error)); in RunHiddenapiEncode()
59 << ": " << error; in RunHiddenapiEncode()
61 } else if (!jar_classes_dex->ExtractToFile(*in_dex.GetFile(), &error)) { in RunHiddenapiEncode()
63 << GetTestDexFileName("HiddenApi") << ": " << error; in RunHiddenapiEncode()
75 int return_code = ExecAndReturnCode(argv_str, &error); in RunHiddenapiEncode()
85 std::string error; in RunHiddenapiList() local
99 int return_code = ExecAndReturnCode(argv_str, &error); in RunHiddenapiList()
/art/test/1931-monitor-events/
Dexpected.txt25 Caused by: art.Monitors$TestException: Got an error while performing action TIMED_WAIT
31 Caused by: art.Monitors$TestException: Got an error while performing action WAIT
/art/test/ti-agent/
Dscoped_primitive_array.h29 #error POINTER_TYPE is defined.
35 #error REFERENCE_TYPE is defined.
/art/test/901-hello-ti-agent/
Dexpected.txt6 Received expected error for unattached JVMTI calls
/art/runtime/arch/x86/
Dasm_support_x86.S122 .error "Unsupported offset"
230 .error "Unknown GOT register \got_reg"
279 #error "FRAME_SIZE_SAVE_REFS_AND_ARGS(X86) size not as expected."
/art/test/903-hello-tagging/
Dtagging.cc118 jvmtiError error = new_jvmti_env->AddCapabilities(&capa); in CreateJvmtiEnv() local
119 CHECK_EQ(JVMTI_ERROR_NONE, error); in CreateJvmtiEnv()
/art/test/998-redefine-use-after-free/
Dinfo.txt5 verification error in the same class loader. Actually encountering the bug
/art/test/595-error-class/smali/
Derror.smali19 # Override a final method to put this class in the error state.
/art/dexoptanalyzer/
Ddexoptanalyzer.cc71 std::string error; in UsageErrorV() local
72 android::base::StringAppendV(&error, fmt, ap); in UsageErrorV()
73 LOG(ERROR) << error; in UsageErrorV()

12345678