Home
last modified time | relevance | path

Searched refs:SLASH (Results 1 – 25 of 116) sorted by relevance

12345

/external/gflags/test/
DCMakeLists.txt56 set (SLASH "\\\\") variable
58 set (SLASH "/") variable
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_un…
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:" …
92 add_gflags_test(helpshort_main 1 "${SLASH}gflags_unittest_main.cc:" "${SLASH}gflags_reporting.cc:" …
97 add_gflags_test(helpon=gflags 1 "${SLASH}gflags.cc:" "${SLASH}gflags_unittest.cc:" gflags_unittest…
[all …]
/external/ipsec-tools/src/libipsec/
Dpolicy_parse.y144 %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 SLASH
291 | protocol SLASH mode SLASH SLASH level
292 | protocol SLASH mode
293 | protocol SLASH {
Dpolicy_parse.h56 SLASH = 272, enumerator
75 #define SLASH 272 macro
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
DCommandLineSupport.java24 private static final char SLASH = '\\'; field in CommandLineSupport
36 if (c == QUOTE || c == SLASH) { in quote()
37 escaped.append(SLASH); in quote()
101 } else if (c == SLASH) { in split()
102 current.append(SLASH); in split()
109 if (c == QUOTE || c == SLASH) { in split()
/external/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
Dtext_format_test.py446 SLASH = '\\'
448 self.assertEqual(SLASH + 'xf' + SLASH + 'x62', message.repeated_string[1])
449 self.assertEqual(SLASH + '\x0f' + SLASH + 'b', message.repeated_string[2])
450 self.assertEqual(SLASH + SLASH + 'xf' + SLASH + SLASH + 'x62',
452 self.assertEqual(SLASH + SLASH + '\x0f' + SLASH + SLASH + 'b',
454 self.assertEqual(SLASH + 'x20', message.repeated_string[5])
/external/icu/icu4c/source/tools/genrb/
Dread.c31 #define SLASH 0x002F macro
343 if (c != SLASH) { in getNextChar()
354 case SLASH: /* "//" */ in getNextChar()
372 return SLASH; in getNextChar()
414 if (d != SLASH) { in seekUntilEndOfComment()
/external/ipsec-tools/src/racoon/
Dprsa_par.h60 SLASH = 276, enumerator
84 #define SLASH 276 macro
Dprsa_tok.l81 \/ { return SLASH; }
Dprsa_par.y143 %token ADDR4 ADDR6 ADDRANY SLASH NUMBER BASE64
282 | SLASH NUMBER { $$ = $2; }
/external/nist-sip/java/gov/nist/javax/sip/header/
DProtocol.java72 .append(SLASH) in encode()
74 .append(SLASH) in encode()
DMediaRange.java114 .append(SLASH) in encode()
/external/nist-sip/java/gov/nist/javax/sip/parser/
DUserAgentParser.java105 if (this.lexer.peekNextToken().getTokenType() == TokenTypes.SLASH) { in parse()
107 this.lexer.match(TokenTypes.SLASH); in parse()
/external/openssh/regress/
Dsftp-glob.sh47 SLASH="${DIR}/g-sl\\ash"
55 test "x$nobs" = "x" && touch "${QSLASH}" "${ESLASH}" "${SLASH}"
/external/python/cpython3/Lib/
Dtoken.py23 SLASH = 17 variable
99 '/': SLASH,
/external/nist-sip/java/gov/nist/core/
DSeparators.java41 public static final String SLASH = "/"; field
/external/skqp/src/sksl/
DSkSLLexer.h138 #undef SLASH
139 SLASH, enumerator
/external/skia/src/sksl/
DSkSLLexer.h134 #undef SLASH
135 SLASH, enumerator
/external/protobuf/python/google/protobuf/internal/
Dtext_format_test.py666 SLASH = '\\'
668 self.assertEqual(SLASH + 'xf' + SLASH + 'x62', message.repeated_string[1])
669 self.assertEqual(SLASH + '\x0f' + SLASH + 'b', message.repeated_string[2])
670 self.assertEqual(SLASH + SLASH + 'xf' + SLASH + SLASH + 'x62',
672 self.assertEqual(SLASH + SLASH + '\x0f' + SLASH + SLASH + 'b',
674 self.assertEqual(SLASH + 'x20', message.repeated_string[5])
/external/python/cpython3/Grammar/
DTokens19 SLASH '/'
/external/python/cpython2/Include/
Dtoken.h29 #define SLASH 17 macro
/external/python/cpython2/Lib/lib2to3/pgen2/
Dtoken.py26 SLASH = 17 variable
/external/python/cpython3/Lib/lib2to3/pgen2/
Dtoken.py26 SLASH = 17 variable
/external/python/cpython3/Include/
Dtoken.h30 #define SLASH 17 macro
/external/python/cpython3/Parser/
Dtoken.c90 case '/': return SLASH; in PyToken_OneChar()
/external/icu/icu4c/source/i18n/
Dselfmtimpl.h32 #define SLASH ((UChar)0x002F) macro

12345