Home
last modified time | relevance | path

Searched refs:FALSE (Results 1 – 25 of 64) sorted by relevance

123

/frameworks/base/core/tests/coretests/src/com/android/internal/util/
DPredicatesTest.java32 private static final Predicate<Object> FALSE = new Predicate<Object>() { field in PredicatesTest
44 assertFalse(Predicates.and(newArrayList(FALSE, TRUE, TRUE)).apply(null)); in testAndPredicate_AtLeastOneConditionIsFalse()
45 assertFalse(Predicates.and(newArrayList(TRUE, FALSE, TRUE)).apply(null)); in testAndPredicate_AtLeastOneConditionIsFalse()
46 assertFalse(Predicates.and(newArrayList(TRUE, TRUE, FALSE)).apply(null)); in testAndPredicate_AtLeastOneConditionIsFalse()
54 assertFalse(Predicates.or(newArrayList(FALSE, FALSE, FALSE)).apply(null)); in testOrPredicate_AllConditionsFalse()
58 assertTrue(Predicates.or(newArrayList(TRUE, FALSE, FALSE)).apply(null)); in testOrPredicate_AtLeastOneConditionIsTrue()
59 assertTrue(Predicates.or(newArrayList(FALSE, TRUE, FALSE)).apply(null)); in testOrPredicate_AtLeastOneConditionIsTrue()
60 assertTrue(Predicates.or(newArrayList(FALSE, FALSE, TRUE)).apply(null)); in testOrPredicate_AtLeastOneConditionIsTrue()
64 assertTrue(Predicates.not(FALSE).apply(null)); in testNotPredicate()
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
Dinit.cpp58 encvid->outOfBandParamSet = ((encParam->out_of_band_param_set == AVC_ON) ? TRUE : FALSE); in SetEncodeParam()
140 seqParam->gaps_in_frame_num_value_allowed_flag = FALSE; in SetEncodeParam()
144 seqParam->mb_adaptive_frame_field_flag = FALSE; in SetEncodeParam()
145 seqParam->direct_8x8_inference_flag = FALSE; /* default */ in SetEncodeParam()
146 seqParam->frame_cropping_flag = FALSE; in SetEncodeParam()
151 seqParam->vui_parameters_present_flag = FALSE; /* default */ in SetEncodeParam()
200 if (extS->mb_adaptive_frame_field_flag != FALSE) in SetEncodeParam()
207 if (extS->frame_cropping_flag != FALSE) in SetEncodeParam()
268 picParam->slice_group_change_direction_flag = FALSE; in SetEncodeParam()
327 …picParam->deblocking_filter_control_present_flag = (encParam->db_filter == AVC_ON) ? TRUE : FALSE ; in SetEncodeParam()
[all …]
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common/
DFwdLockGlue.c30 #define FALSE 0 macro
35 static int isInitialized = FALSE;
55 result = FALSE; in FwdLockGlue_CreateDirectories()
62 result = FALSE; in FwdLockGlue_CreateDirectories()
99 isInitialized = FALSE; in FwdLockGlue_InitializeRoundKeys()
119 return FALSE; in FwdLockGlue_ValidatePadding()
152 int result = FALSE; in FwdLockGlue_EncryptKey()
174 int result = FALSE; in FwdLockGlue_DecryptKey()
/frameworks/av/media/libeffects/lvm/lib/Common/src/
DLVC_MixSoft_1St_2i_D16C31_SAT.c31 #define FALSE 0 macro
69 HardMixing = FALSE; in LVC_MixSoft_1St_2i_D16C31_SAT()
89 HardMixing = FALSE; in LVC_MixSoft_1St_2i_D16C31_SAT()
93 if(HardMixing == FALSE) in LVC_MixSoft_1St_2i_D16C31_SAT()
129 ptrInstance->MixerStream[0].CallbackSet = FALSE; in LVC_MixSoft_1St_2i_D16C31_SAT()
143 ptrInstance->MixerStream[1].CallbackSet = FALSE; in LVC_MixSoft_1St_2i_D16C31_SAT()
DMixInSoft_D32C31_SAT.c30 #define FALSE 0 macro
57 HardMixing = FALSE; in MixInSoft_D32C31_SAT()
87 pInstance->CallbackSet = FALSE; in MixInSoft_D32C31_SAT()
DMixSoft_1St_D32C31_WRA.c30 #define FALSE 0 macro
59 HardMixing = FALSE; in MixSoft_1St_D32C31_WRA()
87 pInstance->CallbackSet = FALSE; in MixSoft_1St_D32C31_WRA()
DLVC_MixSoft_1St_D16C31_SAT.c31 #define FALSE 0 macro
63 HardMixing = FALSE; in LVC_MixSoft_1St_D16C31_SAT()
103 ptrInstance->MixerStream[0].CallbackSet = FALSE; in LVC_MixSoft_1St_D16C31_SAT()
DLVC_MixInSoft_D16C31_SAT.c31 #define FALSE 0 macro
63 HardMixing = FALSE; in LVC_MixInSoft_D16C31_SAT()
103 ptrInstance->MixerStream[0].CallbackSet = FALSE; in LVC_MixInSoft_D16C31_SAT()
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
DFwdLockFile.c33 #define FALSE 0 macro
182 result = FALSE; in FwdLockFile_DeriveKeys()
188 result = FALSE; in FwdLockFile_DeriveKeys()
195 result = FALSE; in FwdLockFile_DeriveKeys()
262 int isSuccess = FALSE; in FwdLockFile_attach()
373 result = FALSE; in FwdLockFile_CheckDataIntegrity()
380 result = FALSE; in FwdLockFile_CheckDataIntegrity()
385 result = FALSE; in FwdLockFile_CheckDataIntegrity()
394 result = FALSE; in FwdLockFile_CheckDataIntegrity()
414 result = FALSE; in FwdLockFile_CheckHeaderIntegrity()
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
Dbgnscd.cpp71 #define FALSE 0 macro
524 inbgNoise = FALSE; in Bgn_scd()
550 prevVoiced = FALSE; in Bgn_scd()
565 prevVoiced = FALSE; in Bgn_scd()
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
Dgsm_amr_typedefs.h99 #ifndef FALSE
100 #define FALSE 0 macro
Dvad2.h90 #define FALSE 0 macro
/frameworks/av/media/libstagefright/codecs/amrwb/src/
Dpv_amr_wb_type_defs.h138 #ifndef FALSE
139 #define FALSE 0 macro
/frameworks/av/media/libstagefright/codecs/avc/common/src/
Ddpb.cpp280 video->currFS->frame.isReference = FALSE; in DPBInitPic()
281 video->currFS->frame.isLongTerm = FALSE; in DPBInitPic()
375 video->currPic->isLongTerm = FALSE; in StorePictureInDPB()
426 if (video->nal_unit_type != AVC_NALTYPE_IDR && video->currPic->isLongTerm == FALSE) in StorePictureInDPB()
508 dpb->fs[MinIdx]->frame.isReference = FALSE; in sliding_window_process()
509 dpb->fs[MinIdx]->frame.isLongTerm = FALSE; in sliding_window_process()
624 if ((dpb->fs[ii]->frame.isLongTerm == FALSE) && (dpb->fs[ii]->frame.PicNum == picNumX)) in MemMgrCtrlOp3()
695 fs->frame.isReference = FALSE; in unmark_for_reference()
696 fs->frame.isLongTerm = FALSE; in unmark_for_reference()
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Ddcac_prediction.cpp49 int flag_0 = FALSE, flag_1 = FALSE; in doDCACPrediction()
220 int flag_0 = FALSE, flag_1 = FALSE; in doDCACPrediction_I()
Dmp4def.h39 #define FALSE 0 macro
/frameworks/av/media/libstagefright/codecs/aacenc/src/
Dblock_switch.c147 blockSwitchingControl->attack = FALSE; in BlockSwitching()
180 blockSwitchingControl->attack = FALSE; in BlockSwitching()
195 blockSwitchingControl->lastattack = FALSE; in BlockSwitching()
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
Dpsy_const.h29 #define FALSE 0 macro
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
DarmCOMM_s.h37 ARM_ERRORCHECK SETL {FALSE}
60 _InFunc SETL {FALSE}
103 $var SETL {FALSE}
245 _SwLong SETL {FALSE}
795 _InFunc SETL {FALSE}
817 DEBUG_ON SETL {FALSE}
819 DEBUG_STALLS_ON SETL {FALSE}
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
DarmCOMM_s.h37 ARM_ERRORCHECK SETL {FALSE}
60 _InFunc SETL {FALSE}
103 $var SETL {FALSE}
242 _SwLong SETL {FALSE}
792 _InFunc SETL {FALSE}
814 DEBUG_ON SETL {FALSE}
816 DEBUG_STALLS_ON SETL {FALSE}
/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/
DDecoder.java43 return mBuf.get() == 0 ? Boolean.FALSE : Boolean.TRUE; in readObject()
/frameworks/base/services/core/java/com/android/server/hdmi/
DConstants.java160 static final int FALSE = 0; field in Constants
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dmp4def.h111 #define FALSE 0 macro
/frameworks/av/include/camera/
DCameraParameters.h543 static const char FALSE[]; variable
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/comm/src/
DomxVCCOMM_ExpandFrame_I_s.s43 DEBUG_ON SETL {FALSE}

123