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

<<21222324252627282930>>

  /ndk/sources/host-tools/make-3.81/glob/
glob.h 77 #define GLOB_MARK (1 << 1)/* Append a slash to each name. */
  /ndk/sources/host-tools/make-3.81/
implicit.c 211 /* The last slash in FILENAME (or nil if there is none). */
281 /* Set LASTSLASH to point at the last slash in FILENAME
282 but not counting any slash at the end. (foo/bar/ counts as
347 prefix and the target pattern does not contain a slash. */
arscan.c 575 /* On some systems, there is a slash after each member name. */
580 /* If the member name starts with a space or a slash, this
678 a trailing slash. Null terminate the strings for
  /ndk/sources/host-tools/sed-4.2.1/
BUGS 64 a slash, which is again undefined behavior; the new behavior avoids
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
mac-mf.sed 20 # that a slash after the ${name} will turn into the missing colon.
  /packages/apps/Exchange/tests/src/com/android/exchange/provider/
MockProvider.java 120 // Remove the leading slash
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/browse/
TestProvider.java 120 // Remove the leading slash
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_glob.py 116 # Patterns ending with a slash shouldn't match non-dirs
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_glob.py 116 # Patterns ending with a slash shouldn't match non-dirs
  /external/chromium/chrome/browser/autocomplete/
history_url_provider_unittest.cc 224 RunTest(ASCIIToUTF16("slash"), string16(), true, expected_nonsynth,
490 std::string navigation_2[] = {"http://slash/"};
491 RunTest(ASCIIToUTF16("slash"), string16(), false, navigation_2,
  /external/chromium/net/base/
net_util.h 71 // Omits the path if it is just a slash and there is no query or ref. This is
175 // escaping 'unsafe' characters (e.g. (back)slash, colon) as they see fit.
366 // Returns whether FormatUrl() would strip a trailing slash from |url|, given a
  /external/chromium_org/chrome/browser/chromeos/drive/
resource_metadata_unittest.cc 695 CreateFileEntryWithResourceId("Slash /.txt", "myfile", dir_id),
699 EXPECT_EQ("Slash _.txt", entry.base_name());
703 "drive/root/\\(^o^)_/Slash _.txt"),
  /external/chromium_org/courgette/testdata/
elf-32-1 
elf-32-2 
  /external/chromium_org/net/http/
mock_http_cache.cc 28 size_t slash = key.find('/'); local
29 DCHECK(slash != std::string::npos);
30 url = GURL(key.substr(slash + 1));
  /external/nist-sip/java/gov/nist/core/
LexerCore.java 67 public static final int SLASH = (int) '/';
601 * Scan until you see a slash or an EOL.
603 * @return substring containing no slash.
  /external/oprofile/opcontrol/
opcontrol.cpp 676 char* slash = strrchr(command, '/'); local
677 strcpy(slash ? slash + 1 : command, "oprofiled --session-dir="OP_DATA_DIR);
  /frameworks/base/tools/aapt/
Main.cpp 23 * When running under Cygwin on Windows, this will convert slash-based
24 * paths into back-slash-based ones. Otherwise the ApptAssets file comparisons
25 * fail later as they use back-slash separators under Windows.
  /frameworks/opt/net/voip/src/java/android/net/sip/
SimpleSessionDescription.java 410 int slash = parts[2].indexOf('/'); local
411 return (slash < 0) ? parts[2] : parts[2].substring(0, slash);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
htmlentitydefs.py 42 'Oslash': 0x00d8, # latin capital letter O with stroke = latin capital letter O slash, U+00D8 ISOlat1
119 'frasl': 0x2044, # fraction slash, U+2044 NEW
181 'oslash': 0x00f8, # latin small letter o with stroke, = latin small letter o slash, U+00F8 ISOlat1
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
htmlentitydefs.py 42 'Oslash': 0x00d8, # latin capital letter O with stroke = latin capital letter O slash, U+00D8 ISOlat1
119 'frasl': 0x2044, # fraction slash, U+2044 NEW
181 'oslash': 0x00f8, # latin small letter o with stroke, = latin small letter o slash, U+00F8 ISOlat1
  /external/chromium/net/http/
http_response_headers.cc 1082 size_t slash = etag_value.find('\/'); local
    [all...]
  /frameworks/base/tools/aidl/
aidl.cpp 650 const char* slash = "\\"; local
653 slash = "";
662 fprintf(to, " %s %s\n", options.inputFileName.c_str(), slash);
666 slash = "";
669 fprintf(to, " %s %s\n", import->filename, slash);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
XPathParser.java     [all...]
  /external/mksh/src/
misc.c 1405 /* store output position away, then append slash to output */
    [all...]

Completed in 1198 milliseconds

<<21222324252627282930>>