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

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/tests/r_resize_inode/
name 1 filesystem resize with a resize_inode present
  /external/e2fsprogs/tests/f_extra_journal/
name 1 Valid journal inode, but has_journal feature not present
  /frameworks/base/core/java/android/hardware/
package.html 3 Provides support for hardware devices that may not be present on every Android device.
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
statement-001.js 6 1. first expression is not present.
7 2. second expression is not present
8 3. third expression is not present
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
radiotap_iter.h 10 * struct ieee80211_radiotap_iterator - tracks walk thru present radiotap args
17 * @next_bitmap: internal pointer to next present u32
18 * @bitmap_shifter: internal shifter for curr u32 bitmap, b0 set == arg present
  /dalvik/dx/src/junit/runner/
FailureDetailView.java 12 * Returns the component used to present the TraceView
  /external/junit/src/junit/runner/
FailureDetailView.java 12 * Returns the component used to present the TraceView
  /external/proguard/examples/dictionaries/
compact.txt 2 # This obfuscation dictionary contains strings that are already present
  /external/v8/test/cctest/
test-hashmap.cc 61 bool Present(int x) {
106 CHECK(set.Present(1));
107 CHECK(set.Present(2));
108 CHECK(set.Present(3));
109 CHECK(!set.Present(4));
113 CHECK(!set.Present(1));
114 CHECK(set.Present(2));
115 CHECK(set.Present(3));
119 CHECK(!set.Present(1));
120 CHECK(set.Present(2))
    [all...]
  /external/webkit/LayoutTests/fast/dom/Geolocation/
enabled-expected.txt 1 Tests that the navigator.geolocation object is present.
  /external/webkit/LayoutTests/fast/dom/Geolocation/resources/
enabled.js 1 description("Tests that the navigator.geolocation object is present.");
  /external/chromium/net/base/
load_flags.h 37 // If present, upload progress messages should be provided to initiator.
40 // If present, ignores certificate mismatches with the domain name.
44 // If present, ignores certificate expiration dates
48 // If present, trusts all certificate authorities
52 // If present, ignores certificate revocation
56 // If present, ignores wrong key usage of the certificate
  /external/e2fsprogs/debian/attic/
comerrg-dev.menu 4 description="libcomerr is an attempt to present a common error-handling mechanism to \
  /external/qemu/hw/
xen.h 6 * must not depend on any xen headers being present in
  /external/quake/quake/src/QW/
glqwcl.3dfxgl 4 # present in libMesaGL.so. This allows glquake to run using 3DFX's miniport
  /libcore/junit/src/test/java/junit/runner/
FailureDetailView.java 15 // * Returns the component used to present the TraceView
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/tsp/
PKIStatus.java 34 requested, is present.
37 with modifications, is present.
48 * TimeStampToken is present as requested
52 * TimeStampToken is present with modifications
  /external/nist-sip/java/gov/nist/javax/sip/message/
MessageExt.java 71 * Get the From header or null if none present.
78 * Get the To header or null if none present.
86 * Get the callId header or null if none present.
93 * Get the CSeq header or null if none present.
100 * Get the content type header or null if none present.
107 * Get the content length header or null if none present.
  /external/iptables/include/linux/netfilter_ipv4/
ipt_sctp.h 27 #define SCTP_CHUNK_MATCH_ANY 0x01 /* Match if any of the chunk types are present */
28 #define SCTP_CHUNK_MATCH_ALL 0x02 /* Match if all of the chunk types are present */
29 #define SCTP_CHUNK_MATCH_ONLY 0x04 /* Match if these are the only chunk types present */
  /external/kernel-headers/original/linux/netfilter/
xt_sctp.h 27 #define SCTP_CHUNK_MATCH_ANY 0x01 /* Match if any of the chunk types are present */
28 #define SCTP_CHUNK_MATCH_ALL 0x02 /* Match if all of the chunk types are present */
29 #define SCTP_CHUNK_MATCH_ONLY 0x04 /* Match if these are the only chunk types present */
  /external/kernel-headers/original/linux/netfilter_ipv4/
ipt_sctp.h 25 #define SCTP_CHUNK_MATCH_ANY 0x01 /* Match if any of the chunk types are present */
26 #define SCTP_CHUNK_MATCH_ALL 0x02 /* Match if all of the chunk types are present */
27 #define SCTP_CHUNK_MATCH_ONLY 0x04 /* Match if these are the only chunk types present */
  /external/proguard/src/proguard/classfile/visitor/
ExceptClassesFilter.java 55 if (!present(programClass))
64 if (!present(libraryClass))
73 private boolean present(Clazz clazz) method in class:ExceptClassesFilter
SubclassFilter.java 56 if (!present(programClass.subClasses))
65 if (!present(libraryClass.subClasses))
74 private boolean present(Clazz[] subclasses) method in class:SubclassFilter
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Statements/
12.6.2-1.js 26 1. first expression is not present.
27 2. second expression is not present
28 3. third expression is not present
12.6.2-2.js 26 1. first expression is not present.
27 2. second expression is not present
28 3. third expression is present

Completed in 1480 milliseconds

1 2 3 4 5 6 7 8 91011>>