Lines Matching refs:system

34 system_api_xml_description := $(TARGET_OUT_COMMON_INTERMEDIATES)/system-api.xml
37 cts-system-api-coverage-report := $(coverage_out)/system-api-coverage.html
38 cts-system-api-xml-coverage-report := $(coverage_out)/system-api-coverage.xml
58 $(cts-system-api-coverage-report): PRIVATE_TEST_CASES := $(COMPATIBILITY_TESTCASES_OUT_cts)
59 $(cts-system-api-coverage-report): PRIVATE_CTS_API_COVERAGE_EXE := $(cts_api_coverage_exe)
60 $(cts-system-api-coverage-report): PRIVATE_DEXDEPS_EXE := $(dexdeps_exe)
61 $(cts-system-api-coverage-report): PRIVATE_API_XML_DESC := $(system_api_xml_description)
62 $(cts-system-api-coverage-report): PRIVATE_NAPI_XML_DESC := ""
63 $(cts-system-api-coverage-report) : $(android_cts_zip) $(cts_system_api_coverage_dependencies) | $(…
67 $(cts-system-api-xml-coverage-report): PRIVATE_TEST_CASES := $(COMPATIBILITY_TESTCASES_OUT_cts)
68 $(cts-system-api-xml-coverage-report): PRIVATE_CTS_API_COVERAGE_EXE := $(cts_api_coverage_exe)
69 $(cts-system-api-xml-coverage-report): PRIVATE_DEXDEPS_EXE := $(dexdeps_exe)
70 $(cts-system-api-xml-coverage-report): PRIVATE_API_XML_DESC := $(system_api_xml_description)
71 $(cts-system-api-xml-coverage-report): PRIVATE_NAPI_XML_DESC := ""
72 $(cts-system-api-xml-coverage-report) : $(android_cts_zip) $(cts_system_api_coverage_dependencies) …
106 .PHONY: cts-system-api-coverage
107 cts-system-api-coverage : $(cts-system-api-coverage-report)
109 .PHONY: cts-system-api-xml-coverage
110 cts-system-api-xml-coverage : $(cts-system-api-xml-coverage-report)
126 $(call dist-for-goals, cts-api-coverage, $(cts-system-api-coverage-report):cts-system-api-coverage-…
127 $(call dist-for-goals, cts-api-coverage, $(cts-system-api-xml-coverage-report):cts-system-api-cover…
149 cts-system-api-coverage-report :=
150 cts-system-api-xml-coverage-report :=