Home
last modified time | relevance | path

Searched defs:attributes (Results 1 – 24 of 24) sorted by relevance

/frameworks/base/sax/java/android/sax/
DRootElement.java111 Attributes attributes) throws SAXException { in startElement()
140 void startRoot(String uri, String localName, Attributes attributes) in startRoot()
153 void start(Element e, Attributes attributes) { in start()
DStartElementListener.java31 void start(Attributes attributes); in start()
/frameworks/base/libs/hwui/
DProgram.h132 KeyedVector<const char*, int> attributes; variable
/frameworks/base/sax/tests/saxtests/src/android/sax/
DSafeSaxTest.java58 public void start(Attributes attributes) { in start()
71 public void start(Attributes attributes) { in start()
339 public void start(Attributes attributes) { in start()
363 Attributes attributes) throws SAXException { in startElement()
/frameworks/base/opengl/tests/configdump/
Dconfigdump.cpp29 Attribute attributes[] = { variable
/frameworks/base/drm/java/android/drm/
DDrmInfoEvent.java74 HashMap<String, Object> attributes) { in DrmInfoEvent()
DDrmErrorEvent.java84 HashMap<String, Object> attributes) { in DrmErrorEvent()
DDrmEvent.java59 HashMap<String, Object> attributes) { in DrmEvent()
DDrmManagerClient.java124 HashMap<String, Object> attributes = new HashMap<String, Object>(); in handleMessage() local
/frameworks/base/core/java/android/hardware/usb/
DUsbEndpoint.java44 public UsbEndpoint(int address, int attributes, int maxPacketSize, int interval) { in UsbEndpoint()
/frameworks/base/core/java/android/text/
DHtml.java444 private void handleStartTag(String tag, Attributes attributes) { in handleStartTag()
600 Attributes attributes, Html.ImageGetter img) { in startImg()
622 Attributes attributes) { in startFont()
668 private static void startA(SpannableStringBuilder text, Attributes attributes) { in startA()
730 public void startElement(String uri, String localName, String qName, Attributes attributes) in startElement()
/frameworks/base/core/java/android/content/pm/
DManifestDigest.java36 static ManifestDigest fromAttributes(Attributes attributes) { in fromAttributes()
DPackageParser.java546 final Attributes attributes = manifest.getAttributes(name); in collectCertificates() local
/frameworks/base/services/java/com/android/server/usb/
DUsbHostManager.java133 int attributes = endpointValues[eval++]; in usbDeviceAdded() local
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeLayoutParamsMapAttributes.java36 public BridgeLayoutParamsMapAttributes(Map<String, String> attributes) { in BridgeLayoutParamsMapAttributes() argument
DBridgeContext.java743 TreeMap<Integer,String> attributes = new TreeMap<Integer, String>(); in searchAttrs() local
768 TreeMap<Integer,String> attributes = new TreeMap<Integer, String>(); in searchAttrs() local
/frameworks/base/opengl/tests/hwc/
DhwcTestLib.cpp555 } attributes[] = { in hwcTestColor2Pixel() local
609 } attributes[] = { in hwcTestSetPixel() local
803 } attributes[] = { in hwcTestColorConvert() local
/frameworks/base/core/java/android/widget/
DRadioGroup.java79 TypedArray attributes = context.obtainStyledAttributes( in RadioGroup() local
DSpellChecker.java213 final int attributes = suggestionsInfo.getSuggestionsAttributes(); in onGetSuggestions() local
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DFontLoader.java206 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement()
/frameworks/base/opengl/tests/gldual/src/com/android/gldual/
DGLDualGL2View.java192 int[] attributes = { in printConfig() local
/frameworks/base/opengl/tests/gl2_jni/src/com/android/gl2jni/
DGL2JNIView.java189 int[] attributes = { in printConfig() local
/frameworks/base/opengl/tests/gl_perfapp/src/com/android/glperf/
DGLPerfView.java189 int[] attributes = { in printConfig() local
/frameworks/base/tools/localize/
DXMLHandler.cpp174 vector<vector<XMLAttribute>*> attributes; member
493 vector<XMLAttribute> attributes; in start_element_handler() local