/external/tlsdate/src/ |
tlsdate-helper.c | 208 const unsigned char *cp; local 209 for (cp = (const unsigned char *)s; *cp; cp++) { 210 if (*cp < 32 || *cp >= 127) [all...] |
/external/v8/src/arm/ |
macro-assembler-arm.h | 41 const Register cp = {Register::kCode_r7}; // JavaScript context pointer. member in namespace:v8::internal [all...] |
/external/v8/src/mips/ |
assembler-mips.h | 97 static const int kCpRegister = 23; // cp (s7) is the 23rd register. 269 // cp is assumed to be a callee saved register. 274 #define cp s7 macro [all...] |
/external/v8/src/mips64/ |
assembler-mips64.h | 97 static const int kCpRegister = 23; // cp (s7) is the 23rd register. 271 // cp is assumed to be a callee saved register. 276 #define cp s7 macro [all...] |
/external/v8/src/parsing/ |
scanner.cc | 1099 uc32 cp = ScanUnlimitedLengthHexNumber<capture_raw>(0x10ffff); local 1100 if (cp < 0) { 1107 return cp; [all...] |
/external/wpa_supplicant_8/src/pae/ |
ieee802_1x_kay.h | 148 struct ieee802_1x_cp_sm *cp; member in struct:ieee802_1x_kay
|
/external/wpa_supplicant_8/src/utils/ |
common.c | 374 char *cp; local 395 cp = os_strchr(optstring, optopt); 396 if (cp == NULL || optopt == ':') { 404 if (cp[1] == ':') { 425 return *cp;
|
/ndk/sources/host-tools/make-3.81/glob/ |
glob.c | 319 const char *cp = begin; 325 if (*cp != ',' && *cp != '}' && *cp != '\0') 327 if (*cp == '{') 329 ++cp; 335 while (*cp != '\0' && (*cp != '}' || depth > 0)) 337 if (*cp == '}') 339 ++cp; 318 const char *cp = begin; local [all...] |
/packages/experimental/RpcPerformance/src/com/android/rpc_performance/ |
ProviderPerfActivity.java | 364 IContentProvider cp = cr.acquireProvider(SYSTEM_SETTINGS_URI.getAuthority()); local 372 Bundle b = cp.call("GET_system", key, null);
|
/system/bt/btif/co/ |
bta_av_co.c | 121 UINT8 num_protect; /* peer SEP number of CP elements */ 140 BOOLEAN cp_active; /* current CP configuration */ 162 tBTA_AV_CO_CP cp; member in struct:__anon72162 185 ** Returns TRUE if the current streaming has CP, FALSE otherwise 191 return bta_av_co_cb.cp.active; 209 return bta_av_co_cb.cp.flag; 235 bta_av_co_cb.cp.flag = cp_flag; 556 bta_av_co_cb.cp.active = FALSE; 695 bta_av_co_cb.cp.active = TRUE; 702 bta_av_co_cb.cp.active = FALSE [all...] |
/system/bt/stack/l2cap/ |
l2c_fcr.c | 119 register unsigned char *cp = icp; local 124 crc = ((crc >> 8) & 0xff) ^ crctab[(crc & 0xff) ^ *cp++]; [all...] |
/system/core/adb/ |
adb.cpp | 209 apacket* cp = get_apacket(); local 210 cp->msg.command = A_CNXN; 211 cp->msg.arg0 = t->get_protocol_version(); 212 cp->msg.arg1 = t->get_max_payload(); 222 memcpy(cp->data, connection_str.c_str(), connection_str.length()); 223 cp->msg.data_length = connection_str.length(); 225 send_packet(cp, t); [all...] |
/system/core/logd/ |
LogBuffer.cpp | 70 char *cp; local 71 unsigned long value = strtoul(property, &cp, 10); 73 switch(*cp) { [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
elf32-i370.c | 554 int *cp = (int *) cparg; 558 "i370_elf_adjust_dynindx called, h->dynindx = %ld, *cp = %d\n", 559 h->dynindx, *cp); 563 h->dynindx += *cp; 549 int *cp = (int *) cparg; local [all...] |
/toolchain/binutils/binutils-2.25/gas/ |
expr.c | 890 char *cp = input_line_pointer + 1; 891 int r = atof_generic (&cp, ".", EXP_CHARS, 897 if (*cp == 'f' || *cp == 'b') 900 else if (cp == input_line_pointer + 1) 886 char *cp = input_line_pointer + 1; local [all...] |
/toolchain/binutils/binutils-2.25/intl/ |
dcigettext.c | 601 char *cp = single_locale; local 603 *cp++ = *categoryvalue++; 604 *cp = '\0'; [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
opc2c.c | 486 char * cp; local 497 cp = line; 499 for (cp = line; isspace (*cp); cp++); 500 for (ep = cp; *ep && !isspace (*ep); ep++); 502 v->name = pv_dup (cp, ep); 510 for (cp = ep; isspace (*cp); cp++) [all...] |
/external/javassist/src/main/javassist/ |
CtBehavior.java | 46 ConstPool cp = declaring.getClassFile2().getConstPool(); local 66 methodInfo = new MethodInfo(cp, srcInfo.getName(), srcInfo, map); 427 ConstPool cp = destInfo.getConstPool(); local 428 CodeAttribute ca = (CodeAttribute)cattr.copy(cp, map); 546 ConstPool cp = methodInfo.getConstPool(); local 554 va = new LocalVariableAttribute(cp); 561 cp.addUtf8Info(name), cp.addUtf8Info(desc), maxLocals); 646 ConstPool cp = methodInfo.getConstPool(); local 647 converter.doit(getDeclaringClass(), methodInfo, cp); local 1008 ConstPool cp = methodInfo.getConstPool(); local [all...] |
/art/dexdump/ |
dexdump.cc | 181 for (char* cp = newStr; *cp != '\0'; cp++) { 182 if (*cp == '$') { 183 *cp = '.'; 294 char* cp; local 295 cp = str = reinterpret_cast<char*>(malloc(count * (kLongest + 1) + 1)); 301 if (cp != str) { 302 *cp++ = ' '; 304 memcpy(cp, accessStr, len) 982 char* cp = tmpBuf; local [all...] |
/bionic/libc/dns/net/ |
gethnamaddr.c | 189 cp += (x); \ 190 if (cp > eom) \ 205 const u_char *cp; local 248 cp = answer->buf; 253 n = dn_expand(answer->buf, eom, cp, bp, (int)(ep - bp)); 277 while (ancount-- > 0 && cp < eom && !had_error) { 278 n = dn_expand(answer->buf, eom, cp, bp, (int)(ep - bp)); 283 cp += n; /* name */ 284 BOUNDS_CHECK(cp, 3 * INT16SZ + INT32SZ); 285 type = _getshort(cp); 702 const char *cp; local 963 char *cp, **q; local 1349 char *cp, **q, *ptr; local [all...] |
/bionic/libc/dns/resolv/ |
res_debug.c | 202 const u_char *cp = ns_rr_rdata(rr); local 205 GETSHORT(optcode, cp); 206 GETSHORT(optlen, cp); 216 cp[i]); 220 isprint(cp[i])? 221 cp[i] : '.'); 233 cp[i]); 237 isprint(cp[i]) ? 238 cp[i] : '.'); 351 p_cdnname(const u_char *cp, const u_char *msg, int len, FILE *file) 781 const char *cp; local 819 const char *cp; local 916 const char *cp, *maxcp; local 1028 const u_char *cp = binary; local [all...] |
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
regcomp.c | 151 static void mcadd(struct parse *p, cset *cs, const char *cp); 153 static void mcsub(cset *cs, char *cp); 154 static int mcin(cset *cs, char *cp); 155 static char *mcfind(cset *cs, char *cp); 914 const struct cclass *cp; local 927 for (cp = cclasses; cp->name != NULL; cp++) 928 if (strncmp(cp->name, sp, len) == 0 && cp->name[len] == '\0' 995 const struct cname *cp; local 1815 char *cp; local [all...] |
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
vfwprintf.c | 284 wchar_t *cp; /* handy char pointer (short term usage) */ local 300 * C: cp points to the string MMMNNN. Leading and trailing 419 cp = fmt; \ 420 while (is_digit(*cp)) { \ 421 APPEND_DIGIT(n2, *cp); \ 422 cp++; \ 424 if (*cp == '$') { \ 433 fmt = ++cp; \ 470 for (cp = fmt; (ch = *fmt) != '\0' && ch != '%'; fmt++) 472 if (fmt != cp) { 1114 wchar_t *cp; \/* handy char pointer (short term usage) *\/ local [all...] |
/dalvik/dexdump/ |
DexDump.cpp | 186 char* cp; local 197 for (cp = newStr; *cp != '\0'; cp++) { 198 if (*cp == '$') 199 *cp = '.'; 327 char* cp; local 335 cp = str = (char*) malloc(count * (kLongest+1) +1); 341 if (cp != str) 342 *cp++ = ' ' 1255 char* cp = tmpBuf; local 1412 char* cp; local [all...] |
/external/boringssl/src/ssl/ |
ssl_cipher.c | 1005 const SSL_CIPHER *cp; local 1042 cp = curr->cipher; 1047 if (cipher_id != cp->id) { 1051 if (strength_bits != SSL_CIPHER_get_bits(cp, NULL)) { 1054 } else if (!(alg_mkey & cp->algorithm_mkey) || 1055 !(alg_auth & cp->algorithm_auth) || 1056 !(alg_enc & cp->algorithm_enc) || 1057 !(alg_mac & cp->algorithm_mac) || 1059 SSL_CIPHER_get_min_version(cp) != min_version)) { [all...] |