Home
last modified time | relevance | path

Searched defs:getErrorString (Results 1 – 9 of 9) 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/skia/src/xml/
DSkXMLParser.cpp32 void SkXMLParserError::getErrorString(SkString* str) const in getErrorString() function in SkXMLParserError
/external/skia/src/animator/
DSkDisplayXMLParser.cpp53 void SkDisplayXMLParserError::getErrorString(SkString* str) const { in getErrorString() function in SkDisplayXMLParserError
DSkScript.cpp511 bool SkScriptEngine::getErrorString(SkString* str) const { in getErrorString() function in SkScriptEngine
/external/deqp/modules/egl/
DteglMemoryStressTests.cpp79 const string& getErrorString (void) const { return m_errorString; } in getErrorString() function in deqp::egl::__anonf060f0e70111::MemoryAllocator
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h489 StringRef getErrorString() { return ErrorStr; } in getErrorString() function
DRuntimeDyld.cpp968 StringRef RuntimeDyld::getErrorString() { return Dyld->getErrorString(); } in getErrorString() function in llvm::RuntimeDyld
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/surfaceview/
DGLSurfaceViewAPI18.java1215 private static String getErrorString(int error) { in getErrorString() method in GLSurfaceViewAPI18.EglHelper