Home
last modified time | relevance | path

Searched refs:Foo (Results 1 – 14 of 14) 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.go214 Foo string
219 Nested: struct{ Foo string }{
220 Foo: "abc",
242 Foo string `allowNested:"true"`
248 Foo string `allowNested:"true"`
250 Foo: "abc",
278 Foo string
283 Foo string
286 {Foo: "abc", Bar: true},
287 {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 m := SrcIsModule(p.props.Foo)
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.go24 Foo []string member
96 AssertDeepEquals(t, "foo", []string{"transitive", "defaults", "module"}, foo.properties.Foo)
/build/bazel/examples/cc/proto/import/
Dfoo.proto3 message Foo { message
/build/bazel/rules/aidl/
Daidl_interface_test.bzl47 paths.join(output_path, "aidl/b/Foo.h"),
48 paths.join(output_path, "b/Foo.cpp"),
86 srcs = ["a/b/Foo.aidl"],
130 srcs = ["Foo.aidl"],
170 srcs = ["Foo.aidl"],
223 srcs = ["Foo.aidl"],
249 srcs = ["Foo.aidl"],
328 srcs = ["a/b/Foo.aidl"],
364 srcs = ["a/b/Foo.aidl"],
428 srcs = ["Foo.aidl"],
/build/soong/java/
Dgenerated_java_library_test.go29 Foo string member
/build/bazel/rules/cc/
Dcc_aidl_code_gen.bzl124 # Given AIDL file a/b/c/d/Foo.aidl with direct_include_dir a/b
127 # <package-dir>/<target-name>/c/d/*Foo.h
128 # <package-dir>/<target-name>/c/d/Foo.cpp
130 # <package-dir>/<target-name>/aidl/c/d/*Foo.h
131 # <package-dir>/<target-name>/c/d/Foo.cpp
/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.go69 Foo string
89 func (f *fooModule) Foo() string { func
90 return f.properties.Foo
/build/bazel/rules/apex/
Dapex_test.bzl2108 srcs = ["Foo.aidl"],