/frameworks/base/core/java/android/util/jar/ |
D | StrictJarManifest.java | 31 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 …]
|
D | StrictJarManifestReader.java | 25 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()
|
D | StrictJarVerifier.java | 39 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/ |
D | Serializer.cpp | 72 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/ |
D | EngineConfig.cpp | 59 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/ |
D | SafeSaxTest.java | 33 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/ |
D | RootElement.java | 20 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()
|
D | StartElementListener.java | 19 import org.xml.sax.Attributes; 31 void start(Attributes attributes); in start()
|
/frameworks/av/media/libmedia/include/media/ |
D | MediaCodecInfo.h | 56 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/ |
D | GraphReader.java | 30 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/ |
D | MediaCodecInfo.cpp | 145 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/ |
D | metrics.proto | 28 // 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/ |
D | XMLParser.java | 19 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/ |
D | DefaultDataHandler.java | 22 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/ |
D | Html.java | 46 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/ |
D | PowerProfile.java | 29 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/ |
D | EGL_ANDROID_front_buffer_auto_refresh.txt | 57 "Surface Attributes", page 43:
|
D | EGL_ANDROID_get_frame_timestamps.txt | 101 "Surface Attributes", page 43:
|
/frameworks/av/media/libstagefright/ |
D | OmxInfoBuilder.cpp | 191 typename std::underlying_type<MediaCodecInfo::Attributes>::type attrs = 0; in buildMediaCodecList()
|
/frameworks/opt/telephony/proto/src/ |
D | carrierId.proto | 49 // Attributes used to match a carrier.
|
/frameworks/compile/mclinker/lib/Script/ |
D | ScriptParser.yy | 164 /* Output Section Attributes */ 384 /* Output Section Attributes */
|
D | ScriptScanner.ll | 153 /* Output Section Attributes */
|
/frameworks/av/media/codec2/sfplugin/ |
D | Codec2InfoBuilder.cpp | 472 typename std::underlying_type<MediaCodecInfo::Attributes>::type attrs = 0; in buildMediaCodecList()
|
/frameworks/base/core/proto/android/service/ |
D | print.proto | 375 // Attributes of the job
|
/frameworks/base/media/java/android/media/ |
D | MediaScanner.java | 56 import org.xml.sax.Attributes; 1849 public void start(Attributes attributes) {
|