HomeSort by relevance Sort by last modified time
    Searched full:reason (Results 526 - 550 of 4406) sorted by null

<<21222324252627282930>>

  /external/clang/lib/Frontend/
DependencyFile.cpp 54 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason,
115 FileChangeReason Reason,
117 if (Reason != PPCallbacks::EnterFile)
  /external/icu4c/test/perf/utfperf/
utfperf.cpp 110 UConverterCallbackReason reason,
112 if (reason <= UCNV_IRREGULAR) {
115 UCNV_FROM_U_CALLBACK_SUBSTITUTE(context, fromUArgs, codeUnits, length, codePoint, reason, pErrorCode);
  /external/nist-sip/java/gov/nist/javax/sip/parser/
SubscriptionStateParser.java 87 if (value.equalsIgnoreCase("reason")) {
144 "Subscription-State: terminated;reason=rejected \n",
145 "Subscription-State: pending;reason=probation;expires=36\n",
  /external/openssl/crypto/ec/
ec_err.c 58 * only reason strings will be preserved.
69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_EC,0,reason)
  /external/openssl/crypto/evp/
evp_err.c 58 * only reason strings will be preserved.
69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_EVP,0,reason)
  /external/openssl/crypto/ocsp/
ocsp_srv.c 126 int status, int reason,
166 if (reason != OCSP_REVOKED_STATUS_NOSTATUS)
171 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/rsa/
rsa_err.c 58 * only reason strings will be preserved.
69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_RSA,0,reason)
  /external/openssl/crypto/store/
str_err.c 58 * only reason strings will be preserved.
69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_STORE,0,reason)
  /external/openssl/crypto/x509v3/
v3err.c 58 * only reason strings will be preserved.
69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_X509V3,0,reason)
  /external/webkit/Source/WebCore/plugins/
npfunctions.h 50 typedef NPError (*NPN_DestroyStreamProcPtr)(NPP instance, NPStream* stream, NPReason reason);
106 typedef NPError (*NPP_DestroyStreamProcPtr)(NPP instance, NPStream* stream, NPReason reason);
112 typedef void (*NPP_URLNotifyProcPtr)(NPP instance, const char* URL, NPReason reason, void* notifyData);
  /ndk/sources/host-tools/sed-4.2.1/
BUGS 36 command switch has been specified. More information on the reason
89 reason, sed will not let one use `-i' on a writeable file in a
126 (including UTF-8 locales). For this reason, GNU sed provides a `z'
  /packages/apps/Exchange/src/com/android/exchange/
AbstractSyncService.java 152 String reason = null; field in class:AbstractSyncService.ValidationResult
158 reason = _reason;
176 return reason;
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
HandleProfiling.java 117 // reason starting the tracing failed.
192 // reason starting the tracing failed.
275 // - MPSE failed for whatever reason
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
InstrumentationApkTest.java 80 Assert.assertNull(String.format("Failed to install %s on %s. Reason: %s",
  /dalvik/vm/alloc/
Heap.h 30 const char *reason; member in struct:GcSpec
  /development/tools/idegen/
excluded-paths 6 # document the reason for each exclusion.
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/cert/
X509CRLEntryImplTest.java 54 // add reason code extension which OID is 2.5.29.21
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
ConnectionEventTest.java 81 SQLException sqlException = new SQLException("reason", "SQLState",
  /external/bluetooth/bluez/test/
bdaddr.8 32 device specific. For this reason, not all devices are supported, and not all
  /external/bluetooth/hcidump/parser/
l2cap.c 213 static char *reason2str(uint16_t reason)
215 switch (reason) {
267 return "Failure - rejected (no reason provided)";
366 uint16_t reason = btohs(h->reason); local
369 printf("Command rej: reason %d", reason);
371 switch (reason) {
385 printf("%s\n", reason2str(reason));
  /external/chromium/chrome/browser/chromeos/login/
update_screen.h 49 virtual void ExitUpdate(ExitReason reason);
  /external/chromium/chrome/browser/net/
sdch_dictionary_fetcher.cc 26 // and get a different dictionary, but there is no reason to have it in the
  /external/chromium/chrome/browser/safe_browsing/
report.proto 50 optional bytes reason = 2;
  /external/chromium/chrome/browser/ssl/
ssl_add_cert_handler.cc 53 // cannot completely verify the certificate for whatever reason.

Completed in 1777 milliseconds

<<21222324252627282930>>