/build/blueprint/proptools/ |
D | filter_test.go | 24 A *string `keep:"true"` member 29 A *string member 33 A *string `keep:"true"` member 47 A *string `keep:"true"` 51 A *string 58 A *string 66 A *string `keep:"true"` 69 A *string `keep:"true"` 78 A struct { 79 A *string `keep:"true"` [all …]
|
D | extend_test.go | 818 in1: &struct{ A string }{ 819 A: "string1", 824 out: &struct{ A string }{ 825 A: "string1", 873 S: &struct{ A string }{ 874 A: "string1", 883 S: &struct{ A string }{ 884 A: "string1", 1153 &struct{ S, A string }{ 1164 &struct{ S, A string }{ [all …]
|
/build/soong/android/ |
D | arch_test.go | 26 A *string `android:"arch_variant"` member 31 A *string member 35 A *string `android:"arch_variant"` member 49 A *string `android:"arch_variant"` 53 A *string 60 A *string `android:"arch_variant"` 68 A *string 78 A *string 86 A *string `android:"arch_variant"` 89 A *string `android:"arch_variant"` [all …]
|
/build/soong/android/soongconfig/ |
D | modules_test.go | 80 A string 88 A []string 96 A []string 104 A struct { 114 A struct { 124 A string 132 A *struct { 142 A interface{} 144 A: struct { 154 A interface{} [all …]
|
/build/make/tools/droiddoc/test/stubs/src/com/android/stubs/a/ |
D | A.java | 21 public abstract class A extends Parent implements Parent.Interface, SomeInterface { class 22 protected A(int a) { in A() method in A 26 public A varargs(Parent... args) { in varargs()
|
/build/make/tools/droiddoc/test/stubs/expected/com/android/stubs/a/ |
D | A.java | 2 public abstract class A class 10 protected A(int a) { throw new RuntimeException("Stub!"); } in A() method in A 11 public com.android.stubs.a.A varargs(com.android.stubs.Parent[]... args) { throw new RuntimeExcept… in varargs()
|
/build/make/target/product/virtual_ab_ota/ |
D | README.md | 1 # Virtual A/B makefiles 3 Devices that uses Virtual A/B must inherit from one of the makefiles in this directory.
|
/build/soong/cmd/merge_zips/ |
D | merge_zips_test.go | 36 A = testZipEntry{"A", 0755, []byte("foo")} var 134 {be, bc, bDir, bbDir, bbb, A, metainfDir, manifestFile}, 136 out: []testZipEntry{A, metainfDir, manifestFile, bDir, bbDir, bbb, bc, be}, 143 {be, bc, bDir, A, metainfDir, manifestFile}, 145 out: []testZipEntry{metainfDir, manifestFile, A, bDir, bc, be}, 154 {metainfDir, manifestFile2, A}, 156 out: []testZipEntry{metainfDir, manifestFile, A, bDir, bc, be}, 165 {A}, 167 out: []testZipEntry{bDir, be, bc, A},
|
/build/bazel/bazel_skylib/rules/ |
D | common_settings.bzl | 23 doc = "A singleton provider that contains the raw value of a build setting", 49 doc = "A bool-typed build setting that can be set on the command line", 55 doc = "A bool-typed build setting that cannot be set on the command line", 61 doc = "A string list-typed build setting that can be set on the command line", 67 doc = "A string list-typed build setting that cannot be set on the command line", 86 doc = "A string-typed build setting that can be set on the command line", 97 doc = "A string-typed build setting that cannot be set on the command line",
|
/build/make/tools/releasetools/ |
D | pylintrc | 31 # A comma-separated list of package or module names from where C extensions may 116 # Tells whether missing members accessed in mixin class should be ignored. A 176 const-rgx=(([A-Z_][A-Z0-9_]*)|(__.*__))$ 179 const-name-hint=(([A-Z_][A-Z0-9_]*)|(__.*__))$ 194 class-attribute-rgx=([A-Za-z_][A-Za-z0-9_]{2,30}|(__.*__))$ 197 class-attribute-name-hint=([A-Za-z_][A-Za-z0-9_]{2,30}|(__.*__))$ 200 inlinevar-rgx=[A-Za-z_][A-Za-z0-9_]*$ 203 inlinevar-name-hint=[A-Za-z_][A-Za-z0-9_]*$ 206 class-rgx=[A-Z_][a-zA-Z0-9]+$ 209 class-name-hint=[A-Z_][a-zA-Z0-9]+$ [all …]
|
D | ota_metadata.proto | 54 // A value that specify a version of the android build. 60 // A value indicating the security patch level of a build. 97 // A map of name:content of property files, e.g. ota-property-files. 108 // The required size of the cache partition, only valid for non-A/B update.
|
/build/soong/cmd/sbox/sbox_proto/ |
D | sbox.proto | 20 // A set of commands to run in a sandbox. 22 // A list of commands to run in the sandbox. 32 // A list of copy rules to run before the sandboxed command. The from field is relative to the 43 // A list of copy rules to run after the sandboxed command. The from field is relative to the 51 // A list of files that will be copied before the sandboxed command, and whose contents should be 72 // A list of path mappings that should be applied to each file listed in the rsp file.
|
/build/blueprint/bootstrap/bpdoc/ |
D | reader_test.go | 67 A string member 89 A string member 94 A string `tag1:"a,b" tag2:"c"` member 156 ps, err := r.PropertyStruct(pkgPath, "props", reflect.ValueOf(props{A: "B"}))
|
D | properties_test.go | 40 ps, err := r.PropertyStruct(pkgPath, "tagTestProps", reflect.ValueOf(tagTestProps{A: "B"}))
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | prettify.js | 16 …A=k[e];if(A[0]<=E[1]+1)E[1]=Math.max(E[1],A[1]);else B.push(E=A)}var D=[L];h&&D.push(M);D.push.app… 22 …ar B=e[1],E=k.indexOf(B),A=E+B.length,D=h.substring(5);ia(n+x,k.substring(0,E),i,q);ia(n+x+E,B,Ra(…
|
/build/make/tools/droiddoc/test/stubs/expected/com/android/stubs/ |
D | SomeEnum.java | 4 A(), enumConstant
|
/build/make/tools/droiddoc/test/stubs/src/com/android/stubs/ |
D | SomeEnum.java | 20 A, B, C enumConstant
|
/build/soong/ui/metrics/upload_proto/ |
D | upload.proto | 33 // A list of metrics filepaths to upload. 36 // A list of directories to delete after the copy of metrics files
|
/build/make/tools/droiddoc/test/stubs/src/com/android/stubs/b/ |
D | B.java | 20 import com.android.stubs.a.A;
|
/build/make/tools/rbcrun/ |
D | README.md | 9 A Roboleaf configuration file is a Starlark script. Usually it is read from *file*. The option `-c`… 53 A `struct` containing environment variables. E.g., `rblf_env.USER` is the username when running on … 57 A `struct` containing the variable set by the interpreter's command line. That is, running
|
/build/make/tools/fs_get_stats/ |
D | Android.bp | 3 // A large-scale-change added 'default_applicable_licenses' to import
|
/build/make/tools/libhost/ |
D | Android.bp | 3 // A large-scale-change added 'default_applicable_licenses' to import
|
/build/make/tools/acp/ |
D | Android.bp | 7 // A large-scale-change added 'default_applicable_licenses' to import
|
/build/make/tools/atree/ |
D | Android.bp | 7 // A large-scale-change added 'default_applicable_licenses' to import
|
/build/make/target/product/security/ |
D | Android.bp | 4 // A large-scale-change added 'default_applicable_licenses' to import
|