/external/chromium_org/tools/telemetry/telemetry/web_perf/ |
timeline_interaction_record_unittest.py | 51 'Interaction.LogicalNameWith/Slash/is_smooth') 52 self.assertEquals('LogicalNameWith/Slash', r.logical_name) 57 'Interaction.LogicalNameWith/Slash/is_smooth,is_responsive') 58 self.assertEquals('LogicalNameWith/Slash', r.logical_name)
|
/external/clang/test/Driver/ |
cl-eh.cpp | 1 // Don't attempt slash switches on msys bash.
|
/external/llvm/cmake/modules/ |
AddSphinxTarget.cmake | 45 install(DIRECTORY "${SPHINX_BUILD_DIR}/" # Slash indicates contents of
|
/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
|
/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
|
/system/netd/server/ |
NetdConstants.cpp | 183 const char *slash = strchr(prefix, '/'); local 184 const char *prefixlenString = slash + 1; 185 if (!slash || !*prefixlenString) 200 std::string addressString(prefix, slash - prefix);
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/settings/ |
SpacingAndPunctuationsTests.java | 126 assertTrue("Slash", sp.isWordSeparator('/')); 135 assertFalse("B Slash", sp.isWordSeparator('\\')); 177 assertFalse("Slash", sp.isWordConnector('/')); 186 assertFalse("B Slash", sp.isWordConnector('\\')); 223 assertFalse("Slash", sp.isUsuallyPrecededBySpace('/')); 232 assertFalse("B Slash", sp.isUsuallyPrecededBySpace('\\')); 284 assertFalse("Slash", sp.isUsuallyFollowedBySpace('/')); 293 assertFalse("B Slash", sp.isUsuallyFollowedBySpace('\\')); 331 assertFalse("Slash", sp.isUsuallyFollowedBySpace('/')); 340 assertFalse("B Slash", sp.isUsuallyFollowedBySpace('\\')) [all...] |
/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)); 235 EXPECT_EQ("drive/root/Slash \xE2\x88\x95 in directory/Slash SubDir File.txt", 258 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_org/third_party/skia/include/core/ |
SkOSFile.h | 155 * final slash, or the full name if there is no slash.
|
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/ |
video_source.h | 66 // Returns the file path without a trailing slash. 69 // Returns the filename with the path (including the leading slash) removed.
|
/external/chromium_org/tools/gn/ |
label_unittest.cc | 33 // No single-leading slash. 35 // No trailing slash.
|
settings.h | 41 // Otherwise, it must end in a slash. 116 // is guaranteed to end in a slash.
|
/external/expat/tests/ |
xmltest.sh | 35 # reldir includes trailing slash 50 # reldir includes trailing slash
|