Home
last modified time | relevance | path

Searched refs:GetErrorString (Results 1 – 25 of 67) sorted by relevance

123

/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/val/
Dval_type_unique_test.cpp93 std::string GetErrorString(spv::Op opcode) { in GetErrorString() function
111 HasSubstr(GetErrorString(spv::Op::OpTypeVoid))); in TEST_F()
121 HasSubstr(GetErrorString(spv::Op::OpTypeBool))); in TEST_F()
131 HasSubstr(GetErrorString(spv::Op::OpTypeInt))); in TEST_F()
141 HasSubstr(GetErrorString(spv::Op::OpTypeFloat))); in TEST_F()
151 HasSubstr(GetErrorString(spv::Op::OpTypeVector))); in TEST_F()
161 HasSubstr(GetErrorString(spv::Op::OpTypeMatrix))); in TEST_F()
171 HasSubstr(GetErrorString(spv::Op::OpTypeFunction))); in TEST_F()
188 HasSubstr(GetErrorString(spv::Op::OpTypePipeStorage))); in TEST_F()
204 HasSubstr(GetErrorString(spv::Op::OpTypeNamedBarrier))); in TEST_F()
[all …]
Dval_extensions_test.cpp40 std::string GetErrorString(const std::string& extension) { in GetErrorString() function
77 EXPECT_THAT(getDiagnosticString(), Not(HasSubstr(GetErrorString(extension)))); in TEST_P()
87 EXPECT_THAT(getDiagnosticString(), HasSubstr(GetErrorString(extension))); in TEST_P()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/val/
H A Dval_type_unique_test.cpp93 std::string GetErrorString(spv::Op opcode) { in GetErrorString() function
111 HasSubstr(GetErrorString(spv::Op::OpTypeVoid))); in TEST_F()
121 HasSubstr(GetErrorString(spv::Op::OpTypeBool))); in TEST_F()
131 HasSubstr(GetErrorString(spv::Op::OpTypeInt))); in TEST_F()
141 HasSubstr(GetErrorString(spv::Op::OpTypeFloat))); in TEST_F()
151 HasSubstr(GetErrorString(spv::Op::OpTypeVector))); in TEST_F()
161 HasSubstr(GetErrorString(spv::Op::OpTypeMatrix))); in TEST_F()
171 HasSubstr(GetErrorString(spv::Op::OpTypeFunction))); in TEST_F()
188 HasSubstr(GetErrorString(spv::Op::OpTypePipeStorage))); in TEST_F()
204 HasSubstr(GetErrorString(spv::Op::OpTypeNamedBarrier))); in TEST_F()
[all …]
H A Dval_extensions_test.cpp40 std::string GetErrorString(const std::string& extension) { in GetErrorString() function
78 EXPECT_THAT(getDiagnosticString(), Not(HasSubstr(GetErrorString(extension)))); in TEST_P()
88 EXPECT_THAT(getDiagnosticString(), HasSubstr(GetErrorString(extension))); in TEST_P()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_type_unique_test.cpp93 std::string GetErrorString(spv::Op opcode) { in GetErrorString() function
111 HasSubstr(GetErrorString(spv::Op::OpTypeVoid))); in TEST_F()
121 HasSubstr(GetErrorString(spv::Op::OpTypeBool))); in TEST_F()
131 HasSubstr(GetErrorString(spv::Op::OpTypeInt))); in TEST_F()
141 HasSubstr(GetErrorString(spv::Op::OpTypeFloat))); in TEST_F()
151 HasSubstr(GetErrorString(spv::Op::OpTypeVector))); in TEST_F()
161 HasSubstr(GetErrorString(spv::Op::OpTypeMatrix))); in TEST_F()
171 HasSubstr(GetErrorString(spv::Op::OpTypeFunction))); in TEST_F()
188 HasSubstr(GetErrorString(spv::Op::OpTypePipeStorage))); in TEST_F()
204 HasSubstr(GetErrorString(spv::Op::OpTypeNamedBarrier))); in TEST_F()
[all …]
H A Dval_extensions_test.cpp40 std::string GetErrorString(const std::string& extension) { in GetErrorString() function
77 EXPECT_THAT(getDiagnosticString(), Not(HasSubstr(GetErrorString(extension)))); in TEST_P()
87 EXPECT_THAT(getDiagnosticString(), HasSubstr(GetErrorString(extension))); in TEST_P()
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/
H A Dverifier_test.cc143 string GetErrorString() { return mock_reporter_.GetAsString(); } in GetErrorString() function in tflite::TfLiteFlatbufferModelBuilder
208 EXPECT_EQ("", builder.GetErrorString()); in TEST()
218 EXPECT_EQ(builder.GetErrorString(), in TEST()
229 builder.GetErrorString(), in TEST()
246 EXPECT_EQ("", builder.GetErrorString()); in TEST()
293 EXPECT_THAT(builder.GetErrorString(), in TEST()
304 EXPECT_THAT(builder.GetErrorString(), in TEST()
316 EXPECT_THAT(builder.GetErrorString(), in TEST()
356 EXPECT_EQ(builder.GetErrorString(), "String tensor input is invalid (empty)"); in TEST()
369 builder.GetErrorString(), in TEST()
[all …]
/aosp_15_r20/system/unwinding/libunwindstack/tests/
H A DAndroidUnwinderTest.cpp97 EXPECT_EQ("None", data.GetErrorString()); in TEST()
99 EXPECT_EQ("Invalid Elf", data.GetErrorString()); in TEST()
101 EXPECT_EQ("Memory Invalid", data.GetErrorString()); in TEST()
103 EXPECT_EQ("Memory Invalid at address 0x1000", data.GetErrorString()); in TEST()
140 printf("Failed to unwind %s\n", data.GetErrorString().c_str()); in TEST_F()
374 printf("Failed to unwind %s\n", data.GetErrorString().c_str()); in Verify()
412 printf("Failed to unwind %s\n", data.GetErrorString().c_str()); in TEST_F()
437 printf("Failed to unwind %s\n", data.GetErrorString().c_str()); in TEST_F()
461 EXPECT_EQ("Ptrace Call Failed", data.GetErrorString()); in TEST_F()
468 EXPECT_EQ("Ptrace Call Failed", data.GetErrorString()); in TEST_F()
/aosp_15_r20/external/libgav1/examples/
H A Dgav1_decode.cc301 libgav1::GetErrorString(status)); in main()
366 libgav1::GetErrorString(status)); in main()
379 libgav1::GetErrorString(status)); in main()
/aosp_15_r20/frameworks/compile/libbcc/lib/
DRSCompilerDriver.cpp186 Compiler::GetErrorString(err)); in compileScript()
210 Compiler::GetErrorString(compile_result)); in compileScript()
DCompiler.cpp118 const char *Compiler::GetErrorString(enum ErrorCode pErrCode) { in GetErrorString() function in Compiler
171 ALOGE("%s (%s, features: %s)", GetErrorString(err), in Compiler()
/aosp_15_r20/external/libgav1/src/gav1/
H A Dstatus_code.h111 inline const char* GetErrorString(StatusCode status) { in GetErrorString() function
/aosp_15_r20/system/unwinding/libunwindstack/tools/
H A Dunwind.cpp87 printf("Unable to unwind pid %d: %s\n", pid, data.GetErrorString().c_str()); in DoUnwind()
/aosp_15_r20/frameworks/compile/libbcc/include/bcc/
DCompiler.h75 static const char *GetErrorString(enum ErrorCode pErrCode);
/aosp_15_r20/external/gsc-utils/tpm_generated/
H A Derror_codes.h71 TRUNKS_EXPORT std::string GetErrorString(TPM_RC error);
/aosp_15_r20/system/core/libutils/
H A DCallStack.cpp55 ALOGW("%s: Failed to unwind callstack: %s", __FUNCTION__, data.GetErrorString().c_str()); in update()
/aosp_15_r20/system/core/debuggerd/libdebuggerd/
H A Dbacktrace.cpp72 data.GetErrorString().c_str()); in dump_backtrace_thread()
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/system/unwinding/libbacktrace/include/backtrace/
DBacktrace.h184 std::string GetErrorString(BacktraceUnwindError error);
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/system/unwinding/libbacktrace/include/backtrace/
DBacktrace.h184 std::string GetErrorString(BacktraceUnwindError error);
/aosp_15_r20/prebuilts/vndk/v33/x86/include/system/unwinding/libbacktrace/include/backtrace/
DBacktrace.h184 std::string GetErrorString(BacktraceUnwindError error);
/aosp_15_r20/external/mesa3d/include/android_stub/backtrace/
H A DBacktrace.h184 std::string GetErrorString(BacktraceUnwindError error);
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/system/unwinding/libbacktrace/include/backtrace/
DBacktrace.h184 std::string GetErrorString(BacktraceUnwindError error);
/aosp_15_r20/prebuilts/vndk/v31/x86/include/system/unwinding/libbacktrace/include/backtrace/
DBacktrace.h184 std::string GetErrorString(BacktraceUnwindError error);
/aosp_15_r20/prebuilts/vndk/v33/arm/include/system/unwinding/libbacktrace/include/backtrace/
DBacktrace.h184 std::string GetErrorString(BacktraceUnwindError error);
/aosp_15_r20/prebuilts/vndk/v30/x86/include/system/core/libbacktrace/include/backtrace/
DBacktrace.h184 std::string GetErrorString(BacktraceUnwindError error);

123