/external/openssh/ |
auth.c | 430 char *cp; local 459 if ((cp = dirname(buf)) == NULL) { 463 strlcpy(buf, cp, sizeof(buf));
|
kex.c | 69 char *s, *cp, *p; local 73 s = cp = xstrdup(names); 74 for ((p = strsep(&cp, ",")); p && *p != '\0'; 75 (p = strsep(&cp, ","))) {
|
/external/smack/asmack-master/ |
build.bash | 336 cp $TAG_FILE ${RELEASE_DIR}/ 337 cp ${ASMACK_BASE}/CHANGELOG ${RELEASE_DIR} 421 cp -ur static-src/* src/
|
/ndk/build/tools/ |
build-llvm.sh | 343 rm -rf $TOOLCHAIN_BUILD_PREFIX/lib/lib[cp]*.so 344 rm -rf $TOOLCHAIN_BUILD_PREFIX/lib/lib[cp]*.dylib 370 cp -p "$SRC_DIR/$TOOLCHAIN/llvm/tools/ndk-bc2native/ndk-bc2native.py" "$TOOLCHAIN_BUILD_PREFIX/bin/"
|
/system/core/libnetutils/ |
dhcpclient.c | 242 char *cp = buf; local 245 cp += sprintf(cp, " %02x ", array[i]);
|
/external/v8/src/mips/ |
full-codegen-mips.cc | 137 // o cp: our context 180 __ Push(ra, fp, cp, a1); 210 // Context is returned in both v0 and cp. It replaces the context 211 // passed to us. It's saved in the stack and kept live in cp. 212 __ sw(cp, MemOperand(fp, StandardFrameConstants::kContextOffset)); 223 MemOperand target = ContextOperand(cp, var->index()); 228 cp, target.offset(), a0, a3, kRAHasBeenSaved, kDontSaveFPRegs); 832 __ lw(a1, FieldMemOperand(cp, HeapObject::kMapOffset)); 843 __ sw(result_register(), ContextOperand(cp, variable->index())); 846 __ RecordWriteContextSlot(cp, [all...] |
/external/chromium_org/v8/src/arm/ |
lithium-codegen-arm.cc | 145 // cp: Callee's context. 207 // Context is returned in both r0 and cp. It replaces the context 208 // passed to us. It's saved in the stack and kept live in cp. 209 __ str(cp, MemOperand(fp, StandardFrameConstants::kContextOffset)); 220 MemOperand target = ContextOperand(cp, var->index()); 224 cp, 237 // We have not executed any compiled code yet, so cp still holds the 281 __ stm(db_w, sp, cp.bit() | fp.bit() | lr.bit()); 292 __ ldm(ia_w, sp, cp.bit() | fp.bit() | lr.bit()); 343 __ stm(db_w, sp, cp.bit() | fp.bit() | lr.bit()) [all...] |
/external/chromium_org/v8/src/mips/ |
lithium-codegen-mips.cc | 145 // cp: Callee's context. 209 // Context is returned in both v0 and cp. It replaces the context 210 // passed to us. It's saved in the stack and kept live in cp. 211 __ sw(cp, MemOperand(fp, StandardFrameConstants::kContextOffset)); 222 MemOperand target = ContextOperand(cp, var->index()); 226 cp, target.offset(), a0, a3, GetRAState(), kSaveFPRegs); 234 // We have not executed any compiled code yet, so cp still holds the 278 __ MultiPush(cp.bit() | fp.bit() | ra.bit()); 289 __ MultiPop(cp.bit() | fp.bit() | ra.bit()); 327 __ MultiPush(cp.bit() | fp.bit() | ra.bit()) [all...] |
/external/compiler-rt/test/Unit/ppc/ |
floatunditf_test.h | 10 { UINT64_C(0x0000000000000403), 0x1.00cp+10, 0x0p+0 }, 21 { UINT64_C(0x0000000000000603), 0x1.80cp+10, 0x0p+0 }, 38 { UINT64_C(0x0000000000002098), 0x1.04cp+13, 0x0p+0 }, 71 { UINT64_C(0x0000000000020218), 0x1.010cp+17, 0x0p+0 }, 91 { UINT64_C(0x0000000000021180), 0x1.08cp+17, 0x0p+0 }, 92 { UINT64_C(0x0000000000021800), 0x1.0cp+17, 0x0p+0 }, 123 { UINT64_C(0x0000000000040130), 0x1.004cp+18, 0x0p+0 }, 128 { UINT64_C(0x0000000000041003), 0x1.0400cp+18, 0x0p+0 }, 168 { UINT64_C(0x0000000000048003), 0x1.2000cp+18, 0x0p+0 }, 188 { UINT64_C(0x0000000000060003), 0x1.8000cp+18, 0x0p+0 } [all...] |
/external/harfbuzz/src/ |
harfbuzz-gpos.c | 1658 HB_CursivePos* cp = &st->cursive; local 1767 HB_CursivePos* cp = &st->cursive; local 1800 HB_CursivePos* cp = &st->cursive; local 3752 HB_ContextPos* cp = &st->context; local 3783 HB_ContextPos* cp = &st->context; local 4029 HB_ContextPos* cp = &st->context; local [all...] |
/external/harfbuzz_ng/src/hb-old/ |
harfbuzz-gpos.c | 1658 HB_CursivePos* cp = &st->cursive; local 1767 HB_CursivePos* cp = &st->cursive; local 1800 HB_CursivePos* cp = &st->cursive; local 3752 HB_ContextPos* cp = &st->context; local 3783 HB_ContextPos* cp = &st->context; local 4029 HB_ContextPos* cp = &st->context; local [all...] |
/external/v8/src/arm/ |
full-codegen-arm.cc | 129 // o cp: our context 173 __ Push(lr, fp, cp, r1); 203 // Context is returned in both r0 and cp. It replaces the context 204 // passed to us. It's saved in the stack and kept live in cp. 205 __ str(cp, MemOperand(fp, StandardFrameConstants::kContextOffset)); 216 MemOperand target = ContextOperand(cp, var->index()); 221 cp, target.offset(), r0, r3, kLRHasBeenSaved, kDontSaveFPRegs); 825 __ ldr(r1, FieldMemOperand(cp, HeapObject::kMapOffset)); 834 __ str(result_register(), ContextOperand(cp, variable->index())); 837 __ RecordWriteContextSlot(cp, [all...] |
/external/blktrace/ |
Makefile | 67 @cp btrace.spec btrace-1.0
|
/external/chromium/net/tools/testserver/ |
device_management.py | 64 import cloud_policy_pb2 as cp namespace 406 group_message = eval('cp.' + group.message_type.name + '()') 409 group_message.policy_options.mode = cp.PolicyOptions.RECOMMENDED 417 group_message.policy_options.mode = cp.PolicyOptions.MANDATORY 451 settings = cp.CloudPolicySettings()
|
/external/chromium_org/chrome/installer/mac/ |
dirpatcher.sh | 182 if ! cp "${patch_file}" "${new_file}"; then
|
/external/chromium_org/third_party/openssl/openssl/crypto/conf/ |
conf_def.c | 506 char *s,*e,*rp,*p,*rrp,*np,*cp,v; local 577 cp=section; 583 cp=np; 607 * cp which is the start of the section string which is 613 p=_CONF_get_string(conf,cp,np);
|
/external/clang/test/Analysis/ |
malloc-annotations.c | 221 const void *cp = p; // not crash local
|
/external/clang/test/Sema/ |
array-init.c | 157 char* cp[] = { "Hello" }; local
|
/external/openssl/crypto/conf/ |
conf_def.c | 506 char *s,*e,*rp,*p,*rrp,*np,*cp,v; local 577 cp=section; 583 cp=np; 607 * cp which is the start of the section string which is 613 p=_CONF_get_string(conf,cp,np);
|
/external/skia/tools/tests/ |
run.sh | 151 cp $COPY_EXPECTATIONS_FROM_DIR/$BUILDER/expected-results.json \
|
/external/tcpdump/ |
print-ospf.c | 880 register const char *cp; local [all...] |
print-ospf6.c | 636 register const char *cp; local 643 cp = tok2str(type2str, "type%d", op->ospf6_type); 644 printf("OSPFv%d-%s %d:", op->ospf6_version, cp, length); 645 if (*cp == 't')
|
/ndk/sources/cxx-stl/llvm-libc++/tools/ |
upgrade-upstream.sh | 206 run cp "$BUILD_DIR"/patches.android/* patches.android/
|
/ndk/sources/host-tools/nawk-20071023/ |
awkgram.y | 43 Cell *cp; 62 %token <cp> VAR IVAR VARNF CALL NUMBER STRING 477 void checkdup(Node *vl, Cell *cp) /* check if name already in list */ 479 char *s = cp->nval;
|
/prebuilts/sdk/tools/ |
Android.mk | 34 $(copy-file-to-target-with-cp)
|