Home
last modified time | relevance | path

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

/build/soong/cc/
Dtest.go210 func (test *testBinary) testBinary() bool { func
326 type testBinary struct { struct
327 *testDecorator
328 *binaryDecorator
329 *baseCompiler
330 Properties TestBinaryProperties
331 data []android.DataPath
332 testConfig android.Path
333 extraTestConfigs android.Paths
336 func (test *testBinary) linkerProps() []interface{} {
[all …]
Dcc.go488 testBinary() bool methodSpec
1529 func (ctx *moduleContextImpl) testBinary() bool { func
3594 func (c *Module) testBinary() bool { func
/build/soong/rust/
Dbinary.go37 testBinary() bool methodSpec
188 func (binary *binaryDecorator) testBinary() bool { func
Dtest.go248 func (test *testDecorator) testBinary() bool { func