HomeSort by relevance Sort by last modified time
    Searched defs:resp (Results 101 - 125 of 243) sorted by null

1 2 3 45 6 7 8 910

  /prebuilts/ndk/9/platforms/android-16/arch-x86/usr/include/linux/mmc/
mmc.h 26 u32 resp[4]; member in struct:mmc_command
  /prebuilts/ndk/9/platforms/android-17/arch-arm/usr/include/linux/mmc/
mmc.h 26 u32 resp[4]; member in struct:mmc_command
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/linux/mmc/
mmc.h 26 u32 resp[4]; member in struct:mmc_command
  /prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/linux/mmc/
mmc.h 26 u32 resp[4]; member in struct:mmc_command
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/mmc/
mmc.h 26 u32 resp[4]; member in struct:mmc_command
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/mmc/
mmc.h 26 u32 resp[4]; member in struct:mmc_command
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/mmc/
mmc.h 26 u32 resp[4]; member in struct:mmc_command
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/linux/mmc/
mmc.h 26 u32 resp[4]; member in struct:mmc_command
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/linux/mmc/
mmc.h 26 u32 resp[4]; member in struct:mmc_command
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/linux/mmc/
mmc.h 26 u32 resp[4]; member in struct:mmc_command
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/mmc/
mmc.h 26 u32 resp[4]; member in struct:mmc_command
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/mmc/
mmc.h 26 u32 resp[4]; member in struct:mmc_command
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/mmc/
mmc.h 26 u32 resp[4]; member in struct:mmc_command
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/mmc/
mmc.h 26 u32 resp[4]; member in struct:mmc_command
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/mmc/
mmc.h 26 u32 resp[4]; member in struct:mmc_command
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/mmc/
mmc.h 26 u32 resp[4]; member in struct:mmc_command
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/mmc/
mmc.h 26 u32 resp[4]; member in struct:mmc_command
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
nntplib.py 7 >>> resp, count, first, last, name = s.group('comp.lang.python')
10 >>> resp, subs = s.xhdr('subject', first + '-' + last)
11 >>> resp = s.quit()
14 Here 'resp' is the server response line.
19 >>> resp = s.post(f)
149 resp = self.shortcmd('authinfo user '+user)
150 if resp[:3] == '381':
152 raise NNTPReplyError(resp)
154 resp = self.shortcmd(
156 if resp[:3] != '281'
626 resp = s.quit() variable in class:NNTP
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
nntplib.py 7 >>> resp, count, first, last, name = s.group('comp.lang.python')
10 >>> resp, subs = s.xhdr('subject', first + '-' + last)
11 >>> resp = s.quit()
14 Here 'resp' is the server response line.
19 >>> resp = s.post(f)
149 resp = self.shortcmd('authinfo user '+user)
150 if resp[:3] == '381':
152 raise NNTPReplyError(resp)
154 resp = self.shortcmd(
156 if resp[:3] != '281'
626 resp = s.quit() variable in class:NNTP
    [all...]
  /system/core/adb/
services.c 611 char resp[4096]; local
621 snprintf(resp, sizeof(resp), "%04x%s",(unsigned)strlen(buf), buf);
622 writex(fd, resp, strlen(resp));
  /system/core/fastboot/
engine.c 76 int (*func)(Action *a, int status, char *resp);
124 static int cb_default(Action *a, int status, char *resp)
127 fprintf(stderr,"FAILED (%s)\n", resp);
225 static int cb_check(Action *a, int status, char *resp, int invert)
233 fprintf(stderr,"FAILED (%s)\n", resp);
247 yes = match(resp, value, count);
258 fprintf(stderr,"Device %s is '%s'.\n", a->cmd + 7, resp);
268 static int cb_require(Action *a, int status, char *resp)
270 return cb_check(a, status, resp, 0);
273 static int cb_reject(Action *a, int status, char *resp)
370 char resp[FB_RESPONSE_SZ+1]; local
    [all...]
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
NetworkUtilities.java 106 final HttpResponse resp; local
122 resp = getHttpClient().execute(post);
124 if (resp.getStatusLine().getStatusCode() == HttpStatus.SC_OK) {
125 InputStream istream = (resp.getEntity() != null) ? resp.getEntity().getContent()
136 Log.e(TAG, "Error authenticating" + resp.getStatusLine());
192 final HttpResponse resp = getHttpClient().execute(post); local
193 final String response = EntityUtils.toString(resp.getEntity());
194 if (resp.getStatusLine().getStatusCode() == HttpStatus.SC_OK) {
208 if (resp.getStatusLine().getStatusCode() == HttpStatus.SC_UNAUTHORIZED)
    [all...]
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_sco.c 1564 tBTM_ESCO_PARAMS resp; local
    [all...]
  /external/chromium_org/net/cert/
ct_objects_extractor_nss.cc 600 const SingleResponse* resp = *resps; local
601 if (CertIDMatches(resp->cert_id, cert_serial_number,
603 match = resp;
  /external/opencv/ml/src/
mlrtrees.cpp 395 double avg_resp, resp = predicted_node->value; local
396 oob_predictions_sum.data.fl[i] += (float)resp;
403 resp = (resp - true_resp_ptr[i])/maximal_response;
404 ncorrect_responses += exp( -resp*resp );

Completed in 3874 milliseconds

1 2 3 45 6 7 8 910