/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/val/ |
D | val_type_unique_test.cpp | 93 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 …]
|
D | val_extensions_test.cpp | 40 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 D | val_type_unique_test.cpp | 93 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 D | val_extensions_test.cpp | 40 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 D | val_type_unique_test.cpp | 93 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 D | val_extensions_test.cpp | 40 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 D | verifier_test.cc | 143 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 D | AndroidUnwinderTest.cpp | 97 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 D | gav1_decode.cc | 301 libgav1::GetErrorString(status)); in main() 366 libgav1::GetErrorString(status)); in main() 379 libgav1::GetErrorString(status)); in main()
|
/aosp_15_r20/frameworks/compile/libbcc/lib/ |
D | RSCompilerDriver.cpp | 186 Compiler::GetErrorString(err)); in compileScript() 210 Compiler::GetErrorString(compile_result)); in compileScript()
|
D | Compiler.cpp | 118 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 D | status_code.h | 111 inline const char* GetErrorString(StatusCode status) { in GetErrorString() function
|
/aosp_15_r20/system/unwinding/libunwindstack/tools/ |
H A D | unwind.cpp | 87 printf("Unable to unwind pid %d: %s\n", pid, data.GetErrorString().c_str()); in DoUnwind()
|
/aosp_15_r20/frameworks/compile/libbcc/include/bcc/ |
D | Compiler.h | 75 static const char *GetErrorString(enum ErrorCode pErrCode);
|
/aosp_15_r20/external/gsc-utils/tpm_generated/ |
H A D | error_codes.h | 71 TRUNKS_EXPORT std::string GetErrorString(TPM_RC error);
|
/aosp_15_r20/system/core/libutils/ |
H A D | CallStack.cpp | 55 ALOGW("%s: Failed to unwind callstack: %s", __FUNCTION__, data.GetErrorString().c_str()); in update()
|
/aosp_15_r20/system/core/debuggerd/libdebuggerd/ |
H A D | backtrace.cpp | 72 data.GetErrorString().c_str()); in dump_backtrace_thread()
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/system/unwinding/libbacktrace/include/backtrace/ |
D | Backtrace.h | 184 std::string GetErrorString(BacktraceUnwindError error);
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/system/unwinding/libbacktrace/include/backtrace/ |
D | Backtrace.h | 184 std::string GetErrorString(BacktraceUnwindError error);
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/system/unwinding/libbacktrace/include/backtrace/ |
D | Backtrace.h | 184 std::string GetErrorString(BacktraceUnwindError error);
|
/aosp_15_r20/external/mesa3d/include/android_stub/backtrace/ |
H A D | Backtrace.h | 184 std::string GetErrorString(BacktraceUnwindError error);
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/system/unwinding/libbacktrace/include/backtrace/ |
D | Backtrace.h | 184 std::string GetErrorString(BacktraceUnwindError error);
|
/aosp_15_r20/prebuilts/vndk/v31/x86/include/system/unwinding/libbacktrace/include/backtrace/ |
D | Backtrace.h | 184 std::string GetErrorString(BacktraceUnwindError error);
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/system/unwinding/libbacktrace/include/backtrace/ |
D | Backtrace.h | 184 std::string GetErrorString(BacktraceUnwindError error);
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/system/core/libbacktrace/include/backtrace/ |
D | Backtrace.h | 184 std::string GetErrorString(BacktraceUnwindError error);
|