Searched defs:files (Results 1 – 14 of 14) sorted by relevance
/tools/ndkports/src/main/kotlin/com/android/ndkports/ |
D | Ndk.kt | 27 val files = it.list() in <lambda>() constant
|
/tools/repohooks/rh/ |
D | results.py | 29 def __init__(self, hook, project, commit, error, files=(), fixup_func=None): argument 66 def __init__(self, hook, project, commit, result, files=(), argument
|
D | config_test.py | 56 def check_files(files): argument
|
D | hooks_unittest.py | 282 def _test_commit_messages(self, func, accept, msgs, files=None): argument 304 def _test_file_filter(self, mock_check, func, files): argument
|
/tools/asuite/ |
D | asuite_run_unittests.py | 41 def run_unittests(files): argument
|
/tools/carrier_settings/python/ |
D | update_apn.py | 78 def get_knowncarriers(files): argument
|
D | update_carrier_data.py | 160 def get_knowncarriers(files): argument
|
/tools/acloud/pull/ |
D | pull.py | 182 def FilterLogfiles(files): argument
|
/tools/metalava/src/main/java/com/android/tools/metalava/ |
D | Options.kt | 2034 val files = mutableListOf<File>() in <lambda>() constant 2046 val files = mutableListOf<File>() in <lambda>() constant 2061 val files = mutableListOf<File>() in <lambda>() constant 2098 val files = mutableListOf<File>() in <lambda>() constant
|
D | AnnotationsMerger.kt | 145 val files = file.listFiles() in mergeFileOrDir() constant
|
D | Driver.kt | 1117 val files = file.listFiles() in skippableDirectory() constant
|
D | ApiLint.kt | 2700 val files = hasFile in <lambda>() constant
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/ |
D | ApiFile.java | 58 final List<File> files = new ArrayList<>(1); in parseApi() local 74 public static TextCodebase parseApi(@Nonnull List<File> files, boolean kotlinStyleNulls) in parseApi()
|
/tools/metalava/src/test/java/com/android/tools/metalava/stub/ |
D | StubsTest.kt | 4325 val files = gatherSources(src) in <lambda>() constant
|