/build/tools/releasetools/ |
test_common.py | 82 # File names within an archive strip the leading slash. 152 # File names within an archive strip the leading slash.
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/util/ |
CheckMethodAdapter.java | 880 int slash;
local 882 slash = name.indexOf('/', begin + 1);
883 if (slash == -1 || slash > max) {
884 slash = max;
886 checkIdentifier(name, begin, slash, null);
887 begin = slash + 1;
888 } while (slash != max);
[all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/ |
stat.h | 183 /* Disable it for making sure trailing slash issue is fixed. */ 223 /* Disable it for making sure trailing slash issue is fixed. */
|
/external/icu/icu4c/source/tools/toolutil/ |
pkgitems.cpp | 215 static const UChar SLASH=0x2f; 237 // search for the first slash 238 for(i=0; i<length && alias[i]!=SLASH; ++i) {} 241 // ignore aliases with an initial slash: 245 return; // initial slash ('/') 248 // ignore the intra-bundle path starting from the first slash ('/')
|
/external/jetty/src/java/org/eclipse/jetty/http/ |
PathMap.java | 192 else if (spec.equals(URIUtil.SLASH)) 377 else if (spec.equals(URIUtil.SLASH)) 527 if( base.endsWith( URIUtil.SLASH)) 528 if( info.startsWith( URIUtil.SLASH)) 533 if( info.startsWith( URIUtil.SLASH)) 536 path = base + URIUtil.SLASH + info;
|
/libcore/luni/src/main/java/java/io/ |
StreamTokenizer.java | 463 // Was just a slash by itself 571 * Specifies whether "slash-slash" (C++-style) comments shall be recognized. 583 * Specifies whether "slash-star" (C-style) comments shall be recognized. 584 * Slash-star comments cannot be nested and end when a star-slash
|
/ndk/sources/host-tools/make-3.81/ |
dir.c | 752 char *slash; 786 slash = dirend; 801 return dir_file_exists_p (dirname, slash + 1); 847 char *slash = dirend; 863 filename = p = slash + 1; 929 char *slash = dirend; 945 p = filename = slash + 1; 747 char *slash; local 841 char *slash = dirend; local 922 char *slash = dirend; local
|
/external/toybox/kconfig/ |
confdata.c | 413 char *slash; local 419 } else if ((slash = strrchr(name, '/'))) { 420 int size = slash - name + 1; 423 if (slash[1]) 424 basename = slash + 1;
|
/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/ |
javascripttokenizer.py | 116 / # opening slash 121 / # closing slash 191 # Star followed by non-slash, i.e a star that does not end a comment.
|
/external/clang/lib/Lex/ |
TokenConcatenation.cpp | 80 TokenInfo[tok::slash ] |= aci_custom_firstchar; 110 TokenInfo[tok::slash ] |= aci_avoid_equal; // /= 269 case tok::slash: //, /*, //
|
/external/libedit/src/ |
filecomplete.c | 91 /* text until string after slash */ 124 /* first slash */ 168 len = (size_t)(temp - text); /* including last slash */
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_regions.c | 91 char *p = strings[i], *slash = strings[i]; local 94 slash = p; 98 DBG("%s:", slash);
|
/external/protobuf/src/google/protobuf/compiler/ |
importer.cc | 228 // - Any consecutive '/'s are collapsed into a single slash. 269 // Restore leading slash. 274 // Restore trailing slash.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
filelist.py | 193 is platform-dependent: slash on Unix; colon, slash, and backslash on 298 # IMHO is wrong -- '?' and '*' aren't supposed to match slash in Unix,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
filelist.py | 193 is platform-dependent: slash on Unix; colon, slash, and backslash on 298 # IMHO is wrong -- '?' and '*' aren't supposed to match slash in Unix,
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
Python.g | 302 term: factor ((STAR | SLASH | PERCENT | DOUBLESLASH ) factor)* 410 SLASH : '/' ;
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
URI.java | 404 // a) If <uriSpec> starts with a slash (/), it means <uriSpec> is absolute [all...] |
/external/e2fsprogs/util/ |
symlinks.c | 84 if (s[0] != '/') { /* tmp trailing slash simplifies things */ 105 *p-- = '\0'; /* remove tmp trailing slash */
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/ |
XMLTokener.java | 168 return XML.SLASH; 234 return XML.SLASH;
|
/external/icu/icu4c/source/common/ |
rbbirpt.h | 126 , {doExprCatOperator, 254, 21,0, FALSE} // 49 expr-cont-no-slash 224 "expr-cont-no-slash",
|
uloc_keytype.cpp | 220 // a timezone key uses a colon instead of a slash in the resource. 313 // replace colon with slash if necessary
|
/external/iproute2/misc/ |
lnstat.c | 237 basename += 1; /* name after slash */ 239 basename = argv[0]; /* no slash */
|
/external/ipsec-tools/src/racoon/ |
prsa_par.y | 143 %token ADDR4 ADDR6 ADDRANY SLASH NUMBER BASE64 282 | SLASH NUMBER { $$ = $2; }
|
/external/jsilver/src/com/google/streamhtmlparser/impl/ |
JavascriptParserImpl.java | 136 * Called every time we find a slash ('/') character in the javascript 141 * <p>Implements the logic to figure out if this slash character is a
|
/external/libcxx/test/std/re/re.traits/ |
lookup_collatename.pass.cpp | 64 test("slash", std::string("/")); 140 test(L"slash", std::wstring(L"/"));
|