Home
last modified time | relevance | path

Searched refs:exception_string (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pigweed/pw_sensor/py/
H A Dvalidator_test.py32 exception_string="ERROR: Malformed sensor metadata YAML:\n{}",
40 exception_string=(
51 exception_string=(
60 exception_string=(
69 exception_string=(
82 exception_string=(
94 exception_string=(
106 exception_string=(
163 exception_string="Failed to find test.yaml using search paths:",
178 exception_string="Failed to find a definition for 'bar', did"
[all …]
/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_utils.h42 auto exception_string = std::string(e.what()); \
43 trim(exception_string); \
44 ASSERT_NE(exception_string.find(substring_s), std::string::npos) \
46 << exception_string; \
/aosp_15_r20/external/libchrome/base/android/
H A Djni_android.cc304 ScopedJavaLocalRef<jstring> exception_string( in GetJavaExceptionInfo() local
310 return ConvertJavaStringToUTF8(exception_string); in GetJavaExceptionInfo()
/aosp_15_r20/art/test/004-JniTest/
H A Djni_test.cc754 jstring exception_string = (jstring) env_->CallObjectMethod(thrown, to_string); in TestCalls() local
756 const char* exception_string_utf8 = env_->GetStringUTFChars(exception_string, nullptr); in TestCalls()
760 env_->ReleaseStringUTFChars(exception_string, exception_string_utf8); in TestCalls()
/aosp_15_r20/external/armnn/third-party/doctest/
H A Ddoctest.h1387 const char* exception_type = "", const char* exception_string = "");
4462 const char* exception_type, const char* exception_string) {
4472 m_exception_string = exception_string;