| /external/chromium_org/tools/gn/ |
| settings.cc | 21 // We guarantee this ends in a slash.
|
| gyp_helper.cc | 61 // Trim off the leading double-slash. 99 // Optionally trim the slash off the end.
|
| label_unittest.cc | 33 // No single-leading slash. 35 // No trailing slash.
|
| /external/clang/test/Driver/ |
| cl-inputs.c | 1 // Don't attempt slash switches on msys bash.
|
| cl.c | 1 // Don't attempt slash switches on msys bash.
|
| /external/nist-sip/java/gov/nist/javax/sip/header/ |
| ContentLanguage.java | 133 final int slash = languageTag.indexOf('-'); 134 if (slash>=0) { 135 this.locale = new Locale(languageTag.substring(0,slash), languageTag.substring(slash+1) ); 132 final int slash = languageTag.indexOf('-'); local
|
| /external/qemu/pc-bios/keymaps/ |
| et | 28 slash 0x8 shift
|
| fo | 28 slash 0x8 shift
|
| fr-ca | 41 slash 0x4 shift
|
| lt | 54 slash 0x35
|
| nl | 24 slash 0x0c
|
| sv | 28 slash 0x8 shift
|
| /external/skia/bench/ |
| DecodeBench.cpp | 29 fname++; // skip the slash
|
| /ndk/sources/host-tools/sed-4.2.1/m4/ |
| double-slash-root.m4 | 1 # double-slash-root.m4 serial 4 -*- Autoconf -*-
|
| /prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
| token.h | 29 #define SLASH 17
|
| /prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
| token.h | 29 #define SLASH 17
|
| /external/chromium/googleurl/src/ |
| url_canon_fileurl.cc | 59 // A drive spec is the start of a path, so we need to add a slash for the 60 // authority terminator (typically the third slash). 93 // Copies the rest of the path, starting from the slash following the 94 // drive colon (if any, Windows only), or the first slash of the path. 105 // No input path, canonicalize to a slash.
|
| /external/chromium/net/tools/dump_cache/ |
| url_to_filename_encoder.h | 52 // 3a) If the segment is empty, escape the second slash. i.e. if it was 138 const std::string slash("/"); 140 ReplaceAll(&filename, backslash, slash); 197 const std::string slash("/"); 199 ReplaceAll(path, slash, backslash);
|
| /external/chromium_org/chrome/tools/convert_dict/ |
| dic_reader.cc | 23 // We split the line on a slash not preceded by a backslash. A slash at the 35 // Everything before the slash index is the first term. We also need to 41 // Everything (if anything) after the slash is the second. 95 // Got a rule, which is the stuff after the slash. The line may also have
|
| /external/chromium_org/net/tools/dump_cache/ |
| url_to_filename_encoder.h | 52 // 3a) If the segment is empty, escape the second slash. i.e. if it was 137 const std::string slash("/"); 139 ReplaceAll(&filename, backslash, slash); 196 const std::string slash("/"); 198 ReplaceAll(path, slash, backslash);
|
| /external/chromium_org/chrome/browser/chromeos/drive/ |
| search_metadata_unittest.cc | 99 // drive/root/Slash \xE2\x88\x95 in directory 101 GetDirectoryEntry("Slash \xE2\x88\x95 in directory", "dir3", 5, 105 // drive/root/Slash \xE2\x88\x95 in directory/Slash SubDir File.txt 107 "Slash SubDir File.txt", "file3a", 6, dir3_local_id), &local_id)); 238 EXPECT_EQ("drive/root/Slash \xE2\x88\x95 in directory/Slash SubDir File.txt", 261 EXPECT_EQ("drive/root/Slash \xE2\x88\x95 in directory/Slash SubDir File.txt",
|
| /external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
| jsilver.sablecc | 138 {command, args} slash = '/'; // means divide or end command. 237 [i1]:cs_open slash [i3]:escape [i2]:cs_close 246 [i1]:cs_open slash [i3]:autoescape [i2]:cs_close 255 [i1]:cs_open slash [i3]:with [i2]:cs_close 265 [i1]:cs_open slash [i3]:loop [i2]:cs_close 276 [i1]:cs_open slash [i3]:loop [i2]:cs_close 288 commands [i1]:cs_open slash [i4]:loop [i2]:cs_close 300 [i1]:cs_open slash [i3]:each [i2]:cs_close 310 [i1]:cs_open slash [i3]:alt [i2]:cs_close 319 [i1]:cs_open slash [i3]:def [i2]:cs_clos [all...] |
| /external/bison/lib/ |
| fopen.c | 56 /* If the filename ends in a slash and a mode that requires write access is 60 "A pathname that contains at least one non-slash character and that
|
| /external/chromium/net/base/ |
| net_util_win.cc | 37 // will probably be preceeded with a slash, as in "/C:/foo.txt", so we 44 // URL contains a host: this means it's UNC. We keep the preceeding slash
|
| /external/chromium_org/third_party/skia/include/core/ |
| SkOSFile.h | 155 * final slash, or the full name if there is no slash.
|