Searched refs:flag (Results 1 - 25 of 106) sorted by relevance

12345

/frameworks/base/core/java/android/net/
H A DInterfaceConfiguration.java52 public boolean hasFlag(String flag) { argument
53 validateFlag(flag);
54 return mFlags.contains(flag);
57 public void clearFlag(String flag) { argument
58 validateFlag(flag);
59 mFlags.remove(flag);
62 public void setFlag(String flag) { argument
63 validateFlag(flag);
64 mFlags.add(flag);
134 for (String flag
159 validateFlag(String flag) argument
[all...]
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_dct_16.h81 void pvmp3_dct_16(int32 vec[], int32 flag);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra.c49 * ACPredFlag - a flag indicating if AC prediction should be performed. It
89 OMX_U8 flag; local
103 flag = 0;
114 flag,
H A DarmVCM4P2_ACDCPredict.c48 * [in] ACPredFlag a flag indicating if AC prediction should be
53 * [in] flag This flag defines the if one wants to use this functions to
81 OMX_U8 flag,
158 if (flag)
187 if (flag)
220 if (flag)
71 armVCM4P2_ACDCPredict( OMX_S16 * pSrcDst, OMX_S16 * pPreACPredict, OMX_S16 * pPredBufRow, OMX_S16 * pPredBufCol, OMX_INT curQP, OMX_INT predQP, OMX_INT predDir, OMX_INT ACPredFlag, OMXVCM4P2VideoComponent videoComp, OMX_U8 flag, OMX_INT *pSumErr ) argument
H A DomxVCM4P2_TransRecBlockCoef_intra.c55 * pSumErr - pointer to a flag indicating whether or not AC prediction is
75 * shortVideoHeader - binary flag indicating presence of
143 OMX_U8 flag; local
220 flag = 1;
240 flag,
/frameworks/base/cmds/svc/src/com/android/commands/svc/
H A DDataCommand.java47 boolean flag = false;
49 flag = true;
52 flag = false;
68 if (flag) {
H A DWifiCommand.java47 boolean flag = false;
49 flag = true;
52 flag = false;
68 wifiMgr.setWifiEnabled(flag);
/frameworks/compile/mclinker/lib/LD/
H A DELFSegmentFactory.cpp41 ((*segment).flag() & pFlagSet) == pFlagSet &&
42 ((*segment).flag() & pFlagClear) == 0x0) {
57 ((*segment).flag() & pFlagSet) == pFlagSet &&
58 ((*segment).flag() & pFlagClear) == 0x0) {
/frameworks/base/core/java/android/webkit/
H A DWebSettingsClassic.java1050 public synchronized void setLoadsImagesAutomatically(boolean flag) { argument
1051 if (mLoadsImagesAutomatically != flag) {
1052 mLoadsImagesAutomatically = flag;
1069 public synchronized void setBlockNetworkImage(boolean flag) { argument
1070 if (mBlockNetworkImage != flag) {
1071 mBlockNetworkImage = flag;
1088 public synchronized void setBlockNetworkLoads(boolean flag) { argument
1089 if (mBlockNetworkLoads != flag) {
1090 mBlockNetworkLoads = flag;
1121 public synchronized void setJavaScriptEnabled(boolean flag) { argument
1133 setAllowUniversalAccessFromFileURLs(boolean flag) argument
1144 setAllowFileAccessFromFileURLs(boolean flag) argument
1155 setHardwareAccelSkiaEnabled(boolean flag) argument
1173 setShowVisualIndicator(boolean flag) argument
1192 setPluginsEnabled(boolean flag) argument
1243 setAppCacheEnabled(boolean flag) argument
1278 setDatabaseEnabled(boolean flag) argument
1289 setDomStorageEnabled(boolean flag) argument
1326 setWorkersEnabled(boolean flag) argument
1337 setGeolocationEnabled(boolean flag) argument
1349 setXSSAuditorEnabled(boolean flag) argument
1359 setLinkPrefetchEnabled(boolean flag) argument
1420 setJavaScriptCanOpenWindowsAutomatically( boolean flag) argument
1527 setNeedInitialFocus(boolean flag) argument
1613 setPrivateBrowsingEnabled(boolean flag) argument
1636 setForceUserScalable(boolean flag) argument
1640 setSyntheticLinksEnabled(boolean flag) argument
[all...]
H A DWebSettings.java845 * @param flag whether the WebView should load image resources
847 public synchronized void setLoadsImagesAutomatically(boolean flag) { argument
868 * will also prevent network images from loading, even if this flag is set
873 * @param flag whether the WebView should not load image resources from the
877 public synchronized void setBlockNetworkImage(boolean flag) { argument
905 * @param flag whether the WebView should not load any resources from the
909 public synchronized void setBlockNetworkLoads(boolean flag) { argument
927 * @param flag true if the WebView should execute JavaScript
929 public synchronized void setJavaScriptEnabled(boolean flag) { argument
945 * @param flag whethe
948 setAllowUniversalAccessFromFileURLs(boolean flag) argument
966 setAllowFileAccessFromFileURLs(boolean flag) argument
976 setPluginsEnabled(boolean flag) argument
1043 setAppCacheEnabled(boolean flag) argument
1081 setDatabaseEnabled(boolean flag) argument
1090 setDomStorageEnabled(boolean flag) argument
1130 setGeolocationEnabled(boolean flag) argument
1207 setJavaScriptCanOpenWindowsAutomatically(boolean flag) argument
1277 setNeedInitialFocus(boolean flag) argument
[all...]
/frameworks/av/media/libstagefright/timedtext/
H A DTimedText3GPPSource.cpp69 int32_t flag = TextDescriptions::LOCAL_DESCRIPTIONS; local
80 flag |= TextDescriptions::IN_BAND_TEXT_3GPP;
82 (const uint8_t *)data, size, flag, timeUs / 1000, parcel);
93 int32_t flag = TextDescriptions::GLOBAL_DESCRIPTIONS; local
108 flag |= TextDescriptions::IN_BAND_TEXT_3GPP;
110 (const uint8_t *)data, size, flag, 0, parcel);
/frameworks/av/include/media/stagefright/
H A DMediaExtractor.h59 void setDrmFlag(bool flag) { argument
60 mIsDrm = flag;
/frameworks/base/core/java/android/service/dreams/
H A DDreamService.java441 * @hide There is no reason to have this -- dreams can set this flag
447 int flag = View.SYSTEM_UI_FLAG_LOW_PROFILE;
448 applySystemUiVisibilityFlags(mLowProfile ? flag : 0, flag);
465 * @param fullscreen If true, the fullscreen flag will be set; else it
470 int flag = WindowManager.LayoutParams.FLAG_FULLSCREEN;
471 applyWindowFlags(mFullscreen ? flag : 0, flag);
490 int flag = WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON;
491 applyWindowFlags(mScreenBright ? flag
703 getWindowFlagValue(int flag, boolean defaultValue) argument
716 getSystemUiVisibilityFlagValue(int flag, boolean defaultValue) argument
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDSection.h57 /// flag - An integer describes miscellaneous attributes.
60 uint32_t flag() const function in class:mcld::LDSection
125 void setFlag(uint32_t flag) argument
126 { m_Flag = flag; }
/frameworks/base/core/java/android/bluetooth/
H A DIBluetooth.aidl80 ParcelFileDescriptor connectSocket(in BluetoothDevice device, int type, in ParcelUuid uuid, int port, int flag);
81 ParcelFileDescriptor createSocketChannel(int type, in String serviceName, in ParcelUuid uuid, int port, int flag);
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DLayoutTestController.java73 public void setXSSAuditorEnabled(boolean flag); argument
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DLayoutTestController.java109 public void setXSSAuditorEnabled(boolean flag) { argument
110 mLayoutTestsExecutor.setXSSAuditorEnabled(flag);
/frameworks/ex/common/java/com/android/common/widget/
H A DCompositeCursorAdapter.java139 public void setHasHeader(int partitionIndex, boolean flag) { argument
140 mPartitions[partitionIndex].hasHeader = flag;
144 public void setShowIfEmpty(int partitionIndex, boolean flag) { argument
145 mPartitions[partitionIndex].showIfEmpty = flag;
515 public void setNotificationsEnabled(boolean flag) { argument
516 mNotificationsEnabled = flag;
517 if (flag && mNotificationNeeded) {
/frameworks/base/core/java/android/view/
H A DWindow.java702 * Convenience function to set the flag bits as specified in flags, as
704 * @param flags The flag bits to be set.
713 * Convenience function to clear the flag bits as specified in flags, as
715 * @param flags The flag bits to be cleared.
738 * @param mask Which of the window flag bits to modify.
860 final int flag = 1<<featureId;
861 mFeatures |= flag;
862 mLocalFeatures |= mContainer != null ? (flag&~mContainer.mFeatures) : flag;
863 return (mFeatures&flag) !
[all...]
/frameworks/compile/mclinker/lib/Support/
H A DFileHandle.cpp232 int prot, flag; local
236 flag = MAP_FILE | MAP_PRIVATE;
241 flag = MAP_FILE | MAP_SHARED;
246 flag = MAP_FILE | MAP_SHARED;
254 pMemBuffer = ::mmap(NULL, pLength, prot, flag, m_Handler, pStartOffset);
/frameworks/support/v4/java/android/support/v4/accessibilityservice/
H A DAccessibilityServiceInfoCompat.java220 * Returns the string representation of a flag. For example,
224 * @param flag The flag.
227 public static String flagToString(int flag) { argument
228 switch (flag) {
/frameworks/base/voip/java/android/net/sip/
H A DSipProfile.java250 * Sets the send keep-alive flag.
252 * @param flag true if sending keep-alive message is required,
256 public Builder setSendKeepAlive(boolean flag) { argument
257 mProfile.mSendKeepAlive = flag;
263 * Sets the auto. registration flag.
265 * @param flag true if the profile will be registered automatically,
269 public Builder setAutoRegistration(boolean flag) { argument
270 mProfile.mAutoRegistration = flag;
464 * Gets the flag of 'Sending keep-alive'.
466 * @return the flag o
[all...]
/frameworks/base/core/java/android/content/
H A DIContentService.aidl113 void setMasterSyncAutomatically(boolean flag);
/frameworks/opt/telephony/mockril/src/com/android/internal/telephony/mockril/
H A DMockRilController.java173 * Set call transition flag to the Mock Ril
175 * @param flag is a boolean value for the call transiton flag
178 * @return true if the request is successful, false if it failed to set the flag
180 public boolean setCallTransitionFlag(boolean flag) { argument
183 req.setFlag(flag);
193 * Set the dialing call to alert if the call transition flag is true
206 * Set the alert call to active if the call transition flag is true
/frameworks/base/media/libdrm/mobile1/src/parser/
H A Dparser_rel.c242 int32_t flag = 0; local
296 flag = 1;
319 flag = 2;
412 flag = 3;
454 flag = 3;
476 flag = 3;
498 flag = 3;
501 if (2 == flag)

Completed in 1060 milliseconds

12345