/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);
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
HtmlLexer.java | 340 SLASH, 468 state = State.SLASH; 535 case SLASH:
|
/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);
|
/ndk/sources/host-tools/make-3.81/ |
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
|
/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/pdfium/core/src/fpdfapi/fpdf_font/ |
fpdf_font_charset.cpp | 269 "parenleft", "parenright", "asterisk", "plus", "comma", "hyphen", "period", "slash",
299 "parenleft", "parenright", "asterisk", "plus", "comma", "hyphen", "period", "slash",
329 "parenleft", "parenright", "asterisk", "plus", "comma", "hyphen", "period", "slash",
390 "parenleft", "parenright", "asterisk", "plus", "comma", "hyphen", "period", "slash",
420 "parenleft", "parenright", "asteriskmath", "plus", "comma", "minus", "period", "slash",
[all...] |
/frameworks/base/tools/aidl/ |
aidl.cpp | 651 const char* slash = "\\"; local 654 slash = ""; 663 fprintf(to, " %s %s\n", options.inputFileName.c_str(), slash); 667 slash = ""; 670 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 | [all...] |
/bootable/recovery/applypatch/ |
applypatch.c | 824 char* slash = strchr(target_filename+1, '/'); local 825 if (slash != NULL) { 826 int count = slash - target_filename; [all...] |
/external/chromium_org/chrome/browser/resources/options/ |
options_page.js | 231 path = path.slice(1).replace(/\/(?:#|$)/, ''); // Remove trailing slash. 582 // Skip starting slash and remove trailing slash (if any). [all...] |
/external/doclava/src/com/google/doclava/ |
PageMetadata.java | 314 * any forward-slash prefix, trim any whitespace, optionally make 446 * slash for local image references. These are added later 465 * slash for local image references. These are added later
|
/external/libmtp/src/ |
playlist-spl.c | 535 * such if the line starts with a leading slash. 707 // prepend a slash 737 // skip leading slash in path
|
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/ |
PhoneNumberMatcher.java | 102 // Breaks on the slash - e.g. "651-234-2345/332-445-1234" 608 // Only one slash, this is okay. 612 // If the first slash is after the country calling code, this is permitted. [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
PropertiesTest.java | 394 assertEquals("Failed to read trailing slash value", expected, prop); 400 assertEquals("Failed to read trailing slash value #2", expected, prop); 406 assertEquals("Failed to read slash value #3", expected, prop); [all...] |
/ndk/sources/host-tools/make-3.81/glob/ |
glob.c | 572 as well. If it's "d:/pattern", don't remove the slash 1100 A slash is inserted between DIRNAME and each elt of ARRAY, 1125 /* DIRNAME is "d:/". Don't prepend the slash from DIRNAME. */ [all...] |
/development/tools/idegen/src/com/android/idegen/ |
Module.java | 104 // length + 2 to account for slash
|
/external/bison/lib/ |
spawni.c | 326 /* And add the slash. */
|
/external/chromium_org/base/process/ |
launch.h | 159 // - If the first argument on the command line does not contain a slash,
|
/external/chromium_org/chrome/browser/autocomplete/ |
history_url_provider_unittest.cc | 316 RunTest(ASCIIToUTF16("slash"), base::string16(), true, expected_nonsynth, 595 { "http://slash/", true } 597 RunTest(ASCIIToUTF16("slash"), base::string16(), false, navigation_2, 604 AutocompleteInput input(ASCIIToUTF16("slash "), base::string16::npos, [all...] |
shortcuts_provider_unittest.cc | 66 { "BD85DBA2-8C29-49F9-84AE-48E1E90880E1", "slash", "slashdot.org", 181 "http://notrailing.com", "http://notrailing.com/", "No Trailing Slash", 182 "0,1", "No Trailing Slash on fill_into_edit", "0,1", 507 // Test when the user input has a trailing slash but fill_into_edit does [all...] |
/external/chromium_org/chrome/browser/chromeos/drive/ |
file_system_util_unittest.cc | 224 // Slash
|