Home
last modified time | relevance | path

Searched refs:A (Results 1 – 25 of 63) sorted by relevance

123

/build/blueprint/proptools/
Dfilter_test.go24 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 …]
Dextend_test.go818 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/
Darch_test.go26 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/
Dmodules_test.go80 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/
DA.java21 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/
DA.java2 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/
DREADME.md1 # 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/
Dmerge_zips_test.go36 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/
Dcommon_settings.bzl23 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/
Dpylintrc31 # 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 …]
Dota_metadata.proto54 // 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/
Dsbox.proto20 // 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/
Dreader_test.go67 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"}))
Dproperties_test.go40 ps, err := r.PropertyStruct(pkgPath, "tagTestProps", reflect.ValueOf(tagTestProps{A: "B"}))
/build/make/tools/droiddoc/templates-pdk/assets/
Dprettify.js16A=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/
DSomeEnum.java4 A(), enumConstant
/build/make/tools/droiddoc/test/stubs/src/com/android/stubs/
DSomeEnum.java20 A, B, C enumConstant
/build/soong/ui/metrics/upload_proto/
Dupload.proto33 // 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/
DB.java20 import com.android.stubs.a.A;
/build/make/tools/rbcrun/
DREADME.md9 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/
DAndroid.bp3 // A large-scale-change added 'default_applicable_licenses' to import
/build/make/tools/libhost/
DAndroid.bp3 // A large-scale-change added 'default_applicable_licenses' to import
/build/make/tools/acp/
DAndroid.bp7 // A large-scale-change added 'default_applicable_licenses' to import
/build/make/tools/atree/
DAndroid.bp7 // A large-scale-change added 'default_applicable_licenses' to import
/build/make/target/product/security/
DAndroid.bp4 // A large-scale-change added 'default_applicable_licenses' to import

123