Home
last modified time | relevance | path

Searched refs:GcovCoverage (Results 1 – 11 of 11) sorted by relevance

/build/soong/cc/
Dutil.go66 gcovCoverage: in.GcovCoverage,
Dcoverage.go121 flags.GcovCoverage = true
Dcc.go259 GcovCoverage bool // True if coverage files should be generated. member
/build/soong/filesystem/
Dfilesystem_test.go306 variables.GcovCoverage = proptools.BoolPtr(true)
/build/soong/android/
Dconfig.go382 if Bool(configurable.GcovCoverage) && Bool(configurable.ClangCoverage) {
387 Bool(configurable.GcovCoverage) ||
1449 return Bool(c.config.productVariables.GcovCoverage) ||
1462 return Bool(c.config.productVariables.GcovCoverage)
Dvariable.go343 GcovCoverage *bool `json:",omitempty"` member
/build/bazel/tests/products/
Daosp_x86_64.variables.bzl83 "GcovCoverage": false,
Daosp_x86.variables.bzl83 "GcovCoverage": false,
Daosp_arm64.variables.bzl83 "GcovCoverage": false,
Daosp_arm.variables.bzl83 "GcovCoverage": false,
/build/make/core/
Dsoong_config.mk141 $(call add_json_bool, GcovCoverage, $(filter true,$(NATIVE_COVERAGE)))