Home
last modified time | relevance | path

Searched refs:Attributes (Results 1 – 25 of 39) sorted by relevance

12

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DSerializer.cpp117 const char AudioGainTraits::Attributes::mode[] = "mode";
118 const char AudioGainTraits::Attributes::channelMask[] = "channel_mask";
119 const char AudioGainTraits::Attributes::minValueMB[] = "minValueMB";
120 const char AudioGainTraits::Attributes::maxValueMB[] = "maxValueMB";
121 const char AudioGainTraits::Attributes::defaultValueMB[] = "defaultValueMB";
122 const char AudioGainTraits::Attributes::stepValueMB[] = "stepValueMB";
123 const char AudioGainTraits::Attributes::minRampMs[] = "minRampMs";
124 const char AudioGainTraits::Attributes::maxRampMs[] = "maxRampMs";
132 string mode = getXmlAttribute(root, Attributes::mode); in deserialize()
137 string channelsLiteral = getXmlAttribute(root, Attributes::channelMask); in deserialize()
[all …]
/frameworks/base/core/java/android/util/jar/
DStrictJarManifest.java31 import java.util.jar.Attributes;
47 private final Attributes mainAttributes;
48 private final HashMap<String, Attributes> entries;
72 entries = new HashMap<String, Attributes>(); in StrictJarManifest()
73 mainAttributes = new Attributes(); in StrictJarManifest()
99 mainAttributes = (Attributes) man.mainAttributes.clone(); in StrictJarManifest()
100 entries = (HashMap<String, Attributes>) ((HashMap<String, Attributes>) man in StrictJarManifest()
130 public Attributes getAttributes(String name) { in getAttributes()
140 public Map<String, Attributes> getEntries() { in getEntries()
150 public Attributes getMainAttributes() { in getMainAttributes()
[all …]
DStrictJarManifestReader.java25 import java.util.jar.Attributes;
34 …private final HashMap<String, Attributes.Name> attributeNameCache = new HashMap<String, Attributes
44 private Attributes.Name name;
50 public StrictJarManifestReader(byte[] buf, Attributes main) throws IOException { in StrictJarManifestReader()
58 …public void readEntries(Map<String, Attributes> entries, Map<String, StrictJarManifest.Chunk> chun… in readEntries()
61 if (!Attributes.Name.NAME.equals(name)) { in readEntries()
66 Attributes entry = entries.get(entryNameValue); in readEntries()
68 entry = new Attributes(12); in readEntries()
131 name = new Attributes.Name(nameString); in readName()
DStrictJarVerifier.java38 import java.util.jar.Attributes;
79 private final Hashtable<String, HashMap<String, Attributes>> signatures =
80 new Hashtable<String, HashMap<String, Attributes>>(5);
205 Attributes attributes = manifest.getAttributes(name); in initEntry()
212 … Iterator<Map.Entry<String, HashMap<String, Attributes>>> it = signatures.entrySet().iterator(); in initEntry()
214 Map.Entry<String, HashMap<String, Attributes>> entry = it.next(); in initEntry()
215 HashMap<String, Attributes> hm = entry.getValue(); in initEntry()
371 Attributes attributes = new Attributes(); in verifyCertificate()
372 HashMap<String, Attributes> entries = new HashMap<String, Attributes>(); in verifyCertificate()
420 if (attributes.get(Attributes.Name.SIGNATURE_VERSION) == null) { in verifyCertificate()
[all …]
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DSerializer.h37 struct Attributes struct
68 struct Attributes struct
90 struct Attributes struct
113 struct Attributes struct
136 struct Attributes struct
161 struct Attributes struct
183 struct Attributes struct
197 struct Attributes struct
/frameworks/base/sax/tests/saxtests/src/android/sax/
DSafeSaxTest.java33 import org.xml.sax.Attributes;
58 public void start(Attributes attributes) { in start()
71 public void start(Attributes attributes) { in start()
245 public void start(Attributes attributes) { in newContentHandler()
255 public void start(Attributes attributes) { in newContentHandler()
265 public void start(Attributes attributes) { in newContentHandler()
303 public void start(Attributes attributes) { in newContentHandler()
312 public void start(Attributes attributes) { in newContentHandler()
321 public void start(Attributes attributes) { in newContentHandler()
339 public void start(Attributes attributes) { in start()
[all …]
/frameworks/base/sax/java/android/sax/
DRootElement.java20 import org.xml.sax.Attributes;
111 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.java19 import org.xml.sax.Attributes;
31 void start(Attributes attributes); in start()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DGraphReader.java30 import org.xml.sax.Attributes;
245 public void startElement(String uri, String localName, String qName, Attributes attr) in startElement()
278 private void addImportCommand(Attributes attributes) throws SAXException { in addImportCommand()
283 private void addLibraryCommand(Attributes attributes) throws SAXException { in addLibraryCommand()
288 private void addConnectCommand(Attributes attributes) { in addConnectCommand()
354 private void addVarCommand(Attributes attributes) throws SAXException { in addVarCommand()
371 private void beginFilter(Attributes attributes) throws SAXException { in beginFilter()
381 private void addFilterInput(Attributes attributes) throws SAXException { in addFilterInput()
409 private static Object getAssignmentValue(Attributes attributes) { in getAssignmentValue()
433 private static String getRequiredAttribute(Attributes attributes, String name) in getRequiredAttribute()
/frameworks/base/core/java/android/content/
DDefaultDataHandler.java22 import org.xml.sax.Attributes;
99 private void parseRow(Attributes atts) throws SAXException { in parseRow()
134 Attributes atts) throws SAXException { in startElement()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
DOMAParser.java3 import org.xml.sax.Attributes;
43 public void startElement(String uri, String localName, String qName, Attributes attributes) in startElement()
DXMLNode.java3 import org.xml.sax.Attributes;
37 public XMLNode(XMLNode parent, String tag, Attributes attributes) throws SAXException { in XMLNode()
/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
DOMAParser.java3 import org.xml.sax.Attributes;
38 public void startElement(String uri, String localName, String qName, Attributes attributes) in startElement()
DXMLNode.java3 import org.xml.sax.Attributes;
36 public XMLNode(XMLNode parent, String tag, Attributes attributes) throws SAXException { in XMLNode()
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
DXMLParser.java5 import org.xml.sax.Attributes;
39 public void startElement(String uri, String localName, String qName, Attributes attributes) in startElement()
/frameworks/base/core/java/android/text/
DHtml.java22 import org.xml.sax.Attributes;
791 private void handleStartTag(String tag, Attributes attributes) { in handleStartTag()
966 private static void startBlockElement(Editable text, Attributes attributes, int margin) { in startBlockElement()
1006 private void startLi(Editable text, Attributes attributes) { in startLi()
1018 private void startBlockquote(Editable text, Attributes attributes) { in startBlockquote()
1028 private void startHeading(Editable text, Attributes attributes, int level) { in startHeading()
1083 private void startCssStyle(Editable text, Attributes attributes) { in startCssStyle()
1129 private static void startImg(Editable text, Attributes attributes, Html.ImageGetter img) { in startImg()
1150 private void startFont(Editable text, Attributes attributes) { in startFont()
1179 private static void startA(Editable text, Attributes attributes) { in startA()
[all …]
/frameworks/base/tools/preload2/src/com/android/preload/
DDumpDataIO.java19 import org.xml.sax.Attributes;
94 public void startElement(String uri, String localName, String qName, Attributes attributes) in startElement()
/frameworks/base/docs/html/training/custom-views/
Dcreate-view.jd17 <li><a href="#customattr">Define Custom Attributes</a></li>
18 <li><a href="#applyattr">Apply Custom Attributes to a View</a></li>
76 <h2 id="customattr">Define Custom Attributes</h2>
159 <h2 id="applyattr">Apply Custom Attributes</h2>
213 <p>Attributes are a powerful way of controlling the behavior and appearance of views, but
/frameworks/native/opengl/specs/
DEGL_ANDROID_front_buffer_auto_refresh.txt57 "Surface Attributes", page 43:
/frameworks/base/docs/html/guide/topics/manifest/
Duses-permission-sdk-23-element.jd55 <dt>Attributes:</dt>
/frameworks/compile/mclinker/lib/Script/
DScriptParser.yy164 /* Output Section Attributes */
384 /* Output Section Attributes */
DScriptScanner.ll153 /* Output Section Attributes */
/frameworks/base/docs/html/preview/features/
Dsecurity-config.jd523 Attributes:
698 Attributes:
735 Attributes:
/frameworks/base/docs/html/guide/topics/connectivity/
Dbluetooth-le.jd19 <li><a href="#read">Reading BLE Attributes</a></li>
508 <h2 id="read">Reading BLE Attributes</h2>
/frameworks/base/media/java/android/media/
DMediaScanner.java53 import org.xml.sax.Attributes;
1776 public void start(Attributes attributes) {

12