Home
last modified time | relevance | path

Searched defs:getErrorString (Results 1 – 17 of 17) sorted by relevance

/external/jcommander/src/main/java/com/beust/jcommander/converters/
DBaseConverter.java40 protected String getErrorString(String value, String to) { in getErrorString() method in BaseConverter
/external/autotest/frontend/client/src/autotest/common/
DJsonRpcCallback.java40 protected String getErrorString(JSONObject errorObject) { in getErrorString() method in JsonRpcCallback
/external/tensorflow/tensorflow/core/kernels/
Dcheck_numerics_op.cc125 virtual const string getErrorString(const int fp_props) { in getErrorString() function in tensorflow::__anon5c1c7c0c0111::CheckNumericsOp
170 const string getErrorString(const int fp_props) override { in getErrorString() function in tensorflow::__anon5c1c7c0c0111::CheckNumericsV2Op
/external/OpenCSD/decoder/source/
Docsd_error.cpp182 const std::string ocsdError::getErrorString(const ocsdError &error) in getErrorString() function in ocsdError
/external/llvm-project/compiler-rt/lib/xray/
Dxray_buffer_queue.h179 static const char *getErrorString(ErrorCode E) { in getErrorString() function
/external/skqp/src/xml/
DSkXMLParser.cpp37 void SkXMLParserError::getErrorString(SkString* str) const in getErrorString() function in SkXMLParserError
/external/skia/src/xml/
DSkXMLParser.cpp39 void SkXMLParserError::getErrorString(SkString* str) const in getErrorString() function in SkXMLParserError
/external/deqp/modules/egl/
DteglMemoryStressTests.cpp79 const string& getErrorString (void) const { return m_errorString; } in getErrorString() function in deqp::egl::__anon57d2408d0111::MemoryAllocator
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h481 StringRef getErrorString() { return ErrorStr; } in getErrorString() function
DRuntimeDyld.cpp1075 StringRef RuntimeDyld::getErrorString() { return Dyld->getErrorString(); } in getErrorString() function in llvm::RuntimeDyld
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h556 StringRef getErrorString() { return ErrorStr; } in getErrorString() function
DRuntimeDyld.cpp1392 StringRef RuntimeDyld::getErrorString() { return Dyld->getErrorString(); } in getErrorString() function in llvm::RuntimeDyld
/external/llvm/tools/llvm-cov/
DCodeCoverage.cpp114 static std::string getErrorString(const Twine &Message, StringRef Whence, in getErrorString() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h566 StringRef getErrorString() { return ErrorStr; } in getErrorString() function
DRuntimeDyld.cpp1371 StringRef RuntimeDyld::getErrorString() { return Dyld->getErrorString(); } in getErrorString() function in llvm::RuntimeDyld
/external/llvm-project/llvm/tools/llvm-cov/
DCodeCoverage.cpp169 static std::string getErrorString(const Twine &Message, StringRef Whence, in getErrorString() function
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionParser.cpp147 llvm::StringRef getErrorString() { return m_error_stream.GetString(); } in getErrorString() function in ClangExpressionParser::LLDBPreprocessorCallbacks