Searched refs:flag (Results 51 - 75 of 106) sorted by relevance

12345

/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteQueryBuilder.java171 public void setStrict(boolean flag) { argument
172 mStrict = flag;
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DCallbackProxy.java526 public void setXSSAuditorEnabled(boolean flag) { argument
527 obtainMessage(SET_XSS_AUDITOR_ENABLED, flag ? 1 : 0, 0).sendToTarget();
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86RelocationFactory.cpp259 // If the flag of target section is not ALLOC, we will not scan this relocation
261 if (0x0 == (llvm::ELF::SHF_ALLOC & target_sect->flag())) {
311 // If the flag of target section is not ALLOC, we will not scan this relocation
313 if (0x0 == (llvm::ELF::SHF_ALLOC & target_sect->flag())) {
/frameworks/base/media/java/android/media/videoeditor/
H A DMediaItem.java471 * @param flag The flag to indicate if regeneration of clip is true or
474 void setRegenerateClip(boolean flag) { argument
475 mRegenerateClip = flag;
479 * @return flag The flag to indicate if regeneration of clip is true or
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
H A DarmVC.h98 * [in] ACPredFlag a flag indicating if AC prediction should be
103 * [in] flag This flag defines the if one wants to use this functions to
131 OMX_U8 flag,
251 * [in] shortVideoHeader binary flag indicating presence of short_video_header; escape modes 0-3 are used if shortVideoHeader==0,
289 * [in] last status of the last flag
325 * [in] shortVideoHeader binary flag indicating presence of short_video_header; escape modes 0-3 are used if shortVideoHeader==0,
329 * [in/out] pLast pointer to last status flag
398 * [in] shortVideoHeader binary flag indicating presence of short_video_header; escape modes 0-3 are used if shortVideoHeader==0,
482 * [in] last status of the last flag
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
H A DarmVC.h98 * [in] ACPredFlag a flag indicating if AC prediction should be
103 * [in] flag This flag defines the if one wants to use this functions to
131 OMX_U8 flag,
251 * [in] shortVideoHeader binary flag indicating presence of short_video_header; escape modes 0-3 are used if shortVideoHeader==0,
289 * [in] last status of the last flag
325 * [in] shortVideoHeader binary flag indicating presence of short_video_header; escape modes 0-3 are used if shortVideoHeader==0,
329 * [in/out] pLast pointer to last status flag
398 * [in] shortVideoHeader binary flag indicating presence of short_video_header; escape modes 0-3 are used if shortVideoHeader==0,
482 * [in] last status of the last flag
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
H A DarmVC.h98 * [in] ACPredFlag a flag indicating if AC prediction should be
103 * [in] flag This flag defines the if one wants to use this functions to
131 OMX_U8 flag,
251 * [in] shortVideoHeader binary flag indicating presence of short_video_header; escape modes 0-3 are used if shortVideoHeader==0,
289 * [in] last status of the last flag
325 * [in] shortVideoHeader binary flag indicating presence of short_video_header; escape modes 0-3 are used if shortVideoHeader==0,
329 * [in/out] pLast pointer to last status flag
398 * [in] shortVideoHeader binary flag indicating presence of short_video_header; escape modes 0-3 are used if shortVideoHeader==0,
482 * [in] last status of the last flag
[all...]
/frameworks/base/core/java/android/app/
H A DInstrumentation.java732 * @param flag Additional flags, if any.
737 int id, int flag) {
761 MenuRunnable mr = new MenuRunnable(targetActivity, id, flag);
772 * @param flag Additional flags, if any.
776 public boolean invokeContextMenuAction(Activity targetActivity, int id, int flag) { argument
823 ContextMenuRunnable cmr = new ContextMenuRunnable(targetActivity, id, flag);
736 invokeMenuActionSync(Activity targetActivity, int id, int flag) argument
H A DDialog.java67 * WindowManager.LayoutParams.FLAG_ALT_FOCUSABLE_IM} window flag (assuming
1078 public void setCancelable(boolean flag) { argument
1079 mCancelable = flag;
/frameworks/base/icu4j/java/android/icu/text/
H A DArabicShaping.java396 * Deshaping Mode: Perform the same function as the flag equals LAMALEF_END.
1726 int flag = specialChar(dest[i]);
1732 if (flag == 1) {
1734 } else if (flag == 2) {
1748 if (flag == 2) {
1854 /* Call the shaping function with tashkeel flag == 2 for removal of tashkeel */
1857 //default Call the shaping function with tashkeel flag == 1 */
/frameworks/base/tools/obbtool/
H A DMain.cpp81 " -o sets the OBB overlay flag\n"
197 if (longopts[option_index].flag)
/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp214 pInputSectHdr.flag());
H A DELFWriter.cpp203 shdr[sectIdx].sh_flags = ld_sect->flag();
236 shdr[sectIdx].sh_flags = ld_sect->flag();
276 phdr[index].p_flags = (*seg).flag();
307 phdr[index].p_flags = (*seg).flag();
/frameworks/base/media/java/android/media/
H A DMiniThumbFile.java246 if (size > 1 + 8 + 4) { // flag, magic, length
248 byte flag = mBuffer.get();
/frameworks/av/services/camera/libcameraservice/
H A DCamera2Client.cpp574 void Camera2Client::setPreviewCallbackFlag(int flag) { argument
576 ALOGV("%s: Camera %d: Flag 0x%x", __FUNCTION__, mCameraId, flag);
582 setPreviewCallbackFlagL(l.mParameters, flag);
585 void Camera2Client::setPreviewCallbackFlagL(Parameters &params, int flag) { argument
587 if (flag & CAMERA_FRAME_CALLBACK_FLAG_ONE_SHOT_MASK) {
591 if (params.previewCallbackFlags != (uint32_t)flag) {
592 params.previewCallbackFlags = flag;
/frameworks/base/core/java/android/widget/
H A DAdapterViewAnimator.java195 boolean flag = a.getBoolean(
197 setAnimateFirstView(flag);
/frameworks/base/core/java/com/android/internal/widget/
H A DTransportControlView.java325 private static void setVisibilityBasedOnFlag(View view, int flags, int flag) { argument
326 if ((flags & flag) != 0) {
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardTransportControlView.java341 private static void setVisibilityBasedOnFlag(View view, int flags, int flag) { argument
342 if ((flags & flag) != 0) {
/frameworks/native/opengl/libagl/
H A Dstate.cpp322 // If more than one flag has recorded an error, glGetError returns
323 // and clears an arbitrary error flag value. Thus, glGetError should
534 void glDepthMask(GLboolean flag) { argument
536 c->rasterizer.procs.depthMask(c, flag);
/frameworks/base/media/libdrm/mobile1/src/objmng/
H A Ddrm_api.c155 /* check if it is DRM Message, only check the first two bytes, it must be the start flag of boundary: "--" */
511 int32_t flag = DRM_FAILURE; local
636 flag =
641 flag =
647 flag =
653 flag =
688 /* If the flag is TRUE, this means: we have found a valid RO, so break, no need to check other RO */
689 if (DRM_SUCCESS == flag)
698 flag = DRM_FAILURE;
703 return flag;
[all...]
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFilter.java440 final synchronized void unsetStatus(int flag) { argument
441 mStatus &= ~flag;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra_s.s43 ; * [in] ACPredFlag a flag indicating if AC prediction should be
184 CMP ACPredFlag,#1 ;// Check if the AC prediction flag is set or not
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocationFactory.cpp223 // If the flag of target section is not ALLOC, we will not scan this relocation
225 if (0x0 == (llvm::ELF::SHF_ALLOC & target_sect->flag())) {
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorClasses.h477 bool flag);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra_s.s43 ; * [in] ACPredFlag a flag indicating if AC prediction should be
211 CMP ACPredFlag,#1 ;// Check if the AC prediction flag is set or not

Completed in 368 milliseconds

12345