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

1 2 3 4 5 6 7 8 91011

  /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/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
CommandLineSupport.java 24 private static final char SLASH = '\\';
36 if (c == QUOTE || c == SLASH) {
37 escaped.append(SLASH);
101 } else if (c == SLASH) {
102 current.append(SLASH);
109 if (c == QUOTE || c == SLASH) {
  /external/ipsec-tools/src/racoon/
prsa_par.h 60 SLASH = 276,
84 #define SLASH 276
prsa_tok.l 81 \/ { return SLASH; }
  /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);
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/xml/
XMLElement.java 39 private static final char SLASH = '/';
252 writer.write(SLASH);
255 writer.write(SLASH);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
token.h 29 #define SLASH 17
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
token.h 29 #define SLASH 17
  /external/python/cpython2/Include/
token.h 29 #define SLASH 17
  /prebuilts/gdb/darwin-x86/include/python2.7/
token.h 29 #define SLASH 17
  /prebuilts/gdb/linux-x86/include/python2.7/
token.h 29 #define SLASH 17
  /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...]
  /frameworks/data-binding/compilerCommon/
XMLLexer.g4 57 SLASH : '/' ;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
token.py 26 SLASH = 17
  /external/python/cpython2/Lib/lib2to3/pgen2/
token.py 26 SLASH = 17
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/
token.py 26 SLASH = 17
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/
token.py 26 SLASH = 17
  /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

Completed in 1442 milliseconds

1 2 3 4 5 6 7 8 91011