/external/gflags/test/ |
D | CMakeLists.txt | 56 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/ |
D | 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 SLASH 291 | protocol SLASH mode SLASH SLASH level 292 | protocol SLASH mode 293 | protocol SLASH {
|
D | policy_parse.h | 56 SLASH = 272, enumerator 75 #define SLASH 272 macro
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/ |
D | CommandLineSupport.java | 24 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/ |
D | text_format_test.py | 446 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/ |
D | read.c | 31 #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/ |
D | prsa_par.h | 60 SLASH = 276, enumerator 84 #define SLASH 276 macro
|
D | prsa_tok.l | 81 \/ { return SLASH; }
|
D | prsa_par.y | 143 %token ADDR4 ADDR6 ADDRANY SLASH NUMBER BASE64 282 | SLASH NUMBER { $$ = $2; }
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | Protocol.java | 72 .append(SLASH) in encode() 74 .append(SLASH) in encode()
|
D | MediaRange.java | 114 .append(SLASH) in encode()
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | UserAgentParser.java | 105 if (this.lexer.peekNextToken().getTokenType() == TokenTypes.SLASH) { in parse() 107 this.lexer.match(TokenTypes.SLASH); in parse()
|
/external/openssh/regress/ |
D | sftp-glob.sh | 47 SLASH="${DIR}/g-sl\\ash" 55 test "x$nobs" = "x" && touch "${QSLASH}" "${ESLASH}" "${SLASH}"
|
/external/python/cpython3/Lib/ |
D | token.py | 23 SLASH = 17 variable 99 '/': SLASH,
|
/external/nist-sip/java/gov/nist/core/ |
D | Separators.java | 41 public static final String SLASH = "/"; field
|
/external/skqp/src/sksl/ |
D | SkSLLexer.h | 138 #undef SLASH 139 SLASH, enumerator
|
/external/skia/src/sksl/ |
D | SkSLLexer.h | 134 #undef SLASH 135 SLASH, enumerator
|
/external/protobuf/python/google/protobuf/internal/ |
D | text_format_test.py | 666 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/ |
D | Tokens | 19 SLASH '/'
|
/external/python/cpython2/Include/ |
D | token.h | 29 #define SLASH 17 macro
|
/external/python/cpython2/Lib/lib2to3/pgen2/ |
D | token.py | 26 SLASH = 17 variable
|
/external/python/cpython3/Lib/lib2to3/pgen2/ |
D | token.py | 26 SLASH = 17 variable
|
/external/python/cpython3/Include/ |
D | token.h | 30 #define SLASH 17 macro
|
/external/python/cpython3/Parser/ |
D | token.c | 90 case '/': return SLASH; in PyToken_OneChar()
|
/external/icu/icu4c/source/i18n/ |
D | selfmtimpl.h | 32 #define SLASH ((UChar)0x002F) macro
|