Searched
full:slash (Results
351 -
375 of
1294) sorted by null
<<11121314151617181920>>
/libcore/support/src/test/java/tests/support/ |
Support_Configuration.java | 305 int NONE = 0, SLASH = 1, UNICODE = 2, CONTINUE = 3, DONE = 4, IGNORE = 5; 325 if (mode == SLASH) { 384 mode = SLASH;
|
/build/core/ |
notice_files.mk | 28 # Includes the leading slash
|
/device/htc/flounder/VolantisKeyboard/res/raw/ |
keyboard_layout_volantis_english_us.kcm | 305 key SLASH {
|
keyboard_layout_volantis_japanese.kcm | 307 key SLASH {
|
/external/chromium_org/base/ |
base_switches.cc | 36 // Any pattern containing a forward or backward slash will be tested
|
/external/chromium_org/chrome/browser/apps/ |
ephemeral_app_throttle.cc | 83 // the app ID will be after the last slash of the URL. We cannot even
|
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
zip_file_creator_browsertest.cc | 103 // ZipReader returns directory path with trailing slash.
|
/external/chromium_org/chrome/browser/search/ |
iframe_source.cc | 69 // Origin should not include a trailing slash. That is part of the path.
|
/external/chromium_org/chrome/browser/ui/webui/signin/ |
inline_login_handler.cc | 52 // Drop the leading slash in the path.
|
/external/chromium_org/chrome/common/cloud_print/ |
cloud_print_helpers.h | 27 // URL's path does not end with a slash. It is assumed that |path| does not
|
/external/chromium_org/chrome/test/remoting/ |
key_code_map.h | 89 {'/', '?', "Slash", ui::VKEY_OEM_2}, // /?
|
/external/chromium_org/extensions/browser/ |
event_router_unittest.cc | 64 // Sub-events are converted to the part before the slash.
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/ |
frame.js | 86 // Strip trailing slash, if any.
|
/external/chromium_org/net/base/ |
sdch_manager_unittest.cc | 322 // Prefix only works if last character of restriction is a slash, or first 323 // character in path after a match is a slash. Validate each case separately. 325 // Rely on the slash in the path (not at the end of the restriction). 331 // Rely on the slash at the end of the restriction.
|
/external/chromium_org/ppapi/proxy/ |
file_chooser_resource_unittest.cc | 141 // No dot or slash ones should be skipped.
|
/external/chromium_org/remoting/client/jni/ |
android_keymap.cc | 101 0x070038, // SLASH
|
/external/chromium_org/third_party/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/chromium_org/third_party/icu/source/i18n/ |
plurrule_impl.h | 34 #define SLASH ((UChar)0x002F)
|
/external/chromium_org/third_party/icu/source/tools/gencmn/ |
gencmn.8.in | 120 Some tools in ICU depend on the presence of the trailing slash. It is thus
|
/external/chromium_org/third_party/icu/source/tools/genrb/ |
genrb.1.in | 135 Some tools in ICU depend on the presence of the trailing slash. It is thus
|
/external/chromium_org/third_party/icu/source/tools/makeconv/ |
makeconv.1.in | 100 Some tools in ICU depend on the presence of the trailing slash. It is thus
|
/external/chromium_org/tools/gn/ |
build_settings.h | 34 // relative to this. Does not end in a [back]slash.
|
function_rebase_path_unittest.cc | 59 // Test slash conversion.
|
label.h | 17 // part, so it starts with a slash, and has one colon.
|
/external/chromium_org/ui/base/ime/chromeos/ |
ime_keymap.cc | 151 {VKEY_OEM_2, "Slash"},
|
Completed in 314 milliseconds
<<11121314151617181920>>