Home
last modified time | relevance | path

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

/build/blueprint/proptools/
Dtag_test.go80 Foo string
87 Foo string `name:"value"`
94 Foo string `name:"value"`
102 Foo string `name:"other"`
110 Foo struct {
119 Foo *struct {
128 Foo string `name:"value"`
Dunpack_test.go178 Foo string
183 Nested: struct{ Foo string }{
184 Foo: "abc",
205 Foo string `allowNested:"true"`
211 Foo string `allowNested:"true"`
213 Foo: "abc",
240 Foo string
245 Foo string
248 {Foo: "abc", Bar: true},
249 {Foo: "def", Bar: false},
[all …]
/build/soong/android/
Dpath_properties_test.go25 Foo string `android:"path"`
33 Foo string `android:"path"`
53 if p.props.Foo != "" {
55 if ctx.GetDirectDepWithTag(SrcIsModule(p.props.Foo), sourceOrOutputDepTag("")) == nil {
Dvariable_test.go171 Foo []string
215 Foo []string
222 Foo []string member
226 Foo []string member
316 if g, w := foo.properties.Foo, want; !reflect.DeepEqual(g, w) {
Ddefaults_test.go25 Foo []string member
99 …if g, w := foo.properties.Foo, []string{"transitive", "defaults", "module"}; !reflect.DeepEqual(g,…
/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/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