/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/ |
batch.py | 105 response_code = self.__http_response.status_code 106 return response_code not in self.__retryable_codes
|
/frameworks/base/docs/html/google/play/billing/ |
billing_integrate.jd | 345 int response = skuDetails.getInt("RESPONSE_CODE"); 452 int responseCode = data.getIntExtra("RESPONSE_CODE", 0); 525 int response = ownedItems.getInt("RESPONSE_CODE"); 623 if (bundle.getInt(RESPONSE_CODE) == BILLING_RESPONSE_RESULT_OK) {
|
/frameworks/base/docs/image_sources/in-app-billing/v3/ |
iab_v3_purchase_flow.graffle | 239 \f0\fs24 \cf2 Bundle(RESPONSE_CODE, INAPP_PURCHASE_ITEM_LIST, INAPP_PURCHASE_DATA_LIST, INAPP_DATA_SIGNATURE_LIST, INAPP_CONTINUATION_TOKEN)}</string> 1014 \f0\fs24 \cf2 Bundle(RESPONSE_CODE, INAPP_PURCHASE_DATA, INAPP_DATA_SIGNATURE)}</string> 1102 \f0\fs24 \cf2 Bundle(RESPONSE_CODE, BUY_INTENT)}</string> [all...] |
iab_v3_consumption_flow.graffle | 521 \f0\fs24 \cf2 Bundle(RESPONSE_CODE, INAPP_PURCHASE_ITEM_LIST, INAPP_PURCHASE_DATA_LIST, INAPP_DATA_SIGNATURE_LIST, INAPP_CONTINUATION_TOKEN)}</string>
|
/external/libevent/ |
http.c | 349 return (req->response_code != HTTP_NOCONTENT && 350 req->response_code != HTTP_NOTMODIFIED && 351 (req->response_code < 100 || req->response_code >= 200) && 543 req->major, req->minor, req->response_code, [all...] |
/system/tpm/trunks/generator/ |
generator.py | [all...] |
generator_test.py | 145 TPM_RC response_code,
|
/packages/apps/Bluetooth/jni/ |
com_android_bluetooth_hfp.cpp | 764 static jboolean atResponseCodeNative(JNIEnv *env, jobject object, jint response_code, 776 if ( (status = sBluetoothHfpInterface->at_response((bthf_at_response_t) response_code, [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_urllib2_localnet.py | 323 response_code, headers, body = responses.pop(0) 325 self.send_response(response_code)
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_urllib2_localnet.py | 323 response_code, headers, body = responses.pop(0) 325 self.send_response(response_code)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_urllib2_localnet.py | 323 response_code, headers, body = responses.pop(0) 325 self.send_response(response_code)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_urllib2_localnet.py | 323 response_code, headers, body = responses.pop(0) 325 self.send_response(response_code)
|
/system/bt/btif/src/ |
btif_hf.c | [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
imaplib.py | 93 Response_code = re.compile(r'\[(?P<type>[A-Z-]+)( (?P<data>[^\]]*))?\]') 975 if typ in ('OK', 'NO', 'BAD') and self._match(Response_code, dat): [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
imaplib.py | 93 Response_code = re.compile(r'\[(?P<type>[A-Z-]+)( (?P<data>[^\]]*))?\]') 975 if typ in ('OK', 'NO', 'BAD') and self._match(Response_code, dat): [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
imaplib.py | 93 Response_code = re.compile(r'\[(?P<type>[A-Z-]+)( (?P<data>[^\]]*))?\]') 975 if typ in ('OK', 'NO', 'BAD') and self._match(Response_code, dat): [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
imaplib.py | 93 Response_code = re.compile(r'\[(?P<type>[A-Z-]+)( (?P<data>[^\]]*))?\]') 975 if typ in ('OK', 'NO', 'BAD') and self._match(Response_code, dat): [all...] |
/external/curl/lib/ |
mk-ca-bundle.pl | 296 my @out = `curl -w %{response_code} $quiet -O $https`;
|
/external/curl/packages/OS400/ |
curl.inc.in | [all...] |
/external/curl/docs/ |
FAQ | [all...] |
curl.1 | [all...] |