Home
last modified time | relevance | path

Searched refs:SLASH (Results 1 – 25 of 54) sorted by relevance

123

/external/ipsec-tools/src/libipsec/
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 mode SLASH
291 | protocol SLASH mode SLASH SLASH level
292 | protocol SLASH mode
293 | protocol SLASH {
Dpolicy_parse.h56 SLASH = 272, enumerator
75 #define SLASH 272 macro
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
DCommandLineSupport.java24 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/
Dtext_format_test.py504 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/
DXMLElement.java39 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/
Dread.c29 #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/
Dprsa_par.h60 SLASH = 276, enumerator
84 #define SLASH 276 macro
Dprsa_tok.l81 \/ { return SLASH; }
Dprsa_par.y143 %token ADDR4 ADDR6 ADDRANY SLASH NUMBER BASE64
282 | SLASH NUMBER { $$ = $2; }
/external/jetty/src/java/org/eclipse/jetty/http/
DPathMap.java192 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/
DProtocol.java72 .append(SLASH) in encode()
74 .append(SLASH) in encode()
DMediaRange.java114 .append(SLASH) in encode()
/external/nist-sip/java/gov/nist/javax/sip/parser/
DUserAgentParser.java105 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/
Dlint.py137 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/
DSupport_Configuration.java222 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/
DURIUtil.java43 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/
DXML.java63 public static final Character SLASH = new Character('/'); field in XML
189 } else if (t == SLASH) { in parse()
237 } else if (t == SLASH) { in parse()
DXMLTokener.java168 return XML.SLASH; in nextMeta()
234 return XML.SLASH; in nextToken()
DJSONML.java70 if (token == XML.SLASH) { in parse()
181 if (token == XML.SLASH) { in parse()
/external/jhead/
Djhead.h44 #define SLASH '\\' macro
46 #define SLASH '/' macro
/external/nist-sip/java/gov/nist/core/
DSeparators.java41 public static final String SLASH = "/"; field
DGenericObjectList.java56 protected static final String SLASH = Separators.SLASH; field in GenericObjectList
/external/jetty/src/java/org/eclipse/jetty/server/handler/
DContextHandler.java923 …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/
Dselfmtimpl.h30 #define SLASH ((UChar)0x002F) macro
/external/owasp/sanitizer/src/main/org/owasp/html/
DHtmlLexer.java340 SLASH, enumConstant
468 state = State.SLASH; in parseToken()
535 case SLASH: in parseToken()

123