/external/chromium_org/remoting/tools/ |
hostdir.py | 78 raise HostDirectoryError(response.reason, response.read()) 85 raise HostDirectoryError(response.reason, response.read()) 99 raise HostDirectoryError(response.reason, response.read())
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorDebuggerAgent.h | 124 void schedulePauseOnNextStatement(InspectorFrontend::Debugger::Reason::Enum breakReason, PassRefPtr<JSONObject> data); 128 void breakProgram(InspectorFrontend::Debugger::Reason::Enum breakReason, PassRefPtr<JSONObject> data); 202 InspectorFrontend::Debugger::Reason::Enum m_breakReason;
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/ |
gardeningserver_unittest.py | 118 expected_stderr = "MOCK run_command: ['echo', 'rollout', '--force-clean', '--non-interactive', '2314', 'MOCK rollout reason'], cwd=/mock-checkout\n" 120 self._post_to_path("/rollout?revision=2314&reason=MOCK+rollout+reason", expected_stderr=expected_stderr, expected_stdout=expected_stdout)
|
/external/chromium_org/third_party/angle_dx11/src/compiler/preprocessor/ |
ExpressionParser.y | 72 static void yyerror(Context* context, const char* reason); 243 void yyerror(Context* context, const char* reason) 247 reason);
|
/external/chromium_org/third_party/icu/source/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/chromium_org/third_party/openssl/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/chromium_org/third_party/openssl/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/chromium_org/third_party/openssl/openssl/crypto/ocsp/ |
ocsp_srv.c | 126 int status, int reason, 166 if (reason != OCSP_REVOKED_STATUS_NOSTATUS) 171 reason)))
|
/external/chromium_org/third_party/openssl/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/chromium_org/third_party/openssl/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/chromium_org/third_party/openssl/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/chromium_org/third_party/openssl/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/clang/lib/Frontend/ |
DependencyFile.cpp | 56 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason, 103 FileChangeReason Reason, 106 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)
|
/frameworks/av/media/libstagefright/foundation/ |
ANetworkSession.cpp | 137 void notify(NotificationReason reason); 207 msg->setInt32("reason", kWhatClientConnected); 299 notify->setInt32("reason", kWhatDatagram); 378 notify->setInt32("reason", kWhatDatagram); 401 notify->setInt32("reason", kWhatBinaryData); 427 notify->setInt32("reason", kWhatData); 507 notify->setInt32("reason", kWhatWebSocketMessage); 679 msg->setInt32("reason", kWhatNetworkStall); 784 msg->setInt32("reason", kWhatError); 791 void ANetworkSession::Session::notify(NotificationReason reason) { [all...] |
/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/Email/emailsync/src/com/android/emailsync/ |
AbstractSyncService.java | 154 String reason = null; field in class:AbstractSyncService.ValidationResult 160 reason = _reason; 178 return reason;
|