Searched refs:files (Results 1 – 25 of 100) sorted by relevance
1234
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 …]
29 def __init__(self, hook, project, commit, error, files=(), fixup_func=None): argument48 self.files = files66 def __init__(self, hook, project, commit, result, files=(), argument70 files=files, fixup_func=fixup_func)
56 def check_files(files): argument58 assert files101 check_files(opts.files)
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()
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()
14 ├── java # All Java source files; directories follow corresponding java packages20 │ ├── changeid # Creates compat_config xml files from @ChangeId constants21 │ └── unsupportedappusage # Creates csv files with source positions for @UnsupportedA…22 └── javatest # Tests for source files defined under java/
10 * Allow extracting the API (into signature text files, into stub API files44 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 to83 IntelliJ external annotations data as well as signature files containing98 ignores) block comments in the signature files.)101 files. This is vital now that some of these annotations become part of the107 their nullness contract, the signature files would very quickly become133 annotations are not included in signature files) use just the simple name151 * Support for generating documentation into the stubs files (so we can run[all …]
8 1. The format emitted by doclava, and used for Android's signature files up10 over time, so older signature files vary a bit (many of these changes were37 That means the annotations should be part of the signature files too -- such55 New signature files (v2+) generally include a file header comment which states57 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 that251 This doesn't currently apply to the SDK, but the signature files are also used268 syntax. Therefore, we need to also capture properties in the signature files. If276 it will get recorded in the signature files like this:[all …]
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 or146 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:
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()
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 \
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)
182 def FilterLogfiles(files): argument195 log_files = list(files)196 for file_path in files:
56 // The .proto files that were explicitly listed on the command-line. The57 // code generator should generate code only for these files. Each file's64 // FileDescriptorProtos for all files in files_to_generate and everything65 // they import. The files will appear in topological order, so each file83 // This should be used to indicate errors in .proto files which prevent the98 // 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 of102 // CodeGeneratorResponse before writing files to disk.122 // .pb.h files that it generates:
11 .files( in testJava()57 .files( in testKotlin()
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(-)
142 for root, dirs, files in os.walk(java_source_abs_path):145 for file_ in files:191 for root, dirs, files in os.walk(kotlin_source_abs_path):194 for file_ in files:
3 Trebuchet is a Kotlin library for parsing and analyzing Android trace files generated by the `atrac…11 Trebuchet comes bundled with several programs for analyzing one or more trace files.19 The Startup Summarizer program takes a set of trace files, detects startup events in each file, and…
42 files = job.run(full_git_command).stdout.splitlines()43 full_files = [os.path.abspath(f) for f in files if f.endswith('.py')]
29 There are two types of config files:35 The merging of these config files control the hooks/checks that get run when47 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 source176 * `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 …]
40 for dirpath, _, files in os.walk(base_path):41 for _file in files:
37 for dirpath, _, files in os.walk(base_path):38 for f in files:
40 for dirpath, _, files in os.walk(base_path):41 for f in files:
9 apksigner is a tool for signing Android APK files and for checking whether10 signatures of APK files will verify on Android devices.