Searched refs:Foo (Results 1 – 14 of 14) 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 | 214 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/ |
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 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 | 24 Foo []string member 96 AssertDeepEquals(t, "foo", []string{"transitive", "defaults", "module"}, foo.properties.Foo)
|
/build/bazel/examples/cc/proto/import/ |
D | foo.proto | 3 message Foo { message
|
/build/bazel/rules/aidl/ |
D | aidl_interface_test.bzl | 47 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/ |
D | generated_java_library_test.go | 29 Foo string member
|
/build/bazel/rules/cc/ |
D | cc_aidl_code_gen.bzl | 124 # 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/ |
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 | 69 Foo string 89 func (f *fooModule) Foo() string { func 90 return f.properties.Foo
|
/build/bazel/rules/apex/ |
D | apex_test.bzl | 2108 srcs = ["Foo.aidl"],
|