HomeSort by relevance Sort by last modified time
    Searched refs:testDecorator (Results 1 - 2 of 2) sorted by null

  /build/soong/cc/
test.go 125 type testDecorator struct {
130 func (test *testDecorator) gtest() bool {
134 func (test *testDecorator) linkerFlags(ctx ModuleContext, flags Flags) Flags {
160 func (test *testDecorator) linkerDeps(ctx BaseModuleContext, deps Deps) Deps {
179 func (test *testDecorator) linkerInit(ctx BaseModuleContext, linker *baseLinker) {
187 func (test *testDecorator) linkerProps() []interface{} {
196 testDecorator
204 props := append(test.testDecorator.linkerProps(), test.binaryDecorator.linkerProps()...)
210 test.testDecorator.linkerInit(ctx, test.binaryDecorator.baseLinker)
217 deps = test.testDecorator.linkerDeps(ctx, deps
    [all...]
  /external/autotest/client/common_lib/
decorators_unittest.py 26 def testDecorator(self):

Completed in 457 milliseconds