HomeSort by relevance Sort by last modified time
    Searched full:slash (Results 401 - 425 of 1229) sorted by null

<<11121314151617181920>>

  /external/chromium_org/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
importer.cc 213 // - Any consecutive '/'s are collapsed into a single slash.
254 // Restore leading slash.
259 // Restore trailing slash.
  /external/chromium_org/url/third_party/mozilla/
url_parse.h 164 // the preceeding slash, so the path on http://www.google.com/asdf" is
332 // defined as being everything from the last slash/backslash of the path
336 // following the last slash.
  /external/clang/lib/Lex/
TokenConcatenation.cpp 80 TokenInfo[tok::slash ] |= aci_custom_firstchar;
106 TokenInfo[tok::slash ] |= aci_avoid_equal; // /=
255 case tok::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 213 // - Any consecutive '/'s are collapsed into a single slash.
249 // Restore leading slash.
254 // 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/chromium_org/third_party/icu/source/data/unidata/
BidiMirroring.txt 78 2215; 29F5 # DIVISION SLASH
128 2298; 29B8 # CIRCLED DIVISION SLASH
255 29C4; 29C5 # SQUARED RISING DIAGONAL SLASH
256 29C5; 29C4 # SQUARED FALLING DIAGONAL SLASH
521 # 2A0F; INTEGRAL AVERAGE WITH SLASH
587 # 2AEE; DOES NOT DIVIDE WITH REVERSED NEGATION SLASH
  /external/harfbuzz/contrib/tables/
BidiMirroring.txt 69 2215; 29F5 # DIVISION SLASH
119 2298; 29B8 # CIRCLED DIVISION SLASH
246 29C4; 29C5 # SQUARED RISING DIAGONAL SLASH
247 29C5; 29C4 # SQUARED FALLING DIAGONAL SLASH
512 # 2A0F; INTEGRAL AVERAGE WITH SLASH
578 # 2AEE; DOES NOT DIVIDE WITH REVERSED NEGATION SLASH
  /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/chromium_org/chrome/common/extensions/
extension_constants.h 16 // slash. Do not use this as a prefix/extent for the store.
24 // will contain a trailing slash and should be concatenated with an item ID
  /external/chromium_org/net/base/
net_util_win.cc 100 // will probably be preceeded with a slash, as in "/C:/foo.txt", so we
107 // URL contains a host: this means it's UNC. We keep the preceeding slash
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DOMFileSystemBase.cpp 144 // Remove the extra leading slash.
152 // Remove the extra leading slash.
  /external/chromium_org/third_party/icu/source/common/
rbbirpt.h 126 , {doExprCatOperator, 254, 21,0, FALSE} // 49 expr-cont-no-slash
224 "expr-cont-no-slash",
  /external/chromium_org/third_party/zlib/contrib/minizip/
minizip.c 411 /* The path name saved, should not include a leading slash. */
433 savefilenameinzip = lastslash+1; // base filename follows last slash.
  /external/icu4c/common/
rbbirpt.h 126 , {doExprCatOperator, 254, 21,0, FALSE} // 49 expr-cont-no-slash
224 "expr-cont-no-slash",
  /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/jhead/
jhead.h 44 #define SLASH '\\'
46 #define SLASH '/'
  /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/libvpx/libvpx/examples/includes/geshi/geshi/
d.php 99 "O(?:Elig|acute|circ|grave|m(?:ega|icron)|slash|tilde|uml)|".
112 "slash|ti(?:lde|mes)|uml)|p(?:ar[at]|er(?:mil|p)|hi|iv?|lusmn|ound|".
  /external/nist-sip/java/gov/nist/core/
GenericObjectList.java 56 protected static final String SLASH = Separators.SLASH;

Completed in 1882 milliseconds

<<11121314151617181920>>