Home
last modified time | relevance | path

Searched refs:XML (Results 1 – 25 of 74) sorted by relevance

123

/aosp12/system/media/camera/docs/
H A DREADME.md1 # Camera Metadata XML
3 This is a set of scripts to manipulate the camera metadata in an XML form.
6 Many files can be generated from XML, such as the documentation (html/pdf),
7 C code, Java code, and even XML itself (as a round-trip validity check).
11 * Beautiful Soup 4+ - HTML/XML parser, used to parse `metadata_definitions.xml`
14 * Tidy - Cleans up the XML/HTML files.
15 * XML Lint - Validates XML against XSD schema.
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherFiles.java16 private static final String XML = ".xml"; field in LauncherFiles
44 SHARED_PREFERENCES_KEY + XML,
46 MANAGED_USER_PREFERENCES_KEY + XML,
47 DEVICE_PREFERENCES_KEY + XML,
/aosp12/bionic/benchmarks/
H A DREADME.md27 ### XML suites
32 To choose a specific XML file, use the `--bionic_xml=FILE.XML` option. By default, this option
33 searches for the XML file in the `suites/` directory. If it doesn't exist in that directory, then
35 to an XML file such as `/data/nativetest/suites/example.xml`, it will be used as-is.
37 If no XML file is specified through the command-line option, the default is to use `suites/full.xml…
41 ### XML suite format
54 XML-specified values for iterations and cpu take precedence over those specified via command line
66 For the sake of brevity, multiple runs can be scheduled in one XML element by putting one of the
/aosp12/build/soong/java/
H A Dlint.go114 HTML, Text, XML *android.DepSet member
118 HTML, Text, XML *android.DepSetBuilder member
125 XML: android.NewDepSetBuilder(android.POSTORDER),
132 l.XML.Direct(xml)
143 if depSets.XML != nil {
144 l.XML.Transitive(depSets.XML)
153 XML: l.XML.Build(),
475 xmlList := depSets.XML.ToSortedList()
/aosp12/frameworks/base/samples/training/network-usage/
H A DREADME.txt6 -- Downloads an XML feed from StackOverflow.com for the most recent posts tagged "android".
8 -- Parses the XML feed, combines feed elements with HTML markup, and displays the resulting HTML in…
/aosp12/frameworks/libs/service_entitlement/tests/src/com/android/libraries/entitlement/eapaka/
H A DEapAkaApiTest.java124 HttpResponse.builder().setContentType(ContentType.XML).setBody(RESPONSE_XML) in queryEntitlementStatus_hasAuthenticationToken()
155 HttpResponse.builder().setContentType(ContentType.XML).setBody(RESPONSE_XML) in queryEntitlementStatus_noAuthenticationToken()
183 HttpResponse.builder().setContentType(ContentType.XML).setBody(RESPONSE_XML) in queryEntitlementStatus_hasAuthenticationToken_multipleAppIds()
239 HttpResponse.builder().setContentType(ContentType.XML).setBody(RESPONSE_XML) in queryEntitlementStatus_noAuthenticationToken_handleEapAkaSyncFailure()
314 HttpResponse.builder().setContentType(ContentType.XML).setBody(RESPONSE_XML) in performEsimOdsaOperation_noAuthenticationToken_returnsResult()
333 HttpResponse.builder().setContentType(ContentType.XML).setBody(RESPONSE_XML) in performEsimOdsaOperation_manageSubscription_returnsResult()
/aosp12/packages/modules/CellBroadcastService/
H A Dproguard.flags4 # We want to keep methods in Activity that could be used in the XML attribute onClick.
20 # Keep classes that may be inflated from XML.
/aosp12/packages/apps/SettingsIntelligence/
H A Dproguard.cfg4 # We want to keep methods in Activity that could be used in the XML attribute onClick.
20 # Keep classes that may be inflated from XML.
/aosp12/packages/apps/Car/SettingsIntelligence/
H A Dproguard.cfg4 # We want to keep methods in Activity that could be used in the XML attribute onClick.
20 # Keep classes that may be inflated from XML.
/aosp12/packages/apps/CarrierConfig/
H A DREADME5 based on the subscriber's network. It replaced many XML resource overlays in frameworks/base and
16 If you make changes to the XML files, run the unit tests to ensure they can still be parsed:
/aosp12/frameworks/base/tools/aapt2/
H A Dreadme.md21 - Add `<key-sets>` and its nested tags to the allowed set of XML tags in AndroidManifest.xml.
26 - Fixed issue where apostrophes or quotes used in XML attribute values were ignored.
46 - Versioning of XML files is more intelligent, using a small set of rules to degrade
98 - Fixed issue with escaping strings in XML resources.
133 - Transition XML versioning: Adds a new flag `--no-version-transitions` to disable automatic
134 versioning of Transition XML resources.
146 - Added support for inline complex XML resources. See
H A DResources.proto261 // as XML attribute values or on the right hand side of style attribute definitions. The concrete
364 // A value that is a reference to an external entity, like an XML file or a PNG.
406 // A value that represents an XML attribute and what values it accepts.
445 // A bitmask of types that this XML attribute accepts. Corresponds to the flags in the
453 // The largest integer allowed for this XML attribute. Only makes sense if the format includes
464 // An XML attribute/value pair defined in the style.
472 // A reference to the XML attribute.
475 // The Item defined for this XML attribute.
485 // The set of XML attribute/value pairs for this style.
489 // A value that represents a <declare-styleable> XML resource. These are not real resources and
[all …]
H A DResourcesInternal.proto26 // The top level message representing an external resource file (layout XML, PNG, etc).
50 // Any symbols this file auto-generates/exports (eg. @+id/foo in an XML file).
H A Dformats.md8 binary and protobuf XML, and intermediate protobuf resource tables. It also stores all associated
41 …eld in the `aapt.pb.internal.CompiledFile`. This can be a PNG file, binary XML, or [aapt.pb.XmlNod…
/aosp12/packages/apps/CellBroadcastReceiver/
H A Dproguard.flags10 # We want to keep methods in Activity that could be used in the XML attribute onClick.
26 # Keep classes that may be inflated from XML.
/aosp12/system/update_engine/fuzz/
H A Dxml.dict2 # AFL dictionary for XML
95 "xmlns:xml=\"http://www.w3.org/XML/1998/namespace\""
/aosp12/system/core/fastboot/fuzzy_fastboot/
H A DREADME.md5 The tool is completely generic, and uses a simple extensible XML
35 XML configuration file that is provided to Fuzzy Fastboot supports the necessary
40 Without a provided device XML configuration, Fuzzy Fastboot can only perform
51 ### XML Generated Tests
52 With a provided XML device configuration, Fuzzy Fastboot will be able to generate
55 The device config XML has five element pairs all inside a root level `<config>`:
201 ## Full Example XML Configuration
293 Begin with just the generic tests (i.e. no XML file). In particular, make sure all
337 Run all the other generic tests (still no XML file). A list of all of them can be
347 ### Step 3: Create a device XML configuration
[all …]
/aosp12/frameworks/opt/setupwizard/tools/gradle/
H A Ddist-unit-tests.gradle8 * failures, and will create a zip of the XML test reports for each test run, and copy them to
15 // If unit tests are run as part of the build, dist the test XML reports to host-test-reports/*.zip
26 // Create a zip file of the XML test reports
/aosp12/frameworks/base/wifi/migration_samples/
H A DREADME.txt1 This folder contains sample files for each of the 4 XML Wi-Fi config store files in Android 11 AOSP.
20 Note: Was key/value format in Android 10. Conversion to XML done in SoftApConfToXmlMigrationUtil.ja…
/aosp12/packages/apps/Settings/
H A Dproguard.flags20 # We want to keep methods in Activity that could be used in the XML attribute onClick.
36 # Keep classes that may be inflated from XML.
/aosp12/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/http/
H A DHttpConstants.java46 public static final int XML = 1; field in HttpConstants.ContentType
H A DHttpClient.java166 return ContentType.XML; in getContentType()
169 return ContentType.XML; in getContentType()
/aosp12/frameworks/opt/setupwizard/library/
H A Dproguard.flags5 # Allow inflating ItemHierarchies from XML
/aosp12/packages/modules/Wifi/framework/tests/assets/pps/
H A DREADME.txt1 PerProviderSubscription.xml - valid PPS XML file
/aosp12/packages/apps/Traceur/
H A Dproguard.flags4 # Keep classes that may be inflated from XML.

123