Lines Matching defs:testBinary
259 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{} {
351 func (test *testBinary) linkerInit(ctx BaseModuleContext) {
356 func (test *testBinary) linkerDeps(ctx DepsContext, deps Deps) Deps {
364 func (test *testBinary) linkerFlags(ctx ModuleContext, flags Flags) Flags {
370 func (test *testBinary) installerProps() []interface{} {
374 func (test *testBinary) install(ctx ModuleContext, file android.Path) {