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

12 3 4 5 6 7 8 91011>>

  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
loc_api_rpc_glue.h 49 #define FALSE 0
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
loc_api_rpc_glue.h 49 #define FALSE 0
  /hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
loc_api_rpc_glue.h 49 #define FALSE 0
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
loc_api_rpc_glue.h 49 #define FALSE 0
  /hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
loc_api_rpc_glue.h 49 #define FALSE 0
  /packages/apps/DeskClock/src/com/android/deskclock/
Predicate.java 20 * A Predicate can determine a true or false value for any input of its
44 * An implementation of the predicate interface that always returns false.
46 Predicate FALSE = new Predicate() {
49 return false;
  /system/nfc/src/gki/ulinux/
data_types.h 28 #ifndef FALSE
29 #define FALSE 0
33 #define TRUE (!FALSE)
45 #define BIG_ENDIAN FALSE
  /external/libpng/contrib/gregbook/
readpng.h 58 # define FALSE 0
  /external/libxcam/modules/isp/
xcam_cpf_reader.h 41 #ifndef FALSE
42 #define FALSE 0
  /external/squashfs-tools/squashfs-tools/
restore.c 46 #define FALSE 0
82 set_progressbar_state(FALSE);
read_file.c 34 #define FALSE 0
55 return FALSE;
138 if(res == FALSE)
149 return FALSE;
  /hardware/qcom/bt/msm8960/libbt-vendor/include/
bt_vendor_qcom.h 24 #ifndef FALSE
25 #define FALSE 0
29 #define TRUE (!FALSE)
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/
FalseFileFilter.java 23 * A file filter that always returns false.
33 * Singleton instance of false filter.
36 public static final IOFileFilter FALSE = new FalseFileFilter();
38 * Singleton instance of false filter.
39 * Please use the identical FalseFileFilter.FALSE constant.
43 public static final IOFileFilter INSTANCE = FALSE;
52 * Returns false.
55 * @return false
58 return false;
62 * Returns false
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
BooleanTest.java 28 assertEquals(1237, Boolean.FALSE.hashCode());
39 assertEquals(Boolean.FALSE, new Boolean("yes"));
40 assertEquals(Boolean.FALSE, new Boolean("false"));
48 assertEquals(Boolean.FALSE, new Boolean(false));
56 assertFalse(Boolean.FALSE.booleanValue());
67 assertFalse(Boolean.FALSE.equals(Boolean.TRUE));
68 assertTrue(Boolean.FALSE.equals(Boolean.FALSE));
    [all...]
  /device/google/marlin/camera/QCamera2/util/
QCameraCommon.cpp 49 #ifndef FALSE
50 #define FALSE 0
168 if ((fdVideoEnabled == TRUE) && (hal3 == FALSE) &&
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GuidChk/
CommonUtils.h 37 #define FALSE 0
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/Include/
Types.h 45 #ifndef FALSE
46 #define FALSE ((BOOLEAN) 0 == 1)
  /external/fio/
gerror.c 39 gtk_box_pack_start(GTK_BOX(ui->vbox), ui->error_info_bar, FALSE, FALSE, 0);
  /external/ipsec-tools/src/racoon/
var.h 54 #ifndef FALSE
55 #define FALSE 0
  /external/ltp/testcases/network/tcp_cmds/include/
netdefs.h 69 #ifndef FALSE
70 #define FALSE 0
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue311/
BooleanEnum.java 20 TRUE(true), FALSE(false), UNKNOWN();
31 boolValue = false;
32 defined = false;
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
bgnscd.cpp 71 #define FALSE 0
289 inbgNoise = 0; // false
339 prevVoiced = 0; // false
352 prevVoiced = 0; // false
524 inbgNoise = FALSE;
550 prevVoiced = FALSE;
565 prevVoiced = FALSE;
  /hardware/nxp/nfc/halimpl/src/include/
data_types.h 28 #ifndef false
29 #define false 0 macro
32 #ifndef FALSE
33 #define FALSE 0
39 #define true (!false)
43 #define TRUE (!FALSE)
56 #define BIG_ENDIAN false
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
qtypes.h 48 #ifdef FALSE
49 #undef FALSE
53 #define FALSE 0 /* Boolean false value. */
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 48 #ifdef FALSE
49 #undef FALSE
53 #define FALSE 0 /* Boolean false value. */

Completed in 981 milliseconds

12 3 4 5 6 7 8 91011>>