/external/ipsec-tools/src/libipsec/ |
D | 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 SLASH 291 | protocol SLASH mode SLASH SLASH level 292 | protocol SLASH mode 293 | protocol SLASH {
|
D | policy_parse.h | 56 SLASH = 272, enumerator 75 #define SLASH 272 macro
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/ |
D | CommandLineSupport.java | 24 private static final char SLASH = '\\'; field in CommandLineSupport 36 if (c == QUOTE || c == SLASH) { in quote() 37 escaped.append(SLASH); in quote() 101 } else if (c == SLASH) { in split() 102 current.append(SLASH); in split() 109 if (c == QUOTE || c == SLASH) { in split()
|
/external/protobuf/python/google/protobuf/internal/ |
D | text_format_test.py | 504 SLASH = '\\' 506 self.assertEqual(SLASH + 'xf' + SLASH + 'x62', message.repeated_string[1]) 507 self.assertEqual(SLASH + '\x0f' + SLASH + 'b', message.repeated_string[2]) 508 self.assertEqual(SLASH + SLASH + 'xf' + SLASH + SLASH + 'x62', 510 self.assertEqual(SLASH + SLASH + '\x0f' + SLASH + SLASH + 'b', 512 self.assertEqual(SLASH + 'x20', message.repeated_string[5])
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/xml/ |
D | XMLElement.java | 39 private static final char SLASH = '/'; field in XMLElement 252 writer.write(SLASH); in close() 255 writer.write(SLASH); in close()
|
/external/icu/icu4c/source/tools/genrb/ |
D | read.c | 29 #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/ipsec-tools/src/racoon/ |
D | prsa_par.h | 60 SLASH = 276, enumerator 84 #define SLASH 276 macro
|
D | prsa_tok.l | 81 \/ { return SLASH; }
|
D | prsa_par.y | 143 %token ADDR4 ADDR6 ADDRANY SLASH NUMBER BASE64 282 | SLASH NUMBER { $$ = $2; }
|
/external/jetty/src/java/org/eclipse/jetty/http/ |
D | PathMap.java | 192 else if (spec.equals(URIUtil.SLASH)) in put() 377 else if (spec.equals(URIUtil.SLASH)) in remove() 527 if( base.endsWith( URIUtil.SLASH)) in relativePath() 528 if( info.startsWith( URIUtil.SLASH)) in relativePath() 533 if( info.startsWith( URIUtil.SLASH)) in relativePath() 536 path = base + URIUtil.SLASH + info; in relativePath()
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | Protocol.java | 72 .append(SLASH) in encode() 74 .append(SLASH) in encode()
|
D | MediaRange.java | 114 .append(SLASH) in encode()
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | UserAgentParser.java | 105 if (this.lexer.peekNextToken().getTokenType() == TokenTypes.SLASH) { in parse() 107 this.lexer.match(TokenTypes.SLASH); in parse()
|
/external/chromium-trace/catapult/third_party/webtest/webtest/ |
D | lint.py | 137 SLASH = str('/') variable 362 or environ['SCRIPT_NAME'].startswith(SLASH)), ( 365 or environ['PATH_INFO'].startswith(SLASH)), ( 375 assert environ.get('SCRIPT_NAME') != SLASH, (
|
/external/apache-harmony/support/src/test/java/tests/support/ |
D | Support_Configuration.java | 222 int NONE = 0, SLASH = 1, UNICODE = 2, CONTINUE = 3, DONE = 4, IGNORE = 5; in load() local 242 if (mode == SLASH) { in load() 301 mode = SLASH; in load()
|
/external/jetty/src/java/org/eclipse/jetty/util/ |
D | URIUtil.java | 43 public static final String SLASH="/"; field in URIUtil 431 if (p2.startsWith(URIUtil.SLASH)) in addPaths() 441 if (p2.startsWith(URIUtil.SLASH)) in addPaths() 459 if (p==null || URIUtil.SLASH.equals(p)) in parentPath()
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/ |
D | XML.java | 63 public static final Character SLASH = new Character('/'); field in XML 189 } else if (t == SLASH) { in parse() 237 } else if (t == SLASH) { in parse()
|
D | XMLTokener.java | 168 return XML.SLASH; in nextMeta() 234 return XML.SLASH; in nextToken()
|
D | JSONML.java | 70 if (token == XML.SLASH) { in parse() 181 if (token == XML.SLASH) { in parse()
|
/external/jhead/ |
D | jhead.h | 44 #define SLASH '\\' macro 46 #define SLASH '/' macro
|
/external/nist-sip/java/gov/nist/core/ |
D | Separators.java | 41 public static final String SLASH = "/"; field
|
D | GenericObjectList.java | 56 protected static final String SLASH = Separators.SLASH; field in GenericObjectList
|
/external/jetty/src/java/org/eclipse/jetty/server/handler/ |
D | ContextHandler.java | 923 …esponse.sendRedirect(URIUtil.addPaths(baseRequest.getRequestURI(),URIUtil.SLASH) + "?" + baseReque… in checkContext() 925 … response.sendRedirect(URIUtil.addPaths(baseRequest.getRequestURI(),URIUtil.SLASH)); in checkContext() 975 target = URIUtil.SLASH; in doScope() 976 pathInfo = URIUtil.SLASH; in doScope() 980 target = URIUtil.SLASH; in doScope() 1572 if (path == null || !path.startsWith(URIUtil.SLASH)) in getResource() 1656 if (!path.endsWith(URIUtil.SLASH)) in getResourcePaths() 1657 path = path + URIUtil.SLASH; in getResourcePaths() 1914 path = URIUtil.SLASH; in getRealPath() 1916 path = URIUtil.SLASH + path; in getRealPath() [all …]
|
/external/icu/icu4c/source/i18n/ |
D | selfmtimpl.h | 30 #define SLASH ((UChar)0x002F) macro
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
D | HtmlLexer.java | 340 SLASH, enumConstant 468 state = State.SLASH; in parseToken() 535 case SLASH: in parseToken()
|