HomeSort by relevance Sort by last modified time
    Searched refs:SLASH (Results 1 - 25 of 319) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/gflags/test/
CMakeLists.txt 56 set (SLASH "\\\\")
58 set (SLASH "/")
65 add_gflags_test(help-reporting 1 "${SLASH}gflags_reporting.cc:" "" gflags_unittest --help)
81 add_gflags_test(helpfull 1 "${SLASH}gflags_reporting.cc:" "" gflags_unittest --helpfull)
84 add_gflags_test(helpshort 1 "${SLASH}gflags_unittest.cc:" "${SLASH}gflags_reporting.cc:" gflags_unittest --helpshort)
87 add_gflags_test(helpshort-tldflag1 1 "tldflag1" "${SLASH}google.cc:" gflags_unittest --helpshort)
88 add_gflags_test(helpshort-tldflag2 1 "tldflag2" "${SLASH}google.cc:" gflags_unittest --helpshort)
91 add_gflags_test(helpshort-main 1 "${SLASH}gflags_unittest-main.cc:" "${SLASH}gflags_reporting.cc:" gflags_unittest-main --helpshort
    [all...]
  /external/ipsec-tools/src/libipsec/
policy_parse.h 56 SLASH = 272,
75 #define SLASH 272
policy_parse.y 144 %token SLASH HYPHEN
287 : protocol SLASH mode SLASH addresses SLASH level
288 | protocol SLASH mode SLASH addresses SLASH
289 | protocol SLASH mode SLASH addresses
290 | protocol SLASH mode SLAS
    [all...]
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
CommandLineSupport.java 24 private static final char SLASH = '\\';
36 if (c == QUOTE || c == SLASH) {
37 escaped.append(SLASH);
101 } else if (c == SLASH) {
102 current.append(SLASH);
109 if (c == QUOTE || c == SLASH) {
  /external/ipsec-tools/src/racoon/
prsa_par.h 60 SLASH = 276,
84 #define SLASH 276
prsa_tok.l 81 \/ { return SLASH; }
  /external/nist-sip/java/gov/nist/core/
Separators.java 41 public static final String SLASH = "/";
  /external/nist-sip/java/gov/nist/javax/sip/header/
MediaRange.java 114 .append(SLASH)
Protocol.java 72 .append(SLASH)
74 .append(SLASH)
105 int slash = name_and_version.indexOf('/'); local
106 if (slash>0) {
107 this.protocolName = name_and_version.substring(0,slash);
108 this.protocolVersion = name_and_version.substring( slash+1 );
  /external/nist-sip/java/gov/nist/javax/sip/parser/
UserAgentParser.java 83 * server-val = product / comment product = token [SLASH
105 if (this.lexer.peekNextToken().getTokenType() == TokenTypes.SLASH) {
107 this.lexer.match(TokenTypes.SLASH);
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/xml/
XMLElement.java 39 private static final char SLASH = '/';
252 writer.write(SLASH);
255 writer.write(SLASH);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
token.h 29 #define SLASH 17
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
token.h 29 #define SLASH 17
  /external/python/cpython2/Include/
token.h 29 #define SLASH 17
  /prebuilts/gdb/darwin-x86/include/python2.7/
token.h 29 #define SLASH 17
  /prebuilts/gdb/linux-x86/include/python2.7/
token.h 29 #define SLASH 17
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
token.h 29 #define SLASH 17
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
token.h 29 #define SLASH 17
  /frameworks/data-binding/compilerCommon/
XMLLexer.g4 57 SLASH : '/' ;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
token.py 26 SLASH = 17
  /external/python/cpython2/Lib/lib2to3/pgen2/
token.py 26 SLASH = 17
  /external/python/cpython3/Include/
token.h 29 #define SLASH 17
  /external/python/cpython3/Lib/lib2to3/pgen2/
token.py 26 SLASH = 17
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/
token.py 26 SLASH = 17
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/
token.py 26 SLASH = 17

Completed in 356 milliseconds

1 2 3 4 5 6 7 8 91011>>