HomeSort by relevance Sort by last modified time
    Searched full:slash (Results 501 - 525 of 1031) sorted by null

<<21222324252627282930>>

  /external/libvncserver/
rfbconfig.h 333 slash. */
rfbconfig.h.in 332 slash. */
  /external/pdfium/third_party/freetype/src/sfnt/
ttpost.c 76 "comma", "hyphen", "period", "slash", "zero",
  /external/wpa_supplicant_8/src/wps/
upnp_xml.c 71 * Within the angle brackets, there is an optional leading forward slash (which
  /frameworks/base/data/keyboards/
Generic.kl 75 key 53 SLASH
  /frameworks/base/media/java/android/media/
MediaFile.java 289 // extract file name after last slash
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
decode_with_partial_drops.c 37 // a forward-slash. The following command will drop 3 of 7 frames.
  /libcore/
JavaLibrary.mk 121 # TODO: It's quite hideous that this double-slash between icu4j and main is required.
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
regex.cpp 182 {"slash", 0x2f},
  /ndk/sources/host-tools/make-3.81/tests/
run_make_tests.pl 299 # start with a slash, but contains one). Thanks for the
  /external/chromium-trace/trace-viewer/third_party/webapp2/tests/
handler_test.py 485 uri = webapp2.uri_for('escape', name='with/slash')
489 self.assertEqual(rsp.body, 'with/slash')
  /external/clang/lib/AST/
CommentLexer.cpp 740 BufferPtr++; // Skip first slash.
743 BufferPtr++; // Skip second slash.
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetUTF7.java 78 private static final byte SLASH=0x2f;
105 return (c==COMMA ? 63 : c==SLASH ? -1 : FROM_BASE_64[c]);
    [all...]
  /external/ipsec-tools/src/racoon/
cftoken.l 119 slash \/
391 {slash}{digit}{1,3} {
  /external/jetty/src/java/org/eclipse/jetty/security/authentication/
FormAuthenticator.java 207 uri=URIUtil.SLASH;
240 nuri = URIUtil.SLASH;
  /external/jetty/src/java/org/eclipse/jetty/server/handler/
ResourceHandler.java 422 if (!request.getPathInfo().endsWith(URIUtil.SLASH))
424 response.sendRedirect(response.encodeRedirectURL(URIUtil.addPaths(request.getRequestURI(),URIUtil.SLASH)));
  /external/llvm/lib/MC/MCParser/
AsmLexer.cpp 167 /// LexSlash: Slash: /
173 default: return AsmToken(AsmToken::Slash, StringRef(CurPtr-1, 1));
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 305 case AsmToken::Slash: OS << "Slash"; break;
  /external/nist-sip/java/gov/nist/core/
GenericObject.java 53 protected static final String SLASH = Separators.SLASH;
  /external/protobuf/src/google/protobuf/io/
tokenizer.h 339 // Consumed a slash, then realized it wasn't a comment. current_ has
340 // been filled in with a slash token. The caller should return it.
  /frameworks/data-binding/compilerCommon/src/main/xml-gen/android/databinding/parser/
XMLParser.java 12 OPEN=7, CDATA=2, SLASH=13, CharRef=5, SEA_WS=6, SPECIAL_CLOSE=11, CLOSE=10,
392 setState(70); match(SLASH);
  /libcore/luni/src/test/java/libcore/java/util/regex/
OldMatcherTest.java 384 assertEquals("\\$dollar and slash\\\\", Matcher.quoteReplacement("$dollar and slash\\"));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
libiberty.h 129 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

Completed in 6257 milliseconds

<<21222324252627282930>>