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

1 2

  /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/ipsec-tools/src/racoon/
prsa_par.h 60 SLASH = 276,
84 #define SLASH 276
prsa_tok.l 81 \/ { return SLASH; }
prsa_par.y 143 %token ADDR4 ADDR6 ADDRANY SLASH NUMBER BASE64
295 | SLASH NUMBER { $$ = $2; }
  /external/nist-sip/java/gov/nist/core/
Separators.java 41 public static final String SLASH = "/";
GenericObjectList.java 56 protected static final String SLASH = Separators.SLASH;
GenericObject.java 53 protected static final String SLASH = Separators.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);
TokenTypes.java 191 public static final int SLASH = (int) '/';
  /external/bluetooth/glib/build/win32/dirent/
dirent.c 51 #define SLASH _T("\\")
101 nd = (_TDIR *) malloc (sizeof (_TDIR) + (_tcslen(szFullPath) + _tcslen (SLASH) +
114 /* Add on a slash if the path does not end with one. */
119 _tcscat (nd->dd_name, SLASH);
  /external/icu4c/tools/genrb/
read.c 28 #define SLASH 0x002F
339 if (c != SLASH) {
350 case SLASH: /* "//" */
368 return SLASH;
410 if (d != SLASH) {
  /external/jhead/
jhead.h 44 #define SLASH '\\'
46 #define SLASH '/'
jhead.c 364 while(a > 0 && FileName[a-1] != SLASH) a--;
498 for(PathLen = strlen(FileName);FileName[PathLen-1] != SLASH;){
550 if (FileName[a] == SLASH){
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang_tab.h 125 SLASH = 341,
219 #define SLASH 341
glslang_tab.cpp 152 SLASH = 341,
246 #define SLASH 341
774 "EQUAL", "SEMICOLON", "BANG", "DASH", "TILDE", "PLUS", "STAR", "SLASH",
    [all...]
  /external/apache-harmony/support/src/test/java/tests/support/
Support_Configuration.java 221 int NONE = 0, SLASH = 1, UNICODE = 2, CONTINUE = 3, DONE = 4, IGNORE = 5;
241 if (mode == SLASH) {
300 mode = SLASH;
  /libcore/support/src/test/java/tests/support/
Support_Configuration.java 315 int NONE = 0, SLASH = 1, UNICODE = 2, CONTINUE = 3, DONE = 4, IGNORE = 5;
335 if (mode == SLASH) {
394 mode = SLASH;
  /external/icu4c/i18n/
selfmtimpl.h 35 #define SLASH ((UChar)0x002F)
plurrule_impl.h 34 #define SLASH ((UChar)0x002F)
  /libcore/luni/src/main/java/java/util/
Properties.java 86 private static final int NONE = 0, SLASH = 1, UNICODE = 2, CONTINUE = 3,
316 if (mode == SLASH) {
387 mode = SLASH;
432 if (mode == SLASH) {
  /external/icu4c/tools/toolutil/
pkgitems.cpp 217 static const UChar SLASH=0x2f;
239 // search for the first slash
240 for(i=0; i<length && alias[i]!=SLASH; ++i) {}
243 // ignore aliases with an initial slash:
247 return; // initial slash ('/')
250 // ignore the intra-bundle path starting from the first slash ('/')
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Helpers.java 656 final char SLASH = 0x2F;
675 ch == SLASH ||

Completed in 574 milliseconds

1 2