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 | 291 Foo string 296 Nested: struct{ Foo string }{ 297 Foo: "abc", 319 Foo string `allowNested:"true"` 325 Foo string `allowNested:"true"` 327 Foo: "abc", 355 Foo string 360 Foo string 363 {Foo: "abc", Bar: true}, 364 {Foo: "def", Bar: false}, [all …]
|
/build/soong/android/ |
D | path_properties_test.go | 24 Foo string `android:"path"` 35 Foo string `android:"path"` 64 if p.props.Foo != "" { 66 m := SrcIsModule(p.props.Foo)
|
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/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/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 | 68 Foo string 88 func (f *fooModule) Foo() string { func 89 return f.properties.Foo
|