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

12 3 4 5 6 7 8 91011>>

  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
loc_api_rpc_glue.h 48 #define TRUE 1
  /hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
loc_api_rpc_glue.h 48 #define TRUE 1
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
loc_api_rpc_glue.h 48 #define TRUE 1
  /hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
loc_api_rpc_glue.h 48 #define TRUE 1
  /packages/apps/DeskClock/src/com/android/deskclock/
Predicate.java 20 * A Predicate can determine a true or false value for any input of its
22 * {@code Predicate<String>}, and return true for any String that matches its
34 * An implementation of the predicate interface that always returns true.
36 Predicate TRUE = new Predicate() {
39 return true;
  /system/nfc/src/gki/ulinux/
data_types.h 32 #ifndef TRUE
33 #define TRUE (!FALSE)
  /external/libpng/contrib/gregbook/
readpng.h 56 #ifndef TRUE
57 # define TRUE 1
  /external/libxcam/modules/isp/
xcam_cpf_reader.h 37 #ifndef TRUE
38 #define TRUE 1
  /external/squashfs-tools/squashfs-tools/
restore.c 47 #define TRUE 1
77 interrupted = TRUE;
read_file.c 33 #define TRUE 1
144 return TRUE;
  /hardware/qcom/bt/msm8960/libbt-vendor/include/
bt_vendor_qcom.h 28 #ifndef TRUE
29 #define TRUE (!FALSE)
44 Default TRUE .
47 #define HW_NEED_END_WITH_HCI_RESET TRUE
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/
TrueFileFilter.java 23 * A file filter that always returns true.
33 * Singleton instance of true filter.
36 public static final IOFileFilter TRUE = new TrueFileFilter();
38 * Singleton instance of true filter.
39 * Please use the identical TrueFileFilter.TRUE constant.
43 public static final IOFileFilter INSTANCE = TRUE;
52 * Returns true.
55 * @return true
58 return true;
62 * Returns true
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
BooleanTest.java 27 assertEquals(1231, Boolean.TRUE.hashCode());
35 assertEquals(Boolean.TRUE, new Boolean("TRUE"));
36 assertEquals(Boolean.TRUE, new Boolean("true"));
37 assertEquals(Boolean.TRUE, new Boolean("True"));
47 assertEquals(Boolean.TRUE, new Boolean(true));
55 assertTrue(Boolean.TRUE.booleanValue())
    [all...]
  /device/google/marlin/camera/QCamera2/util/
QCameraCommon.cpp 45 #ifndef TRUE
46 #define TRUE 1
168 if ((fdVideoEnabled == TRUE) && (hal3 == FALSE) &&
176 if (hal3 == TRUE) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GuidChk/
CommonUtils.h 36 #define TRUE 1
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/Include/
Types.h 41 #ifndef TRUE
42 #define TRUE ((BOOLEAN) 1 == 1)
58 #define MRC_DEADLOOP() while (TRUE)
  /external/ipsec-tools/src/racoon/
var.h 57 #ifndef TRUE
58 #define TRUE 1
  /external/ltp/testcases/network/tcp_cmds/include/
netdefs.h 66 #ifndef TRUE
67 #define TRUE 1
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue311/
BooleanEnum.java 20 TRUE(true), FALSE(false), UNKNOWN();
27 defined = true;
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
bgnscd.cpp 70 #define TRUE 1
318 inbgNoise = 1; // true
343 prevVoiced = 1; // true
348 prevVoiced = 1; // true
520 inbgNoise = TRUE;
554 prevVoiced = TRUE;
561 prevVoiced = TRUE;
  /hardware/nxp/nfc/halimpl/src/include/
data_types.h 38 #ifndef true
39 #define true (!false) macro
42 #ifndef TRUE
43 #define TRUE (!FALSE)
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
qtypes.h 44 #ifdef TRUE
45 #undef TRUE
52 #define TRUE 1 /* Boolean true value. */
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 44 #ifdef TRUE
45 #undef TRUE
52 #define TRUE 1 /* Boolean true value. */
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 44 #ifdef TRUE
45 #undef TRUE
52 #define TRUE 1 /* Boolean true value. */
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 44 #ifdef TRUE
45 #undef TRUE
52 #define TRUE 1 /* Boolean true value. */

Completed in 1081 milliseconds

12 3 4 5 6 7 8 91011>>