Searched refs:SLASH (Results 1 - 25 of 37) sorted by relevance

12

/external/ipsec-tools/src/libipsec/
H A Dpolicy_parse.h56 SLASH = 272, enumerator in enum:yytokentype
75 #define SLASH 272 macro
H A 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 mod
[all...]
/external/ipsec-tools/src/racoon/
H A Dprsa_par.h60 SLASH = 276, enumerator in enum:yytokentype
84 #define SLASH 276 macro
H A Dprsa_tok.l81 \/ { return SLASH; }
H A Dprsa_par.y143 %token ADDR4 ADDR6 ADDRANY SLASH NUMBER BASE64
282 | SLASH NUMBER { $$ = $2; }
/external/nist-sip/java/gov/nist/core/
H A DSeparators.java41 public static final String SLASH = "/"; field in interface:Separators
H A DGenericObjectList.java56 protected static final String SLASH = Separators.SLASH; field in class:GenericObjectList
H A DGenericObject.java53 protected static final String SLASH = Separators.SLASH; field in class:GenericObject
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DMediaRange.java114 .append(SLASH)
H A DProtocol.java72 .append(SLASH)
74 .append(SLASH)
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DUserAgentParser.java83 * server-val = product / comment product = token [SLASH
105 if (this.lexer.peekNextToken().getTokenType() == TokenTypes.SLASH) {
107 this.lexer.match(TokenTypes.SLASH);
H A DTokenTypes.java191 public static final int SLASH = (int) '/'; field in interface:TokenTypes
/external/openssh/regress/
H A Dsftp-glob.sh47 SLASH="${DIR}/g-sl\\ash"
55 test "x$nobs" = "x" && touch "${QSLASH}" "${ESLASH}" "${SLASH}"
/external/icu4c/tools/genrb/
H A Dread.c28 #define SLASH 0x002F macro
339 if (c != SLASH) {
350 case SLASH: /* "//" */
368 return SLASH;
410 if (d != SLASH) {
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dglslang_tab.h125 SLASH = 341, enumerator in enum:yytokentype
219 #define SLASH 341 macro
H A Dglslang_tab.cpp152 SLASH = 341, enumerator in enum:yytokentype
246 #define SLASH 341 macro
774 "EQUAL", "SEMICOLON", "BANG", "DASH", "TILDE", "PLUS", "STAR", "SLASH",
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_Configuration.java221 int NONE = 0, SLASH = 1, UNICODE = 2, CONTINUE = 3, DONE = 4, IGNORE = 5;
241 if (mode == SLASH) {
300 mode = SLASH;
/external/icu4c/i18n/
H A Dselfmtimpl.h30 #define SLASH ((UChar)0x002F) macro
H A Dplurrule_impl.h31 #define SLASH ((UChar)0x002F) macro
/external/jhead/
H A Djhead.h44 #define SLASH '\\' macro
46 #define SLASH '/' macro
H A Djhead.c364 while(a > 0 && FileName[a-1] != SLASH) a--;
498 for(PathLen = strlen(FileName);FileName[PathLen-1] != SLASH;){
550 if (FileName[a] == SLASH){
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
H A DPython.g302 term: factor ((STAR | SLASH | PERCENT | DOUBLESLASH ) factor)*
410 SLASH : '/' ;
/external/icu4c/tools/toolutil/
H A Dpkgitems.cpp217 static const UChar SLASH=0x2f; variable
240 for(i=0; i<length && alias[i]!=SLASH; ++i) {}
/external/qemu/android/skin/
H A Dkeyset.c101 _KEYSYM1_(SLASH) \
/external/icu4c/common/
H A Ducnv_u7.c858 #define SLASH 0x2f macro
867 #define FROM_BASE64_IMAP(c) ((c)==COMMA ? 63 : (c)==SLASH ? -1 : fromBase64[c])

Completed in 557 milliseconds

12