/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/sign/ |
D | ManifestGenerationTest.java | 53 ManifestGenerationExtension extension = in elementaryManifestGeneration() local 55 extension.register(zf); in elementaryManifestGeneration() 89 ManifestGenerationExtension extension = in manifestGenerationOnHalfWrittenFile() local 91 extension.register(zf); in manifestGenerationOnHalfWrittenFile() 127 ManifestGenerationExtension extension = in manifestGenerationOnExistingFile() local 129 extension.register(zf); in manifestGenerationOnExistingFile() 159 ManifestGenerationExtension extension = in manifestGenerationOnIncrementalNoChanges() local 161 extension.register(zf); in manifestGenerationOnIncrementalNoChanges()
|
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/sign/ |
D | ManifestGenerationExtension.java | 117 private ZFileExtension extension; field in ManifestGenerationExtension 159 Preconditions.checkState(extension == null, "register() has already been invoked."); in register() 164 extension = new ZFileExtension() { in register() 172 this.zFile.addZFileExtension(extension); in register()
|
D | SigningExtension.java | 126 private ZFileExtension extension; field in SigningExtension 157 Preconditions.checkState(extension == null, "register() already invoked"); in register() 160 extension = new ZFileExtension() { in register() 188 this.zFile.addZFileExtension(extension); in register()
|
/tools/apkzlib/src/test/resources/testData/packaging/text-files/ |
D | rfc2460.txt | 125 defined IPv6 extension headers and options. It also discusses packet 231 extension headers [section 4] present are 291 layer header in a packet. There are a small number of such extension 294 more extension headers, each identified by the Next Header field of 320 With one exception, extension headers are not examined or processed 325 header invokes the module to process the first extension header, or 326 the upper-layer header if no extension header is present. The 327 contents and semantics of each extension header determine whether or 328 not to proceed to the next header. Therefore, extension headers must 331 particular kind of extension header and process that header prior to [all …]
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/ |
D | descriptor.proto | 73 repeated FieldDescriptorProto extension = 7; field 93 repeated FieldDescriptorProto extension = 6; field 177 // on the extension range containing the extension's field number. 252 // independent entities, e-mail protobuf-global-extension-registry@google.com 253 // to reserve extension numbers. Simply provide your project name (e.g. 255 // to explain how you intend to use them. Usually you only need one extension 256 // number. You can declare multiple options with only one extension number by 304 // However, an extension field still accepts non-UTF-8 byte sequences. 322 // - Otherwise, the basename of the .proto file, without extension. 575 // extension (denoted with parentheses in options specs in .proto files). [all …]
|
/tools/test/connectivity/acts/framework/acts/metrics/ |
D | core.py | 225 def _get_output_file(self, output_path, filename, extension): argument 236 return os.path.join(output_path, "%s.%s" % (filename, extension))
|
/tools/acloud/internal/proto/ |
D | internal_config.proto | 68 // The file extension of disk image, e.g. ".tar.gz" 73 // The file extension of a raw linux image file, e.g. "img"
|
/tools/asuite/aidegen/lib/ |
D | common_util.py | 790 for extension in (constant.JAVA_FILES, constant.KOTLIN_FILES): 791 if fnmatch.filter(filenames, extension):
|
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/ |
D | ZFile.java | 2213 public void addZFileExtension(@Nonnull ZFileExtension extension) { in addZFileExtension() argument 2215 extensions.add(extension); in addZFileExtension() 2224 public void removeZFileExtension(@Nonnull ZFileExtension extension) { in removeZFileExtension() argument 2226 extensions.remove(extension); in removeZFileExtension()
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/ |
D | nanopb.proto | 67 // Protocol Buffers extension number registry
|
/tools/repohooks/tools/ |
D | pylintrc | 50 unsafe-load-any-extension=no 55 extension-pkg-whitelist=
|
D | checkpatch.pl | 5823 my $extension; 5835 $extension = $2; 5836 if ($extension !~ /[SsBKRraEhMmIiUDdgVCbGNOx]/) { 5840 if ($extension eq "x" && !defined($stat_real)) {
|
D | spelling.txt | 486 extention||extension
|
/tools/repohooks/ |
D | README.md | 318 * Should make file extension filters configurable. All hooks currently declare
|
/tools/metalava/src/test/java/com/android/tools/metalava/ |
D | DriverTest.kt | 901 val extension = convert.format.preferredExtension() in <lambda>() constant
|