/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRRuntimeException.h | 41 + (ANTLRRuntimeException *) newANTLRRuntimeException:(NSString *)aName reason:(NSString *)aReason; 42 + (ANTLRRuntimeException *) newANTLRRuntimeException:(NSString *)aName reason:(NSString *)aReason userInfo:aUserInfo; 47 - (id)initWithName:(NSString *)aName reason:(NSString *)aReason; 48 - (id)initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRRuntimeException.h | 41 + (ANTLRRuntimeException *) newANTLRRuntimeException:(NSString *)aName reason:(NSString *)aReason; 42 + (ANTLRRuntimeException *) newANTLRRuntimeException:(NSString *)aName reason:(NSString *)aReason userInfo:aUserInfo; 47 - (id)initWithName:(NSString *)aName reason:(NSString *)aReason; 48 - (id)initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRRuntimeException.h | 41 + (ANTLRRuntimeException *) newANTLRRuntimeException:(NSString *)aName reason:(NSString *)aReason; 42 + (ANTLRRuntimeException *) newANTLRRuntimeException:(NSString *)aName reason:(NSString *)aReason userInfo:aUserInfo; 47 - (id)initWithName:(NSString *)aName reason:(NSString *)aReason; 48 - (id)initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
|
/external/chromium/chrome/browser/ui/ |
crypto_module_password_dialog.h | 27 // An enum to describe the reason for the password request. 40 // |module|. |reason| describes the purpose of the authentication and 45 CryptoModulePasswordReason reason, 53 CryptoModulePasswordReason reason, 60 browser::CryptoModulePasswordReason reason, 68 browser::CryptoModulePasswordReason reason,
|
/external/dhcpcd/ |
configure.h | 39 #define run_script(ifp) run_script_reason(ifp, (ifp)->state->reason);
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/ |
ClientStateListener.java | 65 public String reason; field in class:ClientStateListener.DisconnectInfo
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
RpcController.java | 91 * Causes {@code failed()} to return true on the client side. {@code reason} 97 void setFailed(String reason);
|
/development/host/windows/usb/winusb/ |
AdbWinUsbApi.cpp | 30 DWORD reason,
32 return _AtlModule.DllMain(reason, reserved);
|
/external/apache-http/src/org/apache/http/ |
HttpResponse.java | 68 * The reason phrase will be determined based on the current 77 * Sets the status line of this response with a reason phrase. 81 * @param reason the reason phrase, or <code>null</code> to omit 83 void setStatusLine(ProtocolVersion ver, int code, String reason); 90 * The reason phrase will be updated according to the new status code, 107 * Updates the status line of this response with a new reason phrase. 111 * @param reason the new reason phrase as a single-line string, or 112 * <code>null</code> to unset the reason phras [all...] |
/external/smack/src/org/jivesoftware/smackx/workgroup/packet/ |
OfferRevokeProvider.java | 38 String reason = null;
local 45 if ((eventType == XmlPullParser.START_TAG) && parser.getName().equals("reason")) {
46 reason = parser.nextText();
63 return new OfferRevokePacket(userJID, userID, reason, sessionID);
71 private String reason;
field in class:OfferRevokeProvider.OfferRevokePacket 76 this.reason = cause;
89 return this.reason;
99 if (reason != null) {
100 buf.append("<reason>").append(reason).append("</reason>"); [all...] |
/frameworks/volley/src/com/android/volley/ |
VolleyError.java | 39 public VolleyError(String exceptionMessage, Throwable reason) { 40 super(exceptionMessage, reason);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
CRLReason.java | 110 int reason) 112 value = new ASN1Enumerated(reason); 118 int reason = getValue().intValue(); local 119 if (reason < 0 || reason > 10) 125 str = reasonString[reason];
|
/external/chromium/chrome/browser/chromeos/login/ |
login_status_consumer.h | 32 explicit LoginFailure(FailureReason reason) 33 : reason_(reason), 35 DCHECK(reason != NETWORK_AUTH_FAILED); 83 const FailureReason& reason() const { return reason_; } function in class:chromeos::LoginFailure 86 LoginFailure(FailureReason reason, GoogleServiceAuthError error) 87 : reason_(reason),
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/packets/ |
PacketDisconnect.java | 18 int reason; field in class:PacketDisconnect 35 reason = tr.readUINT32(); 40 public PacketDisconnect(int reason, String desc, String lang) 42 this.reason = reason; 53 tw.writeUINT32(reason);
|
/libcore/luni/src/main/java/java/sql/ |
SQLWarning.java | 30 * Creates an {@code SQLWarning} object. The reason string is set to {@code 38 * Creates an {@code SQLWarning} object. The reason string is set to the 39 * given reason string, the {@code SQLState} string is set to {@code null} 43 * the reason why this warning is issued. 50 * Creates an {@code SQLWarning} object. The reason string is set to the 51 * given reason string, the {@code SQLState} string is set to the given 55 * the reason why this warning is issued. 64 * Creates an {@code SQLWarning} object. The reason string is set to the 65 * given reason string, the {@code SQLState} string is set to the given 70 * the reason why this warning is issued [all...] |
/external/smack/src/org/jivesoftware/smackx/packet/ |
MUCUser.java | 125 * the room occupants will receive a Presence packet of type 'unavailable' with the reason for 186 * the room occupants will receive a Presence packet of type 'unavailable' with the reason for 203 private String reason; field in class:MUCUser.Invite 223 return reason; 248 * @param reason the message explaining the invitation. 250 public void setReason(String reason) { 251 this.reason = reason; 274 buf.append("<reason>").append(getReason()).append("</reason>"); 288 private String reason; field in class:MUCUser.Decline 373 private String reason; field in class:MUCUser.Item 567 private String reason; field in class:MUCUser.Destroy [all...] |
/external/apache-http/src/org/apache/http/message/ |
BasicHttpResponse.java | 67 * @param catalog the reason phrase catalog, or 69 * reason phrase lookup 70 * @param locale the locale for looking up reason phrases, or 87 * The response will not have a reason phrase catalog and 98 * The response will not have a reason phrase catalog and 103 * @param reason the reason phrase to the status code, or 108 final String reason) { 109 this(new BasicStatusLine(ver, code, reason), null, null); 149 final String reason) { [all...] |
/external/smack/src/org/jivesoftware/smackx/provider/ |
DelayInformationProvider.java | 62 String reason = parser.nextText(); local 65 * parser.nextText() returns empty string if there is no reason. 69 reason = "".equals(reason) ? null : reason; 70 delayInformation.setReason(reason);
|
/external/webkit/Source/JavaScriptCore/wtf/ |
RefCountedLeakCounter.cpp | 47 void RefCountedLeakCounter::suppressMessages(const char* reason) 51 leakMessageSuppressionReasons->add(reason); 54 void RefCountedLeakCounter::cancelMessageSuppression(const char* reason) 57 ASSERT(leakMessageSuppressionReasons->contains(reason)); 58 leakMessageSuppressionReasons->remove(reason); 73 // This logs only one reason. Later we could change it so we log all the reasons.
|
/development/host/windows/usb/api/ |
AdbWinApi.cpp | 102 DWORD reason,
108 if (DLL_PROCESS_ATTACH == reason) {
111 return _AtlModule.DllMain(reason, reserved);
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/ |
10.1.5-4.js | 51 var EVAL_STRING = 'if ( Object == null ) { testcases[0].reason += " Object == null" ; }' + 52 'if ( Function == null ) { testcases[0].reason += " Function == null"; }' + 53 'if ( String == null ) { testcases[0].reason += " String == null"; }' + 54 'if ( Array == null ) { testcases[0].reason += " Array == null"; }' + 55 'if ( Number == null ) { testcases[0].reason += " Function == null";}' + 56 'if ( Math == null ) { testcases[0].reason += " Math == null"; }' + 57 'if ( Boolean == null ) { testcases[0].reason += " Boolean == null"; }' + 58 'if ( Date == null ) { testcases[0].reason += " Date == null"; }' + 59 'if ( eval == null ) { testcases[0].reason += " eval == null"; }' + 60 'if ( parseInt == null ) { testcases[0].reason += " parseInt == null"; }' [all...] |
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
TestPhoneNotifier.java | 51 public void notifyDataConnection(Phone sender, String reason, String apnType) { 54 public void notifyDataConnection(Phone sender, String reason, String apnType, 58 public void notifyDataConnectionFailed(Phone sender, String reason, String apnType) {
|
/external/icu4c/common/unicode/ |
ucnv_err.h | 171 UCNV_RESET = 3, /**< The callback is called with this reason when a 230 * @param reason Defines the reason the callback was invoked 240 UConverterCallbackReason reason, 254 * @param reason Defines the reason the callback was invoked 263 UConverterCallbackReason reason, 280 * @param reason Defines the reason the callback was invoked 291 UConverterCallbackReason reason, [all...] |
/external/icu4c/samples/ucnv/ |
flagcb.h | 37 UConverterCallbackReason reason, 55 UConverterCallbackReason reason,
|
/external/javassist/src/main/javassist/tools/reflect/ |
CannotInvokeException.java | 41 public CannotInvokeException(String reason) { 42 super(reason);
|