/external/icu/icu4c/source/common/ |
ucnv_u7.c | 860 #define SLASH 0x2f 869 #define FROM_BASE64_IMAP(c) ((c)==COMMA ? 63 : (c)==SLASH ? -1 : fromBase64[c]) [all...] |
/external/ipsec-tools/src/racoon/ |
racoon.conf.5 | 599 The space separated list of IPv4 addresses and masks (address slash mask) 604 The space separated list of IPv4 addresses and masks (address slash mask) [all...] |
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/ |
PhoneNumberMatcherTest.java | 45 // the same as the part before the slash, so it's still true. 52 // Now it should be false, because the first slash is after the country calling code. [all...] |
/external/qemu/include/qom/ |
object.h | 773 * a forward slash. In general, you should use hyphens '-' instead of 992 * prefixed with a leading slash. [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
xmllib.py | 39 starttagend = re.compile(_opS + '(?P<slash>/?)>') 668 if tag.group('slash') == '/': [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
xmllib.py | 39 starttagend = re.compile(_opS + '(?P<slash>/?)>') 668 if tag.group('slash') == '/': [all...] |
/bootable/recovery/applypatch/ |
applypatch.sh | 24 # partition that WORK_DIR is located on, without the leading slash
|
/build/tools/droiddoc/templates-pdk/assets/ |
android-developer-docs.js | 261 if (lastSlashPos == (fullPageName.length - 1)) { // if the url ends in slash (add 'index.html')
|
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/ |
ANTLR3.java | 384 * slash for "absolute" resources and will strip it before
|
/external/bison/darwin-lib/ |
config.h | 70 /* Define to 1 if fopen() fails to recognize a trailing slash. */ [all...] |
/external/bison/linux-lib/ |
config.h | 70 /* Define to 1 if fopen() fails to recognize a trailing slash. */ [all...] |
/external/bison/tests/ |
java.at | 220 # If INPUT starts with a slash, it is used as absolute input file name,
|
/external/chromium_org/base/metrics/ |
field_trial.h | 303 static const char kPersistentStringSeparator; // Currently a slash.
|
/external/chromium_org/build/config/ |
BUILDCONFIG.gn | 186 # boundary = end of string or slash) are supported, and the entire string
|
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
private_api_file_system.cc | 556 // |parent| may have a trailing slash if it is a root directory.
|
/external/chromium_org/chrome/browser/resources/print_preview/ |
cloud_print_interface.js | 11 * with no trailing slash. For example,
|
/external/chromium_org/chrome/browser/safe_browsing/ |
safe_browsing_util.cc | 336 // 5. In path, replace runs of consecutive slashes with a single slash.
|
/external/chromium_org/chromeos/disks/ |
disk_mount_manager.cc | 260 // Let's make sure mount path has trailing slash.
|
/external/chromium_org/components/nacl/renderer/ |
json_manifest.cc | 474 VLOG(1) << "ResolveKey failed: invalid key, no slash: " << key;
|
/external/chromium_org/content/browser/webui/ |
url_data_manager_backend.cc | 88 // + 1 to skip the slash at the beginning of the path.
|
/external/chromium_org/native_client_sdk/src/tools/ |
oshelpers.py | 332 # zipfile also always appends a slash to a directory name.
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/ |
ShortcutsScreen.js | 444 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Slash, WebInspector.KeyboardShortcut.Modifiers.CtrlOrMeta)
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/ |
scm_unittest.py | 179 # Slash should always be the right path separator since we use cygwin on Windows.
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
filesystem_mock.py | 342 # slashes to the preferred slash os.sep.
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
json_results_generator.py | 102 directory, slash, rest = path.partition("/")
|