Searched refs:cp (Results 426 - 450 of 1406) sorted by relevance

<<11121314151617181920>>

/external/libpcap/
H A Dpcap-canusb-linux.c208 const char *cp; local
215 cp = strrchr(device, '/');
216 if (cp == NULL)
217 cp = device;
219 if (strncmp(cp, "canusb", 6) != 0) {
225 cp += 6;
226 devnum = strtol(cp, &cpend, 10);
227 if (cpend == cp || *cpend != '\0') {
/external/libpng/contrib/tools/
H A Dchkfmt37 cp "$file" "$file".orig
102 cp "$file" "$file".$$
/external/mesa3d/bin/
H A Dminstall69 # Unfortunately, cp -d isn't universal so we have to
91 cp "$FILE" "$DEST"
/external/mesa3d/src/gallium/state_trackers/d3d1x/mstools/
H A Ddownload-mstools72 /bin/cp -dpf "$fxc_path" .
/external/skia/platform_tools/chromeos/bin/
H A Dchromeos_make51 gsutil cp gs://chromium-skia-gm/chromeos-toolchains/${TARBALL} ${CHROMEOS_CHROOT}
/external/strace/qemu_multiarch_testing/
H A Dmake-hdc-img.sh14 cp -a hdc.dir/* hdc.img.dir &&
/external/tcpdump/
H A Dprint-dccp.c175 const u_char *cp; local
189 cp = (const u_char *)(dh + 1);
190 if (cp > snapend) {
324 const u_char *cp; local
326 cp = bp + dccp_basic_hdr_len(dh) + extlen;
331 TCHECK(*cp);
332 optlen = dccp_print_option(cp);
336 cp += optlen;
/external/bison/build-aux/
H A Dmissing223 cp "$SRCFILE" y.tab.c
227 cp "$SRCFILE" y.tab.h
253 cp "$SRCFILE" lex.yy.c
/external/chromium_org/third_party/binutils/
H A Dbuild-all.sh75 sudo cp -a binutils-$VERSION "$BUILDDIR"
76 sudo cp -a build-one.sh "$BUILDDIR"
107 cp -a "$BUILDDIR/output/$ARCHNAME" "$OUTPUTDIR"
/external/chromium_org/third_party/opus/src/
H A Dmissing224 cp "$SRCFILE" y.tab.c
228 cp "$SRCFILE" y.tab.h
254 cp "$SRCFILE" lex.yy.c
/external/libcap-ng/libcap-ng-0.7/
H A Dmissing224 cp "$SRCFILE" y.tab.c
228 cp "$SRCFILE" y.tab.h
254 cp "$SRCFILE" lex.yy.c
/external/libopus/
H A Dmissing224 cp "$SRCFILE" y.tab.c
228 cp "$SRCFILE" y.tab.h
254 cp "$SRCFILE" lex.yy.c
/external/llvm/autoconf/
H A Dmissing223 cp "$SRCFILE" y.tab.c
227 cp "$SRCFILE" y.tab.h
253 cp "$SRCFILE" lex.yy.c
/external/openfst/
H A Dmissing224 cp "$SRCFILE" y.tab.c
228 cp "$SRCFILE" y.tab.h
254 cp "$SRCFILE" lex.yy.c
/external/pixman/
H A Dmissing224 cp "$SRCFILE" y.tab.c
228 cp "$SRCFILE" y.tab.h
254 cp "$SRCFILE" lex.yy.c
/external/javassist/src/main/javassist/bytecode/
H A DConstPool.java1131 public String getClassName(ConstPool cp) { return null; } argument
1132 public void renameClass(ConstPool cp, String oldName, String newName) {} argument
1133 public void renameClass(ConstPool cp, Map classnames) {} argument
1140 void makeHashtable(ConstPool cp) {} // called after read() finishes in ConstPool. argument
1185 public String getClassName(ConstPool cp) { argument
1186 return cp.getUtf8Info(name);
1189 public void renameClass(ConstPool cp, String oldName, String newName) { argument
1190 String nameStr = cp.getUtf8Info(name);
1192 name = cp.addUtf8Info(newName);
1196 name = cp
1200 renameClass(ConstPool cp, Map map) argument
1235 makeHashtable(ConstPool cp) argument
1260 renameClass(ConstPool cp, String oldName, String newName) argument
1267 renameClass(ConstPool cp, Map map) argument
[all...]
/external/elfutils/0.153/libdw/
H A Ddwarf_getsrclines.c288 char *cp = new_file->info.name; local
296 cp = stpcpy (cp, dirarray[diridx]->dir);
298 *cp++ = '/';
299 strcpy (cp, fname);
502 char *cp = new_file->info.name; local
510 cp = stpcpy (cp, dirarray[diridx]->dir);
511 *cp++ = '/';
512 strcpy (cp, fnam
[all...]
/external/owasp/sanitizer/
H A DMakefile125 java ${JASSERTS} -cp tools/emma/lib/emma.jar:lib/guava-libraries/guava.jar:lib/jsr305/jsr305.jar:lib/htmlparser-1.3/htmlparser-1.3.jar:lib/commons-codec-1.4/commons-codec-1.4.jar:benchmark-data \
130 -cp out/classes:src/tests:lib/junit/junit.jar \
149 java -cp ${TEST_CLASSPATH}:out/classes \
155 java -cp ${TEST_CLASSPATH}:out/classes -agentlib:hprof=cpu=times,format=a,file=out/java.hprof.txt,lineno=y,doe=y org.owasp.html.Benchmark benchmark-data/Yahoo\!.html s
183 cp -r out/javadoc out/staging/javadoc
191 cp "$$jar" out/staging/lib/; \
192 cp "$$(dirname $$jar)"/COPYING out/staging/lib/"$$(basename $$jar .jar)"-COPYING; \
199 cp "$$f" out/staging/"$$f"; \
204 cp COPYING out/staging/lib/owasp-java-html-sanitizer-COPYING
218 cp
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_eval.c83 _math_horner_bezier_curve(const GLfloat * cp, GLfloat * out, GLfloat t, argument
94 out[k] = s * cp[k] + bincoeff * t * cp[dim + k];
96 for (i = 2, cp += 2 * dim, powert = t * t; i < order;
97 i++, powert *= t, cp += dim) {
102 out[k] = s * out[k] + bincoeff * powert * cp[k];
108 out[k] = cp[k];
130 GLfloat *cp = cn + uorder * vorder * dim; local
148 cp[j * dim + k] = s * ucp[k] + bincoeff * u * ucp[uinc + k];
156 cp[
[all...]
/external/mesa3d/src/mesa/math/
H A Dm_eval.c74 _math_horner_bezier_curve(const GLfloat * cp, GLfloat * out, GLfloat t, argument
85 out[k] = s * cp[k] + bincoeff * t * cp[dim + k];
87 for (i = 2, cp += 2 * dim, powert = t * t; i < order;
88 i++, powert *= t, cp += dim) {
93 out[k] = s * out[k] + bincoeff * powert * cp[k];
99 out[k] = cp[k];
121 GLfloat *cp = cn + uorder * vorder * dim; local
139 cp[j * dim + k] = s * ucp[k] + bincoeff * u * ucp[uinc + k];
147 cp[
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Didentifier_info.cpp136 UChar32 cp; local
137 for (int32_t i = 0; i < identifier.length(); i += U16_LENGTH(cp)) {
138 cp = identifier.char32At(i);
140 if (u_charType(cp) == U_DECIMAL_DIGIT_NUMBER) {
141 // Just store the zero character as a representative for comparison. Unicode guarantees it is cp - value
142 fNumerics->add(cp - (UChar32)u_getNumericValue(cp));
145 int32_t extensionsCount = uscript_getScriptExtensions(cp, extensions, LENGTHOF(extensions), &status);
/external/e2fsprogs/debugfs/
H A Dfilefrag.c179 char *cp; variable
193 cp = malloc(strlen(fs->dir_name) + strlen(name) + 2);
194 if (!cp) {
200 sprintf(cp, "%s/%s", fs->dir_name, name);
201 fs->name = cp;
218 p->name = cp;
228 free(cp); variable
/external/e2fsprogs/misc/
H A Dblkid.c72 static void safe_print(const char *cp, int len) argument
77 len = strlen(cp);
80 ch = *cp++;
101 const char *cp; local
111 cp = getenv("COLUMNS");
112 if (cp)
113 return strtol(cp, NULL, 10);
/external/icu/icu4c/source/i18n/
H A Didentifier_info.cpp131 UChar32 cp; local
132 for (int32_t i = 0; i < identifier.length(); i += U16_LENGTH(cp)) {
133 cp = identifier.char32At(i);
135 if (u_charType(cp) == U_DECIMAL_DIGIT_NUMBER) {
136 // Just store the zero character as a representative for comparison. Unicode guarantees it is cp - value
137 fNumerics->add(cp - (UChar32)u_getNumericValue(cp));
140 int32_t extensionsCount = uscript_getScriptExtensions(cp, extensions, LENGTHOF(extensions), &status);
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_ComboBox.cpp43 PWL_CREATEPARAM cp = CFFL_FormFiller::GetCreateParam(); local
51 cp.dwFlags |= PCBS_ALLOWCUSTOMTEXT;
68 cp.pFontMap = m_pFontMap;
69 cp.pFocusHandler = this;
71 return cp;
74 CPWL_Wnd* CFFL_ComboBox::NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageView* pPageView) argument
78 pWnd->Create(cp);

Completed in 627 milliseconds

<<11121314151617181920>>