HomeSort by relevance Sort by last modified time
    Searched full:unreserved (Results 1 - 25 of 156) sorted by null

1 2 3 4 5 6 7

  /external/tcpdump/tests/
ospf-gmpls.out 16 Unreserved Bandwidth subTLV (8), length: 32
41 Unreserved Bandwidth subTLV (8), length: 32
66 Unreserved Bandwidth subTLV (8), length: 32
  /external/guava/guava/src/com/google/common/net/
UrlEscapers.java 47 "-._~" + // Unreserved characters.
108 * <li>The unreserved characters ".", "-", "~", and "_" remain the same.
145 * <li>The unreserved characters ".", "-", "~", and "_" remain the same.
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_DSP.h 157 OMX_U16 unReserved;
237 OMX_U16 unReserved;
277 OMX_U16 unReserved;
321 OMX_U16 unReserved;
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
PercentEscaper.java 47 * <p>RFC 2396 specifies the set of unreserved characters as "-", "_", ".", "!",
50 * <p><i>Unreserved characters can be escaped without changing the semantics
CharEscapers.java 484 * <li>The unreserved characters ".", "-", "~", and "_" remain the same.
522 * <li>The unreserved characters ".", "-", "~", and "_" remain the same.
602 * <li>The unreserved characters ".", "-", "~", and "_" remain the same.
    [all...]
  /external/guava/guava-tests/test/com/google/common/net/
UrlEscapersTest.java 59 // Unreserved characters used in java.net.URLEncoder
  /external/selinux/policycoreutils/sepolicy/sepolicy/
generate.py 109 UNRESERVED = 2
378 return l[ALL] or l[RESERVED] or l[UNRESERVED] or len(l[PORTS]) > 0
434 def set_in_tcp(self, all, reserved, unreserved, ports):
435 self.in_tcp = [ all, reserved, unreserved, verify_ports(ports)]
437 def set_in_udp(self, all, reserved, unreserved, ports):
438 self.in_udp = [ all, reserved, unreserved, verify_ports(ports)]
698 if self.in_tcp[UNRESERVED]:
705 if self.out_tcp[UNRESERVED]:
723 if self.in_udp[UNRESERVED]:
    [all...]
  /external/llvm/lib/CodeGen/
LiveRangeEdit.cpp 256 // Check if MI reads any unreserved physregs.
285 // any unreserved physregs, don't erase the instruction, but turn it into
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
URI.java 102 * alphanumerics, constitute the "unreserved" characters
110 * userinfo can be composed of unreserved, escaped and these
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
URI.java 99 * alphanumerics, constitute the "unreserved" characters
107 * userinfo can be composed of unreserved, escaped and these
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java 235 * Tries to find an unreserved range that's wide enough for all of
365 * Finds a range of unreserved rop registers.
870 * Finds an unreserved range that will fit the sources of the
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java 283 * Tries to find an unreserved range that's wide enough for all of
435 * Finds unreserved rop registers with a specific category.
446 * Finds a range of unreserved rop registers.
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
URLParser.java 115 protected String unreserved() throws ParseException { method in class:URLParser
121 throw createParseException("unreserved");
  /external/libxml2/
uri.c 117 * unreserved = alphanum | mark
132 * reg_name = 1*( unreserved | escaped | "$" | "," |
177 * unreserved = ALPHA / DIGIT / "-" / "." / "_" / "~"
190 * pchar = unreserved / pct-encoded / sub-delims / ":" / "@"
351 * userinfo = *( unreserved / pct-encoded / sub-delims / ":" )
426 * reg-name = *( unreserved / pct-encoded / sub-delims )
543 * segment-nz-nc = 1*( unreserved / pct-encoded / sub-delims / "@" )
    [all...]
  /libcore/luni/src/main/java/java/net/
URI.java 136 static final String UNRESERVED = "_-!.~\'()*";
160 * <li>Unreserved characters in <a href="http://www.ietf.org/rfc/rfc2396.txt">RFC 2396</a>.
173 return UNRESERVED.indexOf(c) != -1
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/address/
SipUri.java 436 * "unreserved" or "user-unreserved" MUST be escaped. The set
    [all...]
  /external/selinux/policycoreutils/po/
af.po     [all...]
af_ZA.po     [all...]
aln.po     [all...]
am.po     [all...]
ar.po     [all...]
as.po     [all...]
ast.po     [all...]
az.po     [all...]
bal.po     [all...]

Completed in 1932 milliseconds

1 2 3 4 5 6 7