Searched refs:include (Results 1 – 25 of 57) sorted by relevance
123
/tools/trebuchet/ |
D | settings.gradle | 21 include 'core:model' 22 include 'core:common' 26 include 'trebuchet:analyzer' 27 include 'trebuchet:startup-analyzer' 28 include 'trebuchet:startup-common' 29 include 'trebuchet:startup-summarizer' 30 include 'trebuchet:system-server-analyzer' 31 include 'trebuchet:user-switch-analyzer' 32 include 'trebuchet:traceutils' 33 include 'trebuchet:viewer'
|
/tools/test/graphicsbenchmark/apps/sample_app/ |
D | Android.mk | 17 include $(CLEAR_VARS) 26 include $(BUILD_PACKAGE) 28 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/tools/tradefederation/core/tests/res/testdata/ |
D | test_mapping_2 | 8 "include-filter": "some-filter" 16 "include-filter": "some-filter2" 37 "include-filter": "filter.com"
|
D | test_mapping_with_mainline | 7 "include-filter": "test-filter" 15 "include-filter": "test-filter2"
|
D | test_mapping_golden1 | 6 "include-filter": "testClass#testMethod"
|
D | test_mapping_with_comments1 | 8 "include-filter": "testClass#testMethod" #comment11 // another comments
|
/tools/test/graphicsbenchmark/functional_tests/java/ |
D | Android.mk | 17 include $(CLEAR_VARS) 35 include $(BUILD_PACKAGE) 38 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/tools/test/connectivity/acts/framework/ |
D | MANIFEST.in | 1 include setup.py README.txt sample_config.json 2 recursive-include acts *.py
|
/tools/asuite/aidegen/vscode/ |
D | vscode_native_project_file_gen_unittest.py | 66 include = vscode_native_project_file_gen._INC_PATH 70 self.assertEqual(set(res), set(data[config][0][include])) 75 self.assertEqual(set(res), set(data[config][0][include]))
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/visitors/ |
D | ApiVisitor.kt | 116 open fun include(cls: ClassItem): Boolean { in include() method 132 fun include(vc: VisitCandidate): Boolean { in include() method 133 if (!include(vc.cls)) { in include()
|
/tools/tradefederation/core/tests/test-apps/NativeTestSampleApp/tests/ |
D | Android.mk.bak | 24 include $(CLEAR_VARS) 36 $(LOCAL_PATH)/../include 47 include $(BUILD_NATIVE_TEST)
|
/tools/asuite/aidegen/lib/ |
D | native_module_info.py | 192 for include in mod_info[flag][header]: 193 match = re.search(_INC_GEN_CHECK, include) 194 if match and not os.path.isdir(include):
|
/tools/test/connectivity/acts/tests/google/net/arduino/connect_wifi/ |
D | connect_wifi.ino | 1 #include <ESP8266WiFi.h> 2 #include <ESP8266Ping.h> 3 #include <WiFiUdp.h>
|
/tools/test/connectivity/acts/framework/acts/test_utils/ |
D | OWNERS | 1 include /acts/tests/OWNERS
|
/tools/currysrc/ |
D | OWNERS | 1 include platform/libcore:/OWNERS
|
/tools/test/graphicsbenchmark/tools/ |
D | Android.mk | 16 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/tools/test/graphicsbenchmark/apps/ |
D | Android.mk | 16 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/tools/test/graphicsbenchmark/performance_tests/ |
D | Android.mk | 16 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/tools/tradefederation/core/atest/unittest_data/test_mapping/folder6/ |
D | test_mapping_sample_golden | 6 "include-filter": "testClass#testMethod"
|
D | test_mapping_sample_with_comments | 8 "include-filter": "testClass#testMethod" #comment11 // another comments
|
/tools/asuite/atest/unittest_data/test_mapping/folder6/ |
D | test_mapping_sample_golden | 6 "include-filter": "testClass#testMethod"
|
D | test_mapping_sample_with_comments | 8 "include-filter": "testClass#testMethod" #comment11 // another comments
|
/tools/test/graphicsbenchmark/ |
D | README | 16 Available options include: 33 $ atest --include-subdirs --test-mapping tools/test/graphicsbenchmark:presubmit
|
D | Android.mk | 17 include $(CLEAR_VARS) 82 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/tools/loganalysis/ |
D | Android.mk | 29 include $(call all-makefiles-under,$(LOCAL_PATH))
|
123