HomeSort by relevance Sort by last modified time
    Searched full:slash (Results 576 - 600 of 1294) sorted by null

<<21222324252627282930>>

  /frameworks/base/services/core/java/com/android/server/wallpaper/
WallpaperManagerService.java 1326 int slash = resName.lastIndexOf('\/'); local
    [all...]
  /libcore/luni/src/main/java/java/net/
URI.java 86 * begin with the slash character: {@code /}. The contents of the
1076 int slash = path.indexOf('\/'); local
    [all...]
  /external/apache-http/src/org/apache/http/message/
BasicLineParser.java 156 // check the protocol name and slash
258 // just check protocol name and slash, no need to analyse the version
  /external/chromium_org/chrome/browser/autocomplete/
bookmark_provider.cc 185 // last character typed is a slash. That slash is removed by the
history_quick_provider.cc 268 // last character typed is a slash. That slash is removed by the
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
key_util.js 313 return 'Forward slash';
319 return 'Back slash';
  /external/chromium_org/chrome/browser/resources/extensions/
extensions.js 174 // Skip starting slash and remove trailing slash (if any).
  /external/chromium_org/chrome/renderer/searchbox/
searchbox.cc 81 // Strip leading slash.
132 // Strip leading slash.
  /external/chromium_org/net/ftp/
ftp_util.cc 52 return unix_path.substr(1); // Drop the leading slash.
121 // Make sure the result doesn't end with a slash.
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
t_x509.c 483 s=b+1; /* skip the first slash */
508 c=s+1; /* skip following slash */
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
tokenizer.h 321 // Consumed a slash, then realized it wasn't a comment. current_ has
322 // been filled in with a slash token. The caller should return it.
  /external/chromium_org/ui/keyboard/resources/elements/
kb-key-codes.js 139 '/': {keyCode: 0xBF, keyName: 'Slash', shiftModifier: false},
140 '?': {keyCode: 0xBF, keyName: 'Slash', shiftModifier: true},
  /external/chromium_org/v8/test/mjsunit/
json.js 483 var json = '{"stuff before slash\\\\stuff after slash":"whatever"}';
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
JSONML.java 70 if (token == XML.SLASH) {
181 if (token == XML.SLASH) {
  /external/jhead/
jhead.h 44 #define SLASH '\\'
46 #define SLASH '/'
  /external/libedit/src/
unvis.c 109 { "Oslash", 216 }, /* capital O, slash */
163 { "oslash", 248 }, /* small o, slash */
  /external/llvm/docs/CommandGuide/
llvm-ar.rst 264 longer than 15 characters or contains a slash (/) character, then this field
268 is contained directly in this field and terminated with a slash (/) character.
  /external/openssl/crypto/asn1/
t_x509.c 483 s=b+1; /* skip the first slash */
508 c=s+1; /* skip following slash */
  /external/qemu/distrib/sdl-1.2.15/test/
utf8.txt 217 representations of the ASCII character slash ("/") should be rejected |
219 a replacement character. If you see a slash below, you do not have a |
  /external/zlib/src/contrib/minizip/
minizip.c 424 /* The path name saved, should not include a leading slash. */
446 savefilenameinzip = lastslash+1; // base filename follows last slash.
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
gsmamr_enc.h 43 The comments were changed to "slash-star" rather than double
44 slash, and some wordings of comments were corrected.
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
DelegateMethodAdapter.java 195 int slash = mClassName.lastIndexOf('/'); local
197 if (dol != -1 && dol > slash && dol == mClassName.indexOf('$')) {
  /libcore/json/src/test/java/org/json/
JSONTokenerTest.java 269 assertEquals("nextClean doesn't consume a trailing slash",
344 // nextString permits slash-escaping of arbitrary characters!
  /ndk/sources/host-tools/make-3.81/glob/
fnmatch.c 213 /* A slash does not match a wildcard under FNM_FILE_NAME. */
231 If the name is a file name and contains another slash
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ExplodedRenderingHelper.java 372 int slash = reference.indexOf('/'); local
373 return reference.substring(slash);

Completed in 1132 milliseconds

<<21222324252627282930>>