HomeSort by relevance Sort by last modified time
    Searched defs:FALSE (Results 51 - 75 of 547) sorted by null

1 23 4 5 6 7 8 91011>>

  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 48 #ifdef FALSE
49 #undef FALSE
53 #define FALSE 0 /* Boolean false value. */
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 48 #ifdef FALSE
49 #undef FALSE
53 #define FALSE 0 /* Boolean false value. */
  /packages/services/BuiltInPrintService/jni/plugins/
wprint_image_platform.h 32 #ifndef FALSE
33 #define FALSE 0
  /toolchain/binutils/binutils-2.27/gas/config/
obj-som.h 33 #ifndef FALSE
34 #define FALSE 0
35 #define TRUE !FALSE
  /libcore/luni/src/test/java/libcore/java/lang/
BooleanTest.java 26 assertSame(Boolean.FALSE, Boolean.valueOf(false));
27 assertFalse(Boolean.FALSE.booleanValue());
32 assertEquals(0, Boolean.compare(false, false));
33 assertTrue(Boolean.compare(false, true) < 0);
34 assertTrue(Boolean.compare(true, false) > 0);
39 assertEquals(Boolean.FALSE.hashCode(), Boolean.hashCode(false));
44 assertFalse(Boolean.logicalAnd(Boolean.TRUE, Boolean.FALSE));
    [all...]
OldAndroidBooleanTest.java 29 Boolean c = new Boolean(false);
37 assertEquals("false", c.toString());
39 assertEquals(Boolean.FALSE, c);
41 assertSame(Boolean.valueOf(false), Boolean.FALSE);
  /external/e2fsprogs/lib/ss/
test_ss.c 30 #define FALSE 0
  /external/ltp/testcases/kernel/syscalls/clone/
clone07.c 34 #define FALSE 0
45 static int fail = FALSE;
77 if (fail == FALSE)
  /external/mesa3d/src/gallium/include/pipe/
p_compiler.h 87 #ifndef FALSE
88 #define FALSE false
  /external/webrtc/talk/media/devices/
gtkvideorenderer.cc 89 return false;
102 return false;
109 return false;
121 return false;
145 return false;
150 gtk_window_set_resizable(GTK_WINDOW(window_), FALSE);
169 return false;
176 return false;
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
gsm_amr_typedefs.h 99 #ifndef FALSE
100 #define FALSE 0
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/
TestPredicatesTest.java 83 private static final Predicate<Object> FALSE = new Predicate<Object>() {
85 return false;
90 assertTrue(TestPredicates.not(FALSE).apply(null));
  /hardware/qcom/bt/msm8909/libbt-vendor/include/
bt_vendor_qcom.h 24 #ifndef FALSE
25 #define FALSE 0
29 #define TRUE (!FALSE)
  /hardware/qcom/bt/msm8992/libbt-vendor/include/
bt_vendor_qcom.h 27 #ifndef FALSE
28 #define FALSE 0
32 #define TRUE (!FALSE)
  /hardware/qcom/bt/msm8996/libbt-vendor/include/
bt_vendor_qcom.h 24 #ifndef FALSE
25 #define FALSE 0
29 #define TRUE (!FALSE)
  /hardware/qcom/display/msm8960/libgralloc/
gr.h 45 #define FALSE 0
  /libcore/ojluni/src/main/java/java/lang/
Boolean.java 54 * value {@code false}.
56 public static final Boolean FALSE = new Boolean(false);
96 * value {@code false}. Examples:<p>
100 * that represents {@code false}.
114 * Example: {@code Boolean.parseBoolean("yes")} returns {@code false}.
139 * if it is {@code false}, this method returns {@code Boolean.FALSE}.
150 return (b ? TRUE : FALSE);
163 return parseBoolean(s) ? TRUE : FALSE;
    [all...]
  /device/google/marlin/camera/mm-image-codec/qomx_core/
qomx_core.h 41 #define FALSE 0
  /device/linaro/bootloader/edk2/BeagleBoardPkg/Tools/
replace.c 21 #define FALSE 0
116 for (i = 0, Found = FALSE;i < MaxMatch; i++) {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1Boolean.java 13 * <li> ASN1Boolean.FALSE literal</li>
27 public static final ASN1Boolean FALSE = new ASN1Boolean(false);
63 * @param value true or false depending on the ASN1Boolean wanted.
69 return (value ? TRUE : FALSE);
74 * @param value non-zero (true) or zero (false) depending on the ASN1Boolean wanted.
80 return (value != 0 ? TRUE : FALSE);
90 return (octets[0] != 0) ? TRUE : FALSE;
99 * tagged false otherwise.
144 * @param value true or false
    [all...]
  /external/libese/third_party/NXPNFC_P61_JCOP_Kit/inc/
data_types.h 23 #ifndef FALSE
24 #define FALSE 0
39 #define TRUE (!FALSE)
  /external/libxml2/include/
win32config.h 114 #if !defined(FALSE)
115 #define FALSE 0
118 #define TRUE (!(FALSE))
  /external/libxml2/
testOOMlib.c 22 #ifndef FALSE
23 #define FALSE (0)
82 * fail. If it returns #FALSE, then the allocation
105 return FALSE;
215 return FALSE;
232 * call to malloc() each time. If the function ever returns #FALSE,
234 * valid (such as returning an error, or succeeding) occurs, and #FALSE
237 * Returns #TRUE if the function never returns FALSE
250 return FALSE;
256 return FALSE;
    [all...]
  /external/libxml2/win32/VC10/
config.h 113 #if !defined(FALSE)
114 #define FALSE 0
117 #define TRUE (!(FALSE))
  /external/ltp/testcases/kernel/io/disktest/
defs.h 92 #define FALSE 0

Completed in 1894 milliseconds

1 23 4 5 6 7 8 91011>>