/tools/metalava/src/test/java/com/android/tools/metalava/model/psi/ |
D | PsiTypePrinterTest.kt | 93 files = listOf( in <lambda>() 153 files = listOf( in <lambda>() 217 files = listOf( in <lambda>() 255 files = listOf( in <lambda>() 290 files = listOf( in <lambda>() 327 files = listOf( in <lambda>() 376 files = listOf( in <lambda>() 424 files = listOf( in <lambda>() 478 files = listOf( in <lambda>() 518 files = listOf( in <lambda>() [all …]
|
/tools/metalava/ |
D | README.md | 10 * Allow extracting the API (into signature text files, into stub API files 44 signature files, the SDK stub files, external annotations etc. 75 signature files for the framework as doclava1. 78 means we can regenerate signature files etc for older versions according to 83 IntelliJ external annotations data as well as signature files containing 98 ignores) block comments in the signature files.) 101 files. This is vital now that some of these annotations become part of the 107 their nullness contract, the signature files would very quickly become 133 annotations are not included in signature files) use just the simple name 151 * Support for generating documentation into the stubs files (so we can run [all …]
|
D | FORMAT.md | 8 1. The format emitted by doclava, and used for Android's signature files up 10 over time, so older signature files vary a bit (many of these changes were 37 That means the annotations should be part of the signature files too -- such 55 New signature files (v2+) generally include a file header comment which states 57 signature files. For example, in v3 the type "String" means "@NonNull String", 157 With these changes, these lines from v1 signature files: 180 The v1 signature files uses raw types in some places but not others. Note that 251 This doesn't currently apply to the SDK, but the signature files are also used 268 syntax. Therefore, we need to also capture properties in the signature files. If 276 it will get recorded in the signature files like this: [all …]
|
D | API-LINT.md | 40 Metalava also has support for "baselines", which are files which record all the 46 baseline files with any new errors it comes across instead of reporting 88 Untracked files: 95 In the near future the build system will not allow source files to be modified 112 API lint) by inspecting the baseline files in the source tree, but to get a
|
/tools/metalava/src/test/java/com/android/tools/metalava/ |
D | AnnotationsMergerTest.kt | 29 fun `Signature files contain annotations`() { in Signature files contain annotations() 137 fun `Merge signature files`() { in Merge signature files() 182 fun `Merge qualifier annotations from Java stub files`() { in Merge qualifier annotations from Java stub files() 224 …fun `Merge qualifier annotations from Java stub files onto stubs that are not in the API signature… in Merge qualifier annotations from Java stub files onto stubs that are not in the API signature file() 300 fun `Merge type use qualifier annotations from Java stub files`() { in Merge type use qualifier annotations from Java stub files() 339 …fun `Merge qualifier annotations from Java stub files making sure they apply to public members of … in Merge qualifier annotations from Java stub files making sure they apply to public members of hidden superclasses() 387 fun `Merge inclusion annotations from Java stub files`() { in Merge inclusion annotations from Java stub files() 446 fun `Merge inclusion annotations from Java stub files using --show-single-annotation`() { in Merge inclusion annotations from Java stub files using --show-single-annotation()
|
D | FileReadSandboxTest.kt | 86 fun assertViolationReported(vararg files: File) { in Test sandbox() 87 val fileSet = files.map { it.absolutePath }.toSet() in Test sandbox() 92 fun assertViolationNotReported(vararg files: File) { in Test sandbox() 93 val fileSet = files.map { it.absolutePath }.toSet() in Test sandbox()
|
D | ApiFileTest.kt | 2043 fun `Package with only hidden classes should be removed from signature files`() { in Package with only hidden classes should be removed from signature files() 3903 fun `Test merging API signature files`() { in Test merging API signature files() 3978 fun `Test merging API signature files, one refer to another`() { in Test merging API signature files, one refer to another() 3986 fun `Test merging API signature files, one refer to another, in reverse order`() { in Test merging API signature files, one refer to another, in reverse order() 3995 fun `Test merging API signature files with reverse dependency`() { in Test merging API signature files with reverse dependency() 4025 fun `Test merging 3 API signature files`() { in Test merging 3 API signature files() 4081 fun `Test cannot merging API signature files with duplicate class`() { in Test cannot merging API signature files with duplicate class() 4103 fun `Test cannot merging API signature files with different file formats`() { in Test cannot merging API signature files with different file formats()
|
D | ExtractAnnotationsTest.kt | 516 fun `No typedef signatures in api files`() { in No typedef signatures in api files() 552 fun `Inlining typedef signatures in api files`() { in Inlining typedef signatures in api files() 588 fun `Referencing typedef signatures in api files`() { in Referencing typedef signatures in api files()
|
/tools/repohooks/rh/ |
D | results.py | 29 def __init__(self, hook, project, commit, error, files=(), fixup_func=None): argument 48 self.files = files 66 def __init__(self, hook, project, commit, result, files=(), argument 70 files=files, fixup_func=fixup_func)
|
D | hooks_unittest.py | 282 def _test_commit_messages(self, func, accept, msgs, files=None): argument 291 if files: 292 diff = [rh.git.RawDiffEntry(file=x) for x in files] 304 def _test_file_filter(self, mock_check, func, files): argument 318 diff = [rh.git.RawDiffEntry(file=x) for x in files] 670 files=diff_with_current_txt, 685 files=diff_with_experimental_current_txt, 700 files=diff_with_subdir_current_txt, 717 files=diff_without_current_txt, 727 files=diff_with_current_txt, [all …]
|
D | config_test.py | 56 def check_files(files): argument 58 assert files 101 check_files(opts.files)
|
/tools/treble/build/sandbox/ |
D | overlay.py | 117 for current_dir_origin, subdirs, files in os.walk(overlay_dir): 127 if '.git' in subdirs or '.git' in files or '.bindmount' in files: 132 if '.bindmount' in files or (not allowed_projects or 146 for current_dir_origin, subdirs, files in os.walk(overlay_dir): 152 if '.git' in subdirs or '.git' in files or '.bindmount' in files: 198 for file in files:
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/ |
D | plugin.proto | 56 // The .proto files that were explicitly listed on the command-line. The 57 // code generator should generate code only for these files. Each file's 64 // FileDescriptorProtos for all files in files_to_generate and everything 65 // they import. The files will appear in topological order, so each file 83 // This should be used to indicate errors in .proto files which prevent the 98 // file. This allows the generator to break large files into small chunks, 100 // files need not reside completely in memory at one time. Note that as of 102 // CodeGeneratorResponse before writing files to disk. 122 // .pb.h files that it generates:
|
/tools/repohooks/ |
D | README.md | 29 There are two types of config files: 35 The merging of these config files control the hooks/checks that get run when 47 These config files will be loaded first before stacking `PREUPLOAD.cfg` 105 * `${PREUPLOAD_FILES}`: List of files to operate on. 106 * `${PREUPLOAD_FILES_PREFIXED}`: A list of files to operate on. 173 * `aidl_format`: Run AIDL files (.aidl) through `aidl-format`. 174 * `android_test_mapping_format`: Validate TEST_MAPPING files in Android source 176 * `bpfmt`: Run Blueprint files (.bp) through `bpfmt`. 203 files match in a specific commit, then the hook will be skipped for that commit. 309 * `pylint` should support per-directory pylintrc files. [all …]
|
/tools/platform-compat/ |
D | README.md | 14 ├── java # All Java source files; directories follow corresponding java packages 20 │ ├── changeid # Creates compat_config xml files from @ChangeId constants 21 │ └── unsupportedappusage # Creates csv files with source positions for @UnsupportedA… 22 └── javatest # Tests for source files defined under java/
|
/tools/aadevtools/dev/resource/ |
D | sysui_gcar_android10-qpr3-release_android11-release.txt | 89 66 files changed, 11712 insertions(+), 75 deletions(-) 145 42 files changed, 2152 insertions(+), 1329 deletions(-) 165 Query does not return any files: "find . -name '*.xml' | egrep '/rro/' | egrep 'SystemUI'" 171 Query does not return any files: "find . -name '*.xml' | egrep -v '/rro/' | egrep 'res/values' | eg… 177 Query does not return any files: "find . -name '*.xml' | egrep '/rro/' | egrep 'car/notification'" 209 19 files changed, 4416 insertions(+) 239 16 files changed, 3098 insertions(+), 184 deletions(-)
|
/tools/ndkports/ |
D | .gitignore | 7 # Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored) 26 # Generated files 29 # Sensitive or high-churn files 43 # When using Gradle or Maven with auto-import, you should exclude module files,
|
/tools/acloud/pull/ |
D | pull_test.py | 133 files = ["kernel.log", "logcat", "kernel"] 135 self.assertEqual(pull.FilterLogfiles(files), expected_result) 138 files = ["kernel.log", "system.img", "userdata.img", "launcher.log"] 140 self.assertEqual(pull.FilterLogfiles(files), expected_result)
|
D | pull.py | 182 def FilterLogfiles(files): argument 195 log_files = list(files) 196 for file_path in files:
|
/tools/ndkports/src/main/kotlin/com/android/ndkports/ |
D | Ndk.kt | 27 val files = it.list() in <lambda>() constant 30 if (files.size != 1) { in <lambda>() 34 files.first() in <lambda>()
|
/tools/metalava/src/main/java/com/android/tools/metalava/ |
D | Options.kt | 2034 val files = mutableListOf<File>() in <lambda>() constant 2040 files.add(file) in <lambda>() 2042 return FileReadSandbox.allowAccess(files) in <lambda>() 2046 val files = mutableListOf<File>() in <lambda>() constant 2052 files.add(file) in <lambda>() 2055 return FileReadSandbox.allowAccess(files) in <lambda>() 2057 return files in <lambda>() 2061 val files = mutableListOf<File>() in <lambda>() constant 2067 files.add(file) in <lambda>() 2069 return FileReadSandbox.allowAccess(files) in <lambda>() [all …]
|
D | SignatureFileLoader.kt | 52 fun loadFiles(files: List<File>, kotlinStyleNulls: Boolean? = null): Codebase { in loadFiles() 53 if (files.isEmpty()) { in loadFiles() 57 return ApiFile.parseApi(files, kotlinStyleNulls ?: false) in loadFiles()
|
D | AnnotationsMerger.kt | 88 fun mergeQualifierAnnotations(files: List<File>) { in mergeQualifierAnnotations() 90 files, in mergeQualifierAnnotations() 97 fun mergeInclusionAnnotations(files: List<File>) { in mergeInclusionAnnotations() 99 files, in mergeInclusionAnnotations() 145 val files = file.listFiles() in mergeFileOrDir() constant 146 if (files != null) { in mergeFileOrDir() 147 for (child in files) { in mergeFileOrDir()
|
/tools/doc_generation/ |
D | switcher4.py | 144 for root, dirs, files in os.walk(java_source_abs_path): 147 for file_ in files: 193 for root, dirs, files in os.walk(kotlin_source_abs_path): 196 for file_ in files:
|
/tools/treble/vf/ |
D | merge.sh | 52 --framework-target-files ${SYSTEM_DIR}/${TARGET}-target_files*.zip \ 53 --vendor-target-files ${VENDOR_DIR}/*-target_files-*.zip \ 58 --output-target-files ${DIST_DIR}/${TARGET}-target_files-${BUILD_ID}.zip \
|