Searched refs:getError (Results 1 - 25 of 92) sorted by relevance

1234

/external/smack/src/org/jivesoftware/smackx/workgroup/agent/
H A DAgent.java56 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());
H A DTranscriptManager.java66 if (response.getError() != null) {
67 throw new XMPPException(response.getError());
95 if (response.getError() != null) {
96 throw new XMPPException(response.getError());
H A DTranscriptSearchManager.java72 if (response.getError() != null) {
73 throw new XMPPException(response.getError());
104 if (response.getError() != null) {
105 throw new XMPPException(response.getError());
H A DAgentSession.java274 if (presence.getError() != null) {
275 throw new XMPPException(presence.getError());
379 if (presence.getError() != null) {
380 throw new XMPPException(presence.getError());
430 if (presence.getError() != null) {
431 throw new XMPPException(presence.getError());
525 if (response.getError() != null) {
526 throw new XMPPException(response.getError());
818 if (response.getError() != null) {
819 throw new XMPPException(response.getError());
[all...]
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
H A DBooleanTest.java53 return testResult.getError();
H A DOutputTest.java59 return testResult.getError();
H A DReturnTest.java55 return testResult.getError();
H A DgUnitTestResult.java61 public String getError() { method in class:gUnitTestResult
/external/smack/src/org/jivesoftware/smack/util/
H A DSyncPacketSend.java52 else if (result.getError() != null) {
53 throw new XMPPException(result.getError());
/external/smack/src/org/jivesoftware/smackx/
H A DOfflineMessageManager.java164 } 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());
H A DGateway.java90 if(result instanceof Registration && result.getError()==null){
224 if(resultIQ.getError()!=null){
225 throw new XMPPException(resultIQ.getError());
228 throw new XMPPException(resultIQ.getError());
267 if(resultIQ.getError()!=null){
268 throw new XMPPException(resultIQ.getError());
271 throw new XMPPException(resultIQ.getError());
H A DSharedGroupManager.java68 throw new XMPPException(result.getError());
/external/smack/src/org/jivesoftware/smackx/pubsub/packet/
H A DSyncPacketSend.java52 else if (result.getError() != null) {
53 throw new XMPPException(result.getError());
/external/smack/src/org/jivesoftware/smackx/workgroup/user/
H A DWorkgroup.java174 else if (response.getError() != null) {
338 if (response.getError() != null) {
339 throw new XMPPException(response.getError());
430 if (response.getError() != null) {
431 throw new XMPPException(response.getError());
684 if (response.getError() != null) {
685 throw new XMPPException(response.getError());
731 if (response.getError() != null) {
732 throw new XMPPException(response.getError());
759 if (response.getError() !
[all...]
/external/llvm/unittests/Support/
H A DErrorOrTest.cpp98 EXPECT_EQ("adena", t4().getError<InvalidArgError>().ArgName);
102 EXPECT_EQ("pie", b.getError<InvalidArgError>().ArgName);
/external/smack/src/org/jivesoftware/smack/
H A DPrivacyListManager.java118 if (packet == null || packet.getError() != null) {
200 else if (privacyAnswer.getError() != null) {
201 throw new XMPPException(privacyAnswer.getError());
237 } else if (privacyAnswer.getError() != null) {
238 throw new XMPPException(privacyAnswer.getError());
H A DNonSASLAuthentication.java77 throw new XMPPException(response.getError());
109 throw new XMPPException(response.getError());
131 throw new XMPPException(response.getError());
H A DAccountManager.java243 throw new XMPPException(result.getError());
274 throw new XMPPException(result.getError());
308 throw new XMPPException(result.getError());
331 throw new XMPPException(result.getError());
/external/smack/src/org/jivesoftware/smackx/search/
H A DUserSearch.java83 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());
/external/smack/src/org/jivesoftware/smackx/muc/
H A DMultiUserChat.java361 else if (presence.getError() != null) {
362 throw new XMPPException(presence.getError());
506 else if (presence.getError() != null) {
507 throw new XMPPException(presence.getError());
575 else if (answer.getError() != null) {
576 throw new XMPPException(answer.getError());
608 else if (answer.getError() != null) {
609 throw new XMPPException(answer.getError());
642 throw new XMPPException(result.getError());
677 throw new XMPPException(result.getError());
[all...]
/external/smack/src/org/jivesoftware/smackx/commands/
H A DRemoteCommand.java166 if (response.getError() != null) {
167 throw new XMPPException(response.getError());
/external/smack/src/org/jivesoftware/smackx/packet/
H A DLastActivity.java159 if (response.getError() != null) {
160 throw new XMPPException(response.getError());
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRTreePatternLexer.h75 @property (getter=getError, setter=setError) BOOL error;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRTreePatternLexer.h75 @property (getter=getError, setter=setError) BOOL error;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRTreePatternLexer.h75 @property (getter=getError, setter=setError) BOOL error;

Completed in 530 milliseconds

1234