Lines Matching refs:testBinary
123 func (test *testBinary) testPerSrc() bool {
127 func (test *testBinary) srcs() []string {
131 func (test *testBinary) setSrc(name, src string) {
136 var _ testPerSrc = (*testBinary)(nil)
242 type testBinary struct { struct
251 func (test *testBinary) linkerProps() []interface{} { argument
257 func (test *testBinary) linkerInit(ctx BaseModuleContext) { argument
262 func (test *testBinary) linkerDeps(ctx DepsContext, deps Deps) Deps { argument
268 func (test *testBinary) linkerFlags(ctx ModuleContext, flags Flags) Flags { argument
274 func (test *testBinary) install(ctx ModuleContext, file android.Path) { argument
306 test := &testBinary{