OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getErrorString
(Results
1 - 9
of
9
) sorted by null
/frameworks/base/opengl/java/android/opengl/
GLException.java
26
super(
getErrorString
(error));
35
private static String
getErrorString
(int error) {
EGLLogWrapper.java
247
returns(
getErrorString
(result));
362
String errorMessage = "eglError: " +
getErrorString
(eglError);
525
public static String
getErrorString
(int error) {
GLLogWrapper.java
253
public static String
getErrorString
(int error) {
[
all
...]
/external/skia/src/xml/
SkXMLParser.cpp
40
void SkXMLParserError::
getErrorString
(SkString* str) const
/external/skia/src/animator/
SkDisplayXMLParser.cpp
61
void SkDisplayXMLParserError::
getErrorString
(SkString* str) const {
66
INHERITED::
getErrorString
(str);
71
getErrorString
(&inner);
SkDisplayEvent.cpp
312
void SkXMLParserError::
getErrorString
(SkString*) const {}
SkScript.cpp
518
bool SkScriptEngine::
getErrorString
(SkString* str) const {
[
all
...]
/frameworks/base/wifi/java/android/net/wifi/
WifiNative.java
41
public native static String
getErrorString
(int errorCode);
/libcore/luni/src/main/java/org/apache/harmony/luni/net/
Socks4Message.java
160
public String
getErrorString
(int error) {
Completed in 67 milliseconds