Home
last modified time | relevance | path

Searched refs:template (Results 1 – 25 of 30) sorted by relevance

12

/tools/dexter/slicer/export/slicer/
Dhash_table.h47 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>
Dcode_ir.h46 template <class T>
241 template<class T>
264 template<>
304 template<class T>
387 template<class T>
421 template <class T, class... Args>
Dbuffer.h74 template <class T>
107 template <class T>
112 template <class T>
125 template <class T>
Dreader.h105 template <class T>
113 template <class T>
120 template <class T>
Ddex_ir.h54 template <class T>
422 template <class T>
439 template <class T>
Dscopeguard.h36 template<class T>
61 template<class T>
Dmemview.h37 template <class T = void>
Darrayview.h26 template <class T>
Dintrusive_list.h28 template <class T>
Dinstrumentation.h209 template<class T, class... Args>
Dwriter.h76 template <class T>
/tools/metalava/src/main/java/com/android/tools/metalava/model/
DClassItem.kt395 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/
DPsiClassItem.kt335 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/
Dsuite.md61 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/
Dtest_record.proto.testonly24 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/
DTfTestLauncher.java291 InputStream template = getClass().getResourceAsStream(mAntConfigResource); in processExecData() local
292 if (template == null) { in processExecData()
303 FileUtil.writeToFile(template, antConfig); in processExecData()
/tools/repohooks/tools/
Dcpplint.py5534 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/
Daidegen_functional_test_main.py660 with open(path, encoding='utf8') as template:
662 for cnt in template:
/tools/asuite/aidegen/lib/
Dcommon_util.py633 with open(path, encoding=encode_type) as template:
634 return template.read()
/tools/trebuchet/trebuchet/system-server-analyzer/
DREADME.md7 Trebuchet project and use the following command template:
/tools/trebuchet/trebuchet/user-switch-analyzer/
DREADME.md9 Trebuchet project and use the following command template:
/tools/trebuchet/trebuchet/startup-analyzer/
DREADME.md5 Trebuchet project and use the following command template: `./gradlew
/tools/metalava/src/main/java/com/android/tools/metalava/
DComparisonVisitor.kt192 template = new, in visitAdded()
/tools/asuite/atest/test_runners/
Datest_tf_test_runner_unittest.py53 template=atf_tr.AtestTradefedTestRunner._TF_TEMPLATE,
/tools/tradefederation/core/atest/test_runners/
Datest_tf_test_runner_unittest.py51 template=atf_tr.AtestTradefedTestRunner._TF_TEMPLATE,

12