Lines Matching defs:testBinary
210 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{} {
342 func (test *testBinary) linkerDeps(ctx DepsContext, deps Deps) Deps {
350 func (test *testBinary) linkerFlags(ctx ModuleContext, flags Flags) Flags {
356 func (test *testBinary) installerProps() []interface{} {
360 func (test *testBinary) install(ctx ModuleContext, file android.Path) {