Home
last modified time | relevance | path

Searched refs:error (Results 101 – 125 of 179) sorted by relevance

12345678

/art/test/800-smali/smali/
Db_27799205_helper.smali5 # unresolved types. It makes it harder to distinguish what kind of error we got.
/art/tools/class2greylist/test/src/com/android/class2greylist/
DUnsupportedAppUsageAnnotationHandlerTest.java183 verify(mStatus, times(1)).error(format.capture(), any()); in testGreylistImplicit_Invalid_MissingOnClass()
205 verify(mStatus, times(1)).error(format.capture(), any()); in testGreylistImplicit_Invalid_PresentOnMember()
246 verify(mStatus, times(1)).error(any(), any()); in testGreylistMethodExpectedSignatureWrong()
486 verify(mStatus, times(1)).error(any(), any()); in testVolatileFieldWrongSignature()
545 verify(mStatus, times(1)).error(any(), any()); in testMethodMaxTargetSdkOutOfRange()
/art/libartbase/arch/
Dinstruction_set.h199 #error "Missing defines for stack overflow gap"
298 #error "Unsupported architecture"
Dinstruction_set.cc103 #error "ART frame size limit missing"
/art/test/1940-ddms-ext/
Dexpected.txt18 Got error: JVMTI_ERROR_INTERNAL
/art/test/606-erroneous-class/smali/
DErrClass.smali22 # Use a new instance before initializing it => hard verifier error.
/art/test/VerifierDeps/
DMySimpleTimeZone.smali20 # to generate a linkage error.
/art/test/587-inline-class-error/smali/
DVerifyError.smali19 # Override a final method to put this class in the error state.
/art/tools/dexfuzz/src/dexfuzz/
DDexFuzz.java52 Log.error("Failed to validate options."); in main()
/art/tools/
Dhost_bcp.sh27 of resulting in an error.
/art/tools/jvmti-agents/ti-fast/
Dtifast.cc675 jvmtiError error = JVMTI_ERROR_NONE; in AgentStart() local
698 error = jvmti->AddCapabilities(&caps); in AgentStart()
699 if (error != JVMTI_ERROR_NONE) { in AgentStart()
705 error = jvmti->SetEventCallbacks(&kLogCallbacks, static_cast<jint>(sizeof(kLogCallbacks))); in AgentStart()
707 error = jvmti->SetEventCallbacks(&kEmptyCallbacks, static_cast<jint>(sizeof(kEmptyCallbacks))); in AgentStart()
709 if (error != JVMTI_ERROR_NONE) { in AgentStart()
714 error = jvmti->SetEventNotificationMode(JVMTI_ENABLE, in AgentStart()
717 if (error != JVMTI_ERROR_NONE) { in AgentStart()
/art/libartbase/base/
Dmem_map.cc405 bool MemMap::ReplaceWith(MemMap* source, /*out*/std::string* error) { in ReplaceWith() argument
408 *error = "Cannot perform atomic replace because we are missing the required mremap syscall"; in ReplaceWith()
414 *error = "Unable to perform atomic replace due to runtime environment!"; in ReplaceWith()
419 *error = "One or both mappings is not a real mmap!"; in ReplaceWith()
424 *error = "source and dest have different redzone sizes"; in ReplaceWith()
429 *error = in ReplaceWith()
438 *error = "destination memory pages overlap with source memory pages"; in ReplaceWith()
444 *error = "Could not change protections for source to those required for dest."; in ReplaceWith()
459 *error = std::string("Failed to mremap source to dest. Error was ") + strerror(saved_errno); in ReplaceWith()
Dmem_map.h36 #error "Unrecognized 64-bit architecture."
114 bool ReplaceWith(/*in-out*/MemMap* source, /*out*/std::string* error);
Dbit_struct_detail.h94 #error "When upgrading to C++20, remove this error and check that this is OK for all use cases."
/art/test/595-error-class/smali/
Dmerge.smali20 # Reference type propagation should correctly see error in component type.
/art/test/1919-vminit-thread-start-timing/
Dvminit.cc52 jvmtiError error = env->SetEventNotificationMode(JVMTI_ENABLE, evt, nullptr); in EnableEvent() local
53 if (error != JVMTI_ERROR_NONE) { in EnableEvent()
/art/runtime/
Dmonitor.h165 int error = posix_memalign(&result, LockWord::kMonitorIdAlignment, size); in new() local
166 CHECK_EQ(error, 0) << strerror(error); in new()
/art/test/ti-agent/
Dredefinition_helper.cc49 char* error = nullptr; in throwCommonRedefinitionError() local
50 jvmti->GetErrorName(res, &error); in throwCommonRedefinitionError()
67 err << "> due to " << error; in throwCommonRedefinitionError()
69 jvmti->Deallocate(reinterpret_cast<unsigned char*>(error)); in throwCommonRedefinitionError()
/art/tools/dexfuzz/src/dexfuzz/listeners/
DBisectionSearchListener.java103 Log.error( in handleDivergences()
/art/compiler/optimizing/
Dcodegen_test_utils.h265 for (const std::string& error : graph_checker.GetErrors()) { in ValidateGraph() local
266 std::cout << error << std::endl; in ValidateGraph()
/art/build/
DAndroid.gtest.mk349 $$(error argument mismatch $(1) and ($2))
353 $$(error found $(1) expected host or target)
356 $$(error argument mismatch $(1) and ($2))
/art/test/048-reflect-v8/
Dexpected.txt11 No error thrown for class interface DefaultDeclared$DefaultInterface
12 No error thrown for class interface DefaultDeclared$RegularInterface
14 No error thrown for class class DefaultDeclared$ImplementsWithDeclared
15 No error thrown for class class DefaultDeclared$ImplementsWithRegular
/art/libnativeloader/
Dnative_loader_namespace.cpp101 return system_ns.error(); in Create()
/art/test/1949-short-dex-file/
Dinfo.txt26 JIT will read an incorrect (but valid) method-id from the old-dex file. This is why the error
/art/test/412-new-array/src/
DMain.java209 Error error = null; in testSmaliVerifyError() local
215 error = e; in testSmaliVerifyError()
217 assertNotNull(error); in testSmaliVerifyError()

12345678