HomeSort by relevance Sort by last modified time
    Searched refs:cp (Results 501 - 525 of 799) sorted by null

<<21222324252627282930>>

  /external/chromium/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/icu4c/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/icu4c/tools/genrb/
genrb.c 25 static void processFile(const char *filename, const char* cp, const char *inputDir, const char *outputDir, const char *packageName, UErrorCode *status);
444 processFile(const char *filename, const char *cp, const char *inputDir, const char *outputDir, const char *packageName, UErrorCode *status) {
535 ucbuf = ucbuf_open(openFileName, &cp,getShowWarning(),TRUE, status);
547 if (cp!=NULL && isVerbose()) {
548 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/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...]
  /build/core/
Makefile 37 @cp -f $< $@
670 cp -R $(TARGET_ROOT_OUT) $(TARGET_RECOVERY_OUT)
673 cp -f $(recovery_initrc) $(TARGET_RECOVERY_ROOT_OUT)/
674 cp -f $(recovery_binary) $(TARGET_RECOVERY_ROOT_OUT)/sbin/
675 cp -rf $(recovery_resources_common) $(TARGET_RECOVERY_ROOT_OUT)/
677 cp -rf $(item) $(TARGET_RECOVERY_ROOT_OUT)/)
679 cp -f $(item) $(TARGET_RECOVERY_ROOT_OUT)/etc/recovery.fstab)
680 cp $(RECOVERY_INSTALL_OTA_KEYS) $(TARGET_RECOVERY_ROOT_OUT)/res/keys
    [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/bluetooth/bluez/tools/
hcitool.c 979 periodic_inquiry_cp cp; local
999 memset(&cp, 0, sizeof(cp));
1000 memcpy(cp.lap, lap, 3);
1001 cp.max_period = htobs(16);
1002 cp.min_period = htobs(10);
1003 cp.length = 8;
1004 cp.num_rsp = 0;
1009 rq.cparam = &cp;
1715 set_conn_ptype_cp cp; local
    [all...]
  /external/bison/doc/
Makefile 319 cp vti.tmp $(srcdir)/version.texi)
321 @cp $(srcdir)/version.texi $@
365 cp -p $$file $(distdir)/$$relfile; \
370 -rm -rf bison.aux bison.cp bison.cps bison.fn bison.ky bison.kys bison.log \
450 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
452 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
455 || cp -p $$d/$$file $(distdir)/$$file \
  /external/expat/xmlwf/
xmlwf.c 563 int cp; local
572 cp = 0;
578 cp *= 10;
579 cp += (int)(s - digits);
580 if (cp >= 0x10000)
583 if (!codepageMap(cp, info->map))
592 *(int *)info->data = cp;
  /libcore/luni/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...]
  /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/e2fsprogs/misc/
mke2fs.c 134 const char *cp = s; local
138 major = strtol(cp, &endptr, 10);
139 if (cp == endptr || *endptr != '.')
141 cp = endptr + 1;
142 minor = strtol(cp, &endptr, 10);
143 if (cp == endptr || *endptr != '.')
145 cp = endptr + 1;
146 rev = strtol(cp, &endptr, 10);
147 if (cp == endptr)
    [all...]
  /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/v8/src/arm/
builtins-arm.cc 48 // -- cp : context
75 __ ldr(result, MemOperand(cp, Context::SlotOffset(Context::GLOBAL_INDEX)));
752 __ ldr(cp, FieldMemOperand(r1, JSFunction::kContextOffset));
775 __ ldr(cp, MemOperand(fp, StandardFrameConstants::kContextOffset));
834 // r5-r7, cp may be clobbered
837 __ mov(cp, Operand(0));
843 __ ldr(cp, FieldMemOperand(r1, JSFunction::kContextOffset));
    [all...]
  /external/elfutils/config/
Makefile 218 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
220 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
223 || cp -p $$d/$$file $(distdir)/$$file \
  /external/elfutils/doc/
Makefile 217 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
219 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
222 || cp -p $$d/$$file $(distdir)/$$file \
  /external/elfutils/m4/
Makefile 220 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
222 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
225 || cp -p $$d/$$file $(distdir)/$$file \
  /system/core/libnetutils/
dhcpclient.c 261 char *cp = buf; local
264 cp += sprintf(cp, " %02x ", array[i]);
  /cts/tools/vm-tests/
Android.mk 73 $(hide) mkdir -p $(PRIVATE_INTERMEDIATES_HOSTJUNIT_FILES)/dot/junit && cp $(PRIVATE_SRC_FOLDER)/util/build/DeviceUtil.java.template $(PRIVATE_INTERMEDIATES_HOSTJUNIT_FILES)/dot/junit/DeviceUtil.java
75 $(hide) java -cp $(subst $(space),$(colon),$^):$(HOST_JDK_TOOLS_JAR) util.build.BuildDalvikSuite $(PRIVATE_SRC_FOLDER) $(PRIVATE_INTERMEDIATES) $<:$(PRIVATE_LIB_FOLDER)/junit.jar:$(HOST_OUT_JAVA_LIBRARIES)/hosttestlib.jar:$(HOST_OUT_JAVA_LIBRARIES)/ddmlib.jar $(PRIVATE_INTERMEDIATES_MAIN_FILES) $(BUILD_UTIL_INTERMEDIATES_CLASSES) $(PRIVATE_INTERMEDIATES_HOSTJUNIT_FILES) $$RUN_VM_TESTS_RTO
  /external/blktrace/
Makefile 67 @cp btrace.spec btrace-1.0
  /external/e2fsprogs/lib/ext2fs/
bitops.h 360 char *cp = (char *) addr; local
366 while ((size > res) && (*cp == 0)) {
367 cp++;
370 d0 = ffs(*cp);
  /external/openssl/crypto/conf/
conf_def.c 517 char *s,*e,*rp,*p,*rrp,*np,*cp,v; local
588 cp=section;
594 cp=np;
618 * cp which is the start of the section string which is
624 p=_CONF_get_string(conf,cp,np);
  /external/qemu/
android-configure.sh 280 cp -f android/config/check-esd.c $TMPC
300 cp -f android/config/check-alsa.c $TMPC

Completed in 1685 milliseconds

<<21222324252627282930>>