Home
last modified time | relevance | path

Searched refs:Foo (Results 1 – 9 of 9) sorted by relevance

/build/blueprint/proptools/
Dtag_test.go113 Foo string
120 Foo string `name:"value"`
127 Foo string `name:"value"`
135 Foo string `name:"other"`
143 Foo struct {
152 Foo *struct {
162 Foo []struct {
173 Foo []struct {
186 Foo string `name:"value"`
Dunpack_test.go215 Foo string
220 Nested: struct{ Foo string }{
221 Foo: "abc",
243 Foo string `allowNested:"true"`
249 Foo string `allowNested:"true"`
251 Foo: "abc",
279 Foo string
284 Foo string
287 {Foo: "abc", Bar: true},
288 {Foo: "def", Bar: false},
[all …]
/build/make/tools/droiddoc/test/generics/src/com/android/generics/
DFoo.java19 public class Foo<V> { class
20 public Foo(V v) { in Foo() method in Foo
DFooBar.java19 public class FooBar<K,V,L> extends Foo<V> implements Bar<K> {
37 public FooBar<K,? extends Foo,L> a(K arg) { in a()
/build/soong/android/
Dpath_properties_test.go24 Foo string `android:"path"`
35 Foo string `android:"path"`
64 if p.props.Foo != "" {
66 if ctx.GetDirectDepWithTag(SrcIsModule(p.props.Foo), sourceOrOutputDepTag("")) == nil {
Dvariable_test.go200 Foo []string
213 Foo []string
220 Foo []string member
224 Foo []string member
307 AssertDeepEquals(t, "foo", want, foo.properties.Foo)
Ddefaults_test.go22 Foo []string member
93 AssertDeepEquals(t, "foo", []string{"transitive", "defaults", "module"}, foo.properties.Foo)
/build/soong/makedeps/
Ddeps_test.go75 input: `Project\Dir\Build\Release8\Foo\Foo.res : \
76 Dir\Library\Foo.rc \
78 Dir\Library\Foo.ico \
82 Output: `Project\Dir\Build\Release8\Foo\Foo.res`,
84 `Dir\Library\Foo.rc`,
86 `Dir\Library\Foo.ico`,
/build/blueprint/
Dcontext_test.go67 Foo string
87 func (f *fooModule) Foo() string { func
88 return f.properties.Foo