HomeSort by relevance Sort by last modified time
    Searched defs:slash (Results 26 - 50 of 80) sorted by null

12 3 4

  /external/freetype/src/base/
ftrfork.c 784 const char* slash; local
800 slash = tmp + 1;
804 slash = original_name;
809 ft_strcat( new_name, slash );
  /external/iproute2/tc/
tc_util.c 172 char * slash = strchr(str, '/'); local
174 if (slash)
175 *slash = 0;
180 if (slash) {
184 if (get_integer(&cell, slash+1, 0))
186 *slash = '/';
310 char * slash = strchr(str, '/'); local
312 if (slash)
313 *slash = 0;
318 if (slash) {
    [all...]
  /external/smack/src/org/xbill/DNS/
APLRecord.java 194 int slash = s.indexOf('/', colon); local
195 if (slash < 0)
199 String addressString = s.substring(colon + 1, slash);
200 String prefixString = s.substring(slash + 1);
  /libcore/luni/src/test/java/libcore/java/io/
OldFileTest.java 38 private String slash = File.separator; field in class:OldFileTest
81 if (!dirName.regionMatches((dirName.length() - 1), slash, 0, 1))
82 dirName += slash;
116 if (!userDir.regionMatches((userDir.length() - 1), slash, 0, 1))
117 userDir += slash;
173 assertTrue("Test 1: URL does not end with slash.",
214 if (!userDir.regionMatches((userDir.length() - 1), slash, 0, 1))
215 userDir += slash;
  /system/core/fastboot/
usb_linux.c 187 char *slash; local
194 slash = strrchr(link, '/');
195 if (slash)
196 snprintf(info.device_path, sizeof(info.device_path), "usb:%s", slash+1);
  /system/core/init/
util.c 278 const char *slash; local
284 while ((slash = strchr(p, '/')) != NULL) {
285 width = slash - pathname;
286 p = slash + 1;
334 char *slash; local
337 slash = strrchr(newpath, '/');
338 if (!slash)
340 width = slash - newpath;
devices.c 372 char *slash; local
399 slash = strchr(++parent, '/');
400 if (!slash)
402 width = slash - parent;
426 char *slash; local
470 slash = strrchr(uevent->path, '/');
471 if (asprintf(&links[link_num], "%s/%s", link_path, slash + 1) > 0)
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
SerializationStressTest5.java 156 String slash = System.getProperty("file.separator"); local
157 String begTarget = slash + "java" + slash;
164 fileName = fileName.replace(slash.charAt(0), '.');
289 String slash = System.getProperty("file.separator"); local
291 if (!javaHome.endsWith(slash))
292 javaHome += slash;
294 String[] wanted = { "java" + slash + "io", "java" + slash + "lang",
295 "java" + slash + "math", "java" + slash + "net"
    [all...]
  /external/chromium_org/third_party/freetype/src/base/
ftrfork.c 806 const char* slash; local
822 slash = tmp + 1;
826 slash = original_name;
831 ft_strcat( new_name, slash );
  /external/open-vcdiff/gflags/src/
gflags_completions.cc 434 string::size_type slash = string::npos; local
436 slash = (*it)->filename.find(
449 pos != string::npos && slash == string::npos) {
450 // In the package, since there was no slash after the package portion
458 pos != string::npos && slash != string::npos) {
  /external/oprofile/opcontrol/
opcontrol.cpp 676 char* slash = strrchr(command, '/'); local
677 strcpy(slash ? slash + 1 : command, "oprofiled --session-dir="OP_DATA_DIR);
  /frameworks/native/cmds/dumpstate/
utils.c 375 /* skip initial slash */
466 char *slash = strrchr(anr_traces_dir, '/'); local
467 if (slash != NULL) {
468 *slash = '\0';
  /frameworks/opt/net/voip/src/java/android/net/sip/
SimpleSessionDescription.java 410 int slash = parts[2].indexOf('/'); local
411 return (slash < 0) ? parts[2] : parts[2].substring(0, slash);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ExplodedRenderingHelper.java 372 int slash = reference.indexOf('/'); local
373 return reference.substring(slash);
  /bootable/recovery/applypatch/
applypatch.c 834 char* slash = strchr(target_filename+1, '/'); local
835 if (slash != NULL) {
836 int count = slash - target_filename;
    [all...]
  /external/chromium_org/net/base/
mime_util.cc 636 size_t slash = type_string.find('/'); local
637 if (slash < 3 ||
638 slash == std::string::npos || slash == type_string.length() - 1) {
    [all...]
  /external/chromium_org/third_party/codesighs/
msdump2symdb.c 239 ** Change any forward slash to a backslash.
242 char* slash = inString; local
244 while(NULL != (slash = strchr(slash, '/')))
246 *slash = '\\';
247 slash++;
    [all...]
  /external/iproute2/lib/
utils.c 334 char *slash; local
349 slash = strchr(arg, '/');
350 if (slash)
351 *slash = 0;
366 if (slash) {
367 if (get_netmask(&plen, slash+1, 0)
377 if (slash)
378 *slash = '/';
  /external/openssh/
misc.c 523 u_int len, slash; local
531 slash = path - filename;
532 if (slash > sizeof(user) - 1)
534 memcpy(user, filename, slash);
535 user[slash] = '\0';
  /frameworks/base/tools/aidl/
aidl.cpp 650 const char* slash = "\\"; local
653 slash = "";
662 fprintf(to, " %s %s\n", options.inputFileName.c_str(), slash);
666 slash = "";
669 fprintf(to, " %s %s\n", import->filename, slash);
    [all...]
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
DelegateMethodAdapter2.java 195 int slash = mClassName.lastIndexOf('/'); local
197 if (dol != -1 && dol > slash && dol == mClassName.indexOf('$')) {
  /ndk/sources/host-tools/make-3.81/
dir.c 752 char *slash;
786 slash = dirend;
801 return dir_file_exists_p (dirname, slash + 1);
847 char *slash = dirend;
863 filename = p = slash + 1;
929 char *slash = dirend;
945 p = filename = slash + 1;
747 char *slash; local
841 char *slash = dirend; local
922 char *slash = dirend; local
  /system/core/adb/
usb_linux.c 274 char *slash; local
281 slash = strrchr(link, '/');
282 if (slash) {
284 "usb:%s", slash + 1);
  /external/chromium/net/http/
http_response_headers.cc 1082 size_t slash = etag_value.find('\/'); local
    [all...]
  /libcore/luni/src/main/java/java/net/
URI.java 86 * begin with the slash character: {@code /}. The contents of the
1055 int slash = path.indexOf('\/'); local
    [all...]

Completed in 4162 milliseconds

12 3 4