Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/util/jar/
DStrictJarManifest.java31 import java.util.jar.Attributes;
48 static final Attributes.Name ATTRIBUTE_NAME_NAME = new Attributes.Name("Name");
50 private final Attributes mainAttributes;
51 private final HashMap<String, Attributes> entries;
75 entries = new HashMap<String, Attributes>(); in StrictJarManifest()
76 mainAttributes = new Attributes(); in StrictJarManifest()
102 mainAttributes = (Attributes) man.mainAttributes.clone(); in StrictJarManifest()
103 entries = (HashMap<String, Attributes>) ((HashMap<String, Attributes>) man in StrictJarManifest()
133 public Attributes getAttributes(String name) { in getAttributes()
143 public Map<String, Attributes> getEntries() { in getEntries()
[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()
66 Attributes entry = entries.get(entryNameValue); in readEntries()
68 entry = new Attributes(12); in readEntries()
131 name = new Attributes.Name(nameString); in readName()
DStrictJarVerifier.java39 import java.util.jar.Attributes;
87 private final Hashtable<String, HashMap<String, Attributes>> signatures =
88 new Hashtable<String, HashMap<String, Attributes>>(5);
213 Attributes attributes = manifest.getAttributes(name); in initEntry()
220 … Iterator<Map.Entry<String, HashMap<String, Attributes>>> it = signatures.entrySet().iterator(); in initEntry()
222 Map.Entry<String, HashMap<String, Attributes>> entry = it.next(); in initEntry()
223 HashMap<String, Attributes> hm = entry.getValue(); in initEntry()
379 Attributes attributes = new Attributes(); in verifyCertificate()
380 HashMap<String, Attributes> entries = new HashMap<String, Attributes>(); in verifyCertificate()
439 if (attributes.get(Attributes.Name.SIGNATURE_VERSION) == null) { in verifyCertificate()
[all …]
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DSerializer.cpp72 struct Attributes struct
103 struct Attributes struct
118 struct Attributes struct
137 struct Attributes struct
159 struct Attributes struct
182 struct Attributes struct
199 struct Attributes struct
221 struct Attributes struct
286 std::string name = getXmlAttribute(child, Trait::Attributes::referenceName); in getReference()
337 std::string mode = getXmlAttribute(cur, Attributes::mode); in deserialize()
[all …]
/frameworks/av/services/audiopolicy/engine/config/src/
DEngineConfig.cpp59 struct Attributes { struct
71 struct Attributes { struct
80 struct Attributes { struct
92 struct Attributes { struct
104 struct Attributes { struct
118 struct Attributes { struct
131 struct Attributes { struct
301 std::string name = getXmlAttribute(child, Attributes::name); in deserialize()
303 ALOGV("AttributesGroupTraits No attribute %s found", Attributes::name); in deserialize()
305 ALOGV("%s: %s = %s", __FUNCTION__, Attributes::name, name.c_str()); in deserialize()
[all …]
/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/av/media/libmedia/include/media/
DMediaCodecInfo.h56 enum Attributes : int32_t { enum
192 Attributes getAttributes() const;
234 Attributes mAttributes;
293 void setAttributes(typename std::underlying_type<MediaCodecInfo::Attributes>::type attributes);
/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/av/media/libmedia/
DMediaCodecInfo.cpp145 MediaCodecInfo::Attributes MediaCodecInfo::getAttributes() const { in getAttributes()
185 Attributes attributes = static_cast<Attributes>(parcel.readInt32()); in FromParcel()
239 : mAttributes((MediaCodecInfo::Attributes)0), in MediaCodecInfo()
256 typename std::underlying_type<MediaCodecInfo::Attributes>::type attributes) { in setAttributes()
257 mInfo->mAttributes = (MediaCodecInfo::Attributes)attributes; in setAttributes()
/frameworks/av/drm/libmediadrm/protos/
Dmetrics.proto28 // Attributes are associated with a recorded value. E.g. A counter may
31 message Attributes { message
50 optional Attributes attributes = 2;
64 optional Attributes attributes = 6;
/frameworks/base/wifi/java/android/net/wifi/hotspot2/omadm/
DXMLParser.java19 import org.xml.sax.Attributes;
78 public void startElement(String uri, String localName, String qName, Attributes attributes) in startElement()
/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/base/core/java/android/text/
DHtml.java46 import org.xml.sax.Attributes;
781 private void handleStartTag(String tag, Attributes attributes) { in handleStartTag()
956 private static void startBlockElement(Editable text, Attributes attributes, int margin) { in startBlockElement()
996 private void startLi(Editable text, Attributes attributes) { in startLi()
1008 private void startBlockquote(Editable text, Attributes attributes) { in startBlockquote()
1018 private void startHeading(Editable text, Attributes attributes, int level) { in startHeading()
1073 private void startCssStyle(Editable text, Attributes attributes) { in startCssStyle()
1119 private static void startImg(Editable text, Attributes attributes, Html.ImageGetter img) { in startImg()
1140 private void startFont(Editable text, Attributes attributes) { in startFont()
1169 private static void startA(Editable text, Attributes attributes) { in startA()
[all …]
/frameworks/base/tools/powermodel/src/com/android/powermodel/
DPowerProfile.java29 import org.xml.sax.Attributes;
320 Attributes attr) throws SAXException { in startElement()
437 private void saveNameAttribute(Attributes attr) throws SAXParseException { in saveNameAttribute()
/frameworks/native/opengl/specs/
DEGL_ANDROID_front_buffer_auto_refresh.txt57 "Surface Attributes", page 43:
DEGL_ANDROID_get_frame_timestamps.txt101 "Surface Attributes", page 43:
/frameworks/av/media/libstagefright/
DOmxInfoBuilder.cpp191 typename std::underlying_type<MediaCodecInfo::Attributes>::type attrs = 0; in buildMediaCodecList()
/frameworks/opt/telephony/proto/src/
DcarrierId.proto49 // Attributes used to match a carrier.
/frameworks/compile/mclinker/lib/Script/
DScriptParser.yy164 /* Output Section Attributes */
384 /* Output Section Attributes */
DScriptScanner.ll153 /* Output Section Attributes */
/frameworks/av/media/codec2/sfplugin/
DCodec2InfoBuilder.cpp472 typename std::underlying_type<MediaCodecInfo::Attributes>::type attrs = 0; in buildMediaCodecList()
/frameworks/base/core/proto/android/service/
Dprint.proto375 // Attributes of the job
/frameworks/base/media/java/android/media/
DMediaScanner.java56 import org.xml.sax.Attributes;
1849 public void start(Attributes attributes) {

12