HomeSort by relevance Sort by last modified time
    Searched full:reason (Results 151 - 175 of 3304) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/test-runner/src/android/test/
TestRecorder.java 155 * @param reason Reason for failure.
157 public void failed(String className, String reason) {
160 // The reason is put as the exception.
161 map.put("exception", reason);
  /development/host/windows/usb/api/
AdbWinApi.cpp 102 DWORD reason,
108 if (DLL_PROCESS_ATTACH == reason) {
111 return _AtlModule.DllMain(reason, reserved);
  /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/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/webkit/JavaScriptCore/tests/mozilla/js1_1/
jsref.js 35 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
47 this.reason = "";
156 print(beginTag + 'REASON' + endTag);
browser.js 73 testcases[tc].reason = msg;
77 ": " + testcases[tc].reason );
  /external/webkit/JavaScriptCore/tests/mozilla/js1_4/
jsref.js 34 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
45 this.reason = "";
154 print(beginTag + 'REASON' + endTag);
browser.js 73 testcases[tc].reason = msg;
77 ": " + testcases[tc].reason );
  /external/webkit/WebKitTools/Scripts/webkitpy/
changelogs_unittest.py 131 This is a very long reason which should be long enough so that
140 long_reason = "This is a very long reason which should be long enough so that _message_for_revert will need to wrap it. We'll also include a https://veryveryveryveryverylongbugurl.com/reallylongbugthingy.cgi?bug_id=12354 link so that we can make sure we wrap that right too."
150 Reason
160 Reason
175 self._assert_update_for_revert_output([12345, "Reason"], self._revert_entry_without_bug_url)
176 self._assert_update_for_revert_output([12345, "Reason", "http://example.com/123"], self._revert_entry_with_bug_url)
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
SettingsController.java 208 String reason = null; local
211 reason = "File not found";
213 reason = ".android folder not found, please define ANDROID_SDK_HOME";
215 reason = String.format("%1$s: %2$s", e.getClass().getSimpleName(), e.getMessage());
217 reason = e.getClass().getName();
224 reason, path));
  /external/icu4c/common/unicode/
icuplug.h 73 * myPlugin (UPlugData *plug, UPlugReason reason, UErrorCode *status) {
74 * if(reason==UPLUG_REASON_QUERY) {
77 * } else if(reason==UPLUG_REASON_LOAD) {
79 * } else if(reason==UPLUG_REASON_UNLOAD) {
93 * <li>When the 'reason' parameter is set to UPLUG_REASON_QUERY, the
97 * <li>When the 'reason' parameter is UPLUG_REASON_QUERY, the plugin
148 * Reason code for the entrypoint's call
183 UPlugReason reason,
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/
browser.js 73 testcases[tc].reason = msg;
77 ": " + testcases[tc].reason );
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/
browser.js 76 testcases[tc].reason = msg;
80 ": " + testcases[tc].reason );
  /external/webkit/JavaScriptCore/tests/mozilla/js1_2/
browser.js 76 testcases[tc].reason = msg;
80 ": " + testcases[tc].reason );
  /external/webkit/WebKitTools/Scripts/webkitpy/steps/
completerollout.py 60 comment_text = "Reverted r%s for reason:\n\n%s\n\n%s" % (state["revision"], state["reason"], commit_comment)
  /external/wpa_supplicant/
x509v3.h 103 int *reason);
135 int *reason)
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
x509v3.h 103 int *reason);
135 int *reason)
  /frameworks/base/core/java/com/android/internal/os/
BinderInternal.java 88 public static void forceGc(String reason) {
89 EventLog.writeEvent(2741, reason);
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
smePrivate.h 51 mgmtStatus_e eMgmtStatus; /* Contains the last DisAssociation reason towards upper layer */
52 TI_UINT32 uStatusCode; /* Extra information to the reason. i.e. packet status code or roaming trigger */
  /libcore/luni/src/main/java/java/lang/reflect/
ParameterizedType.java 51 * reason
64 * if the owner type cannot be instantiated for some reason
WildcardType.java 39 * some reason
55 * instantiated for some reason

Completed in 197 milliseconds

1 2 3 4 5 67 8 91011>>