/build/blueprint/proptools/ |
D | filter_test.go | 25 B *string member 48 B *string 80 B *string 153 B *string 245 B *string `keep:"true"` 262 B *string `keep:"true"` 270 B *string 280 B *string `keep:"true"` 288 B *string 305 B *string [all …]
|
D | extend_test.go | 821 in2: &struct{ B string }{ 822 B: "string2", 878 S: &struct{ B string }{ 879 B: "string2", 1156 &struct{ S, B string }{ 1167 &struct{ S, B string }{ 1178 &struct{ B string }{}, 1187 &struct{ B string }{}, 1223 &struct{ B string }{}, 1236 &struct{ B string }{}, [all …]
|
D | unpack_test.go | 1017 func BenchmarkUnpackProperties(b *testing.B) { argument 1018 run := func(b *testing.B, props []interface{}, input string) { 1057 b.Run("basic", func(b *testing.B) { 1075 b.Run("interface", func(b *testing.B) { 1095 b.Run("many", func(b *testing.B) { 1099 B *string 1127 b.Run("deep", func(b *testing.B) { 1165 b.Run("mix", func(b *testing.B) {
|
D | tag_test.go | 71 func BenchmarkHasTag(b *testing.B) { argument 95 b.Run(test.field, func(b *testing.B) {
|
/build/soong/android/soongconfig/ |
D | modules_test.go | 105 B string 115 B string 133 B string 145 B string 157 B string 169 B string 293 B bool member 298 B bool member 315 B: true, 319 B: false, [all …]
|
/build/blueprint/ |
D | ninja_strings_test.go | 181 func BenchmarkNinjaString_Value(b *testing.B) { argument 182 b.Run("constant", func(b *testing.B) { 185 b.Run(strconv.Itoa(l), func(b *testing.B) { 192 b.Run("variable", func(b *testing.B) { 197 b.Run(strconv.Itoa(l), func(b *testing.B) { 204 b.Run("variables", func(b *testing.B) { 213 b.Run(strconv.Itoa(l), func(b *testing.B) {
|
/build/make/tools/droiddoc/test/stubs/expected/com/android/stubs/b/ |
D | B.java | 2 public class B class 4 public B() { throw new RuntimeException("Stub!"); } in B() method in B
|
/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/android/ |
D | arch_test.go | 27 B *string member 50 B *string 61 B *string `android:"arch_variant,path"` 69 B *string `android:"path"` 100 B *string 173 B *string
|
D | variable_test.go | 310 func BenchmarkSliceToTypeArray(b *testing.B) { argument 316 B string 320 b.Run(strconv.Itoa(n), func(b *testing.B) {
|
D | util_test.go | 592 func BenchmarkFirstUniqueStrings(b *testing.B) { argument 620 f := func(b *testing.B, imp func([]string) []string, s []string) { 629 b.Run(strconv.Itoa(n), func(b *testing.B) { 631 b.Run(implementation.name, func(b *testing.B) { 632 b.Run("same", func(b *testing.B) { 635 b.Run("unique", func(b *testing.B) {
|
D | depset_test.go | 334 func Benchmark_firstUnique(b *testing.B) { argument 368 f := func(b *testing.B, imp func([]string) []string, s []string) { 377 b.Run(strconv.Itoa(n), func(b *testing.B) { 379 b.Run(implementation.name, func(b *testing.B) { 380 b.Run("same", func(b *testing.B) { 383 b.Run("unique", func(b *testing.B) {
|
D | paths_test.go | 1452 func BenchmarkFirstUniquePaths(b *testing.B) { argument 1476 f := func(b *testing.B, imp func(Paths) Paths, paths Paths) { 1485 b.Run(strconv.Itoa(n), func(b *testing.B) { 1487 b.Run(implementation.name, func(b *testing.B) { 1488 b.Run("same", func(b *testing.B) { 1491 b.Run("unique", func(b *testing.B) {
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | prettify.js | 16 …B=[],E=[NaN,NaN];for(e=0;e<k.length;++e){var A=k[e];if(A[0]<=E[1]+1)E[1]=Math.max(E[1],A[1]);else … 17 …u!==Q)f[e]=p.replace(/[a-zA-Z]/g,function(x){var B=x.charCodeAt(0);return L+String.fromCharCode(B&… 22 … x=v;v+=k.length;if(p){var B=e[1],E=k.indexOf(B),A=E+B.length,D=h.substring(5);ia(n+x,k.substring(…
|
/build/make/tools/droiddoc/test/stubs/expected/com/android/stubs/ |
D | SomeEnum.java | 5 B(), enumConstant
|
/build/make/tools/droiddoc/test/stubs/src/com/android/stubs/ |
D | SomeEnum.java | 20 A, B, C enumConstant
|
/build/make/tools/droiddoc/test/stubs/src/com/android/stubs/b/ |
D | B.java | 22 public class B { class
|
/build/make/common/ |
D | strings.mk | 22 to-lower=$(subst A,a,$(subst B,b,$(subst C,c,$(subst D,d,$(subst E,e,$(subst F,f,$(subst G,g,$(subs… 29 to-upper=$(subst a,A,$(subst b,B,$(subst c,C,$(subst d,D,$(subst e,E,$(subst f,F,$(subst g,G,$(subs…
|
/build/make/tools/releasetools/testdata/ |
D | testkey_RSA4096.key | 44 B+Yk6KWvGzrwRBsD1QDOP8V7egR2loKJ5xB/u7Fc4EVRL+U93cwVBd0dZcmf/Oop
|
/build/soong/apex/ |
D | apex_singleton.go | 54 if grep -v '^#' ${allowed_deps} | diff -B - ${new_allowed_deps}; then
|
/build/blueprint/bootstrap/bpdoc/ |
D | bpdoc_test.go | 23 B int member
|
D | reader_test.go | 95 B string `tag1:"a,c"` member
|
/build/blueprint/microfactory/ |
D | microfactory_test.go | 296 func BenchmarkInitialBuild(b *testing.B) { argument 313 func BenchmarkMinIncrementalBuild(b *testing.B) { argument
|
/build/soong/third_party/zip/ |
D | writer_test.go | 183 func BenchmarkCompressedZipGarbage(b *testing.B) { argument
|
/build/make/tools/releasetools/ |
D | ota_metadata.proto | 108 // The required size of the cache partition, only valid for non-A/B update.
|