Lines Matching defs:testBinary
186 func (test *testBinary) testBinary() bool { func
268 type testBinary struct { struct
269 *testDecorator
270 *binaryDecorator
271 *baseCompiler
272 Properties TestBinaryProperties
273 data []android.DataPath
274 testConfig android.Path
275 extraTestConfigs android.Paths
278 func (test *testBinary) linkerProps() []interface{} {
284 func (test *testBinary) linkerDeps(ctx DepsContext, deps Deps) Deps {
292 func (test *testBinary) linkerFlags(ctx ModuleContext, flags Flags) Flags {
304 func (test *testBinary) moduleInfoJSON(ctx ModuleContext, moduleInfoJSON *android.ModuleInfoJSON) {
332 func (test *testBinary) installerProps() []interface{} {
336 func (test *testBinary) install(ctx ModuleContext, file android.Path) {