Home
last modified time | relevance | path

Searched defs:testBinary (Results 1 – 4 of 4) sorted by relevance

/build/soong/cc/
Dtest.go199 func (test *testBinary) testBinary() bool { func
287 type testBinary struct { struct
288 *testDecorator
289 *binaryDecorator
290 *baseCompiler
291 Properties TestBinaryProperties
292 data []android.DataPath
293 testConfig android.Path
294 extraTestConfigs android.Paths
297 func (test *testBinary) linkerProps() []interface{} {
[all …]
Dcc.go674 testBinary() bool methodSpec
1716 func (ctx *moduleContextImpl) testBinary() bool { func
3986 func (c *Module) testBinary() bool { func
/build/soong/rust/
Dbinary.go37 testBinary() bool methodSpec
186 func (binary *binaryDecorator) testBinary() bool { func
Dtest.go295 func (test *testDecorator) testBinary() bool { func