| /external/bazelbuild-rules_android/src/tools/ak/extractaar/ |
| 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 …]
|
| D | extractaar.go | 7 // http://www.apache.org/licenses/LICENSE-2.0 46 tsFalse = -1 127 validators := map[int]validator{ 157 if err := createIfEmpty(outputResDir, "res/values/empty.xml", "<resources/>"); err != nil { 176 if file.relPath == "AndroidManifest.xml" { 200 extractedPath := filepath.Join(dest, f.Name) 204 files = append(files, &aarFile{path: extractedPath, relPath: f.Name}) 232 func copyFile(name, dest string) error { argument 233 in, err := os.Open(name)
|
| /external/jazzer-api/ |
| 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 …]
|
| /external/cldr/tools/scripts/tr-archive/ |
| 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://git@github.com/not-dalia/gfm-toc.git#68f2db628606366b51b51a071c8bb87f490575… 25 "escape-html": "^1.0.3", 30 "gfm-toc": "bin/gfm-toc" [all …]
|
| /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 56 ``__getattr__``. Both the long and short name of the original 60 FLAGS.x # parsed flag value (short name) 64 arguments, including ``argv[0]`` (e.g. the program name) are returned:: 69 through the use of the dictionary-like operator, ``__getitem__``:: 87 # Dictionary: flag name (string) -> Flag object. 90 # Set: name of hidden flag (string). 94 # Dictionary: module name (string) -> list of Flag objects that are defined [all …]
|
| /external/AFLplusplus/dictionaries/ |
| D | atom.dict | 1 # https://validator.w3.org/feed/docs/atom.html 4 "<?xml version='1.0' encoding='utf-8'?>" 23 "<name>"
|
| /external/deqp-deps/SPIRV-Tools/ |
| D | README.md | 1 # SPIR-V Tools 2 …ts/github.com/KhronosGroup/SPIRV-Tools/badge)](https://securityscorecards.dev/viewer/?uri=github.c… 4 NEWS 2023-01-11: Development occurs on the `main` branch. 8 The SPIR-V Tools project provides an API and commands for processing SPIR-V 12 validator, and optimizer for SPIR-V. Except for the optimizer, all are based 21 SPIR-V is defined by the Khronos Group Inc. 22 See the [SPIR-V Registry][spirv-registry] for the SPIR-V specification, 23 headers, and XML registry. 27 …://storage.googleapis.com/spirv-tools/badges/build_status_linux_clang_release.svg)](https://storag… 28 …://storage.googleapis.com/spirv-tools/badges/build_status_macos_clang_release.svg)](https://storag… [all …]
|
| D | CHANGES | 1 Revision history for SPIRV-Tools 3 v2023.6 2023-12-18 4 - General 5 - update_build_version.py produce deterministic header. (#5426) 6 - Support missing git in update_build_version.py (#5473) 7 - Optimizer 8 - Add ComputeDerivativeGroup*NV capabilities to trim capabilities pass. (#5430) 9 - Do not crash when tryingto fold unsupported spec constant (#5496) 10 - instrument: Fix handling of gl_InvocationID (#5493) 11 - Fix nullptr argument in MarkInsertChain (#5465) [all …]
|
| /external/angle/third_party/spirv-tools/src/ |
| D | README.md | 1 # SPIR-V Tools 2 …ts/github.com/KhronosGroup/SPIRV-Tools/badge)](https://securityscorecards.dev/viewer/?uri=github.c… 4 NEWS 2023-01-11: Development occurs on the `main` branch. 8 The SPIR-V Tools project provides an API and commands for processing SPIR-V 12 validator, and optimizer for SPIR-V. Except for the optimizer, all are based 21 SPIR-V is defined by the Khronos Group Inc. 22 See the [SPIR-V Registry][spirv-registry] for the SPIR-V specification, 23 headers, and XML registry. 27 The official releases for SPIRV-Tools can be found on LunarG's 34 …://storage.googleapis.com/spirv-tools/badges/build_status_linux_clang_release.svg)](https://storag… [all …]
|
| D | CHANGES | 1 Revision history for SPIRV-Tools 3 v2024.2 2024-04-22 4 - General 5 - Add SPIRV_TOOLS_EXPORT to public C++ API (#5591) 6 - Use bazel 7 and bzlmod (#5601) 7 - Optimizer 8 - opt: add GroupNonUniformPartitionedNV capability to trim pass (#5648) 9 - Fix rebuilding types with circular references. (#5637) 10 - Add AliasedPointer decoration (#5635) 11 - add support for vulkan-shader-profiler external passes (#5512) [all …]
|
| /external/swiftshader/third_party/SPIRV-Tools/ |
| D | README.md | 1 # SPIR-V Tools 2 …ts/github.com/KhronosGroup/SPIRV-Tools/badge)](https://securityscorecards.dev/viewer/?uri=github.c… 4 NEWS 2023-01-11: Development occurs on the `main` branch. 8 The SPIR-V Tools project provides an API and commands for processing SPIR-V 12 validator, and optimizer for SPIR-V. Except for the optimizer, all are based 21 SPIR-V is defined by the Khronos Group Inc. 22 See the [SPIR-V Registry][spirv-registry] for the SPIR-V specification, 23 headers, and XML registry. 27 The official releases for SPIRV-Tools can be found on LunarG's 34 …://storage.googleapis.com/spirv-tools/badges/build_status_linux_clang_release.svg)](https://storag… [all …]
|
| D | CHANGES | 1 Revision history for SPIRV-Tools 3 v2024.2 2024-04-22 4 - General 5 - Add SPIRV_TOOLS_EXPORT to public C++ API (#5591) 6 - Use bazel 7 and bzlmod (#5601) 7 - Optimizer 8 - opt: add GroupNonUniformPartitionedNV capability to trim pass (#5648) 9 - Fix rebuilding types with circular references. (#5637) 10 - Add AliasedPointer decoration (#5635) 11 - add support for vulkan-shader-profiler external passes (#5512) [all …]
|
| /external/tagsoup/ |
| D | CHANGES | 3 Match DOCTYPE case-blind 5 Leo Sutic's 2x-4x speedup by precompiling HTMLScanner table 11 Support new DOCTYPE output switches --doctype-system and --doctype-public 12 Support new XML declaration output switches --standalone and --version 13 New --norootbogons switch makes bogons children of the root 14 Don't resolve entity references in attribute values unless semicolon-terminated 16 Add character entities from the 2007-12-14 draft of xml-entity-names 23 Support non-standard elements bgsound, blink, canvas, comment, listing, 26 Correctly handle runs of less-than characters 46 Added CDATAElementsFeature, the programmatic equivalent of the --nocdata switch [all …]
|
| /external/owasp/sanitizer/src/tests/org/owasp/html/ |
| D | HtmlPolicyBuilderFuzzerTest.java | 13 // Neither the name of the OWASP nor the names of its contributors may 42 import org.xml.sax.InputSource; 43 import org.xml.sax.SAXException; 45 import nu.validator.htmlparser.dom.HtmlDocumentBuilder; 50 * This test is stochastic -- not guaranteed to pass or fail consistently. 70 "<style>", "</style>", "<plaintext>", "<!--", "-->", "<![CDATA[", "]]>", 90 for (int i = 1000; --i >= 0;) { in testFuzzedOutput() 96 for (int j = 50; --j >= 0;) { in testFuzzedOutput() 102 for (int k = rnd.nextInt(4); --k >= 0;) { in testFuzzedOutput() 117 "Randomly chosen number in [0-3) was " + r); in testFuzzedOutput() [all …]
|
| D | Benchmark.java | 13 // Neither the name of the OWASP nor the names of its contributors may 37 import org.xml.sax.InputSource; 42 import nu.validator.htmlparser.dom.HtmlDocumentBuilder; 63 for (int i = 100; --i >= 0;) { in main() 69 for (int i = 100; --i >= 0;) { in main() 75 for (int i = 100; --i >= 0;) { in main() 80 long t0 = 0, t1 = -1; in main() 83 for (int i = 100; --i >= 0;) { in main() 89 long t2 = 0, t3 = -1; in main() 92 for (int i = 100; --i >= 0;) { in main() [all …]
|
| /external/python/absl-py/ |
| D | CHANGELOG.md | 11 ## 1.4.0 (2023-01-11) 29 ## 1.3.0 (2022-10-11) 35 `absl.flags.FlagValues.set_default` interface which takes a flag name. 37 addition to flag name(s) as their first positional argument: 38 - `flags.register_validator` 39 - `flags.validator` 40 - `flags.register_multi_flags_validator` 41 - `flags.multi_flags_validator` 42 - `flags.mark_flag_as_required` 43 - `flags.mark_flags_as_required` [all …]
|
| /external/fonttools/Lib/fontTools/ufoLib/ |
| D | glifLib.py | 2 glifLib.py -- Generic module for reading and writing the .glif format. 54 # --------- 56 # --------- 88 # ------------ 90 # ------------ 119 # --------- 121 # --------- 154 function that takes two arguments: a glyph name and a list of all 155 existing filenames (if any exist). It should return a file name 157 is called whenever a file name is created for a given glyph name. [all …]
|
| /external/libxml2/test/relaxng/ |
| D | spec_0.xml | 1 <?xml version="1.0" encoding="iso-8859-1"?> 3 <!-- ELEMENT declarations work around MSXML bug. --> 14 <releaseinfo>$Id: spec.xml,v 1.159 2001/12/02 12:12:12 jjc Exp $</releaseinfo> 26 <address><email>EB2M-MRT@asahi-net.or.jp</email></address> 32 $Id: spec.xml,v 1.159 2001/12/02 12:12:12 jjc Exp $ 74 url="mailto:relax-ng-comment@lists.oasis-open.org" 75 >relax-ng-comment@lists.oasis-open.org</ulink>.</para> 78 url="http://www.oasis-open.org/committees/relax-ng/spec-20011203-errata.html" 79 >http://www.oasis-open.org/committees/relax-ng/spec-20011203-errata.html</ulink 86 schema language for XML, based on <xref linkend="relax"/> and <xref [all …]
|
| /external/libxml2/doc/ |
| D | xmllint.1 | 11 .\" ----------------------------------------------------------------- 13 .\" ----------------------------------------------------------------- 16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html 20 .\" ----------------------------------------------------------------- 22 .\" ----------------------------------------------------------------- 27 .\" ----------------------------------------------------------------- 29 .\" ----------------------------------------------------------------- 30 .SH "NAME" 31 xmllint \- command line XML tool 34 …-\-version\fR | \fB\-\-debug\fR | \fB\-\-quiet\fR | \fB\-\-shell\fR | \fB\-\-xpath\ "\fR\fB\fIXPat… [all …]
|
| /external/python/cpython2/Misc/NEWS.d/ |
| D | 2.6b3.rst | 4 .. release date: 20-Aug-2008 41 Make buffer-interface thread-safe wrt. PyArg_ParseTuple, by denying s# to 142 .. nonce: 6arfb- 171 collections.Set, unittest.TestSuite, xml.dom.minidom.NamedNodeMap, 226 .. nonce: 76LS-7 245 .. nonce: 1-8Grp 268 in the email package, content-type parsing was hanging on pathological input 278 binary buffered reading through the new "io" library is now thread-safe. 318 version that did not raise a DeprecationWarning under -3. 337 sre "bytecode" validator. Passing invalid "re-bytecode" to _sre.compile() [all …]
|
| /external/google-styleguide/ |
| D | htmlcssguide.html | 4 <meta charset="utf-8"> 34 <pre><code class="language-html prettyprint badcode"><!-- Not recommended: omits the protocol --… 37 <!-- Not recommended: uses HTTP --> 41 <pre><code class="language-html prettyprint"><!-- Recommended --> 45 <pre><code class="language-css prettyprint badcode">/* Not recommended: omits the protocol */ 52 <pre><code class="language-css prettyprint">/* Recommended */ 64 <pre><code class="language-html prettyprint"><ul> 70 <pre><code class="language-css prettyprint">.example { 83 <pre><code class="language-html prettyprint badcode"><!-- Not recommended --> 87 <pre><code class="language-html prettyprint"><!-- Recommended --> [all …]
|
| /external/gflags/test/ |
| D | CMakeLists.txt | 3 # ---------------------------------------------------------------------------- 12 # ---------------------------------------------------------------------------- 22 add_definitions(-DGFLAGS_IS_A_DLL) 33 # ---------------------------------------------------------------------------- 36 # Make sure the --help output doesn't print the stripped text. 37 …lags_test (strip_flags_help 1 "" "This text should be stripped out" gflags_strip_flags_test --help) 40 NAME strip_flags_binary 41 COMMAND "${CMAKE_COMMAND}" "-DBINARY=$<TARGET_FILE:gflags_strip_flags_test>" 42 -P "${CMAKE_CURRENT_SOURCE_DIR}/gflags_strip_flags_test.cmake" 46 # ---------------------------------------------------------------------------- [all …]
|
| /external/mesa3d/src/gfxstream/codegen/vulkan/vulkan-docs-next/xml/ |
| D | registry.rnc | 1 # Copyright 2013-2023 The Khronos Group Inc. 3 # SPDX-License-Identifier: Apache-2.0 5 # Relax NG schema for Khronos Vulkan API Registry XML 11 namespace xsd = "http://www.w3.org/2001/XMLSchema-datatypes" 38 # <platform> defines a single platform name. 39 # name - string name of the platform, used as part of extension names 40 # protect - preprocessor symbol to include platform headers from <vulkan.h> 41 # comment - platform description 43 attribute name { text } , 55 # name - name of the tag [all …]
|
| /external/angle/third_party/spirv-tools/src/source/ |
| D | opcode.cpp | 1 // Copyright (c) 2015-2022 The Khronos Group Inc. 9 // http://www.apache.org/licenses/LICENSE-2.0 30 #include "spirv-tools/libspirv.h" 38 #include "core.insts-unified1.inc" 43 // Represents a vendor tool entry in the SPIR-V XML Registry. 63 if (where != std::end(vendor_tools)) return where->vendor_tool; in spvGeneratorStr() 93 const char* name, in spvOpcodeTableNameLookup() argument 95 if (!name || !pEntry) return SPV_ERROR_INVALID_POINTER; in spvOpcodeTableNameLookup() 99 // preferable but the table requires sorting on the Opcode name, but it's in spvOpcodeTableNameLookup() 101 const size_t nameLength = strlen(name); in spvOpcodeTableNameLookup() [all …]
|
| /external/deqp-deps/SPIRV-Tools/source/ |
| D | opcode.cpp | 1 // Copyright (c) 2015-2022 The Khronos Group Inc. 9 // http://www.apache.org/licenses/LICENSE-2.0 30 #include "spirv-tools/libspirv.h" 38 #include "core.insts-unified1.inc" 43 // Represents a vendor tool entry in the SPIR-V XML Registry. 63 if (where != std::end(vendor_tools)) return where->vendor_tool; in spvGeneratorStr() 93 const char* name, in spvOpcodeTableNameLookup() argument 95 if (!name || !pEntry) return SPV_ERROR_INVALID_POINTER; in spvOpcodeTableNameLookup() 99 // preferable but the table requires sorting on the Opcode name, but it's in spvOpcodeTableNameLookup() 101 const size_t nameLength = strlen(name); in spvOpcodeTableNameLookup() [all …]
|