HomeSort by relevance Sort by last modified time
    Searched refs:reason (Results 101 - 125 of 1591) sorted by null

1 2 3 45 6 7 8 91011>>

  /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/chromium_org/chrome/browser/profiles/
file_path_verifier_win.cc 60 PathComparisonReason reason = PATH_COMPARISON_FAILED_UNKNOWN; local
63 reason = PATH_COMPARISON_EQUAL;
66 reason = PATH_COMPARISON_FAILED_SAMEBASE;
69 reason = PATH_COMPARISON_FAILED_SAMEDIR;
72 return reason;
  /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);
  /development/host/windows/usb/api/
AdbWinApi.cpp 102 DWORD reason,
108 if (DLL_PROCESS_ATTACH == reason) {
111 return _AtlModule.DllMain(reason, reserved);
  /external/chromium_org/third_party/skia/src/ports/
SkTLS_win.cpp 49 void NTAPI onTLSCallback(PVOID unused, DWORD reason, PVOID unused2) {
50 if ((DLL_THREAD_DETACH == reason || DLL_PROCESS_DETACH == reason) && gOnce) {
  /external/skia/src/ports/
SkTLS_win.cpp 49 void NTAPI onTLSCallback(PVOID unused, DWORD reason, PVOID unused2) {
50 if ((DLL_THREAD_DETACH == reason || DLL_PROCESS_DETACH == reason) && gOnce) {
  /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/chromium_org/chrome/app/
delay_load_hook_win.cc 53 extern "C" FARPROC WINAPI ChromeDelayLoadHook(unsigned reason,
55 switch (reason) {
  /external/chromium_org/content/child/npapi/
plugin_string_stream.cc 32 NPReason reason = written == length ? NPRES_DONE : NPRES_NETWORK_ERR; local
33 Close(reason);
  /external/chromium_org/ppapi/utility/websocket/
websocket_api.h 48 /// <code>code</code> and <code>reason</code>.
51 /// @param[in] reason A <code>Var</code> of string type which represents the
52 /// WebSocket close reason. Ignored if it is undefined type.
57 int32_t Close(uint16_t code, const Var& reason);
113 const Var& reason) = 0;
  /external/chromium_org/sync/internal_api/public/util/
sync_string_conversions.cc 24 PassphraseRequiredReason reason) {
25 switch (reason) {
  /external/chromium_org/sync/notifier/
invalidator_state.cc 26 notifier::NotificationsDisabledReason reason) {
27 switch (reason) {
  /external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/
GetURLNotifyWithURLThatFailsToLoad.cpp 51 bool NPP_URLNotify(const char* url, NPReason reason, void* notifyData)
58 if (reason != NPRES_NETWORK_ERR)
  /external/chromium_org/third_party/icu/source/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/chromium_org/third_party/openssl/openssl/crypto/buffer/
buf_err.c 58 * only reason strings will be preserved.
69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_BUF,0,reason)
  /external/chromium_org/third_party/openssl/openssl/crypto/comp/
comp_err.c 58 * only reason strings will be preserved.
69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_COMP,0,reason)
  /external/chromium_org/third_party/openssl/openssl/crypto/ecdh/
ech_err.c 58 * only reason strings will be preserved.
69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_ECDH,0,reason)
  /external/chromium_org/third_party/openssl/openssl/crypto/objects/
obj_err.c 58 * only reason strings will be preserved.
69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_OBJ,0,reason)
  /external/chromium_org/third_party/openssl/openssl/crypto/rand/
rand_err.c 58 * only reason strings will be preserved.
69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_RAND,0,reason)
  /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);
  /external/nist-sip/java/gov/nist/javax/sip/
DialogTimeoutEvent.java 34 public enum Reason {AckNotReceived, AckNotSent,ReInviteTimeout};
42 public DialogTimeoutEvent(Object source, Dialog dialog, Reason reason) {
45 m_reason = reason;
62 * The reason for the Dialog Timeout Event being delivered to the application.
64 * @return the reason for the timeout event.
66 public Reason getReason() {
72 private Reason m_reason = null;

Completed in 3221 milliseconds

1 2 3 45 6 7 8 91011>>