Home
last modified time | relevance | path

Searched refs:getAttributes (Results 1 – 25 of 96) 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/src/com/android/setupwizardlib/test/
DSystemBarHelperTest.java79 window.getAttributes().systemUiVisibility); in testAddVisibilityFlagWindow()
90 window.getAttributes().systemUiVisibility); in testRemoveVisibilityFlagWindow()
101 window.getAttributes().systemUiVisibility); in testHideSystemBarsWindow()
119 window.getAttributes().systemUiVisibility); in testShowSystemBarsWindow()
156 final WindowManager.LayoutParams attrs = dialog.getWindow().getAttributes(); in testHideSystemBarsDialog()
165 dialog.getWindow().getAttributes().systemUiVisibility); in testHideSystemBarsDialog()
175 window.getAttributes().systemUiVisibility); in testSetBackButtonVisibleTrue()
185 0x456 | STATUS_BAR_DISABLE_BACK, window.getAttributes().systemUiVisibility); in testSetBackButtonVisibleFalse()
200 WindowManager.LayoutParams attrs = window.getAttributes(); in createWindowWithSystemUiVisibility()
/frameworks/base/tests/CoreTests/android/core/
DNsdServiceInfoTest.java120 assertTrue(attributedInfo.getAttributes().keySet().contains("adorable")); in testParcel()
121 String sound = new String(attributedInfo.getAttributes().get("sound"), "UTF-8"); in testParcel()
123 byte[] edgeCases = attributedInfo.getAttributes().get("edge cases"); in testParcel()
125 assertFalse(attributedInfo.getAttributes().keySet().contains("sticky")); in testParcel()
148 Map<String, byte[]> originalMap = original.getAttributes(); in checkParcelable()
149 Map<String, byte[]> resultMap = result.getAttributes(); in checkParcelable()
/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
DMgmtTreeRoot.java17 if (getAttributes() != null && !getAttributes().isEmpty()) { in toXml()
18 for (Map.Entry<String, String> avp : getAttributes().entrySet()) { in toXml()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
DManagementTreeRoot.java42 if (getAttributes() != null && !getAttributes().isEmpty()) { in toXml()
43 for (Map.Entry<String, String> avp : getAttributes().entrySet()) { in toXml()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DSystemUIDialog.java41 WindowManager.LayoutParams attrs = getWindow().getAttributes(); in SystemUIDialog()
64 dialog.getWindow().getAttributes().privateFlags |= in setShowForAllUsers()
67 dialog.getWindow().getAttributes().privateFlags &= in setShowForAllUsers()
/frameworks/base/core/java/android/view/
DWindow.java936 final WindowManager.LayoutParams attrs = getAttributes(); in setLayout()
954 final WindowManager.LayoutParams attrs = getAttributes(); in setGravity()
966 final WindowManager.LayoutParams attrs = getAttributes(); in setType()
983 final WindowManager.LayoutParams attrs = getAttributes(); in setFormat()
1002 final WindowManager.LayoutParams attrs = getAttributes(); in setWindowAnimations()
1015 final WindowManager.LayoutParams attrs = getAttributes(); in setSoftInputMode()
1072 final WindowManager.LayoutParams attrs = getAttributes(); in setFlags()
1079 final WindowManager.LayoutParams attrs = getAttributes(); in setPrivateFlags()
1088 final WindowManager.LayoutParams attrs = getAttributes(); in setNeedsMenuKey()
1111 final WindowManager.LayoutParams attrs = getAttributes(); in setDimAmount()
[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/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/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/samsung/
DMDnsUtils.java39 Map<String,byte[]> attributes = networkDevice.getAttributes(); in isVendorPrinter()
51 Map<String,byte[]> attributes = networkDevice.getAttributes(); in getVendor()
/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/compile/mclinker/include/mcld/MC/
DInputBuilder.h81 const AttributeProxy& getAttributes() const;
82 AttributeProxy& getAttributes();
/frameworks/base/core/java/android/service/dreams/
DDreamService.java976 WindowManager.LayoutParams lp = mWindow.getAttributes(); in attach()
999 getWindowManager().addView(mWindow.getDecorView(), mWindow.getAttributes()); in attach()
1027 return mWindow == null ? defaultValue : (mWindow.getAttributes().flags & flag) != 0; in getWindowFlagValue()
1032 WindowManager.LayoutParams lp = mWindow.getAttributes(); in applyWindowFlags()
/frameworks/base/services/core/java/com/android/server/am/
DFactoryErrorDialog.java34 WindowManager.LayoutParams attrs = getWindow().getAttributes(); in FactoryErrorDialog()
/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()
/frameworks/compile/slang/BitWriter_2_9_func/
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()
/frameworks/compile/slang/BitWriter_3_2/
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()
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
DStatusBarTest.java134 Log.d(TAG, "flags=" + Integer.toHexString(win.getAttributes().flags));
141 Log.d(TAG, "flags=" + Integer.toHexString(win.getAttributes().flags));

1234