Searched refs:detail (Results 1 – 7 of 7) sorted by relevance
67 std::string detail; in Runtime_nativeLoad() local74 bool success = vm->LoadNativeLibrary(filename.c_str(), classLoader, &detail); in Runtime_nativeLoad()82 return env->NewStringUTF(detail.c_str()); in Runtime_nativeLoad()
1 Tests of the built-in exceptions' detail messages.
1 Bug: http://code.google.com/p/android/issues/detail?id=22344
71 std::string* detail)
561 std::string detail(StringPrintf("Trace data write failed: %s", strerror(errno))); in FinishTracing() local562 PLOG(ERROR) << detail; in FinishTracing()563 ThrowRuntimeException("%s", detail.c_str()); in FinishTracing()
507 void* FindNativeMethod(mirror::ArtMethod* m, std::string& detail) in FindNativeMethod() argument537 detail += "No implementation found for "; in FindNativeMethod()538 detail += PrettyMethod(m); in FindNativeMethod()539 detail += " (tried " + jni_short_name + " and " + jni_long_name + ")"; in FindNativeMethod()540 LOG(ERROR) << detail; in FindNativeMethod()3227 std::string* detail) { in LoadNativeLibrary() argument3228 detail->clear(); in LoadNativeLibrary()3246 StringAppendF(detail, "Shared library \"%s\" already opened by " in LoadNativeLibrary()3249 LOG(WARNING) << detail; in LoadNativeLibrary()3255 StringAppendF(detail, "JNI_OnLoad failed on a previous attempt " in LoadNativeLibrary()[all …]
219 namespace detail { // Private, implementation-specific namespace. Do not poke outside of this file.231 return art::utils::detail::RoundUpToPowerOfTwoRecursive(x - 1, 1) + 1;