| /external/chromium_org/v8/test/mjsunit/ |
| json.js | 483 var json = '{"stuff before slash\\\\stuff after slash":"whatever"}';
|
| /external/grub/stage2/ |
| fsys_minix.c | 441 /* skip to next slash or end of filename (space) */ 446 /* invariant: rest points to slash after the next filename component */
|
| /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/llvm/tools/llvm-mc/ |
| llvm-mc.cpp | 306 case AsmToken::Slash: Out->os() << "Slash"; break;
|
| /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/ |
| DelegateMethodAdapter2.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);
|
| /bootable/recovery/minzip/ |
| Zip.c | 886 /* Every path will start with the target path and a slash. 958 /* Make sure there's (hopefully, exactly one) slash at the 993 // missing the trailing slash. Most zip files seem to include 994 // the trailing slash, but I think it's legal to leave it off. [all...] |
| /dalvik/libdex/ |
| DexUtf.cpp | 150 * with respect to type vs. class and dot vs. slash. */
|
| /developers/build/ |
| build.gradle | 78 // a slash otherwise. Filter out the root paths, too--we only want
|
| /development/scripts/app_engine_server/ |
| memcache_zipserve.py | 231 contentUri: The relative URI (without leading slash) that was requested. 275 uri: The relative URI (without leading slash) for which redirect data 296 # The incoming path is missing a leading slash. However, many parts of the 299 # slash here as well.
|
| /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/ |
| SystemIDResolver.java | 206 // Replace backslash with forward slash
|
| /external/apache-xml/src/main/java/org/apache/xml/utils/ |
| SystemIDResolver.java | 199 // Replace backslash with forward slash
|
| /external/chromium-trace/trace-viewer/third_party/gl-matrix/jsdoc-template/ |
| publish.js | 3 publish.conf = { // trailing slash expected for dirs
|
| /external/chromium_org/chrome/browser/autocomplete/ |
| history_url_provider_unittest.cc | 306 RunTest(ASCIIToUTF16("slash"), base::string16(), true, expected_nonsynth, 585 { "http://slash/", true } 587 RunTest(ASCIIToUTF16("slash"), base::string16(), false, navigation_2, 594 AutocompleteInput input(ASCIIToUTF16("slash "), base::string16::npos, [all...] |
| /external/chromium_org/chrome/browser/net/spdyproxy/ |
| data_reduction_proxy_settings.h | 72 // everything in |pattern| after the first single slash and then treats it
|
| /external/chromium_org/chrome/browser/ui/bookmarks/ |
| bookmark_utils.cc | 267 // and trailing slash, and unescape most characters. However, it's
|
| /external/chromium_org/google_apis/drive/ |
| gdata_wapi_url_generator.cc | 171 // GURL::spec() always adds the trailing slash. Moreover, ports are
|
| /external/chromium_org/net/base/ |
| mime_util.cc | 650 size_t slash = type_string.find('/'); local 651 if (slash < 3 || 652 slash == std::string::npos || slash == type_string.length() - 1) { [all...] |
| /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
| SourcesPanelDescriptor.js | 156 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Slash, WebInspector.KeyboardShortcut.Modifiers.CtrlOrMeta)
|