Lines Matching defs:testBinary
253 func (test *testDecorator) testBinary() bool { func
325 type testBinary struct { struct
326 testDecorator
327 *binaryDecorator
328 *baseCompiler
329 Properties TestBinaryProperties
330 data []android.DataPath
331 testConfig android.Path
332 extraTestConfigs android.Paths
335 func (test *testBinary) linkerProps() []interface{} {
341 func (test *testBinary) linkerInit(ctx BaseModuleContext) {
346 func (test *testBinary) linkerDeps(ctx DepsContext, deps Deps) Deps {
353 func (test *testBinary) linkerFlags(ctx ModuleContext, flags Flags) Flags {
359 func (test *testBinary) install(ctx ModuleContext, file android.Path) {