/prebuilt/linux-x86/toolchain/sh-4.3.3/libexec/gcc/sh-linux-gnu/4.3.3/install-tools/ |
mkheaders | 100 cp ${itoolsdatadir}/gsyslimits.h ${subincdir}/syslimits.h 104 cp ${itoolsdatadir}/include${multi_dir}/limits.h ${subincdir}
|
/dalvik/libcore/nio_char/src/main/java/java/nio/charset/ |
Charset.java | 237 private static void addCharsets(CharsetProvider cp, 239 Iterator<Charset> it = cp.charsets(); 282 Object cp = null; 286 cp = c.newInstance(); 294 cp = c.newInstance(); 300 addCharsets((CharsetProvider) cp, charsets); 396 Object cp = null; 400 cp = c.newInstance(); 408 cp = c.newInstance(); 418 if (cp != null) [all...] |
/external/bzip2/ |
Makefile | 78 cp -f bzip2 $(PREFIX)/bin/bzip2 79 cp -f bzip2 $(PREFIX)/bin/bunzip2 80 cp -f bzip2 $(PREFIX)/bin/bzcat 81 cp -f bzip2recover $(PREFIX)/bin/bzip2recover 86 cp -f bzip2.1 $(PREFIX)/man/man1 88 cp -f bzlib.h $(PREFIX)/include 90 cp -f libbz2.a $(PREFIX)/lib 92 cp -f bzgrep $(PREFIX)/bin/bzgrep 96 cp -f bzmore $(PREFIX)/bin/bzmore 99 cp -f bzdiff $(PREFIX)/bin/bzdif [all...] |
/external/tcpdump/ |
print-bootp.c | 64 bootp_print(register const u_char *cp, u_int length) 70 bp = (const struct bootp *)cp; 367 register const char *cp; local 394 cp = tok2str(xtag2str, "?xT%u", tag); 396 cp = tok2str(tag2str, "?T%u", tag); 397 c = *cp++; 407 printf("\n\t %s Option %u, length %u%s", cp, tag, len, 435 cp = tok2str(tag2str, "?Option %u", uc); 440 printf("%s", cp + 1); 452 cp = tok2str(xtag2str, "?xT%u", us) [all...] |
/cts/tools/host/src/com/android/cts/ |
CommandHistory.java | 96 * @param cp The command container. 99 public void addCommand(final CommandParser cp, 105 if (isValidCommand(cp.getAction()) && (!hasCommand(cmdLine))) {
|
/development/scripts/ |
combine_sdks.sh | 7 cp $V -rf "$UNZIPPED_IMAGE_DIR"/$1 "$UNZIPPED_BASE_DIR"/$1 96 cp $V "$OUTPUT_TMP_ZIP" "$OUTPUT"
|
/development/simulator/wrapsim/ |
SysPower.c | 46 const char* cp = pathName + strlen("/sys/power/"); local 51 if (strcmp(cp, gDeviceMap[i].name) == 0) {
|
/development/tools/zoneinfo/ |
generate | 35 cp zoneinfo.dat zoneinfo.idx ../../../bionic/libc/zoneinfo
|
/external/icu4c/i18n/ |
uspoof_buildwsconf.cpp | 223 UChar32 cp; local 224 for (cp=startCodePoint; cp<=endCodePoint; cp++) { 225 int32_t setIndex = utrie2_get32(table, cp); 236 bsset->codePoint = cp; 247 utrie2_set32(table, cp, setIndex, &status); 255 UScriptCode cpScript = uscript_getScript(cp, &status);
|
/external/icu4c/tools/toolutil/ |
ucbuf.h | 157 * @param cp Output param to receive the detected encoding 164 ucbuf_autodetect(const char* fileName, const char** cp,UConverter** conv, 176 * @param cp Output param to receive the detected encoding 184 ucbuf_autodetect_fs(FileStream* in, const char** cp, UConverter** conv, int32_t* signatureLength, UErrorCode* status);
|
/external/opencore/oscl/oscl/osclutil/src/ |
oscl_string.cpp | 357 OSCL_EXPORT_REF OSCL_String& OSCL_String::operator=(const chartype * cp) 359 set_rep(cp); 363 OSCL_EXPORT_REF OSCL_wString& OSCL_wString::operator=(const chartype * cp) 365 set_rep(cp); 402 OSCL_EXPORT_REF OSCL_String& OSCL_String::operator+=(const chartype * cp) 404 append_rep(cp); 408 OSCL_EXPORT_REF OSCL_wString& OSCL_wString::operator+=(const chartype * cp) 410 append_rep(cp);
|
/dalvik/dalvikvm/ |
Main.c | 184 strcmp(argv[argIdx], "-cp") == 0) 241 char* cp; local 245 for (cp = slashClass; *cp != '\0'; cp++) 246 if (*cp == '.') 247 *cp = '/';
|
/dalvik/dexopt/ |
OptMain.c | 362 char* cp; local 371 cp = bootClassPath = (char*) malloc(bcpLen +1); 378 *cp++ = ':'; 379 memcpy(cp, *argp, strLen); 380 cp += strLen; 382 *cp = '\0';
|
/external/bluetooth/glib/ |
glib-gettextize.in | 152 { $echo "Copying file $file"; cp $file "$srcdir/$auxdir$file"; } 157 { $echo "Copying file $file"; cp $file "$srcdir/$file"; } 167 { $echo "Copying file po/$file"; cp $file "$srcdir/po/$file"; }
|
/external/grub/ |
missing | 223 cp "$SRCFILE" y.tab.c 227 cp "$SRCFILE" y.tab.h 253 cp "$SRCFILE" lex.yy.c
|
/external/iptables/extensions/ |
libip6t_frag.c | 64 char *cp; local 67 if ((cp = strchr(buffer, ':')) == NULL) 70 *cp = '\0'; 71 cp++; 74 ids[1] = cp[0] ? parse_frag_id(cp,"id") : 0xFFFFFFFF;
|
/external/libffi/ |
missing | 223 cp "$SRCFILE" y.tab.c 227 cp "$SRCFILE" y.tab.h 253 cp "$SRCFILE" lex.yy.c
|
/external/webkit/WebCore/platform/graphics/ |
WidthIterator.cpp | 75 const UChar* cp = m_run.data(currentCharacter); local 87 UChar32 c = *cp; 108 UChar low = cp[1]; 173 if (currentCharacter != 0 && !Font::treatAsSpace(cp[-1]) && m_font->wordSpacing()) 179 cp += clusterLength; 196 if ((m_run.applyWordRounding() && currentCharacter < m_run.length() && Font::isRoundingHackCharacter(*cp))
|
/bionic/libc/netbsd/resolv/ |
res_send.c | 282 const u_char *cp = buf + HFIXEDSZ; local 289 n = dn_expand(buf, eom, cp, tname, sizeof tname); 292 cp += n; 293 if (cp + 2 * INT16SZ > eom) 295 ttype = ns_get16(cp); cp += INT16SZ; 296 tclass = ns_get16(cp); cp += INT16SZ; 319 const u_char *cp = buf1 + HFIXEDSZ; local 339 n = dn_expand(buf1, eom1, cp, tname, sizeof tname) 683 u_char *cp; local [all...] |
/external/dbus/dbus/ |
dbus-threads.c | 352 DBusCondVar **cp; local 354 cp = (DBusCondVar **)link->data; 355 _dbus_assert (*cp == _DBUS_DUMMY_CONDVAR); 357 *cp = _dbus_condvar_new (); 358 if (*cp == NULL) 377 DBusCondVar **cp; local 379 cp = (DBusCondVar **)link->data; 381 if (*cp != _DBUS_DUMMY_CONDVAR) 382 _dbus_condvar_free (*cp); 386 *cp = _DBUS_DUMMY_CONDVAR [all...] |
/external/elfutils/libdw/ |
dwarf_getsrclines.c | 258 char *cp = new_file->info.name; local 266 cp = stpcpy (cp, dirarray[diridx]->dir); 268 *cp++ = '/'; 269 strcpy (cp, fname); 413 char *cp = new_file->info.name; local 421 cp = stpcpy (cp, dirarray[diridx]->dir); 422 *cp++ = '/'; 423 strcpy (cp, fname) [all...] |
/external/quake/quake/src/WinQuake/ |
Makefile.linuxi386 | 1118 cp $(MOUNT_DIR)/quake.gif $(RPMROOT)/SOURCES/quake.gif 1122 cp $(MOUNT_DIR)/docs/README $(RPMDIR)/$(INSTALLDIR)/. 1123 cp $(BUILD_RELEASE_DIR)/bin/squake $(RPMDIR)/$(INSTALLDIR)/squake 1125 cp $(BUILD_RELEASE_DIR)/bin/quake.x11 $(RPMDIR)/$(INSTALLDIR)/quake.x11 1127 cp $(BUILD_RELEASE_DIR)/bin/glquake $(RPMDIR)/$(INSTALLDIR)/glquake 1129 cp $(BUILD_RELEASE_DIR)/bin/glquake.glx $(RPMDIR)/$(INSTALLDIR)/glquake.glx 1131 cp $(BUILD_RELEASE_DIR)/bin/glquake.3dfxgl $(RPMDIR)/$(INSTALLDIR)/glquake.3dfxgl 1134 cp $(TDFXGL_DIR)/release$(ARCH)$(GLIBC)/lib3dfxgl.so $(RPMDIR)/usr/lib/lib3dfxgl.so 1135 cp $(MESA_DIR)/lib/libMesaGL.so.2.6 $(RPMDIR)/usr/lib/libMesaGL.so.2.6 1137 cp quake.spec $(RPMROOT)/SPECS/ [all...] |
/dalvik/libcore/security/src/test/java/tests/security/cert/ |
CertPathValidatorExceptionTest.java | 358 CertPath cp = mcp.get("X.509"); local 364 new CertPathValidatorException(msgs[i], tCause, cp, indx[j]); 392 CertPath cp = mcp.get("X.509"); local 395 tE = new CertPathValidatorException(msgs[i], tCause, cp, -1); 412 "getCertPath() must return ".concat(cp.toString()), tE 413 .getCertPath(), cp); 467 CertPath cp = mcp.get("X.509"); local 470 tE = new CertPathValidatorException(msgs[i], tCause, cp, -1); 474 "getCertPath() must return ".concat(cp.toString()), tE 475 .getCertPath(), cp); 520 CertPath cp = mcp.get("X.509"); local [all...] |
/external/bison/src/ |
scan-gram.l | 136 static void handle_dollar (int token_type, char *cp, location loc); 137 static void handle_at (int token_type, char *cp, location loc); 841 char *cp = text + 1; 847 if (*cp == '<') 849 type_name = ++cp; 850 while (*cp != '>') 851 ++cp; 852 *cp = '\0'; 853 ++cp; 856 if (*cp == '$' [all...] |
/external/yaffs2/yaffs2/ |
yaffs_guts.c | 3428 yaffs_CheckpointValidity cp; local 3440 yaffs_CheckpointValidity cp; local 3487 yaffs_CheckpointDevice cp; local 3516 yaffs_CheckpointDevice cp; local 3698 yaffs_CheckpointObject cp; local 3739 yaffs_CheckpointObject cp; local [all...] |