Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 25 of 26) sorted by relevance

12

/art/runtime/
Dcommon_throws.cc49 std::ostringstream msg; in ThrowException() local
71 std::ostringstream msg; in ThrowWrappedException() local
128 void ThrowClassCastException(const ThrowLocation* throw_location, const char* msg) { in ThrowClassCastException()
135 std::ostringstream msg; in ThrowClassCircularityError() local
151 std::ostringstream msg; in ThrowIllegalAccessErrorClass() local
160 std::ostringstream msg; in ThrowIllegalAccessErrorClassForMethodDispatch() local
168 std::ostringstream msg; in ThrowIllegalAccessErrorMethod() local
175 std::ostringstream msg; in ThrowIllegalAccessErrorField() local
183 std::ostringstream msg; in ThrowIllegalAccessErrorFinalField() local
200 void ThrowIllegalAccessException(const ThrowLocation* throw_location, const char* msg) { in ThrowIllegalAccessException()
[all …]
Dreference_table.cc135 std::string msg(StringPrintf("%5zd of %s", total, className.c_str())); in DumpSummaryLine() local
Dquick_exception_handler.cc121 mirror::String* msg = exception->GetDetailMessage(); in FindCatch() local
Dthread.cc341 std::string msg(StringPrintf("pthread_create (%s stack) failed: %s", in CreateNativeThread() local
1649 std::string msg; in ThrowNewExceptionV() local
1655 const char* msg) { in ThrowNewException()
1663 const char* msg) { in ThrowNewWrappedException()
1779 void Thread::ThrowOutOfMemoryError(const char* msg) { in ThrowOutOfMemoryError()
Dcheck_jni.cc41 static void JniAbort(const char* jni_function_name, const char* msg) { in JniAbort()
71 std::string msg; in JniAbortV() local
416 std::string msg; in Check() local
1197 static void FatalError(JNIEnv* env, const char* msg) { in FatalError()
/art/test/etc/
Dreference-run-test-classes12 msg() { function
Dpush-and-run-prebuilt-test-jar6 msg() { function
Dpush-and-run-test-jar6 msg() { function
Dhost-run-test-jar6 msg() { function
/art/test/004-UnsafeTest/src/
DMain.java25 private static void check(int actual, int expected, String msg) { in check()
32 private static void check(long actual, long expected, String msg) { in check()
/art/test/088-monitor-verification/src/
DMyException.java21 public MyException(String msg) { in MyException()
/art/test/084-class-init/src/
DSlowInit.java27 public static void printMsg(String msg) { in printMsg()
/art/test/050-sync-test/src/
DThreadDeathHandler.java25 public ThreadDeathHandler(String msg) { in ThreadDeathHandler()
/art/test/054-uncaught/src/
DThreadDeathHandler.java25 public ThreadDeathHandler(String msg) { in ThreadDeathHandler()
/art/test/406-fields/src/
DTestCase.java72 String msg = "Expected \"" + expected + "\" but got \"" + actual + "\""; in assertEquals() local
85 String msg = "Objects are the same: " + String.valueOf(expected); in assertNotEquals() local
196 public static void fail(String msg) { in fail()
/art/test/407-arrays/src/
DTestCase.java72 String msg = "Expected \"" + expected + "\" but got \"" + actual + "\""; in assertEquals() local
85 String msg = "Objects are the same: " + String.valueOf(expected); in assertNotEquals() local
196 public static void fail(String msg) { in fail()
/art/runtime/base/
Dlogging.cc140 std::string msg(data_->buffer.str()); in ~LogMessage() local
Dmutex-inl.h55 std::string msg = StringPrintf("Lock contention on %s (owner tid: %" PRIu64 ")", in ScopedContentionRecorder() local
Dmacros.h63 #define COMPILE_ASSERT(expr, msg) \ argument
/art/runtime/mirror/
Dthrowable.cc75 String* msg = GetDetailMessage(); in Dump() local
/art/runtime/jdwp/
Djdwp_adb.cc147 msghdr msg; in ReceiveClientFd() local
/art/test/122-npe/src/
DMain.java576 String msg = "Expected \"" + expected + "\" but got \"" + actual + "\""; in assertEquals() local
/art/runtime/entrypoints/
Dentrypoint_utils.cc124 std::string msg("stack size "); in ThrowStackOverflowError() local
/art/runtime/hprof/
Dhprof.cc488 std::string msg(StringPrintf("Couldn't dump heap; writing \"%s\" failed: %s", in Dump() local
/art/compiler/dex/quick/
Dralloc_util.cc1194 void Mir2Lir::DumpCounts(const RefCounts* arr, int size, const char* msg) { in DumpCounts()

12