/external/openssl/ssl/ |
kssl.h | 121 int reason; member in struct:kssl_err_st 164 void kssl_err_set(KSSL_ERR *kssl_err, int reason, char *text);
|
/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/android/view/ |
IWindow.aidl | 58 void closeSystemDialogs(String reason);
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
SmsRejectedReceiver.java | 46 int reason = intent.getIntExtra("result", -1); local 47 boolean outOfMemory = reason == Telephony.Sms.Intents.RESULT_SMS_OUT_OF_MEMORY;
|
/external/clearsilver/python/examples/base/ |
odb_test.py | 136 except AttributeError, reason: 175 except KeyError, reason: 181 except KeyError, reason: 191 except AttributeError, reason: 197 except AttributeError, reason: 209 except eInvalidData, reason:
|
/external/openssl/crypto/ocsp/ |
ocsp_cl.c | 253 * Note: the revtime and reason values are only set if the 258 int OCSP_single_get0_status(OCSP_SINGLERESP *single, int *reason, 272 if (reason) 275 *reason = ASN1_ENUMERATED_get(rev->revocationReason); 276 else *reason = -1; 289 int *reason, 300 i = OCSP_single_get0_status(single, reason, revtime, thisupd, nextupd);
|
/external/webkit/WebKit/mac/Plugins/Hosted/ |
HostedNetscapePluginStream.mm | 231 void HostedNetscapePluginStream::cancelLoad(NPReason reason) 233 cancelLoad(errorForReason(reason)); 263 NSError *HostedNetscapePluginStream::errorForReason(NPReason reason) const 265 if (reason == NPRES_DONE) 268 if (reason == NPRES_USER_BREAK)
|
/frameworks/base/core/java/com/android/internal/app/ |
ShutdownThread.java | 129 * @param reason code to pass to the kernel (e.g. "recovery"), or null. 132 public static void reboot(final Context context, String reason, boolean confirm) { 134 mRebootReason = reason; 209 String reason = (mReboot ? "1" : "0") + (mRebootReason != null ? mRebootReason : ""); local 210 SystemProperties.set(SHUTDOWN_ACTION_PROPERTY, reason); 350 * @param reason reason for reboot 352 public static void rebootOrShutdown(boolean reboot, String reason) { 354 Log.i(TAG, "Rebooting, reason: " + reason); [all...] |
/external/openssl/crypto/asn1/ |
x_crl.c | 140 ASN1_ENUMERATED *reason; 165 reason = X509_REVOKED_get_ext_d2i(rev, NID_crl_reason, 167 if (!reason && (j != -1)) 173 if (reason) 175 rev->reason = ASN1_ENUMERATED_get(reason); 176 ASN1_ENUMERATED_free(reason); 179 rev->reason = CRL_REASON_NONE; 472 if (rev->reason == CRL_REASON_REMOVE_FROM_CRL)
|
/external/apache-http/src/org/apache/http/message/ |
BasicLineFormatter.java | 264 final String reason = statline.getReasonPhrase(); local 265 if (reason != null) { 266 len += reason.length(); 273 buffer.append(' '); // keep whitespace even if reason phrase is empty 274 if (reason != null) { 275 buffer.append(reason);
|
/external/qemu/ |
cbuffer.c | 31 const char* reason = NULL; local 34 reason = "rpos is out of bounds"; 37 reason = "count is incorrect"; 39 if (!reason) 43 file, lineno, reason, cb->rpos, cb->count, cb->size);
|
/cts/tests/tests/permission2/src/android/permission2/cts/ |
NoReceiveSmsPermissionTest.java | 140 String reason = getErrorReason(resultCode); local 141 Log.e(LOG_TAG, String.format("message %1$s failed: %2$s", action, reason));
|
/external/chromium/third_party/icu/source/common/ |
ucnv_bld.h | 139 UConverterCallbackReason reason, 149 UConverterCallbackReason reason, 232 UConverterCallbackReason toUCallbackReason; /* (*fromCharErrorBehaviour) reason, set when error is detected */
|
/external/chromium/third_party/libevent/ |
evhttp.h | 144 * @param reason a brief explanation of the error 147 const char *reason); 154 * @param reason a brief message to send with the response code 158 const char *reason, struct evbuffer *databuf);
|
/external/dhcpcd/dhcpcd-hooks/ |
50-yp.conf | 46 case "${reason}" in
|
/external/icu4c/common/ |
ucnv_bld.h | 139 UConverterCallbackReason reason, 149 UConverterCallbackReason reason, 232 UConverterCallbackReason toUCallbackReason; /* (*fromCharErrorBehaviour) reason, set when error is detected */
|
/external/openssl/crypto/engine/ |
eng_err.c | 58 * only reason strings will be preserved. 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_ENGINE,0,reason)
|
/external/openssl/crypto/pem/ |
pem_err.c | 58 * only reason strings will be preserved. 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_PEM,0,reason)
|
/external/openssl/crypto/pkcs7/ |
pkcs7err.c | 58 * only reason strings will be preserved. 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_PKCS7,0,reason)
|
/external/openssl/crypto/ts/ |
ts_err.c | 58 * only reason strings will be preserved. 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_TS,0,reason)
|
/external/openssl/crypto/x509/ |
x509_err.c | 58 * only reason strings will be preserved. 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_X509,0,reason)
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_1/ |
shell.js | 42 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value "; 61 this.reason = "";
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_2/ |
shell.js | 45 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value "; 65 this.reason = "";
|
/external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationPlugin/ |
main.m | 60 NPError NPP_DestroyStream(NPP instance, NPStream* stream, NPReason reason); 66 void NPP_URLNotify(NPP instance, const char* URL, NPReason reason, void* notifyData); 169 NPError NPP_DestroyStream(NPP instance, NPStream* stream, NPReason reason) 215 void NPP_URLNotify(NPP instance, const char* url, NPReason reason, void* notifyData)
|