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

1 2 3

  /external/guava/src/com/google/common/annotations/
VisibleForTesting.java 21 * been relaxed to make the code testable.
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java 21 // Contributors: Paul Hackenberger (unterminated entity handling in relaxed mode)
47 private boolean relaxed; field in class:KXmlParser
199 if (cut == 0 && !relaxed)
210 if (attrNs == null && !relaxed)
219 if (!relaxed) {
264 if (relaxed) {
314 // if (relaxed
491 if (term == '-' && prev == '-' && !relaxed)
562 if (!relaxed) {
566 // become case insensitive in relaxed mod
    [all...]
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/annotations/
VisibleForTesting.java 23 * Denotes that the class, method or field has its visibility relaxed so
  /external/stlport/stlport/stl/config/
_como.h 29 // both Comeau relaxed mode and Comeau strict mode, especially for end user code
32 // be used once compiled in relaxed mode, even if the end user code uses
77 // Preprocess away "long long" routines for now, even in relaxed mode
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 29 // both Comeau relaxed mode and Comeau strict mode, especially for end user code
32 // be used once compiled in relaxed mode, even if the end user code uses
77 // Preprocess away "long long" routines for now, even in relaxed mode
  /frameworks/base/core/java/android/util/
Xml.java 43 * {@link org.xmlpull.v1.XmlPullParser} "relaxed" feature name.
45 * @see <a href="http://xmlpull.org/v1/doc/features.html#relaxed">
  /libcore/luni/src/main/java/org/apache/harmony/xml/
ExpatPullParser.java 35 * This feature is identified by http://xmlpull.org/v1/doc/features.html#relaxed
40 * NOTE: as there is no definition of what is relaxed XML parsing
44 "http://xmlpull.org/v1/doc/features.html#relaxed";
52 private boolean relaxed = false; field in class:ExpatPullParser
67 relaxed = true;
753 if (!relaxed) {
  /packages/providers/DownloadProvider/
AndroidManifest.xml 38 protection level could be relaxed in the future to support third-party download
  /system/wlan/ti/wilink_6_1/stad/src/Ctrl_Interface/
EvHandler.c 110 relaxed size checking (okay if output buffer is larger) */
  /external/libxml2/include/libxml/
HTMLparser.h 179 HTML_PARSE_RECOVER = 1<<0, /* Relaxed parsing */
  /external/webkit/WebCore/html/
DocTypeStrings.gperf 61 "-//o'reilly and associates//dtd html extended relaxed 1.0//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3
HTMLDocument.cpp 356 // COMPAT - quirks mode emulates WinIE and NS4. CSS parsing is also relaxed in this mode, e.g., unit types can
  /hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
EvHandler.c 117 relaxed size checking (okay if output buffer is larger) */
  /external/stlport/etc/
ChangeLog-4.0 289 * debug/_iterator.h, debug/_vector.h - fixed relaxed iterator constructors (thanks to Dave Abrahams for the patch)
293 * debug/_iterator.h : fixed relaxed const/non-const iterator construction for debug mode
307 * <exception> : relaxed rules for importing vendor symbols
  /external/guava/javadoc/com/google/common/annotations/
VisibleForTesting.html 101 been relaxed to make the code testable.
package-summary.html 108 been relaxed to make the code testable.</TD>
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/EvHandler/
EvHandler.c 112 relaxed size checking (okay if output buffer is larger) */
  /external/kernel-headers/original/linux/
pci_regs.h 305 #define PCI_X_CMD_ERO 0x0002 /* Enable Relaxed Ordering */
353 #define PCI_EXP_DEVCTL_RELAX_EN 0x0010 /* Enable relaxed ordering */
msdos_fs.h 209 unsigned char name_check; /* r = relaxed, n = normal, s = strict */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
pci_regs.h 322 #define PCI_X_CMD_ERO 0x0002 /* Enable Relaxed Ordering */
383 #define PCI_EXP_DEVCTL_RELAX_EN 0x0010 /* Enable relaxed ordering */
  /external/iproute2/doc/
ip-tunnels.tex 187 This restriction is relaxed for keyed GRE tunnels.}
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
bfdlink.h 604 restrictions should be relaxed someday. */
  /frameworks/base/media/libstagefright/codecs/aacdec/
huffdecode.cpp 80 Description: Relaxed tag verification. Some encoder do not match the tag
  /prebuilt/common/kxml2/
kxml2-2.3.0.jar 
  /external/libvpx/vp8/encoder/
ratectrl.c     [all...]

Completed in 912 milliseconds

1 2 3