HomeSort by relevance Sort by last modified time
    Searched refs:reason (Results 51 - 75 of 1276) sorted by null

1 23 4 5 6 7 8 91011>>

  /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...]
  /external/wpa_supplicant/tests/
test_x509v3.c 29 int i, reason; local
62 if (x509_certificate_chain_validate(last, certs, &reason) < 0) {
63 printf("\nCertificate chain validation failed: %d\n", reason);
  /external/wpa_supplicant_6/wpa_supplicant/tests/
test_x509v3.c 29 int i, reason; local
62 if (x509_certificate_chain_validate(last, certs, &reason) < 0) {
63 printf("\nCertificate chain validation failed: %d\n", reason);
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
TestPhoneNotifier.java 47 public void notifyDataConnection(Phone sender, String reason, String apnType) {
50 public void notifyDataConnection(Phone sender, String reason, String apnType,
54 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);
  /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;
  /external/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/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/openssl/crypto/
cpt_err.c 58 * only reason strings will be preserved.
69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_CRYPTO,0,reason)
  /external/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/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/webkit/Source/JavaScriptCore/icu/unicode/
ucnv_err.h 164 UCNV_RESET = 3, /**< The callback is called with this reason when a
223 * @param reason Defines the reason the callback was invoked
233 UConverterCallbackReason reason,
247 * @param reason Defines the reason the callback was invoked
256 UConverterCallbackReason reason,
273 * @param reason Defines the reason the callback was invoked
284 UConverterCallbackReason reason,
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
ucnv_err.h 164 UCNV_RESET = 3, /**< The callback is called with this reason when a
223 * @param reason Defines the reason the callback was invoked
233 UConverterCallbackReason reason,
247 * @param reason Defines the reason the callback was invoked
256 UConverterCallbackReason reason,
273 * @param reason Defines the reason the callback was invoked
284 UConverterCallbackReason reason,
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ucnv_err.h 164 UCNV_RESET = 3, /**< The callback is called with this reason when a
223 * @param reason Defines the reason the callback was invoked
233 UConverterCallbackReason reason,
247 * @param reason Defines the reason the callback was invoked
256 UConverterCallbackReason reason,
273 * @param reason Defines the reason the callback was invoked
284 UConverterCallbackReason reason,
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneNotifier.java 36 /** TODO - reason should never be null */
37 public void notifyDataConnection(Phone sender, String reason, String apnType,
40 public void notifyDataConnectionFailed(Phone sender, String reason, String apnType);
  /dalvik/vm/alloc/
Heap.h 30 const char *reason; member in struct:GcSpec
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Math/
15.8.2.14.js 58 testcases[caseno].reason = Math.random();
61 if ( ! ( testcases[caseno].reason >= 0) ) {
65 if ( ! (testcases[caseno].reason < 1) ) {
79 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
  /external/wpa_supplicant/
mlme.h 26 int ieee80211_sta_deauthenticate(struct wpa_supplicant *wpa_s, u16 reason);
27 int ieee80211_sta_disassociate(struct wpa_supplicant *wpa_s, u16 reason);
58 u16 reason)
64 u16 reason)
  /frameworks/base/core/jni/
android_os_Power.cpp 76 static void android_os_Power_reboot(JNIEnv *env, jobject clazz, jstring reason)
78 if (reason == NULL) {
81 const char *chars = env->GetStringUTFChars(reason, NULL);
83 env->ReleaseStringUTFChars(reason, chars); // In case it fails.
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/address/parser/
TokenMgrError.java 46 * Indicates the reason why the exception is thrown. It will have
140 public TokenMgrError(String message, int reason) {
142 errorCode = reason;
145 public TokenMgrError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar, int reason) {
146 this(LexicalError(EOFSeen, lexState, errorLine, errorColumn, errorAfter, curChar), reason);
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/contenttype/parser/
TokenMgrError.java 46 * Indicates the reason why the exception is thrown. It will have
140 public TokenMgrError(String message, int reason) {
142 errorCode = reason;
145 public TokenMgrError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar, int reason) {
146 this(LexicalError(EOFSeen, lexState, errorLine, errorColumn, errorAfter, curChar), reason);
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/datetime/parser/
TokenMgrError.java 46 * Indicates the reason why the exception is thrown. It will have
140 public TokenMgrError(String message, int reason) {
142 errorCode = reason;
145 public TokenMgrError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar, int reason) {
146 this(LexicalError(EOFSeen, lexState, errorLine, errorColumn, errorAfter, curChar), reason);

Completed in 1395 milliseconds

1 23 4 5 6 7 8 91011>>