/external/jetty/src/java/org/eclipse/jetty/webapp/ |
WebAppContext.java | 307 int slash=path.length(); local 310 slash=path.lastIndexOf("/",slash-1); 311 if (slash<0) 313 String match=_resourceAliases.get(path.substring(0,slash+1)); 315 alias=match+path.substring(slash+1); 350 if (uriInContext==null || !uriInContext.startsWith(URIUtil.SLASH)) [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
XPathParser.java | [all...] |
/external/mksh/src/ |
misc.c | 1450 /* store output position away, then append slash to output */ [all...] |
/bootable/recovery/applypatch/ |
applypatch.c | 827 char* slash = strchr(target_filename+1, '/'); local 828 if (slash != NULL) { 829 int count = slash - target_filename; [all...] |
/external/doclava/src/com/google/doclava/ |
PageMetadata.java | 315 * any forward-slash prefix, trim any whitespace, optionally make 447 * slash for local image references. These are added later 466 * slash for local image references. These are added later
|
/external/libmtp/src/ |
playlist-spl.c | 535 * such if the line starts with a leading slash. 707 // prepend a slash 737 // skip leading slash in path
|
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/ |
PhoneNumberMatcher.java | 102 // Breaks on the slash - e.g. "651-234-2345/332-445-1234" 607 // Only one slash, this is okay. 611 // If the first slash is after the country calling code, this is permitted. [all...] |
/external/toybox/toys/pending/ |
diff.c | 825 char *slash = strrchr(files[d], '/'); local 827 files[1 - d] = concat_file_path(files[1 - d], slash ? slash + 1 : files[d]);
|
/frameworks/base/tools/aapt/ |
Main.cpp | 23 * When running under Cygwin on Windows, this will convert slash-based 24 * paths into back-slash-based ones. Otherwise the ApptAssets file comparisons 25 * fail later as they use back-slash separators under Windows.
|
/frameworks/native/cmds/installd/ |
utils.cpp | 996 // Path ends with a forward slash. Make our own copy. 1005 // Path does not end with a slash. Generate a new string. 1008 // Add space for slash and terminating null. [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
PropertiesTest.java | 394 assertEquals("Failed to read trailing slash value", expected, prop); 400 assertEquals("Failed to read trailing slash value #2", expected, prop); 406 assertEquals("Failed to read slash value #3", expected, prop); [all...] |
/ndk/sources/host-tools/make-3.81/glob/ |
glob.c | 572 as well. If it's "d:/pattern", don't remove the slash 1100 A slash is inserted between DIRNAME and each elt of ARRAY, 1125 /* DIRNAME is "d:/". Don't prepend the slash from DIRNAME. */ [all...] |
/development/tools/idegen/src/com/android/idegen/ |
Module.java | 104 // length + 2 to account for slash
|
/external/bison/lib/ |
spawni.c | 326 /* And add the slash. */
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py3/ |
shell.py | 61 """ Convert slash path to native """
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/py3/ |
shell.py | 61 """ Convert slash path to native """
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/ |
rjsmin.c | 207 /* Just a slash */
|
/external/clang/include/clang/Frontend/ |
VerifyDiagnosticConsumer.h | 51 /// more readable, you can use slash-newline to separate out the diagnostics.
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_common.cc | 221 // On Windows, both slash and backslash are possible.
|
/external/e2fsprogs/intl/ |
libgnuintl.h.in | 371 prefixes should be directory names without trailing slash (i.e. use ""
|
/external/fio/tools/ |
genfio | 67 If the prefix features a / (slash), prefix will be considered as a directory
|
/external/freetype/src/sfnt/ |
ttpost.c | 76 "comma", "hyphen", "period", "slash", "zero",
|
/external/google-breakpad/src/common/ |
stabs_reader.cc | 134 // There may be an N_SO entry whose name ends with a slash,
|
/external/jdiff/src/jdiff/ |
JDiff.java | 274 * The file separator for the local filesystem, forward or backward slash.
|
/external/libcxx/src/ |
regex.cpp | 182 {"slash", 0x2f},
|