OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getError
(Results
1 - 25
of
119
) sorted by null
1
2
3
4
5
/frameworks/base/opengl/java/android/opengl/
GLException.java
43
int
getError
() {
/sdk/emulator/opengl/host/libs/Translator/EGL/
EglThreadInfo.h
30
EGLint
getError
(){ return m_err;}
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
gUnitTestResult.java
61
public String
getError
() {
/external/chromium_org/third_party/icu/source/test/perf/perldriver/
Dataset.pm
63
# is desribed as getMean() +/-
getError
().
64
sub
getError
{
/external/icu4c/test/perf/perldriver/
Dataset.pm
63
# is desribed as getMean() +/-
getError
().
64
sub
getError
{
/external/smack/src/org/jivesoftware/smack/util/
SyncPacketSend.java
52
else if (result.
getError
() != null) {
53
throw new XMPPException(result.
getError
());
/external/smack/src/org/jivesoftware/smackx/
SharedGroupManager.java
68
throw new XMPPException(result.
getError
());
LastActivityManager.java
207
if (response.
getError
() != null) {
208
throw new XMPPException(response.
getError
());
OfflineMessageManager.java
164
} else if (answer.
getError
() != null) {
165
throw new XMPPException(answer.
getError
());
209
} else if (answer.
getError
() != null) {
210
throw new XMPPException(answer.
getError
());
254
} else if (answer.
getError
() != null) {
255
throw new XMPPException(answer.
getError
());
280
} else if (answer.
getError
() != null) {
281
throw new XMPPException(answer.
getError
());
/external/smack/src/org/jivesoftware/smackx/pubsub/packet/
SyncPacketSend.java
52
else if (result.
getError
() != null) {
53
throw new XMPPException(result.
getError
());
/external/smack/src/org/jivesoftware/smackx/workgroup/agent/
TranscriptManager.java
66
if (response.
getError
() != null) {
67
throw new XMPPException(response.
getError
());
95
if (response.
getError
() != null) {
96
throw new XMPPException(response.
getError
());
Agent.java
56
if (response.
getError
() != null) {
57
throw new XMPPException(response.
getError
());
100
if (response.
getError
() != null) {
101
throw new XMPPException(response.
getError
());
133
if (response.
getError
() != null) {
134
throw new XMPPException(response.
getError
());
TranscriptSearchManager.java
72
if (response.
getError
() != null) {
73
throw new XMPPException(response.
getError
());
104
if (response.
getError
() != null) {
105
throw new XMPPException(response.
getError
());
/frameworks/native/opengl/libs/EGL/
egl_tls.cpp
122
EGLint egl_tls_t::
getError
() {
/external/smack/src/org/jivesoftware/smack/
NonSASLAuthentication.java
77
throw new XMPPException(response.
getError
());
109
throw new XMPPException(response.
getError
());
131
throw new XMPPException(response.
getError
());
RosterGroup.java
190
throw new XMPPException(response.
getError
());
232
throw new XMPPException(response.
getError
());
SASLAuthentication.java
456
throw new XMPPException(response.
getError
());
473
throw new XMPPException(ack.
getError
());
AccountManager.java
243
throw new XMPPException(result.
getError
());
274
throw new XMPPException(result.
getError
());
308
throw new XMPPException(result.
getError
());
331
throw new XMPPException(result.
getError
());
/frameworks/av/media/libstagefright/
WVMExtractor.cpp
154
status_t WVMExtractor::
getError
() {
159
return mImpl->
getError
();
/frameworks/compile/libbcc/include/bcc/ExecutionEngine/
SymbolResolvers.h
46
inline const char *
getError
() const
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceTask.java
55
public String
getError
() {
/external/smack/src/org/jivesoftware/smackx/commands/
RemoteCommand.java
166
if (response.
getError
() != null) {
167
throw new XMPPException(response.
getError
());
/external/smack/src/org/jivesoftware/smackx/packet/
LastActivity.java
159
if (response.
getError
() != null) {
160
throw new XMPPException(response.
getError
());
/external/smack/src/org/jivesoftware/smackx/search/
UserSearch.java
83
if (response.
getError
() != null) {
84
throw new XMPPException(response.
getError
());
116
if (response.
getError
() != null) {
151
if (response.
getError
() != null) {
152
throw new XMPPException(response.
getError
());
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
AsyncRunner.java
235
synchronized public Exception
getError
() {
Completed in 1142 milliseconds
1
2
3
4
5