Home
last modified time | relevance | path

Searched refs:getAttributes (Results 1 – 25 of 99) sorted by relevance

1234

/frameworks/compile/mclinker/lib/MC/
DCommandAction.cpp56 if (pBuilder.getAttributes().isStatic()) { in activate()
127 pBuilder.getAttributes().setWholeArchive(); in activate()
139 pBuilder.getAttributes().unsetWholeArchive(); in activate()
151 pBuilder.getAttributes().setAsNeeded(); in activate()
163 pBuilder.getAttributes().unsetAsNeeded(); in activate()
175 pBuilder.getAttributes().setAddNeeded(); in activate()
187 pBuilder.getAttributes().unsetAddNeeded(); in activate()
199 pBuilder.getAttributes().setDynamic(); in activate()
210 pBuilder.getAttributes().setStatic(); in activate()
DInputBuilder.cpp139 const AttributeProxy& InputBuilder::getAttributes() const { in getAttributes() function in mcld::InputBuilder
143 AttributeProxy& InputBuilder::getAttributes() { in getAttributes() function in mcld::InputBuilder
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
DSystemBarHelperTest.java96 window.getAttributes().systemUiVisibility); in testAddVisibilityFlagWindow()
108 window.getAttributes().systemUiVisibility); in testRemoveVisibilityFlagWindow()
120 window.getAttributes().systemUiVisibility); in testHideSystemBarsWindow()
139 window.getAttributes().systemUiVisibility); in testShowSystemBarsWindow()
178 final WindowManager.LayoutParams attrs = dialog.getWindow().getAttributes(); in testHideSystemBarsDialog()
187 dialog.getWindow().getAttributes().systemUiVisibility); in testHideSystemBarsDialog()
198 window.getAttributes().systemUiVisibility); in testSetBackButtonVisibleTrue()
209 0x456 | STATUS_BAR_DISABLE_BACK, window.getAttributes().systemUiVisibility); in testSetBackButtonVisibleFalse()
225 WindowManager.LayoutParams attrs = window.getAttributes(); in createWindowWithSystemUiVisibility()
/frameworks/base/tests/net/java/android/net/nsd/
DNsdServiceInfoTest.java147 assertTrue(attributedInfo.getAttributes().keySet().contains("adorable")); in testParcel()
148 String sound = new String(attributedInfo.getAttributes().get("sound"), "UTF-8"); in testParcel()
150 byte[] edgeCases = attributedInfo.getAttributes().get("edge cases"); in testParcel()
152 assertFalse(attributedInfo.getAttributes().keySet().contains("sticky")); in testParcel()
175 Map<String, byte[]> originalMap = original.getAttributes(); in checkParcelable()
176 Map<String, byte[]> resultMap = result.getAttributes(); in checkParcelable()
/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
DMgmtTreeRoot.java22 if (getAttributes() != null && !getAttributes().isEmpty()) { in toXml()
23 for (Map.Entry<String, String> avp : getAttributes().entrySet()) { in toXml()
/frameworks/base/core/java/android/view/
DWindow.java975 final WindowManager.LayoutParams attrs = getAttributes(); in setLayout()
993 final WindowManager.LayoutParams attrs = getAttributes(); in setGravity()
1005 final WindowManager.LayoutParams attrs = getAttributes(); in setType()
1022 final WindowManager.LayoutParams attrs = getAttributes(); in setFormat()
1041 final WindowManager.LayoutParams attrs = getAttributes(); in setWindowAnimations()
1054 final WindowManager.LayoutParams attrs = getAttributes(); in setSoftInputMode()
1111 final WindowManager.LayoutParams attrs = getAttributes(); in setFlags()
1118 final WindowManager.LayoutParams attrs = getAttributes(); in setPrivateFlags()
1127 final WindowManager.LayoutParams attrs = getAttributes(); in setNeedsMenuKey()
1156 final WindowManager.LayoutParams attrs = getAttributes(); in setColorMode()
[all …]
/frameworks/base/core/java/android/inputmethodservice/
DSoftInputWindow.java50 WindowManager.LayoutParams lp = getWindow().getAttributes(); in setToken()
112 WindowManager.LayoutParams lp = getWindow().getAttributes(); in setGravity()
119 return getWindow().getAttributes().gravity; in getGravity()
169 WindowManager.LayoutParams lp = getWindow().getAttributes(); in initDockWindow()
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/hp/
DHPRecommendationPlugin.java90 String pdls = MDnsUtils.getString(nsdServiceInfo.getAttributes().get(PDL_ATTRIBUTE)); in matchesCriteria()
91 …tils.equals(ATTRIBUTE_VALUE__TRUE, MDnsUtils.getString(nsdServiceInfo.getAttributes().get(MDNS_ATT… in matchesCriteria()
93 …sMobileSupport || isPrintSupported(MDnsUtils.getString(nsdServiceInfo.getAttributes().get(MDNS_ATT… in matchesCriteria()
DMDnsUtils.java39 Map<String,byte[]> attributes = networkDevice.getAttributes(); in isVendorPrinter()
51 Map<String,byte[]> attributes = networkDevice.getAttributes(); in getVendor()
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/xerox/
DMDnsUtils.java36 Map<String, byte[]> attributes = networkDevice.getAttributes(); in isVendorPrinter()
51 Map<String, byte[]> attributes = networkDevice.getAttributes(); in getVendor()
63 String pdls = MDnsUtils.getString(networkDevice.getAttributes().get(PDL_ATTRIBUTE)); in checkPDLSupport()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DSystemUIDialog.java49 WindowManager.LayoutParams attrs = getWindow().getAttributes(); in SystemUIDialog()
74 dialog.getWindow().getAttributes().privateFlags |= in setShowForAllUsers()
77 dialog.getWindow().getAttributes().privateFlags &= in setShowForAllUsers()
/frameworks/compile/mclinker/lib/Script/
DGroupCmd.cpp89 m_Builder.getAttributes().setAsNeeded(); in activate()
91 m_Builder.getAttributes().unsetAsNeeded(); in activate()
128 if (m_Builder.getAttributes().isStatic()) { in activate()
DInputCmd.cpp100 m_Builder.getAttributes().setAsNeeded(); in activate()
102 m_Builder.getAttributes().unsetAsNeeded(); in activate()
139 if (m_Builder.getAttributes().isStatic()) { in activate()
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/
DSdkUtil.java115 String classDesc = node.getAttributes().getNamedItem("name").getNodeValue(); in buildFullLookup()
126 String methodDesc = child.getAttributes().getNamedItem("name") in buildFullLookup()
154 final Node since = node.getAttributes().getNamedItem("since"); in getSince()
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
DOSUResponse.java36 throw new OMAException("Incomplete request: " + root.getAttributes()); in OSUResponse()
87 protected Map<String, String> getAttributes() { in getAttributes() method in OSUResponse
/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp163 if (m_InputBuilder.getAttributes().isStatic()) { in ReadInput()
237 m_InputBuilder.getAttributes().setWholeArchive(); in WholeArchive()
241 m_InputBuilder.getAttributes().unsetWholeArchive(); in NoWholeArchive()
245 m_InputBuilder.getAttributes().setAsNeeded(); in AsNeeded()
249 m_InputBuilder.getAttributes().unsetAsNeeded(); in NoAsNeeded()
253 m_InputBuilder.getAttributes().setAddNeeded(); in CopyDTNeeded()
257 m_InputBuilder.getAttributes().unsetAddNeeded(); in NoCopyDTNeeded()
261 m_InputBuilder.getAttributes().setDynamic(); in AgainstShared()
265 m_InputBuilder.getAttributes().setStatic(); in AgainstStatic()
/frameworks/base/services/usb/java/com/android/server/usb/descriptors/
DUsbEndpointDescriptor.java88 public byte getAttributes() { in getAttributes() method in UsbEndpointDescriptor
133 byte attributes = getAttributes(); in report()
/frameworks/compile/mclinker/include/mcld/MC/
DInputBuilder.h81 const AttributeProxy& getAttributes() const;
82 AttributeProxy& getAttributes();
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/google/
DCloudPrintPlugin.java86 new ArrayMap<>(nsdServiceInfo.getAttributes().size()); in CloudPrintPlugin()
87 for (Map.Entry<String, byte[]> entry : nsdServiceInfo.getAttributes() in CloudPrintPlugin()
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsImpl.java73 window.getAttributes().width = ViewGroup.LayoutParams.MATCH_PARENT; in showShutdownUi()
74 window.getAttributes().height = ViewGroup.LayoutParams.MATCH_PARENT; in showShutdownUi()
/frameworks/base/services/core/java/com/android/server/am/
DFactoryErrorDialog.java34 WindowManager.LayoutParams attrs = getWindow().getAttributes(); in FactoryErrorDialog()
/frameworks/base/core/java/android/service/dreams/
DDreamService.java978 WindowManager.LayoutParams lp = mWindow.getAttributes(); in attach()
1001 getWindowManager().addView(mWindow.getDecorView(), mWindow.getAttributes()); in attach()
1037 return mWindow == null ? defaultValue : (mWindow.getAttributes().flags & flag) != 0; in getWindowFlagValue()
1042 WindowManager.LayoutParams lp = mWindow.getAttributes(); in applyWindowFlags()
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/samsung/
DPrinterFilterMopria.java52 String pdls = MDNSUtils.getString(nsdServiceInfo.getAttributes().get(PDL_ATTRIBUTE)); in matchesCriteria()
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/mopria/
DMopriaRecommendationPlugin.java44 String pdls = MDnsUtils.getString(nsdServiceInfo.getAttributes().get(PDL_ATTRIBUTE)); in matchesCriteria()
/frameworks/compile/slang/BitWriter_2_9/
DValueEnumerator.cpp45 EnumerateAttributes(cast<Function>(I)->getAttributes()); in ValueEnumerator()
102 EnumerateAttributes(CI->getAttributes()); in ValueEnumerator()
104 EnumerateAttributes(II->getAttributes()); in ValueEnumerator()
486 EnumerateAttributes(F.getAttributes()); in incorporateFunction()

1234