Searched refs:Foo (Results 1 – 9 of 9) sorted by relevance
/build/blueprint/proptools/ |
D | tag_test.go | 113 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"`
|
D | unpack_test.go | 215 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/ |
D | Foo.java | 19 public class Foo<V> { class 20 public Foo(V v) { in Foo() method in Foo
|
D | FooBar.java | 19 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/ |
D | path_properties_test.go | 24 Foo string `android:"path"` 35 Foo string `android:"path"` 64 if p.props.Foo != "" { 66 if ctx.GetDirectDepWithTag(SrcIsModule(p.props.Foo), sourceOrOutputDepTag("")) == nil {
|
D | variable_test.go | 200 Foo []string 213 Foo []string 220 Foo []string member 224 Foo []string member 307 AssertDeepEquals(t, "foo", want, foo.properties.Foo)
|
D | defaults_test.go | 22 Foo []string member 93 AssertDeepEquals(t, "foo", []string{"transitive", "defaults", "module"}, foo.properties.Foo)
|
/build/soong/makedeps/ |
D | deps_test.go | 75 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/ |
D | context_test.go | 67 Foo string 87 func (f *fooModule) Foo() string { func 88 return f.properties.Foo
|