HomeSort by relevance Sort by last modified time
    Searched refs:exception_string (Results 1 - 5 of 5) sorted by null

  /external/libmojo/base/android/
jni_android.cc 229 // Set the exception_string in BuildInfo so that breakpad can read it.
240 const char* exception_string = local
242 if (exception_string)
243 LOG(FATAL) << exception_string;
286 ScopedJavaLocalRef<jstring> exception_string(
291 return ConvertJavaStringToUTF8(exception_string);
  /external/autotest/scheduler/
rdb_unittest.py 79 # exception_string and not the exception itself.
81 exception_string = 'This is an exception'
82 response = [rdb_utils.RDBException(exception_string)]
86 self.assertTrue(response[0] == exception_string)
  /external/v8/samples/
shell.cc 377 const char* exception_string = ToCString(exception); local
382 fprintf(stderr, "%s\n", exception_string);
389 fprintf(stderr, "%s:%i: %s\n", filename_string, linenum, exception_string);
  /art/test/004-JniTest/
jni_test.cc 714 jstring exception_string = (jstring) env_->CallObjectMethod(thrown, to_string); local
716 const char* exception_string_utf8 = env_->GetStringUTFChars(exception_string, nullptr);
720 env_->ReleaseStringUTFChars(exception_string, exception_string_utf8);
  /external/v8/src/
d8.cc 1267 const char* exception_string = ToCString(exception); local
    [all...]

Completed in 157 milliseconds