HomeSort by relevance Sort by last modified time
    Searched full:present (Results 26 - 50 of 8021) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/ui/base/touch/
touch_enabled.h 13 // and a touch device is present.
  /external/clang/test/CodeGenCXX/
debug-info-static-fns.cpp 9 // Verify that a is present and mangled.
  /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
  /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
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
fasts.sed 15 s/not present//g
  /external/clang/test/Sema/
cast-to-union.c 8 f((union u)&x); // expected-error {{cast to union type from type 'int *' not present in union}}
9 f((union u)2U); // expected-error {{cast to union type from type 'unsigned int' not present in union}}
13 union u ww = (union u)1.0; // expected-error{{cast to union type from type 'double' not present in union}}
  /external/wpa_supplicant_8/src/utils/
radiotap_iter.h 25 * struct ieee80211_radiotap_iterator - tracks walk thru present radiotap args
32 * @next_bitmap: internal pointer to next present u32
33 * @bitmap_shifter: internal shifter for curr u32 bitmap, b0 set == arg present
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IsimRecords.java 26 * Returns null if the IMPI hasn't been loaded or isn't present on the ISIM.
33 * Returns null if the IMS domain hasn't been loaded or isn't present on the ISIM.
40 * Returns null if the IMPU hasn't been loaded or isn't present on the ISIM.
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
SFTPv3FileAttributes.java 9 * about a file on the server. Not all fields may/must be present.
18 * The SIZE attribute. <code>NULL</code> if not present.
23 * The UID attribute. <code>NULL</code> if not present.
28 * The GID attribute. <code>NULL</code> if not present.
33 * The POSIX permissions. <code>NULL</code> if not present.
69 * <code>NULL</code> if not present.
75 * <code>NULL</code> if not present.
  /external/guava/guava/src/com/google/common/base/
Optional.java 38 * {@code T} reference. It allows you to represent "a {@code T} that must be present" and
47 * <li>To distinguish between "unknown" (for example, not present in a map) and "known to
48 * have no value" (present in the map, with value {@code Optional.absent()})
84 return new Present<T>(checkNotNull(reference));
94 : new Present<T>(nullableReference);
105 * Returns the contained instance, which must be present. If the instance might be
114 * Returns the contained instance if it is present; {@code defaultValue} otherwise. If
115 * no default value should be required because the instance is known to be present, use
121 * Returns this {@code Optional} if it has a value present; {@code secondChoice}
127 * Returns the contained instance if it is present; {@code supplier.get()} otherwise. If th
    [all...]
  /system/core/libutils/
BasicHashtable.cpp 105 if (bucket.cookie & Bucket::PRESENT) {
124 if (bucket.cookie & Bucket::PRESENT) {
140 if (bucket.cookie & Bucket::PRESENT) {
163 if (bucket->cookie & Bucket::PRESENT) {
169 } while (bucket->cookie & Bucket::PRESENT);
181 bucket->cookie = collision | Bucket::PRESENT | hash;
192 bucket.cookie &= ~Bucket::PRESENT;
216 if (fromBucket.cookie & Bucket::PRESENT) {
220 if (toBucket->cookie & Bucket::PRESENT) {
226 } while (toBucket->cookie & Bucket::PRESENT);
    [all...]
  /external/chromium/chrome/browser/sync/protocol/
autofill_specifics.proto 76 // If any of these 3 fields are present, then all 3 should be, and it implies
78 // none of the autofill++ objects below should be present.
83 // An autofill++ profile object. If present, indicates this entity
85 // name/value or credit_card) should be present.
89 // base/nigori.h for details). If present, indicates this entity represents
90 // an autofill++ CreditCard, and no other fields should be present.
  /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/chromium_org/chrome/app/
framework.order 14 # result in differences between the set of symbols present in debug and
16 # present, but it will not appear in non-Breakpad-enabled builds. It is not
17 # an error to list symbols in this file that will not be present in each
  /external/iptables/include/linux/netfilter/
xt_sctp.h 26 #define SCTP_CHUNK_MATCH_ANY 0x01 /* Match if any of the chunk types are present */
27 #define SCTP_CHUNK_MATCH_ALL 0x02 /* Match if all of the chunk types are present */
28 #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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
xt_sctp.h 24 #define SCTP_CHUNK_MATCH_ANY 0x01 /* Match if any of the chunk types are present */
25 #define SCTP_CHUNK_MATCH_ALL 0x02 /* Match if all of the chunk types are present */
26 #define SCTP_CHUNK_MATCH_ONLY 0x04 /* Match if these are the only chunk types present */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/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 */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
xt_sctp.h 24 #define SCTP_CHUNK_MATCH_ANY 0x01 /* Match if any of the chunk types are present */
25 #define SCTP_CHUNK_MATCH_ALL 0x02 /* Match if all of the chunk types are present */
26 #define SCTP_CHUNK_MATCH_ONLY 0x04 /* Match if these are the only chunk types present */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/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 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
xt_sctp.h 24 #define SCTP_CHUNK_MATCH_ANY 0x01 /* Match if any of the chunk types are present */
25 #define SCTP_CHUNK_MATCH_ALL 0x02 /* Match if all of the chunk types are present */
26 #define SCTP_CHUNK_MATCH_ONLY 0x04 /* Match if these are the only chunk types present */

Completed in 1578 milliseconds

12 3 4 5 6 7 8 91011>>