/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.new | 15 Unreserved Bandwidth subTLV (8), length: 32 39 Unreserved Bandwidth subTLV (8), length: 32 63 Unreserved Bandwidth subTLV (8), length: 32
|
ospf-gmpls.out | 15 Unreserved Bandwidth subTLV (8), length: 32 39 Unreserved Bandwidth subTLV (8), length: 32 63 Unreserved Bandwidth subTLV (8), length: 32
|
/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;
|
/external/llvm/lib/CodeGen/ |
LiveRangeEdit.cpp | 258 // Check if MI reads any unreserved physregs. 287 // 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...] |
/dalvik/dx/src/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...] |
/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...] |
/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 | 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...] |
/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/chrome/browser/renderer_host/ |
web_cache_manager.cc | 225 // 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...] |
/dalvik/dx/src/com/android/dx/cf/code/ |
Ropper.java | 357 * Gets the minimum label for unreserved use. 371 * Gets an arbitrary unreserved and available label. [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/llvm/lib/Target/ARM/ |
ARMRegisterInfo.td | 160 // reserved. FPSCR_NZCV models the flag bits and will be unreserved.
|
/external/tcpdump/ |
print-ospf.c | 125 { LS_OPAQUE_TE_LINK_SUBTLV_UNRES_BW, "Unreserved Bandwidth" }, [all...] |
print-isoclns.c | 362 { ISIS_SUBTLV_EXT_IS_REACH_UNRESERVED_BW, "Unreserved bandwidth" }, [all...] |
/external/robolectric/src/main/java/android/net/ |
Uri__FromAndroid.java | [all...] |
/external/webkit/Source/WebCore/platform/ |
KURL.cpp | 73 // unreserved = alphanum | mark 74 // ( unreserved | escaped | ";" | ":" | "&" | "=" | "+" | "$" | "," ) [all...] |
/frameworks/base/core/java/android/net/ |
Uri.java | [all...] |
/external/netperf/ |
nettest_xti.c | [all...] |
nettest_bsd.c | [all...] |
/external/llvm/docs/ |
SourceLevelDebugging.rst | 176 The source-language is allowed to define its own objects, by using unreserved [all...] |