| /external/clang/lib/AST/ |
| CommentLexer.cpp | 720 BufferPtr++; // Skip first slash. 723 BufferPtr++; // Skip second slash.
|
| /external/grub/stage2/ |
| fsys_ext2fs.c | 696 /* skip to next slash or end of filename (space) */ 701 /* invariant: rest points to slash after the next filename component */
|
| /external/ipsec-tools/src/racoon/ |
| cftoken.l | 119 slash \/ 391 {slash}{digit}{1,3} {
|
| /external/llvm/docs/ |
| SourceLevelDebugging.rst | 204 metadata, ;; Source directory (including trailing slash) & file pair 239 metadata, ;; Source directory (including trailing slash) & file pair 285 metadata, ;; Source directory (including trailing slash) & file pair 318 metadata,;; Source directory (including trailing slash) & file pair 333 metadata,;; Source directory (including trailing slash) & file pair 349 metadata,;; Source directory (including trailing slash) & file pair (may be null) 392 metadata,;; Source directory (including trailing slash) & file pair (may be null) 455 metadata,;; Source directory (including trailing slash) & file pair (may be null) [all...] |
| /external/llvm/lib/MC/MCParser/ |
| AsmLexer.cpp | 118 /// LexSlash: Slash: / 124 default: return AsmToken(AsmToken::Slash, StringRef(CurPtr-1, 1));
|
| /external/nist-sip/java/gov/nist/core/ |
| GenericObject.java | 53 protected static final String SLASH = Separators.SLASH;
|
| /external/openssh/openbsd-compat/ |
| glob.c | 96 #define SLASH '/' 362 h < (char *)eb && *p && *p != SLASH; *h++ = *p++)
|
| /libcore/luni/src/test/java/libcore/java/util/regex/ |
| OldMatcherTest.java | 384 assertEquals("\\$dollar and slash\\\\", Matcher.quoteReplacement("$dollar and slash\\"));
|
| /ndk/sources/host-tools/sed-4.2.1/ |
| config_h.in | 549 slash. */ 590 /* Define if rename does not work for source file names with a trailing slash,
|
| /packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
| Helpers.java | 640 final char SLASH = 0x2F; 659 ch == SLASH ||
|
| /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
| libiberty.h | 125 a slash, only forward slash is accepted as dir separator)
|
| /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
| libiberty.h | 125 a slash, only forward slash is accepted as dir separator)
|
| /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
| libiberty.h | 125 a slash, only forward slash is accepted as dir separator)
|
| /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
| libiberty.h | 125 a slash, only forward slash is accepted as dir separator)
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
| util.py | 117 ends with a slash. 426 # slash (os.sep really) to make sure the prefix here is "just
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
| util.py | 117 ends with a slash. 426 # slash (os.sep really) to make sure the prefix here is "just
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/ |
| AndroidManifestDescriptors.java | 255 * If this name does NOT have a slash (/), the ANDROID_NAME_ATTR attribute will be overriden. 273 * If this name does NOT have a slash (/), the ANDROID_NAME_ATTR attribute will be overriden.
|
| /external/chromium_org/tools/gyp/test/lib/ |
| TestCmd.py | 927 slash = '\\' 930 arg = string.replace(arg, slash, slash+slash) 932 arg = string.replace(arg, c, slash+c) [all...] |
| /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
| PropertiesTest.java | 396 assertEquals("Failed to read trailing slash value", expected, prop); 402 assertEquals("Failed to read trailing slash value #2", expected, prop); 408 assertEquals("Failed to read slash value #3", expected, prop); [all...] |
| /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/ |
| SFTPv3Client.java | 46 * assumed to use the slash ('/') character as a directory separator.</li> 47 * <li>File names starting with a slash are "absolute", and are relative to 647 * relative pathnames without a leading slash into absolute paths. [all...] |
| /libcore/luni/src/main/java/java/io/ |
| File.java | 181 // Removes duplicate adjacent slashes and any trailing slash. 200 // Remove any trailing slash (unless this is the root of the file system). [all...] |
| /packages/apps/DeskClock/res/values/ |
| strings.xml | [all...] |
| /dalvik/opcode-gen/ |
| opcode-gen.awk | 304 gsub("[/-]", "_", constName[idx]); # Dash and slash become underscore.
|
| /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
| TestDFAConversion.java | [all...] |
| /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
| URLClassLoaderTest.java | 438 // try with the leading forward slash
|