/aosp_15_r20/external/owasp/sanitizer/lib/htmlparser-1.3/ |
D | htmlparser-1.3.jar | ... ) throws org.xml.sax.SAXException
String name
public void startDocument () throws org.xml. ... |
D | htmlparser-1.3-with-transitions.jar | ... ) throws org.xml.sax.SAXException
String name
public void startDocument () throws org.xml. ... |
/aosp_15_r20/libcore/luni/src/main/java/javax/xml/validation/ |
H A D | Validator.java | 9 * http://www.apache.org/licenses/LICENSE-2.0 17 // $Id: Validator.java 888884 2009-12-09 17:36:46Z mrglavas $ 19 package javax.xml.validation; 22 import javax.xml.transform.Result; 23 import javax.xml.transform.Source; 25 import org.xml.sax.ErrorHandler; 26 import org.xml.sax.SAXException; 27 import org.xml.sax.SAXNotRecognizedException; 28 import org.xml.sax.SAXNotSupportedException; 31 * <p>A processor that checks an XML document against {@link Schema}.</p> [all …]
|
H A D | ValidatorHandler.java | 9 * http://www.apache.org/licenses/LICENSE-2.0 17 // $Id: ValidatorHandler.java 446598 2006-09-15 12:55:40Z jeremias $ 19 package javax.xml.validation; 22 import org.xml.sax.ContentHandler; 23 import org.xml.sax.ErrorHandler; 24 import org.xml.sax.SAXNotRecognizedException; 25 import org.xml.sax.SAXNotSupportedException; 28 * Streaming validator that works on SAX stream. 31 * A {@link ValidatorHandler} object is a thread-unsafe, non-reentrant object. 47 * <li>startElement/endElement events must receive non-null String [all …]
|
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/pm/parsing/ |
H A D | AndroidPackageParsingValidationTest.kt | 8 * http://www.apache.org/licenses/LICENSE-2.0 in <lambda>() 19 import android.content.res.Validator in <lambda>() 46 .filter { file -> file.name.endsWith(".apk") } in <lambda>() 85 validateTagCount("permission-group", 100, tag) in <lambda>() 86 validateTagCount("permission-tree", 100, tag) in <lambda>() 87 validateTagCount("supports-gl-texture", 100, tag) in <lambda>() 88 validateTagCount("supports-screens", 100, tag) in <lambda>() 89 validateTagCount("uses-configuration", 100, tag) in <lambda>() 90 validateTagCount("uses-sdk", 100, tag) in <lambda>() 91 validateTagCount("compatible-screens", 200, tag) in <lambda>() [all …]
|
/aosp_15_r20/external/guice/extensions/persist/lib/ |
HD | xwork-2.0.4.jar | ... META-INF/
META-INF/MANIFEST.MF
com/
com/opensymphony ... ... |
HD | hibernate-annotations.jar | ... hibernate/validator/event/
org/hibernate/validator/interpolator/
org/hibernate/validator/resources ... |
/aosp_15_r20/external/bazelbuild-rules_android/src/tools/ak/extractaar/ |
H A D | validator_test.go | 7 // http://www.apache.org/licenses/LICENSE-2.0 20 "github.com/google/go-cmp/cmp" 21 "github.com/google/go-cmp/cmp/cmpopts" 26 name string 32 name: "one manifest", 34 &aarFile{path: "/tmp/aar/AndroidManifest.xml"}, 36 dest: "/dest/outputManifest.xml", 38 &toCopy{src: "/tmp/aar/AndroidManifest.xml", dest: "/dest/outputManifest.xml"}, 44 t.Run(tc.name, func(t *testing.T) { 45 validator := manifestValidator{dest: tc.dest} [all …]
|
/aosp_15_r20/external/cldr/tools/scripts/tr-archive/ |
H A D | package-lock.json | 2 "name": "tr-archive", string 8 "name": "tr-archive", string 10 "license": "Unicode-3.0", 12 "@not-dalia/gfm-toc": "github:not-dalia/gfm-toc", 13 "anchor-js": "^5.0.0", 17 "marked-alert": "^2.0.1" 20 "node_modules/@not-dalia/gfm-toc": { 22 …"resolved": "git+ssh://[email protected]/not-dalia/gfm-toc.git#68f2db628606366b51b51a071c8bb87f490575… 25 "escape-html": "^1.0.3", 30 "gfm-toc": "bin/gfm-toc" [all …]
|
/aosp_15_r20/external/json-schema-validator/ |
H A D | README.md | 1 [Stack Overflow](https://stackoverflow.com/questions/tagged/light-4j) | 2 [Google Group](https://groups.google.com/forum/#!forum/light-4j) | 3 [Gitter Chat](https://gitter.im/networknt/json-schema-validator) | 6 [Documentation](https://doc.networknt.com/library/json-schema-validator/) | 9 …ithub.com/networknt/json-schema-validator/actions/workflows/ci.yml/badge.svg)](https://github.com/… 10 …/maven-central/v/com.networknt/json-schema-validator.svg)](http://search.maven.org/#search%7Cga%7C… 11 …io/github/networknt/json-schema-validator/coverage.svg?branch=master)](https://codecov.io/github/n… 12 …vadoc.io/badge/com.networknt/json-schema-validator.svg)](https://www.javadoc.io/doc/com.networknt/… 14 …-09 and v2020-12](http://json-schema.org/latest/json-schema-core.html) specification for JSON sche… 16 …-4j](https://github.com/networknt/light-4j) microservices framework to validate request/response a… [all …]
|
H A D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- 9 ~ http://www.apache.org/licenses/LICENSE-2.0 16 --> 19 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 20 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" 25 <artifactId>json-schema-validator</artifactId> 28 <name>JsonSchemaValidator</name> 29 …<description>A json schema validator that supports draft v4, v6, v7, v2019-09 and v2020-12</descri… 30 <url>https://github.com/networknt/json-schema-validator</url> [all …]
|
/aosp_15_r20/frameworks/base/core/java/android/content/res/ |
H A D | XmlBlock.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 44 * Wrapper around a compiled XML file. 78 mOpenCount--; in decOpenCountLocked() 104 * Returns a XmlResourceParser that validates the xml using the given validator. 106 public XmlResourceParser newParser(@AnyRes int resId, Validator validator) { in newParser() argument 109 return new Parser(nativeCreateParseState(mNative, resId), this, validator); in newParser() 120 * The reason not to ResXMLParser::BAD_DOCUMENT which is -1 is that other places use the same 121 * value. Reference Error.h BAD_VALUE = -EINVAL 123 private static final int ERROR_BAD_DOCUMENT = -EINVAL; 127 Validator mValidator; [all …]
|
/aosp_15_r20/frameworks/layoutlib/bridge/tests/src/com/android/tools/idea/validator/ |
H A D | AccessibilityValidatorTests.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 17 package com.android.tools.idea.validator; 25 import com.android.tools.idea.validator.ValidatorData.Issue; 26 import com.android.tools.idea.validator.ValidatorData.Level; 27 import com.android.tools.idea.validator.ValidatorData.Policy; 28 import com.android.tools.idea.validator.ValidatorData.Type; 38 import static com.android.tools.idea.validator.ValidatorUtil.filter; 44 * - ClassNameCheck 45 * - ClickableSpanCheck 46 * - EditableContentDescCheck [all …]
|
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/compat/ |
H A D | CompatConfigTest.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 93 // Assume userdebug/eng non-final build in setUp() 278 // Force the validator to prevent overriding non-overridable changes by using a user build. in testPreventAddOverride() 283 () -> compatConfig.addOverride(1234L, "com.some.package", true) in testPreventAddOverride() 293 // We make disabledChangeId2 non-overridable to make sure it is ignored. in testInstallerCanAddOverrides() 306 // Force the validator to prevent overriding non-overridable changes by using a user build. in testInstallerCanAddOverrides() 350 // Force the validator to prevent overriding non-overridable changes by using a user build. in testInstallerCanAddOverridesForMultiplePackages() 391 // Force the validator to prevent overriding non-overridable changes by using a user build. in testPreventInstallerSetNonOverridable() 402 () -> compatConfig.addPackageOverrides(config, "com.some.package", in testPreventInstallerSetNonOverridable() 414 // We make disabledChangeId2 non-overridable to make sure it is ignored. in testCanAddOverridesForUnknownChangeIdOnDebugBuild() [all …]
|
/aosp_15_r20/external/guice/extensions/struts2/lib/ |
HD | xwork-core-2.2.1.jar | ... xwork-validator-1.0.3.dtd
xwork-1.1.1.dtd
xwork-validator-1.0 ... |
HD | jsp-2.1.jar | ... META-INF/
META-INF/MANIFEST.MF
org/
org/apache ... ... |
/aosp_15_r20/system/core/fastboot/fuzzy_fastboot/ |
H A D | README.md | 4 validating device-side fastboot protocol implementations. 5 The tool is completely generic, and uses a simple extensible XML 6 configuration file to auto-generate device-specific tests for any device. 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 44 1. **USBFunctionality** - Test USB communication 45 2. **Conformance** - Test the device properly handles well-formed fastboot commands 46 3. **UnlockPermissions** - Test commands only allowed in the unlocked state work 47 4. **LockPermissions** - Test commands only not allowed in the locked state are rejected 48 5. **Fuzz** - Test malicious and/or ill-formed commands are properly and gracefully handled [all …]
|
/aosp_15_r20/external/jazzer-api/ |
H A D | maven_install.json | 4 "__RESOLVED_ARTIFACTS_HASH": -1745128755, 21 "com.fasterxml.jackson.core:jackson-annotations": { 27 "com.fasterxml.jackson.core:jackson-core": { 33 "com.fasterxml.jackson.core:jackson-databind": { 39 "com.fasterxml.jackson.dataformat:jackson-dataformat-cbor": { 51 "com.google.auto.value:auto-value-annotations": { 85 "version": "30.1.1-android" 91 "version": "9999.0-empty-to-avoid-conflict-with-guava" 93 "com.google.j2objc:j2objc-annotations": { 99 "com.google.protobuf:protobuf-java": { [all …]
|
/aosp_15_r20/external/python/absl-py/absl/flags/ |
D | _flagvalues.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 14 """Defines the FlagValues class - registry of 'Flag' objects. 26 from xml.dom import minidom 57 ``__getattr__``. Both the long and short name of the original 61 FLAGS.x # parsed flag value (short name) 65 arguments, including ``argv[0]`` (e.g. the program name) are returned:: 70 through the use of the dictionary-like operator, ``__getitem__``:: 92 # Dictionary: flag name (string) -> Flag object. 95 # Set: name of hidden flag (string). 99 # Dictionary: module name (string) -> list of Flag objects that are defined [all …]
|
/aosp_15_r20/frameworks/layoutlib/validator/src/com/android/tools/idea/validator/ |
H A D | ValidatorUtil.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 17 package com.android.tools.idea.validator; 19 import com.android.tools.idea.validator.ValidatorData.CompoundFix; 20 import com.android.tools.idea.validator.ValidatorData.Issue; 21 import com.android.tools.idea.validator.ValidatorData.Issue.IssueBuilder; 22 import com.android.tools.idea.validator.ValidatorData.Level; 23 import com.android.tools.idea.validator.ValidatorData.RemoveViewAttributeFix; 24 import com.android.tools.idea.validator.ValidatorData.SetViewAttributeFix; 25 import com.android.tools.idea.validator.ValidatorData.Type; 26 import com.android.tools.idea.validator.ValidatorResult.Builder; [all …]
|
/aosp_15_r20/libcore/luni/src/main/java/javax/xml/parsers/ |
H A D | SAXParserFactory.java | 9 * http://www.apache.org/licenses/LICENSE-2.0 18 // $Id: SAXParserFactory.java 884950 2009-11-27 18:46:18Z mrglavas $ 20 package javax.xml.parsers; 22 import javax.xml.validation.Schema; 23 import org.apache.harmony.xml.parsers.SAXParserFactoryImpl; 24 import org.xml.sax.SAXException; 25 import org.xml.sax.SAXNotRecognizedException; 26 import org.xml.sax.SAXNotSupportedException; 30 * obtain a SAX based parser to parse XML documents. 33 * @version $Revision: 884950 $, $Date: 2009-11-27 10:46:18 -0800 (Fri, 27 Nov 2009) $ [all …]
|
H A D | DocumentBuilderFactory.java | 9 * http://www.apache.org/licenses/LICENSE-2.0 18 // $Id: DocumentBuilderFactory.java 884950 2009-11-27 18:46:18Z mrglavas $ 20 package javax.xml.parsers; 22 import javax.xml.validation.Schema; 23 import org.apache.harmony.xml.parsers.DocumentBuilderFactoryImpl; 27 * parser that produces DOM object trees from XML documents. 30 * @version $Revision: 884950 $, $Date: 2009-11-27 10:46:18 -0800 (Fri, 27 Nov 2009) $ 87 * Creates a new instance of a {@link javax.xml.parsers.DocumentBuilder} 101 * provide support for XML namespaces. By default the value of this is set 105 * for XML namespaces; false otherwise. [all …]
|
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | manifest-merger.jar | ... META-INF/
META-INF/MANIFEST.MF
com/
com/android ... ... |
/aosp_15_r20/frameworks/layoutlib/validator/src/ |
H A D | ResourceConverter.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 30 import javax.xml.parsers.DocumentBuilder; 31 import javax.xml.parsers.DocumentBuilderFactory; 37 * Convert the Android strings.xml into generic Java strings.properties. 41 Map<String, String> map = loadStrings("./validator/resources/strings.xml"); in main() 43 writeStrings(map, "./validator/resources/strings.properties"); in main() 48 * Writes <name, value> pair to outputPath. 57 String name = entry.getKey(); in writeStrings() local 59 writer.write(name + " = " + value + "\n"); in writeStrings() 65 * Very hacky parser for Android-understood-values.xml. It parses <string> </string> [all …]
|
/aosp_15_r20/frameworks/base/core/java/android/widget/ |
H A D | AutoCompleteTextView.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 137 private Validator mValidator = null; 151 private final OnBackInvokedCallback mBackCallback = () -> { 158 * Constructs a new auto-complete text view with the given context's theme. 168 * Constructs a new auto-complete text view with the given context's theme 173 * @param attrs The attributes of the XML tag that is inflating the view. 180 * Constructs a new auto-complete text view with the given context's theme, 185 * @param attrs The attributes of the XML tag that is inflating the view. 196 * Constructs a new auto-complete text view with the given context's theme, 201 * @param attrs The attributes of the XML tag that is inflating the view. [all …]
|