/external/tcpdump/ |
print-zephyr.c | 135 zephyr_print(const u_char *cp, int length) 138 char *parse = (char *) cp;
|
/ndk/build/tools/ |
build-gnu-libstdc++.sh | 269 cp "$SDIR/lib/libgnustl_shared.a" "$DDIR/libs/$ABI/libgnustl_static.a" 272 cp "$SDIR/thumb/lib/libgnustl_shared.a" "$DDIR/libs/$ABI/thumb/libgnustl_static.a"
|
build-ndk-sysroot.sh | 150 cp -fp $1 $2/$1 184 cp -f $CRT_OBJS $STATIC_LIBS $DYNAMIC_LIBS $LIB_ROOT
|
/ndk/sources/cxx-stl/gabi++/src/ |
dynamic_cast.cc | 48 const char *cp = reinterpret_cast<const char*>(p) + off; local 49 return reinterpret_cast<const void*>(cp);
|
/bionic/libc/netbsd/resolv/ |
res_cache.c | 2104 register char *cp; local [all...] |
/build/core/ |
Makefile | 54 @cp -f $< $@ 716 $(hide) cp -R $(TARGET_ROOT_OUT) $(TARGET_RECOVERY_OUT) 719 $(hide) cp -f $(recovery_initrc) $(TARGET_RECOVERY_ROOT_OUT)/ 720 $(hide) -cp $(TARGET_ROOT_OUT)/init.recovery.*.rc $(TARGET_RECOVERY_ROOT_OUT)/ 721 $(hide) cp -f $(recovery_binary) $(TARGET_RECOVERY_ROOT_OUT)/sbin/ 722 $(hide) cp -rf $(recovery_resources_common) $(TARGET_RECOVERY_ROOT_OUT)/ 723 $(hide) cp -f $(recovery_font) $(TARGET_RECOVERY_ROOT_OUT)/res/images/font.png 725 cp -rf $(item) $(TARGET_RECOVERY_ROOT_OUT)/) 727 cp -f $(item) $(TARGET_RECOVERY_ROOT_OUT)/etc/recovery.fstab) 728 $(hide) cp $(RECOVERY_INSTALL_OTA_KEYS) $(TARGET_RECOVERY_ROOT_OUT)/res/key [all...] |
/ndk/sources/host-tools/make-3.81/ |
main.c | 1651 char *cp; local 2497 const char *cp; local 2510 const char *cp; local [all...] |
/external/chromium_org/third_party/icu/source/test/perf/ubrkperf/ |
ubrkperfold.cpp | 613 uint32_t cp; local 614 UTF8_NEXT_CHAR_UNSAFE(bytes, i, cp); 615 c = (UChar)cp; 617 if (cp >= 0x10000) { 623 UTF16_APPEND_CHAR_UNSAFE(utf16Buf, i, cp);
|
/external/chromium_org/third_party/icu/source/tools/genrb/ |
genrb.c | 25 void processFile(const char *filename, const char* cp, const char *inputDir, const char *outputDir, const char *packageName, UErrorCode *status); 451 processFile(const char *filename, const char *cp, const char *inputDir, const char *outputDir, const char *packageName, UErrorCode *status) { 543 ucbuf = ucbuf_open(openFileName, &cp,getShowWarning(),TRUE, status); 554 if (cp!=NULL && isVerbose()) { 555 printf("autodetected encoding %s\n", cp);
|
/external/icu4c/test/perf/ubrkperf/ |
ubrkperfold.cpp | 613 uint32_t cp; local 614 U8_NEXT_UNSAFE(bytes, i, cp); 615 c = (UChar)cp; 617 if (cp >= 0x10000) { 623 UTF16_APPEND_CHAR_UNSAFE(utf16Buf, i, cp);
|
/external/icu4c/tools/genrb/ |
genrb.c | 25 void processFile(const char *filename, const char* cp, const char *inputDir, const char *outputDir, 451 const char *filename, const char *cp, const char *inputDir, const char *outputDir, const char *packageName, 545 ucbuf = ucbuf_open(openFileName, &cp,getShowWarning(),TRUE, status); 556 if (cp!=NULL && isVerbose()) { 557 printf("autodetected encoding %s\n", cp);
|
/external/ipsec-tools/src/racoon/missing/crypto/rijndael/ |
rijndael-api-fst.c | 210 word8 block[16], *iv, *cp; local 234 for (cp = block + 16 - padLen; cp < block + 16; cp++) 235 *cp = padLen;
|
/external/javassist/src/main/javassist/bytecode/ |
SignatureAttribute.java | 33 SignatureAttribute(ConstPool cp, int n, DataInputStream in) 36 super(cp, n, in); 42 * @param cp a constant pool table. 45 public SignatureAttribute(ConstPool cp, String signature) { 46 super(cp, tag); 47 int index = cp.addUtf8Info(signature);
|
/external/jhead/ |
jpgfile.c | 201 int cp, ep, size; local 203 cp = ftell(infile); 206 fseek(infile, cp, SEEK_SET); 208 size = ep-cp; 225 Sections[SectionsRead].Offset = cp;
|
/external/libusb/libusb/ |
descriptor.c | 46 char *cp; local 48 for (cp = descriptor; *cp; cp++) { 49 switch (*cp) {
|
/external/ppp/pppd/ |
eap.c | 400 char *cp; local 403 if ((cp = strchr(base64, *inp++)) == NULL) 405 bs->bs_bits = (bs->bs_bits << 6) | (cp - base64); 433 char *cp, *cp2; local 521 id = strtol((char *)secbuf, &cp, 10); 522 if (*cp++ != ':' || id < 0) 543 if ((cp2 = strchr(cp, ':')) == NULL) 548 cp); 651 u_char clear[8], cipher[8], dig[SHA_DIGESTSIZE], *optr, *cp; local 773 cp = (unsigned char *)esp->es_server.ea_peer [all...] |
/external/dropbear/ |
keyimport.c | 40 #define PUT_32BIT(cp, value) do { \ 41 (cp)[3] = (unsigned char)(value); \ 42 (cp)[2] = (unsigned char)((value) >> 8); \ 43 (cp)[1] = (unsigned char)((value) >> 16); \ 44 (cp)[0] = (unsigned char)((value) >> 24); } while (0) 46 #define GET_32BIT(cp) \ 47 (((unsigned long)(unsigned char)(cp)[0] << 24) | \ 48 ((unsigned long)(unsigned char)(cp)[1] << 16) | \ 49 ((unsigned long)(unsigned char)(cp)[2] << 8) | \ 50 ((unsigned long)(unsigned char)(cp)[3]) [all...] |
/external/e2fsprogs/e2fsck/ |
unix.c | 653 char *cp; local 851 if ((cp = getenv("E2FSCK_CONFIG")) != NULL) 852 config_fn[0] = cp; 986 char *cp; local 1209 for (cp = ctx->device_name; *cp; cp++) 1210 if (isspace(*cp) || *cp == ':') 1211 *cp = '_' [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/xslt/ |
EnvironmentCheck.java | 590 String cp = System.getProperty("java.class.path"); local 592 h.put("java.class.path", cp); 594 Vector classpathJars = checkPathForJars(cp, jarNames); 642 * cp should be separated by the usual File.pathSeparator. We 647 * @param cp classpath to search 656 protected Vector checkPathForJars(String cp, String[] jars) 659 if ((null == cp) || (null == jars) || (0 == cp.length()) 664 StringTokenizer st = new StringTokenizer(cp, File.pathSeparator); [all...] |
/external/openssh/ |
sshconnect.c | 1154 char *host, *cp; local [all...] |
readconf.c | 329 * Returns the number of the token pointed to by cp or oBadOption. 333 parse_token(const char *cp, const char *filename, int linenum) 338 if (strcasecmp(cp, keywords[i].name) == 0) 342 filename, linenum, cp); 1390 char *p, *cp, *fwdarg[4]; local [all...] |
/system/core/sh/ |
expand.c | 1125 const char *cp; local 1199 cp = "."; 1201 cp = "/"; 1203 cp = expdir; 1206 if ((dirp = opendir(cp)) == NULL) 1232 for (p = enddir, cp = dp->d_name; 1233 (*p++ = *cp++) != '\0';)
|
/external/qemu/slirp/ |
tcp_input.c | 111 static void tcp_dooptions(struct tcpcb *tp, u_char *cp, int cnt, 1584 char *cp = mtod(m, caddr_t) + cnt; local [all...] |
/external/qemu/slirp-android/ |
tcp_input.c | 111 static void tcp_dooptions(struct tcpcb *tp, u_char *cp, int cnt, 1590 char *cp = mtod(m, caddr_t) + cnt; local [all...] |
/external/jmonkeyengine/engine/src/networking/com/jme3/network/base/ |
DefaultServer.java | 360 for( Endpoint cp : c.channels ) { 361 if( cp == null ) 363 endpointConnections.put( cp, c );
|