Home
last modified time | relevance | path

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

123

/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/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/chromium_org/third_party/icu/source/tools/genrb/
Dread.c28 #define SLASH 0x002F macro
339 if (c != SLASH) { in getNextChar()
350 case SLASH: /* "//" */ in getNextChar()
368 return SLASH; in getNextChar()
410 if (d != SLASH) { in seekUntilEndOfComment()
/external/icu4c/tools/genrb/
Dread.c29 #define SLASH 0x002F macro
341 if (c != SLASH) { in getNextChar()
352 case SLASH: /* "//" */ in getNextChar()
370 return SLASH; in getNextChar()
412 if (d != SLASH) { in seekUntilEndOfComment()
/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()
DTokenTypes.java191 public static final int SLASH = (int) '/'; field
/external/openssh/regress/
Dsftp-glob.sh47 SLASH="${DIR}/g-sl\\ash"
55 test "x$nobs" = "x" && touch "${QSLASH}" "${ESLASH}" "${SLASH}"
/external/apache-harmony/support/src/test/java/tests/support/
DSupport_Configuration.java221 int NONE = 0, SLASH = 1, UNICODE = 2, CONTINUE = 3, DONE = 4, IGNORE = 5; in load() local
241 if (mode == SLASH) { in load()
300 mode = SLASH; in load()
/external/jhead/
Djhead.h44 #define SLASH '\\' macro
46 #define SLASH '/' macro
/external/nist-sip/java/gov/nist/core/
DSeparators.java41 public static final String SLASH = "/"; field
DGenericObjectList.java56 protected static final String SLASH = Separators.SLASH; field in GenericObjectList
/external/chromium_org/third_party/icu/source/i18n/
Dselfmtimpl.h35 #define SLASH ((UChar)0x002F) macro
Dplurrule_impl.h34 #define SLASH ((UChar)0x002F) macro
/external/icu4c/i18n/
Dselfmtimpl.h30 #define SLASH ((UChar)0x002F) macro
Dplurrule_impl.h31 #define SLASH ((UChar)0x002F) macro
/external/chromium_org/third_party/angle/src/compiler/
Dglslang_tab.h142 SLASH = 342, enumerator
/external/chromium_org/third_party/icu/source/tools/toolutil/
Dpkgitems.cpp217 static const UChar SLASH=0x2f; variable
240 for(i=0; i<length && alias[i]!=SLASH; ++i) {} in checkAlias()
/external/icu4c/tools/toolutil/
Dpkgitems.cpp217 static const UChar SLASH=0x2f; variable
240 for(i=0; i<length && alias[i]!=SLASH; ++i) {} in checkAlias()
/external/harfbuzz/contrib/tables/
DBidiMirroring.txt69 2215; 29F5 # DIVISION SLASH
119 2298; 29B8 # CIRCLED DIVISION SLASH
246 29C4; 29C5 # SQUARED RISING DIAGONAL SLASH
247 29C5; 29C4 # SQUARED FALLING DIAGONAL SLASH
512 # 2A0F; INTEGRAL AVERAGE WITH SLASH
578 # 2AEE; DOES NOT DIVIDE WITH REVERSED NEGATION SLASH
/external/chromium_org/third_party/icu/source/data/unidata/
DBidiMirroring.txt78 2215; 29F5 # DIVISION SLASH
128 2298; 29B8 # CIRCLED DIVISION SLASH
255 29C4; 29C5 # SQUARED RISING DIAGONAL SLASH
256 29C5; 29C4 # SQUARED FALLING DIAGONAL SLASH
521 # 2A0F; INTEGRAL AVERAGE WITH SLASH
587 # 2AEE; DOES NOT DIVIDE WITH REVERSED NEGATION SLASH

123