/tools/dexter/slicer/export/slicer/ |
D | hash_table.h | 47 template<class Key, class T, class Hash> 107 template<class Key, class T, class Hash> 125 template<class Key, class T, class Hash> 146 template<class Key, class T, class Hash> 162 template<class Key, class T, class Hash> 174 template<class Key, class T, class Hash> 191 template<class Key, class T, class Hash> 203 template<class Key, class T, class Hash> 234 template<class Key, class T, class Hash>
|
D | code_ir.h | 46 template <class T> 241 template<class T> 264 template<> 304 template<class T> 387 template<class T> 421 template <class T, class... Args>
|
D | buffer.h | 74 template <class T> 107 template <class T> 112 template <class T> 125 template <class T>
|
D | reader.h | 105 template <class T> 113 template <class T> 120 template <class T>
|
D | dex_ir.h | 54 template <class T> 422 template <class T> 439 template <class T>
|
D | scopeguard.h | 36 template<class T> 61 template<class T>
|
D | memview.h | 37 template <class T = void>
|
D | arrayview.h | 26 template <class T>
|
D | intrusive_list.h | 28 template <class T>
|
D | instrumentation.h | 209 template<class T, class... Args>
|
D | writer.h | 76 template <class T>
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/ |
D | ClassItem.kt | 395 template: MethodItem, in <lambda>() 399 if (template.isConstructor()) { in <lambda>() 400 return findConstructor(template as ConstructorItem) in <lambda>() 404 .filter { it.matches(template) } in <lambda>() 408 superClass()?.findMethod(template, true, includeInterfaces)?.let { return it } in <lambda>() 414 cls.findMethod(template, includeSuperClasses, true)?.let { return it } in <lambda>() 451 fun findConstructor(template: ConstructorItem): ConstructorItem? { in <lambda>() 453 .filter { it.matches(template) } in <lambda>() 755 fun createMethod(template: MethodItem): MethodItem = codebase.unsupported() in <lambda>()
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/ |
D | PsiClassItem.kt | 335 override fun createMethod(template: MethodItem): MethodItem { in <lambda>() 336 val method = template as PsiMethodItem in <lambda>() 338 val replacementMap = mapTypeVariables(template.containingClass()) in <lambda>() 350 if (template.throwsTypes().isEmpty()) { in <lambda>() 354 for (type in template.throwsTypes()) { in <lambda>()
|
/tools/tradefederation/core/tests/res/config/suite/ |
D | suite.md | 61 tradefed.sh run template/local --template:map \ 74 tradefed.sh run google/template/lab-base \ 75 --template:map test=suite/framework-base-presubmit --test-tag SUITE \
|
/tools/asuite/atest/unittest_data/ |
D | test_record.proto.testonly | 24 command_line_args�template/atest_local_min --template:map test=atest --logcat-on-failure --atest… 63 command_line_args�template/atest_local_min --template:map test=atest --logcat-on-failure --atest… 74 command_line_args�template/atest_local_min --template:map test=atest --logcat-on-failure --atest…
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/ |
D | TfTestLauncher.java | 291 InputStream template = getClass().getResourceAsStream(mAntConfigResource); in processExecData() local 292 if (template == null) { in processExecData() 303 FileUtil.writeToFile(template, antConfig); in processExecData()
|
/tools/repohooks/tools/ |
D | cpplint.py | 5534 for pattern, template, header in _re_pattern_headers_maybe_templates: 5536 required[header] = (linenum, template) 5542 for pattern, template, header in _re_pattern_templates: 5549 required[header] = (linenum, template) 5591 template = required[required_header_unstripped][1] 5595 'Add #include ' + required_header_unstripped + ' for ' + template)
|
/tools/asuite/aidegen_functional_test/ |
D | aidegen_functional_test_main.py | 660 with open(path, encoding='utf8') as template: 662 for cnt in template:
|
/tools/asuite/aidegen/lib/ |
D | common_util.py | 633 with open(path, encoding=encode_type) as template: 634 return template.read()
|
/tools/trebuchet/trebuchet/system-server-analyzer/ |
D | README.md | 7 Trebuchet project and use the following command template:
|
/tools/trebuchet/trebuchet/user-switch-analyzer/ |
D | README.md | 9 Trebuchet project and use the following command template:
|
/tools/trebuchet/trebuchet/startup-analyzer/ |
D | README.md | 5 Trebuchet project and use the following command template: `./gradlew
|
/tools/metalava/src/main/java/com/android/tools/metalava/ |
D | ComparisonVisitor.kt | 192 template = new, in visitAdded()
|
/tools/asuite/atest/test_runners/ |
D | atest_tf_test_runner_unittest.py | 53 template=atf_tr.AtestTradefedTestRunner._TF_TEMPLATE,
|
/tools/tradefederation/core/atest/test_runners/ |
D | atest_tf_test_runner_unittest.py | 51 template=atf_tr.AtestTradefedTestRunner._TF_TEMPLATE,
|