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

1 2 3 4 5 6 7 8 91011>>

  /build/kati/testcase/
if.mk 0 TRUE:=foo
4 $(if ${TRUE}, $(info PASS1))
6 $(if ${TRUE}, $(info PASS2), $(info FAIL2))
8 $(info $(if ${TRUE}, PASS4, FAIL4))
and.mk 0 TRUE:=foo
7 $(and ${TRUE}, $(info PASS_1))
10 $(info $(and ${TRUE}, PASS, PASS))
12 $(info $(and ${TRUE}, $(X) ))
13 $(info $(and ${TRUE}, $(Y) ))
or.mk 0 TRUE:=foo
9 $(info $(or ${TRUE}, $(info FAIL_2)))
  /device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/templates/
milieu.h 46 TRUE = 1
  /device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg_mpo.h 37 #define TRUE 1
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/
EfiDepex.h 35 <boolval> ::= true
48 // The Depex grammer needs the string "TRUE" and "FALSE" we must
51 #undef TRUE
  /external/selinux/checkpolicy/
policy_define.h 12 #define TRUE 1
  /external/tpm2/include/tpm2/
bool.h 10 #if defined(TRUE)
11 #undef TRUE
18 #define TRUE ((BOOL)1)
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
MixInSoft_D32C31_SAT.c 29 #define TRUE 1
41 char HardMixing = TRUE;
105 char HardMixing = TRUE;
MixSoft_1St_D32C31_WRA.c 29 #define TRUE 1
43 char HardMixing = TRUE;
104 char HardMixing = TRUE;
LVC_MixInSoft_D16C31_SAT.c 30 #define TRUE 1
42 char HardMixing = TRUE;
115 char HardMixing = TRUE;
LVC_MixSoft_1St_2i_D16C31_SAT.c 30 #define TRUE 1
42 char HardMixing = TRUE;
75 if(HardMixing == TRUE)
173 char HardMixing = TRUE;
203 if(HardMixing == TRUE)
LVC_MixSoft_1St_D16C31_SAT.c 30 #define TRUE 1
42 char HardMixing = TRUE;
112 char HardMixing = TRUE;
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg_mpo.h 37 #define TRUE 1
  /device/generic/goldfish/camera/
Exif.h 23 #undef TRUE
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ipf/
asm.h 24 #define TRUE 1
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ipf/
Asm.h 26 #define TRUE 1
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ipf/
Asm.h 18 #define TRUE 1
  /hardware/nxp/nfc/halimpl/common/
phEseTypes.h 24 #ifndef TRUE
25 #define TRUE (0x01) /* Logical True Value */
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc/
loc_api_rpc_glue.h 57 #define TRUE 1
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/inc/
loc_api_rpc_glue.h 57 #define TRUE 1
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/inc/
loc_api_rpc_glue.h 57 #define TRUE 1
  /external/opencv/cvaux/src/
_cvaux.h 69 #ifndef TRUE
70 #define TRUE 1
  /hardware/intel/img/psb_video/src/
psb_def.h 39 #ifndef TRUE
40 #define TRUE 1
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
loc_api_rpc_glue.h 48 #define TRUE 1

Completed in 415 milliseconds

1 2 3 4 5 6 7 8 91011>>