/external/dropbear/libtomcrypt/src/misc/crypt/ |
crypt_find_cipher_any.c | 19 Find a cipher flexibly. First by name then if not present by block and key size 23 @return >= 0 if found, -1 if not present
|
crypt_find_hash_any.c | 19 Find a hash flexibly. First by name then if not present by digest size 22 @return >= 0 if found, -1 if not present
|
/external/e2fsprogs/misc/ |
e2label.8.in | 22 is not present, 28 is present, then
|
/external/qemu/hw/ |
goldfish_battery.c | 45 int present; member in struct:goldfish_battery_state 59 QFIELD_INT32(present), 106 return s->present; 160 s->present = 1; // battery is present 190 battery_state->present = value; 255 sprintf(buffer, "present: %s\r\n", (battery_state->present ? "true" : "false"));
|
/frameworks/base/core/java/android/test/ |
UiThreadTest.java | 26 * When the annotation is present, the test method is executed on the application's 28 * when this annotation is present.
|
/hardware/libhardware_legacy/audio/ |
audio_policy.conf | 5 # Global configuration section: lists input and output devices always present on the device 15 # audio hardware module section: contains descriptors for all audio hw modules present on the
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
term_entry.h | 103 * Note that WANTED and PRESENT are not simple inverses! If a capability 107 #define PRESENT(s) (((s) != ABSENT_STRING) && ((s) != CANCELLED_STRING)) 110 {if (PRESENT(p) && !PRESENT(q)) _nc_warning(#p " but no " #q);} 114 if (PRESENT(q) && !PRESENT(p)) \ 116 if (PRESENT(p) && !PRESENT(q)) \
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
term_entry.h | 103 * Note that WANTED and PRESENT are not simple inverses! If a capability 107 #define PRESENT(s) (((s) != ABSENT_STRING) && ((s) != CANCELLED_STRING)) 110 {if (PRESENT(p) && !PRESENT(q)) _nc_warning(#p " but no " #q);} 114 if (PRESENT(q) && !PRESENT(p)) \ 116 if (PRESENT(p) && !PRESENT(q)) \
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
term_entry.h | 103 * Note that WANTED and PRESENT are not simple inverses! If a capability 107 #define PRESENT(s) (((s) != ABSENT_STRING) && ((s) != CANCELLED_STRING)) 110 {if (PRESENT(p) && !PRESENT(q)) _nc_warning(#p " but no " #q);} 114 if (PRESENT(q) && !PRESENT(p)) \ 116 if (PRESENT(p) && !PRESENT(q)) \
|
/sdk/eclipse/scripts/ |
build_update_site.sh | 5 # $1: Optional build number. If present, will be appended to the date qualifier. 7 # -i: Optional, if present, the Google internal update site will be built. Otherwise,
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
CollectionRemoveTester.java | 46 assertTrue("remove(present) should return true", 48 assertEquals("remove(present) should decrease a collection's size by one.", 67 assertEquals("remove(present) should decrease a collection's size by one.", 77 fail("remove(present) should throw UnsupportedOperationException"); 81 assertTrue("remove(present) should not remove the element",
|
MapRemoveTester.java | 45 assertEquals("remove(present) should return the associated value", 47 assertEquals("remove(present) should decrease a map's size by one.", 67 assertEquals("remove(present) should decrease a map's size by one.", 77 fail("remove(present) should throw UnsupportedOperationException"); 81 assertEquals("remove(present) should not remove the element",
|
/libcore/luni/src/main/java/java/util/concurrent/ |
CompletionService.java | 65 * completed task, waiting if none are yet present. 75 * completed task or <tt>null</tt> if none are present. 78 * <tt>null</tt> if none are present 85 * time if none are yet present. 93 * before one is present
|
/external/chromium/chrome/browser/sync/protocol/ |
sync.proto | 70 // Present in both GetUpdatesResponse and CommitMessage. 77 // Present in both GetUpdatesResponse and CommitMessage. 83 // Present only in CommitMessage. 97 // Present in both GetUpdatesResponse and CommitMessage. 101 // Present in both GetUpdatesResponse and CommitMessage. 105 // Present in both GetUpdatesResponse and CommitMessage. 115 // Present in both GetUpdatesResponse and CommitMessage. 122 // Present in both GetUpdatesResponse and CommitMessage. 128 // Present only in GetUpdatesResponse. 131 // If present, this tag identifies this item as being a uniquel [all...] |
/libcore/luni/src/main/java/java/security/ |
IdentityScope.java | 114 * no {@code Identity} with the specified name is present in this scope. 119 * not present. 126 * principal is present in this scope. 132 * not present. 141 * is present in this scope. 146 * null} if not present. 168 * if the {@code Identity} is not present in this scope.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/nist/ |
NISTNamedCurves.java | 57 * the passed in object identifier. Null if the curve isn't present. 59 * @param oid an object identifier representing a named curve, if present. 71 * @return the object identifier associated with name, if present.
|
/external/iproute2/tc/ |
q_netem.c | 135 int present[__TCA_NETEM_MAX]; local 142 memset(present, 0, sizeof(present)); 168 ++present[TCA_NETEM_CORR]; 184 ++present[TCA_NETEM_CORR]; 192 present[TCA_NETEM_REORDER] = 1; 199 ++present[TCA_NETEM_CORR]; 207 present[TCA_NETEM_CORRUPT] = 1; 214 ++present[TCA_NETEM_CORR]; 281 if (present[TCA_NETEM_CORR] & [all...] |
/external/webkit/Source/WebCore/editing/ |
EditingBehavior.h | 52 // On Mac, style is considered present when present at the beginning of selection. On other platforms, 53 // style has to be present throughout the selection.
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
IPhoneSubInfo.aidl | 83 * @return the IMPI, or null if not present or not loaded 89 * @return the IMS domain name, or null if not present or not loaded 96 * not present or not loaded
|
/libcore/luni/src/main/java/java/lang/reflect/ |
AnnotatedElement.java | 31 * {@code null} if no annotation with the specified type is present 44 * inherited annotations). If there are no annotations present, this method 53 * (not inherited). If there are no declared annotations present, this
|
/libcore/luni/src/main/java/java/security/cert/ |
X509Extension.java | 33 * present. 54 * extensions are present. 62 * @return {@code true} if an unsupported CRITICAL extension is present,
|
/cts/tests/src/android/renderscript/cts/ |
large_global.rs | 20 // Never called, just present to ensure that buf does not get optimized away.
|
/device/samsung/maguro/ |
BoardConfig.mk | 19 # Use the non-open-source part, if present
|
/device/samsung_slsi/arndale/ |
BoardConfig.mk | 17 # Use the non-open-source parts, if they're present
|
/docs/source.android.com/src/ |
app.yaml | 14 # and gae_shell/ are present.
|