/external/chromium_org/third_party/openssl/openssl/crypto/chacha/ |
Makefile | 56 (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
|
/external/chromium_org/v8/test/mjsunit/ |
this-in-callbacks.js | 34 function cp(x, y) { function 39 [1, 2].sort(cp);
|
/external/e2fsprogs/intl/ |
plural-exp.c | 138 args.cp = plural;
|
/external/emma/ |
test.sh | 121 java -cp dist/emma.jar emmarun -r lcov -cp $JAVADIR \
|
/external/icu4c/config/ |
dist.mk | 50 cp $(DOCZIP) $(DISTY_DOC_ZIP) 68 cp $(DISTY_DAT) $(DISTY_IN)
|
/external/openssh/ |
cipher.c | 159 char *cipher_list, *cp; local 164 cipher_list = cp = xstrdup(names); 165 for ((p = strsep(&cp, CIPHER_SEP)); p && *p != '\0'; 166 (p = strsep(&cp, CIPHER_SEP))) {
|
/external/proguard/build/ |
build.sh | 50 -exec cp --parents {} "../$CLASSES" \; )
|
/external/skia/tools/ |
update-doxygen.sh | 53 cp trunk/tools/doxygen_footer.txt docs/static_footer.txt
|
/external/v8/test/mjsunit/ |
this-in-callbacks.js | 34 function cp(x, y) { function 39 [1, 2].sort(cp);
|
/external/valgrind/main/coregrind/ |
launcher-darwin.c | 277 { const char *cp; local 278 cp = getenv(VALGRIND_LIB); 279 valgrind_lib = ( cp == NULL ? VG_LIBDIR : cp );
|
/external/valgrind/main/none/tests/x86/ |
bug126147-x86.c | 139 char *cp; variable
|
/libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/ |
X509CertPathImpl.java | 368 final X509CertPathImpl cp = (X509CertPathImpl) object; 371 if (cp.certificates == null) { 375 final int size = cp.certificates.size(); 382 encodings.add(cp.certificates.get(i).getEncoded());
|
/ndk/build/tools/ |
build-host-make.sh | 101 run mkdir -p $(dirname "$OUT") && cp $(get_host_exec_name make) $OUT
|
/prebuilts/tools/common/proguard/proguard4.7/build/ |
build.sh | 50 -exec cp --parents {} "../$CLASSES" \; )
|
/system/core/healthd/ |
BatteryMonitor.cpp | 96 char *cp = NULL; local 108 cp = (char *)memrchr(buf, '\n', count); 110 if (cp) 111 *cp = '\0';
|
/external/chromium_org/chrome/installer/mac/ |
dmgdiffer.sh | 240 if ! cp -p "${SCRIPT_DIR}/keystone_install.sh" \ 252 if ! cp -p "${SCRIPT_DIR}/.keychain_reauthorize/${old_app_bundleid}" \ 264 if ! cp -p "${SCRIPT_DIR}/dirpatcher.sh" \
|
/external/clang/runtime/compiler-rt/ |
Makefile | 172 $(Verb) cp $(PROJ_OBJ_DIR)/clang_$1/$$*/libcompiler_rt.a $$@ 177 $(Verb) cp $(PROJ_OBJ_DIR)/clang_$1/$$*/libcompiler_rt.so $$@ 182 $(Verb) cp $(PROJ_OBJ_DIR)/clang_$1/$$*/libcompiler_rt.dylib $$@
|
/external/e2fsprogs/lib/ext2fs/ |
unix_io.c | 630 char *cp; local 650 cp = buf; 657 memcpy(cp, cache->buf, channel->block_size); 660 cp += channel->block_size; 675 memcpy(cp, cache->buf, channel->block_size); 689 if ((retval = raw_read_blk(channel, data, block, i, cp))) 697 memcpy(cache->buf, cp, channel->block_size); 698 cp += channel->block_size; 717 const char *cp; local 746 cp = buf [all...] |
/external/javassist/src/main/javassist/ |
CodeConverter.java | 32 * ClassPool cp = ClassPool.getDefault(); 33 * CtClass point = cp.get("Point"); 34 * CtClass singleton = cp.get("Singleton"); 35 * CtClass client = cp.get("Client"); 492 protected void doit(CtClass clazz, MethodInfo minfo, ConstPool cp) 500 t.initialize(cp, clazz, minfo); 507 pos = t.transform(clazz, pos, iterator, cp);
|
/external/srtp/ |
Makefile | 185 cp include/*.h $(DESTDIR)$(includedir)/srtp 186 cp crypto/include/*.h $(DESTDIR)$(includedir)/srtp 187 if [ -f libsrtp.a ]; then cp libsrtp.a $(DESTDIR)$(libdir)/; fi
|
/ndk/build/core/ |
definitions-host.mk | 80 # Function : host-cp 83 # Usage : $(call host-cp,<src-file>,<dst-file>) 88 host-cp = copy /b/y $(subst /,\,"$1" "$2") > NUL 90 host-cp = cp -f $1 $2 134 host-copy-if-differ = $(HOST_CMP) -s $1 $2 > /dev/null 2>&1 || cp -f $1 $2
|
/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...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/ |
assoc_container.hpp | 401 gp_hash_table(const hash_fn& h, const eq_fn& e, const comb_probe_fn& cp) 402 : base_type(h, e, cp) { } 410 gp_hash_table(const hash_fn& h, const eq_fn& e, const comb_probe_fn& cp, 412 : base_type(h, e, cp, p) { } 422 gp_hash_table(const hash_fn& h, const eq_fn& e, const comb_probe_fn& cp, 424 : base_type(h, e, cp, p, rp) { } 462 const comb_probe_fn& cp) 463 : base_type(h, e, cp) 476 const comb_probe_fn& cp, const probe_fn& p) 477 : base_type(h, e, cp, p [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/ |
assoc_container.hpp | 401 gp_hash_table(const hash_fn& h, const eq_fn& e, const comb_probe_fn& cp) 402 : base_type(h, e, cp) { } 410 gp_hash_table(const hash_fn& h, const eq_fn& e, const comb_probe_fn& cp, 412 : base_type(h, e, cp, p) { } 422 gp_hash_table(const hash_fn& h, const eq_fn& e, const comb_probe_fn& cp, 424 : base_type(h, e, cp, p, rp) { } 462 const comb_probe_fn& cp) 463 : base_type(h, e, cp) 476 const comb_probe_fn& cp, const probe_fn& p) 477 : base_type(h, e, cp, p [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/ |
assoc_container.hpp | 401 gp_hash_table(const hash_fn& h, const eq_fn& e, const comb_probe_fn& cp) 402 : base_type(h, e, cp) { } 410 gp_hash_table(const hash_fn& h, const eq_fn& e, const comb_probe_fn& cp, 412 : base_type(h, e, cp, p) { } 422 gp_hash_table(const hash_fn& h, const eq_fn& e, const comb_probe_fn& cp, 424 : base_type(h, e, cp, p, rp) { } 462 const comb_probe_fn& cp) 463 : base_type(h, e, cp) 476 const comb_probe_fn& cp, const probe_fn& p) 477 : base_type(h, e, cp, p [all...] |