Searched refs:cp (Results 501 - 525 of 1406) sorted by relevance

<<21222324252627282930>>

/external/stressapptest/
H A Dmissing226 cp "$SRCFILE" y.tab.c
230 cp "$SRCFILE" y.tab.h
256 cp "$SRCFILE" lex.yy.c
/external/chromium_org/native_client_sdk/src/tools/tests/
H A Doshelpers_test.py226 bin_cp = self.MakeExecutableFile('bin', 'cp')
227 cp = os.path.basename(bin_cp)
230 output, _ = self.RunWhich(cp)
231 self.assertTrue(os.path.join(self.tempdir, 'bin', cp) in output)
235 bin_cp = self.MakeExecutableFile('bin', 'cp')
237 cp = os.path.basename(bin_cp)
241 output, _ = self.RunWhich(cp, ls)
242 self.assertTrue(os.path.join(self.tempdir, 'bin', cp) in output)
247 bin_cp = self.MakeExecutableFile('bin', 'cp')
248 cp
[all...]
/external/chromium_org/sdch/open-vcdiff/packages/deb/
H A Drules62 cp -f /usr/share/misc/config.sub config.sub
65 cp -f /usr/share/misc/config.guess config.guess
/external/chromium_org/sdch/open-vcdiff/packages/
H A Drpm.sh62 cp "$archive" "$RPM_SOURCE_DIR"
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dzdump.c228 register const char * cp; local
233 cp = abbrp;
235 while (isascii((unsigned char) *cp) && isalpha((unsigned char) *cp))
236 ++cp;
237 if (cp - abbrp == 0)
239 else if (cp - abbrp < 3)
241 else if (cp - abbrp > 6)
243 if (wp == NULL && (*cp == '+' || *cp
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DMakefile31 cp R600IntrinsicsNoOpenCL.td R600Intrinsics.td
33 cp R600IntrinsicsOpenCL.td R600Intrinsics.td
/external/chromium_org/third_party/sqlite/src/
H A Dpublish.sh14 cp $srcdir/Makefile.linux-gcc ./Makefile
86 cp tsrc/sqlite3.h tsrc/sqlite3ext.h .
87 cp tsrc/shell.c .
124 cp doc/sqlite-$VERS.tar.gz $HOME/rpm/SOURCES/.
135 #cp $srcdir/../historical/* doc
/external/clang/test/Analysis/
H A Dmisc-ps.c186 char *cp = (char *)&v; local
187 clang_analyzer_eval(ip == cp); // expected-warning{{TRUE}}
/external/cmockery/cmockery_0_1_2/packages/
H A Drpm.sh48 cp "$archive" "$RPM_SOURCE_DIR"
/external/dhcpcd/mk/
H A Ddist.mk25 cp -RPp * /tmp/${SNAPDIR}
/external/e2fsprogs/config/
H A Dparse-types.sh31 cp asm_types.h asm_types.c
/external/e2fsprogs/misc/
H A Duuidd.c237 char reply_buf[1024], *cp; local
420 for (i=0, cp=reply_buf+sizeof(num);
421 i < num; i++, cp+=16) {
422 uuid_unparse((unsigned char *)cp, str);
446 char buf[1024], *cp; local
547 cp = buf + 4;
550 for (i=0; i < num; i++, cp+=16) {
551 uuid_unparse((unsigned char *) cp, str);
/external/genext2fs/
H A Dtest-gen.lib32 cp $fname test
/external/harfbuzz_ng/test/shaping/
H A Drecord-test.sh14 cp "$fontfile" "$dir/font.ttf"
/external/icu/icu4c/source/tools/tzcode/
H A Dzdump.c228 register const char * cp; local
233 cp = abbrp;
235 while (isascii((unsigned char) *cp) && isalpha((unsigned char) *cp))
236 ++cp;
237 if (cp - abbrp == 0)
239 else if (cp - abbrp < 3)
241 else if (cp - abbrp > 6)
243 if (wp == NULL && (*cp == '+' || *cp
[all...]
/external/ipsec-tools/src/racoon/samples/roadwarrior/client/
H A Dphase1-down.sh30 test -f /etc/resolv.conf.bak && cp /etc/resolv.conf.bak /etc/resolv.conf
/external/javassist/src/main/javassist/
H A DCtClassType.java78 CtClassType(String name, ClassPool cp) { argument
80 classPool = cp;
92 CtClassType(InputStream ins, ClassPool cp) throws IOException { argument
93 this((String)null, cp);
264 void setClassPool(ClassPool cp) { classPool = cp; } argument
443 static boolean hasAnnotationType(Class clz, ClassPool cp, argument
481 static Object getAnnotationType(Class clz, ClassPool cp, argument
501 return toAnnoType(anno1[i], cp);
506 return toAnnoType(anno2[i], cp);
535 toAnnotationType(boolean ignoreNotFound, ClassPool cp, AnnotationsAttribute a1, AnnotationsAttribute a2) argument
589 toAnnotationType(boolean ignoreNotFound, ClassPool cp, ParameterAnnotationsAttribute a1, ParameterAnnotationsAttribute a2, MethodInfo minfo) argument
656 toAnnoType(Annotation anno, ClassPool cp) argument
[all...]
H A DCtNewConstructor.java140 ConstPool cp = declaring.getClassFile2().getConstPool();
141 Bytecode code = new Bytecode(cp, 1, 1);
/external/javassist/src/main/javassist/bytecode/annotation/
H A DAnnotationsWriter.java67 * @param cp the constant pool.
69 public AnnotationsWriter(OutputStream os, ConstPool cp) { argument
71 pool = cp;
/external/llvm/test/Bindings/Ocaml/
H A Dext_exc.ml3 * RUN: cp %s %t.builddir
/external/mesa3d/src/gallium/drivers/radeon/
H A DMakefile31 cp R600IntrinsicsNoOpenCL.td R600Intrinsics.td
33 cp R600IntrinsicsOpenCL.td R600Intrinsics.td
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_CheckBox.cpp23 CPWL_Wnd* CFFL_CheckBox::NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageView* pPageView) argument
26 pWnd->Create(cp);
H A DFFL_RadioButton.cpp23 CPWL_Wnd* CFFL_RadioButton::NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageView* pPageView) argument
26 pWnd->Create(cp);
/external/qemu/util/
H A Doslib-win32.c153 int inet_aton(const char *cp, struct in_addr *ia) argument
155 uint32_t addr = inet_addr(cp);
/external/skia/platform_tools/android/bin/
H A Dandroid_gdbserver51 cp "$file" $GDB_TMP_DIR

Completed in 691 milliseconds

<<21222324252627282930>>