/external/srtp/doc/ |
Makefile | 32 cp latex/refman.pdf libsrtp.pdf 38 cp latex/refman.pdf crypto.pdf
|
/ndk/tests/build/cpp-extensions/jni/ |
Android.mk | 11 foo2.cp \
|
/system/core/init/ |
grab-bootchart.sh | 21 cp -f $TMPDIR/$TARBALL ./$TARBALL
|
/external/valgrind/main/coregrind/m_initimg/ |
initimg-darwin.c | 187 HChar *cp = VG_(malloc)("initimg-darwin.sce.4", len); local 188 vg_assert(cp); 190 VG_(snprintf)(cp, len, "%s%s:%s", 193 *cpp = cp; 199 HChar *cp = VG_(malloc)("initimg-darwin.sce.4.2", len); local 200 vg_assert(cp); 202 VG_(snprintf)(cp, len, "%s%s", dyld_cache, dyld_cache_value); 204 *cpp = cp; 213 HChar *cp = VG_(malloc) ("initimg-darwin.sce.5", len); local 214 vg_assert(cp); 222 HChar *cp = VG_(malloc) ("initimg-darwin.sce.5.2", len); local 264 char *cp = *tab; local [all...] |
/cts/tools/cts-native-scanner/tests/ |
run_unit_tests.sh | 35 -cp ${JAR_PATH} com.android.tradefed.command.Console run singleCommand host -n --class com.android.cts.nativescanner.UnitTests "$@"
|
/external/ceres-solver/ |
import_ceres_upstream.sh | 35 cp -R $temp_repo/* third_party/ceres 45 cp $temp_readme README.google
|
patch_from_client.sh | 34 cp -R $temp_repo/* third_party/ceres 44 cp $temp_readme README.google
|
/external/e2fsprogs/lib/ext2fs/tdb/ |
build-tdb | 30 cp $BASE_DIR/include/tdb.h . 31 cp $BASE_DIR/tools/tdbtool.c .
|
/external/javassist/src/main/javassist/convert/ |
TransformWriteField.java | 30 ConstPool cp) throws BadBytecode 35 String typedesc = isField(tclazz.getClassPool(), cp, 61 int mi = cp.addClassInfo(methodClassname); 63 int methodref = cp.addMethodrefInfo(mi, methodName, type);
|
/external/libppp/src/ |
systems.c | 320 char *cp; local 349 cp = strip(line); 351 switch (*cp) { 356 switch (DecodeCtrlCommand(cp+1, arg)) { 367 log_Printf(LogWARN, "%s: %s: Invalid command\n", filename, cp); 373 if ((cp = GetLabel(cp, filename, linenum)) == NULL) 376 if (strcmp(cp, name) == 0) { 385 cp = strip(line); 387 if (*cp == '\0') /* empty / comment * [all...] |
/external/tcpdump/ |
print-tftp.c | 78 register const char *cp; local 91 cp = tok2str(op2str, "tftp-#%d", opcode); 92 printf(" %s", cp); 94 if (*cp == 't')
|
print-icmp6.c | 481 u_char *cp; local 485 cp = (u_char *)dp + length; 487 for (; (u_char *)in6 < cp; in6++) { 606 const u_char *cp, *ep; local 612 cp = bp; 616 while (cp < ep) { 617 op = (struct nd_opt_hdr *)cp; 624 if (cp + (op->nd_opt_len << 3) > ep) 637 print_lladdr(cp + 2, l); 642 print_lladdr(cp + 2, l) 907 const u_char *cp; local 1155 const char *cp; local [all...] |
/external/yaffs2/yaffs2/ |
patch-ker.sh | 92 cp -f $MAKEFILE $MAKEFILEOLD 106 cp Makefile.kernel $LINUXDIR/fs/yaffs2/Makefile 107 cp Kconfig $LINUXDIR/fs/yaffs2 108 cp *.c *.h $LINUXDIR/fs/yaffs2
|
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/ |
Makefile | 10 cp -f $< $@
|
/system/extras/ext4_utils/ |
test_ext4fixup | 30 cp "$ORIG_FS_IMAGE" "$FIXED_FS_IMAGE" 51 cp "$ORIG_FS_IMAGE" "$NEW_FS_IMAGE"
|
/external/e2fsprogs/e2fsck/ |
profile.c | 231 char **cp; local 236 for (cp = list; *cp; cp++) 237 free(*cp); 247 char *fn, *cp; local 256 for (cp = de->d_name; *cp; cp++) { 257 if (!isalnum(*cp) & 305 char **cpp, *cp, **array = 0; local 682 char *cp, ch, *tag, *value; local [all...] |
/dalvik/vm/hprof/ |
HprofString.cpp | 41 const char *cp; local 44 cp = str; 45 while ((c = *cp++) != '\0') {
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/serialization/ |
CertPathValidatorExceptionTest.java | 66 CertPath cp = ref.getCertPath(); local 69 if (cp == null) { 73 assertEquals("Incorrect CertPath", res.getClass(), cp.getClass());
|
/external/clang/test/Sema/ |
overloadable-complex.c | 34 char *cp = promote_or_convert(fc); // expected-error{{call to 'promote_or_convert' is ambiguous}} local 42 int *cp = promote_or_convert2(fc); local 49 char *cp = promote_or_convert3(sc); local
|
/external/e2fsprogs/lib/e2p/ |
uuid.c | 27 __u8 *cp; local 30 for (i=0, cp = uu; i < 16; i++) 31 if (*cp++)
|
/external/ppp/pppd/ |
chap-md5.c | 46 chap_md5_generate_challenge(unsigned char *cp) 52 *cp++ = clen; 53 random_bytes(cp, clen);
|
/frameworks/rs/cpu_ref/ |
rsCpuIntrinsicHistogram.cpp | 141 RsdCpuScriptIntrinsicHistogram *cp = (RsdCpuScriptIntrinsicHistogram *)p->usr; local 143 int * sums = &cp->mSums[256 * 4 * p->lid]; 158 RsdCpuScriptIntrinsicHistogram *cp = (RsdCpuScriptIntrinsicHistogram *)p->usr; local 160 int * sums = &cp->mSums[256 * 4 * p->lid]; 174 RsdCpuScriptIntrinsicHistogram *cp = (RsdCpuScriptIntrinsicHistogram *)p->usr; local 176 int * sums = &cp->mSums[256 * 2 * p->lid]; 189 RsdCpuScriptIntrinsicHistogram *cp = (RsdCpuScriptIntrinsicHistogram *)p->usr; local 191 int * sums = &cp->mSums[256 * p->lid]; 194 int t = (cp->mDotI[0] * in[0]) + 195 (cp->mDotI[1] * in[1]) [all...] |
/external/ipsec-tools/src/racoon/ |
genlist.c | 140 char *cp; 163 for (cp = genlist_next (cf->l2, &gpb); cp; cp = genlist_next (0, &gpb)) 164 printf("%s\n", cp);
|
/external/iputils/ |
tftpd.c | 225 register char *cp; local 230 filename = cp = tp->th_stuff; 232 while (cp < buf + size) { 233 if (*cp == '\0') 235 cp++; 237 if (*cp != '\0') { 242 mode = ++cp; 246 for (cp = mode; *cp; cp++ 286 char *cp; local [all...] |
/external/javassist/src/main/javassist/bytecode/ |
AnnotationsAttribute.java | 87 * ConstPool cp = cf.getConstPool(); 89 * = new AnnotationsAttribute(cp, AnnotationsAttribute.visibleTag); 90 * Annotation a = new Annotation("Author", cp); 91 * a.addMemberValue("name", new StringMemberValue("Chiba", cp)); 117 * @param cp constant pool 124 public AnnotationsAttribute(ConstPool cp, String attrname, byte[] info) { 125 super(cp, attrname, info); 134 * @param cp constant pool 139 public AnnotationsAttribute(ConstPool cp, String attrname) { 140 this(cp, attrname, new byte[] { 0, 0 }) 630 ConstPool cp = pool; local [all...] |