Home
last modified time | relevance | path

Searched defs:GetErrorString (Results 1 – 10 of 10) sorted by relevance

/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/
H A DAndroidUnwinder.cpp57 std::string AndroidUnwinderData::GetErrorString() { in GetErrorString() function in unwindstack::AndroidUnwinderData
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/val/
Dval_extensions_test.cpp40 std::string GetErrorString(const std::string& extension) { in GetErrorString() function
Dval_type_unique_test.cpp93 std::string GetErrorString(spv::Op opcode) { in GetErrorString() function
/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
H A Dval_extensions_test.cpp40 std::string GetErrorString(const std::string& extension) { in GetErrorString() function
/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
H A Dval_extensions_test.cpp40 std::string GetErrorString(const std::string& extension) { in GetErrorString() function
/aosp_15_r20/frameworks/compile/libbcc/lib/
DCompiler.cpp118 const char *Compiler::GetErrorString(enum ErrorCode pErrCode) { in GetErrorString() function in Compiler
/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