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

1 2 3

  /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
282 | SLASH NUMBER { $$ = $2; }
  /external/nist-sip/java/gov/nist/core/
Separators.java 41 public static final String 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);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
token.h 29 #define SLASH 17
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
token.h 29 #define SLASH 17
  /external/openssh/regress/
sftp-glob.sh 47 SLASH="${DIR}/g-sl\\ash"
48 ESLASH="${DIR}/g-slash\\"
55 test "x$nobs" = "x" && touch "${QSLASH}" "${ESLASH}" "${SLASH}"
67 sftp_ls "${DIR}/g-sl\\\\ash" "escaped slash" "g-sl\\ash" "" "$nobs"
68 sftp_ls "'${DIR}/g-sl\\\\ash'" "quoted slash" "g-sl\\ash" "" "$nobs"
69 sftp_ls "${DIR}/g-slash\\\\" "escaped slash at EOL" "g-slash\\" "" "$nobs"
70 sftp_ls "'${DIR}/g-slash\\\\'" "quoted slash at EOL" "g-slash\\" "" "$nobs
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 26 SLASH = 17
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 26 SLASH = 17
  /external/chromium_org/third_party/icu/source/tools/genrb/
read.c 28 #define SLASH 0x002F
339 if (c != SLASH) {
350 case SLASH: /* "//" */
368 return SLASH;
410 if (d != SLASH) {
  /external/icu4c/tools/genrb/
read.c 29 #define SLASH 0x002F
341 if (c != SLASH) {
352 case SLASH: /* "//" */
370 return SLASH;
412 if (d != SLASH) {
  /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 305 int NONE = 0, SLASH = 1, UNICODE = 2, CONTINUE = 3, DONE = 4, IGNORE = 5;
325 if (mode == SLASH) {
384 mode = SLASH;
  /external/chromium_org/third_party/angle_dx11/src/compiler/
glslang_tab.h 141 SLASH = 342,
  /external/chromium_org/third_party/icu/source/i18n/
selfmtimpl.h 35 #define SLASH ((UChar)0x002F)
  /external/icu4c/i18n/
selfmtimpl.h 30 #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) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
token.py 30 SLASH = 17
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
token.py 30 SLASH = 17
  /external/jhead/
jhead.h 44 #define SLASH '\\'
46 #define SLASH '/'

Completed in 363 milliseconds

1 2 3