Searched refs:FALSE (Results 1 - 25 of 75) sorted by relevance

123

/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DPredicatesTest.java32 private static final Predicate<Object> FALSE = new Predicate<Object>() { field in class:PredicatesTest
44 assertFalse(Predicates.and(newArrayList(FALSE, TRUE, TRUE)).apply(null));
45 assertFalse(Predicates.and(newArrayList(TRUE, FALSE, TRUE)).apply(null));
46 assertFalse(Predicates.and(newArrayList(TRUE, TRUE, FALSE)).apply(null));
54 assertFalse(Predicates.or(newArrayList(FALSE, FALSE, FALSE)).apply(null));
58 assertTrue(Predicates.or(newArrayList(TRUE, FALSE, FALSE)).apply(null));
59 assertTrue(Predicates.or(newArrayList(FALSE, TRU
[all...]
/frameworks/base/media/libdrm/mobile1/include/
H A Ddrm_common_types.h35 #ifndef FALSE
36 #define FALSE 0 macro
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
H A Dgsm_amr_typedefs.h99 #ifndef FALSE
100 #define FALSE 0 macro
H A Dvad2.h90 #define FALSE 0 macro
/frameworks/base/media/libdrm/mobile1/src/parser/
H A Dparser_rel.c78 return FALSE;
88 return FALSE;
98 return FALSE;
108 return FALSE;
118 return FALSE;
129 return FALSE;
145 return FALSE;
170 int32_t has_datetime = FALSE;
171 int32_t has_start_or_end = FALSE;
201 if(FALSE
[all...]
H A Dparser_dm.c76 return FALSE;
85 return FALSE; /* No boundary error */
90 /* if can not find the CRLF, return FALSE */
92 return FALSE;
107 return FALSE;
123 return FALSE; /* Unknown transferCoding error */
142 return FALSE;
239 if (FALSE == drm_dcfParser(pStart, contentLen, &dcfInfo, &pEncData))
240 return FALSE;
251 return FALSE;
[all...]
H A Dparser_dcf.c54 return FALSE;
60 return FALSE;
71 return FALSE;
76 return FALSE;
/frameworks/base/media/libdrm/mobile1/src/objmng/
H A Ddrm_rights_manager.c28 return FALSE;
45 return FALSE;
64 return FALSE;
93 return FALSE;
106 return FALSE;
126 return FALSE;
131 return FALSE;
137 return FALSE;
143 return FALSE;
164 return FALSE;
[all...]
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dpv_amr_wb_type_defs.h138 #ifndef FALSE
139 #define FALSE 0 macro
/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DLVC_MixSoft_1St_2i_D16C31_SAT.c31 #define FALSE 0 macro
69 HardMixing = FALSE;
89 HardMixing = FALSE;
93 if(HardMixing == FALSE)
129 ptrInstance->MixerStream[0].CallbackSet = FALSE;
143 ptrInstance->MixerStream[1].CallbackSet = FALSE;
H A DMixInSoft_D32C31_SAT.c30 #define FALSE 0 macro
57 HardMixing = FALSE;
87 pInstance->CallbackSet = FALSE;
H A DMixSoft_1St_D32C31_WRA.c30 #define FALSE 0 macro
59 HardMixing = FALSE;
87 pInstance->CallbackSet = FALSE;
H A DLVC_MixInSoft_D16C31_SAT.c31 #define FALSE 0 macro
63 HardMixing = FALSE;
103 ptrInstance->MixerStream[0].CallbackSet = FALSE;
H A DLVC_MixSoft_1St_D16C31_SAT.c31 #define FALSE 0 macro
63 HardMixing = FALSE;
103 ptrInstance->MixerStream[0].CallbackSet = FALSE;
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common/
H A DFwdLockGlue.c30 #define FALSE 0 macro
35 static int isInitialized = FALSE;
55 result = FALSE;
62 result = FALSE;
99 isInitialized = FALSE;
119 return FALSE;
152 int result = FALSE;
174 int result = FALSE;
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
H A Dpsy_const.h29 #define FALSE 0 macro
/frameworks/base/core/java/android/text/
H A DTextDirectionHeuristics.java69 TRUE, FALSE, UNKNOWN; enum constant in enum:TextDirectionHeuristics.TriState
104 case FALSE:
130 return TriState.FALSE;
144 return TriState.FALSE;
209 case FALSE:
211 return TriState.FALSE;
220 return mLookForRtl ? TriState.FALSE : TriState.TRUE;
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dinit.cpp58 encvid->outOfBandParamSet = ((encParam->out_of_band_param_set == AVC_ON) ? TRUE : FALSE);
140 seqParam->gaps_in_frame_num_value_allowed_flag = FALSE;
144 seqParam->mb_adaptive_frame_field_flag = FALSE;
145 seqParam->direct_8x8_inference_flag = FALSE; /* default */
146 seqParam->frame_cropping_flag = FALSE;
151 seqParam->vui_parameters_present_flag = FALSE; /* default */
204 if (extS->mb_adaptive_frame_field_flag != FALSE)
211 if (extS->frame_cropping_flag != FALSE)
272 picParam->slice_group_change_direction_flag = FALSE;
331 picParam->deblocking_filter_control_present_flag = (encParam->db_filter == AVC_ON) ? TRUE : FALSE ;
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dbgnscd.cpp71 #define FALSE 0 macro
524 inbgNoise = FALSE;
550 prevVoiced = FALSE;
565 prevVoiced = FALSE;
/frameworks/base/media/libdrm/mobile1/include/parser/
H A Dparser_rel.h34 return FALSE;\
39 return FALSE;\
115 * -FALSE, when failed
/frameworks/av/libvideoeditor/vss/video_filters/src/
H A DM4VIFI_ResizeRGB565toRGB565.c68 if ((IS_EVEN(pPlaneIn->u_height) == FALSE) ||
69 (IS_EVEN(pPlaneOut->u_height) == FALSE)) {
73 if ((IS_EVEN(pPlaneIn->u_width) == FALSE) ||
74 (IS_EVEN(pPlaneOut->u_width) == FALSE)) {
H A DM4VIFI_ResizeRGB888toRGB888.c80 if ((IS_EVEN(pPlaneIn->u_height) == FALSE) ||
81 (IS_EVEN(pPlaneOut->u_height) == FALSE))
86 if ((IS_EVEN(pPlaneIn->u_width) == FALSE) ||
87 (IS_EVEN(pPlaneOut->u_width) == FALSE))
H A DM4VFL_transition.c275 #ifndef FALSE
276 #define FALSE 0 macro
277 #define TRUE !FALSE
302 if( (IS_EVEN(pPlaneIn1[0].u_height) == FALSE) ||
303 (IS_EVEN(pPlaneIn2[0].u_height) == FALSE) ||
304 (IS_EVEN(pPlaneOut[0].u_height) == FALSE) ||
312 if( (IS_EVEN(pPlaneIn1[0].u_width) == FALSE) ||
313 (IS_EVEN(pPlaneIn2[0].u_width) == FALSE) ||
314 (IS_EVEN(pPlaneOut[0].u_width) == FALSE) ||
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
H A DFwdLockFile.c33 #define FALSE 0 macro
179 result = FALSE;
185 result = FALSE;
192 result = FALSE;
259 int isSuccess = FALSE;
370 result = FALSE;
377 result = FALSE;
382 result = FALSE;
391 result = FALSE;
411 result = FALSE;
[all...]
/frameworks/av/media/libstagefright/codecs/avc/common/src/
H A Ddpb.cpp280 video->currFS->frame.isReference = FALSE;
281 video->currFS->frame.isLongTerm = FALSE;
375 video->currPic->isLongTerm = FALSE;
426 if (video->nal_unit_type != AVC_NALTYPE_IDR && video->currPic->isLongTerm == FALSE)
508 dpb->fs[MinIdx]->frame.isReference = FALSE;
509 dpb->fs[MinIdx]->frame.isLongTerm = FALSE;
624 if ((dpb->fs[ii]->frame.isLongTerm == FALSE) && (dpb->fs[ii]->frame.PicNum == picNumX))
695 fs->frame.isReference = FALSE;
696 fs->frame.isLongTerm = FALSE;

Completed in 297 milliseconds

123