/toolchain/binutils/binutils-2.27/ld/ |
lexsup.c | 1091 char *cp = command_line.rpath; local [all...] |
/external/guice/extensions/persist/lib/ |
javassist.jar | |
/external/annotation-tools/asmx/ |
javassist.jar | |
/prebuilts/tools/common/m2/repository/org/javassist/javassist/3.19.0-GA/ |
javassist-3.19.0-GA.jar | |
/external/guice/extensions/struts2/lib/ |
javassist.jar | |
/external/robolectric/v1/lib/main/ |
javassist-3.14.0-GA.jar | |
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
MissedCallNotifierImplTest.java | 440 IContentProvider cp = getContentProviderForUser(PRIMARY_USER.getIdentifier()); local 447 when(cp.query(anyString(), eq(queryUri), nullable(String[].class), 514 IContentProvider cp = getContentProviderForUser(PRIMARY_USER.getIdentifier()); local 516 when(cp.query(anyString(), eq(queryUri), nullable(String[].class),
|
/art/tools/ahat/src/main/com/android/ahat/proguard/ |
ProguardMap.java | 234 int cp = clearName.indexOf(')'); local 235 if (op == -1 || cp == -1) { 239 String sig = clearName.substring(op, cp + 1);
|
/art/tools/dmtracedump/ |
createtesttrace.cc | 129 char* cp = buf; local 130 if (*cp == '#') continue; 132 if (isdigit(*cp)) { 133 while (isspace(*cp)) cp += 1; 134 int32_t threadId = strtoul(cp, &cp, 0); 137 indentEnd = cp; 139 if (indentEnd - cp + 1 > maxFrames) maxFrames = indentEnd - cp + 1 166 char* cp = buf; local [all...] |
/bionic/libc/bionic/ |
fts.c | 186 char *cp; local 197 if ((cp = strrchr(p->fts_name, '/')) && (cp != p->fts_name || cp[1])) { 198 len = strlen(++cp); 199 memmove(p->fts_name, cp, len + 1); 557 char *cp = NULL; local 636 cp = sp->fts_path + len; 637 *cp++ = '/'; 680 cp = sp->fts_path + len [all...] |
/bionic/libc/dns/nameser/ |
ns_name.c | 100 const u_char *cp; local 106 cp = src; 110 while ((n = *cp++) != 0) { 123 if ((l = labellen(cp - 1)) < 0) { 139 if ((m = decode_bitstring(&cp, dn, eom)) < 0) 148 c = *cp++; 224 char *cp; local 234 if ((cp = strchr(src, ']')) == NULL) { 238 if ((e = encode_bitsring(&src, cp + 2, 254 else if ((cp = strchr(digits, c)) != NULL) 359 const u_char *cp; local 693 const u_char *cp; local 937 const u_char *dn, *cp, *sp; local 997 const unsigned char *cp = *cpp; local 1048 const char *cp = *bp; local [all...] |
/build/kati/ |
expr.cc | 339 char cp = CloseParen(s[1]); local 340 if (cp == 0) { 345 char terms[] = {cp, ':', ' ', 0}; 351 if (s[i] == cp) { 401 if (s[i] == cp) { 420 size_t found = s.find(cp); 492 char cp = CloseParen(c); local 493 if (terms && terms[0] == cp) { 495 save_paren = cp; 497 } else if (cp == save_paren) [all...] |
/device/google/wahoo/usb/ |
Usb.cpp | 538 char *cp; local 548 cp = msg; 550 while (*cp) { 552 if (std::regex_match(cp, std::regex("(add)(.*)(-partner)"))) { 558 } else if (!strncmp(cp, "DEVTYPE=typec_", strlen("DEVTYPE=typec_"))) { 560 ALOGI("uevent received %s", cp); 609 } else if (std::regex_match(cp, match, 619 while (*cp++) {}
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
codeobject.c | 344 code_compare(PyCodeObject *co, PyCodeObject *cp)
347 cmp = PyObject_Compare(co->co_name, cp->co_name);
349 cmp = co->co_argcount - cp->co_argcount;
351 cmp = co->co_nlocals - cp->co_nlocals;
353 cmp = co->co_flags - cp->co_flags;
355 cmp = co->co_firstlineno - cp->co_firstlineno;
357 cmp = PyObject_Compare(co->co_code, cp->co_code);
359 cmp = PyObject_Compare(co->co_consts, cp->co_consts);
361 cmp = PyObject_Compare(co->co_names, cp->co_names);
363 cmp = PyObject_Compare(co->co_varnames, cp->co_varnames); 382 PyCodeObject *co, *cp; local [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
imageop.c | 22 #define CHARP(cp, xmax, x, y) ((char *)(cp+y*xmax+x))
23 #define SHORTP(cp, xmax, x, y) ((short *)(cp+2*(y*xmax+x)))
24 #define LONGP(cp, xmax, x, y) ((Py_Int32 *)(cp+4*(y*xmax+x)))
118 char *cp, *ncp;
local 125 if ( !PyArg_ParseTuple(args, "s#iiiiiii", &cp, &len, &size, &x, &y,
159 *ncp++ = *CHARP(cp, x, ix, iy);
161 *nsp++ = *SHORTP(cp, x, ix, iy); 173 char *cp, *ncp; local 223 unsigned char *cp, *ncp; local 274 unsigned char *cp, *ncp; local 312 unsigned char *cp, *ncp; local 349 unsigned char *cp, *ncp; local 386 unsigned char *cp, *ncp; local 428 unsigned char *cp, *ncp; local 469 unsigned char *cp, *ncp; local 508 unsigned char *cp, *ncp; local 547 unsigned char *cp, *ncp; local 584 unsigned char *cp; local 627 unsigned char *cp; local 677 unsigned char *cp; local 722 unsigned char *cp; local [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
codeobject.c | 344 code_compare(PyCodeObject *co, PyCodeObject *cp)
347 cmp = PyObject_Compare(co->co_name, cp->co_name);
349 cmp = co->co_argcount - cp->co_argcount;
351 cmp = co->co_nlocals - cp->co_nlocals;
353 cmp = co->co_flags - cp->co_flags;
355 cmp = co->co_firstlineno - cp->co_firstlineno;
357 cmp = PyObject_Compare(co->co_code, cp->co_code);
359 cmp = PyObject_Compare(co->co_consts, cp->co_consts);
361 cmp = PyObject_Compare(co->co_names, cp->co_names);
363 cmp = PyObject_Compare(co->co_varnames, cp->co_varnames); 382 PyCodeObject *co, *cp; local [all...] |
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
gethostbydns.c | 182 cp += x; \
183 if (cp > eom) { \
201 register const u_char *cp;
local 235 cp = answer->buf;
241 n = dn_expand(answer->buf, eom, cp, bp, buflen);
272 while (ancount-- > 0 && cp < eom && !had_error) {
273 n = dn_expand(answer->buf, eom, cp, bp, buflen);
278 cp += n; /* name */
279 BOUNDS_CHECK(cp, 3 * INT16SZ + INT32SZ);
280 type = _getshort(cp);
524 register const char *cp; local [all...] |
/device/linaro/bootloader/edk2/StdLib/LibC/Time/ |
ZoneProc.c | 582 char *cp;
local 752 cp = sp->chars;
753 (void) strncpy(cp, stdname, stdlen);
754 cp += stdlen;
755 *cp++ = '\0';
757 (void) strncpy(cp, dstname, dstlen);
758 *(cp + dstlen) = '\0';
|
/external/boringssl/src/crypto/conf/ |
conf.c | 202 char *s, *e, *rp, *rrp, *np, *cp, v; local 280 cp = section; 286 cp = np; 309 // cp which is the start of the section string which is 314 p = NCONF_get_string(conf, cp, np);
|
/external/boringssl/src/crypto/x509/ |
asn1_gen.c | 170 const unsigned char *cp; local 287 cp = new_der; 290 ret = d2i_ASN1_TYPE(NULL, &cp, len);
|
/external/clang/test/SemaCXX/ |
cstyle-cast.cpp | 9 typedef c *cp; typedef 10 typedef cp *cpp;
|
/external/curl/src/ |
tool_setopt.c | 418 char *cp; local 446 for(cp = filename; *cp; cp++) 447 if(*cp == '/' || *cp == '\\') 448 filename = cp + 1; 481 for(cp = data; *cp; cp++ [all...] |
/external/dhcpcd-6.8.2/ |
ipv4.c | 578 const char *cp, *cp2, *cp3, *cplim; local 596 cp = (const char *)&rtp->gate.s_addr; 601 if ((*cp++ ^ *cp2++) & *cp3++)
|
/external/dnsmasq/src/ |
dhcp.c | 663 struct dhcp_config *configs, *cp; local 671 for (cp = configs->next; cp; cp = cp->next) 672 if ((configs->flags & cp->flags & CONFIG_ADDR) && configs->addr.s_addr == cp->addr.s_addr) 676 inet_ntoa(cp->addr), EC_BADCONF); 679 inet_ntoa(cp->addr), daemon->dhcp_hosts_file);
|
/external/e2fsprogs/contrib/ |
spd_readdir.c | 123 char *cp; local 136 if ((cp = safe_getenv("SPD_READDIR_MAX_SIZE")) != NULL) { 137 max_dirsize = atol(cp);
|