Home
last modified time | relevance | path

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

/build/soong/cc/
Dtest.go259 func (test *testDecorator) testBinary() bool { func
335 type testBinary struct { struct
336 *testDecorator
337 *binaryDecorator
338 *baseCompiler
339 Properties TestBinaryProperties
340 data []android.DataPath
341 testConfig android.Path
342 extraTestConfigs android.Paths
345 func (test *testBinary) linkerProps() []interface{} {
[all …]
Dcc.go480 testBinary() bool methodSpec
1448 func (ctx *moduleContextImpl) testBinary() bool { func
3229 func (c *Module) testBinary() bool { func
/build/soong/rust/
Dbinary.go37 testBinary() bool methodSpec
186 func (binary *binaryDecorator) testBinary() bool { func
Dtest.go242 func (test *testDecorator) testBinary() bool { func