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

1 2

  /external/chromium_org/google_apis/gaia/
oauth_request_signer.h 42 // Any character which is in the "unreserved set" MUST NOT be encoded.
45 // The unreserved set is comprised of the alphanumeric characters and these
  /external/chromium_org/content/child/
blink_platform_impl_unittest.cc 74 // Unreserved IPv4 addresses (in various forms).
90 // Unreserved IPv6 addresses.
127 // Unreserved IPv4 addresses (in various forms).
155 // Unreserved IPv6 addresses.
  /external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
vectorbuffer.h 55 TInt Unreserved() const;
72 TInt TVectorBuffer<C>::Unreserved() const
101 const TInt room = Unreserved() - bytesnew;
  /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/chromium_org/net/base/
prioritized_dispatcher.cc 106 // Unreserved slots are available for all priorities.
prioritized_dispatcher_unittest.cc 285 TestJob* job_a = AddJob('a', IDLE); // Uses unreserved slot.
286 TestJob* job_b = AddJob('b', IDLE); // Uses unreserved slot.
net_util_unittest.cc 935 // Unreserved IPv4 addresses (in various forms).
949 // Unreserved IPv6 addresses.
  /external/chromium_org/net/dns/
host_resolver.cc 74 // There must be some unreserved slots available for the all priorities.
  /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/llvm/lib/CodeGen/
LiveRangeEdit.cpp 258 // Check if MI reads any unreserved physregs.
296 // 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/chromium_org/third_party/libxml/src/
uri.c 86 * unreserved = alphanum | mark
101 * reg_name = 1*( unreserved | escaped | "$" | "," |
146 * unreserved = ALPHA / DIGIT / "-" / "." / "_" / "~"
159 * pchar = unreserved / pct-encoded / sub-delims / ":" / "@"
320 * userinfo = *( unreserved / pct-encoded / sub-delims / ":" )
395 * reg-name = *( unreserved / pct-encoded / sub-delims )
512 * segment-nz-nc = 1*( unreserved / pct-encoded / sub-delims / "@" )
    [all...]
  /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/chromium_org/components/web_cache/browser/
web_cache_manager.cc 243 // Compute the unreserved space available.
  /external/nist-sip/java/gov/nist/javax/sip/address/
SipUri.java 436 * "unreserved" or "user-unreserved" MUST be escaped. The set
    [all...]
  /external/bluetooth/bluedroid/stack/sdp/
sdp_db.c 293 /* We will use a handle of the first unreserved handle plus last record
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnection.cc 183 // transport-ext = 1*unreserved
  /external/llvm/lib/Target/ARM/
ARMRegisterInfo.td 160 // reserved. FPSCR_NZCV models the flag bits and will be unreserved. APSR_NZCV

Completed in 711 milliseconds

1 2