HomeSort by relevance Sort by last modified time
    Searched full:response_code (Results 1 - 23 of 23) sorted by null

  /external/google-breakpad/src/common/linux/
http_upload.cc 65 long *response_code,
67 if (response_code != NULL)
68 *response_code = 0;
166 if (response_code != NULL) {
169 (*curl_easy_getinfo)(curl, CURLINFO_RESPONSE_CODE, response_code);
http_upload.h 57 // If response_code is non-NULL, it will be set to the HTTP response code
69 long *response_code,
  /external/google-breakpad/src/tools/linux/symupload/
sym_upload.cc 143 long response_code; local
152 &response_code,
157 printf("Response code: %ld\n", response_code);
160 } else if (response_code == 0) {
162 } else if (response_code != 200) {
163 printf("Failed to send symbol file: Response code %ld\n", response_code);
  /external/google-breakpad/src/common/windows/
http_upload.cc 71 int *response_code) {
72 if (response_code) {
73 *response_code = 0;
183 if (response_code) {
184 *response_code = http_response;
http_upload.h 66 // If response_code is non-NULL, it will be set to the HTTP response code
74 int *response_code);
  /frameworks/base/docs/html/google/play/billing/v2/
billing_reference.jd 50 <code>response_code</code> extras in the <code>com.android.vending.billing.RESPONSE_CODE</code>
245 <li><code>RESPONSE_CODE</code>
273 <td><code>RESPONSE_CODE</code></td>
279 <td><code>RESPONSE_CODE</code>, <code>PURCHASE_INTENT</code>, <code>REQUEST_ID</code></td>
284 <td><code>RESPONSE_CODE</code>, <code>REQUEST_ID</code></td>
289 <td><code>RESPONSE_CODE</code>, <code>REQUEST_ID</code></td>
294 <td><code>RESPONSE_CODE</code>, <code>REQUEST_ID</code></td>
308 <h4>com.android.vending.billing.RESPONSE_CODE</h4>
324 <li><code>response_code</code>&mdash;an <code>int</code> representing the Google Play serve
    [all...]
api.jd 242 <li><code>RESPONSE_CODE</code>
261 <li><code>com.android.vending.billing.RESPONSE_CODE</code>
311 are shown in <em>italic</em>. For clarity, figure 2 does not show the <code>RESPONSE_CODE</code>
320 <code>RESPONSE_CODE</code>, <code>PURCHASE_INTENT</code>, and <code>REQUEST_ID</code>. The
334 <li>The Google Play application sends a Bundle with a <code>RESPONSE_CODE</code> key and a
342 <code>RESPONSE_CODE</code> key and a <code>REQUEST_ID</code> key.</li>
362 are shown in <em>italic</em>. For clarity, figure 3 does not show the <code>RESPONSE_CODE</code>
373 <code>RESPONSE_CODE</code> key and a <code>REQUEST_ID</code> key. Next, the Google Play
374 application sends a <code>RESPONSE_CODE</code> broadcast intent, which provides status information
375 or error information about the request. As always, the <code>RESPONSE_CODE</code> message reference
    [all...]
billing_integrate.jd 395 &lt;action android:name="com.android.vending.billing.RESPONSE_CODE" /&gt;
548 android.os.Bundle} response, which contains only a single key: <code>RESPONSE_CODE</code>. The
549 <code>RESPONSE_CODE</code> key can have the following values:</p>
618 <code>RESPONSE_CODE</code>, <code>PURCHASE_INTENT</code>, and <code>REQUEST_ID</code>. The
619 <code>RESPONSE_CODE</code> key provides you with the status of the request and the
    [all...]
billing_subscriptions.jd 227 <code>RESPONSE_CODE</code>, <code>PURCHASE_INTENT</code>, and
290 broadcast intents as asynchronous responses &mdash; a <code>RESPONSE_CODE</code>
  /frameworks/base/docs/html/google/play/billing/
billing_reference.jd 35 <p>The following table lists all of the server response codes that are sent from Google Play to your application. Google Play sends the response code synchronously as an integer mapped to the {@code RESPONSE_CODE} key in the response {@code Bundle}. Your application must handle all of these response codes.</p>
146 RESPONSE_CODE} key, and a {@link android.app.PendingIntent} to launch the
164 <td>{@code RESPONSE_CODE}</td>
266 RESPONSE_CODE} key, and a {@link android.app.PendingIntent} to launch the
284 <td>{@code RESPONSE_CODE}</td>
316 <td>{@code RESPONSE_CODE}</td>
billing_integrate.jd 200 int response = skuDetails.getInt("RESPONSE_CODE");
264 int responseCode = data.getIntExtra("RESPONSE_CODE", 0);
294 int response = ownedItems.getInt("RESPONSE_CODE");
359 if (bundle.getInt(RESPONSE_CODE) == BILLING_RESPONSE_RESULT_OK) {
  /external/google-breakpad/src/tools/windows/symupload/
symupload.cc 234 int response_code; local
238 nullptr, &response_code)) {
242 argv[currentarg], response_code);
  /external/vboot_reference/tests/
tlcl_tests.c 62 static void SetResponse(int call_idx, uint32_t response_code, int rsp_size)
67 ToTpmUint32(c->rsp_buf + 6, response_code);
  /system/bt/stack/bnep/
bnep_utils.c 42 void bnepu_send_peer_multicast_filter_rsp (tBNEP_CONN *p_bcb, UINT16 response_code);
375 void bnepu_send_peer_filter_rsp (tBNEP_CONN *p_bcb, UINT16 response_code)
396 UINT16_TO_BE_STREAM (p, response_code);
    [all...]
  /hardware/libhardware/include/hardware/
bt_hf.h 271 bt_status_t (*at_response) (bthf_at_response_t response_code, int error_code, bt_bdaddr_t *bd_addr );
  /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>
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hfp.cpp 734 static jboolean atResponseCodeNative(JNIEnv *env, jobject object, jint response_code,
746 if ( (status = sBluetoothHfpInterface->at_response((bthf_at_response_t) 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/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...]

Completed in 394 milliseconds