/build/blueprint/proptools/ |
D | filter_test.go | 25 B *string member 48 B *string 80 B *string 153 B *string 256 B *string `keep:"true"` 264 B *string 375 B *string 382 B *string 394 B string 405 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 | 736 func BenchmarkUnpackProperties(b *testing.B) { argument 737 run := func(b *testing.B, props []interface{}, input string) { 776 b.Run("basic", func(b *testing.B) { 794 b.Run("interface", func(b *testing.B) { 814 b.Run("many", func(b *testing.B) { 818 B *string 846 b.Run("deep", func(b *testing.B) { 884 b.Run("mix", func(b *testing.B) {
|
/build/soong/android/soongconfig/ |
D | modules_test.go | 103 B string 113 B string 131 B string 143 B string 155 B string 167 B string
|
/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/soong/android/ |
D | arch_test.go | 27 B *string member 50 B *string 61 B *string `android:"arch_variant,path"` 69 B *string 100 B *string 173 B *string
|
D | variable_test.go | 321 func BenchmarkSliceToTypeArray(b *testing.B) { argument 327 B string 331 b.Run(strconv.Itoa(n), func(b *testing.B) {
|
D | util_test.go | 583 func BenchmarkFirstUniqueStrings(b *testing.B) { argument 607 f := func(b *testing.B, imp func([]string) []string, s []string) { 616 b.Run(strconv.Itoa(n), func(b *testing.B) { 618 b.Run(implementation.name, func(b *testing.B) { 619 b.Run("same", func(b *testing.B) { 622 b.Run("unique", func(b *testing.B) {
|
D | paths_test.go | 1275 func BenchmarkFirstUniquePaths(b *testing.B) { argument 1299 f := func(b *testing.B, imp func(Paths) Paths, paths Paths) { 1308 b.Run(strconv.Itoa(n), func(b *testing.B) { 1310 b.Run(implementation.name, func(b *testing.B) { 1311 b.Run("same", func(b *testing.B) { 1314 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(…
|
D | jquery-1.6.2.min.js | 16 …B,C=Object.prototype.toString,D=Object.prototype.hasOwnProperty,E=Array.prototype.push,F=Array.pro…
|
/build/make/tools/droiddoc/test/stubs/src/com/android/stubs/ |
D | SomeEnum.java | 20 A, B, C enumConstant
|
/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/b/ |
D | B.java | 22 public class B { class
|
/build/blueprint/bootstrap/bpdoc/ |
D | bpdoc_test.go | 17 B int member
|
D | reader_test.go | 40 B string `tag1:"a,c"` member
|
/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/make/tools/droiddoc/templates-ndk/assets/js/ |
D | prettify.js | 7 …==l.substring(0,3);m(a);return{a:h.join("").replace(/\n$/,""),c:t}}function B(a,m,e,h){m&&(a={a:m,… class 8 …f.length-o[2].length,j=k-c.length);b=b.substring(5);B(l+i,f.substring(0,j),e,p);B(l+i+j,c,C(b,c),p…
|
/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
|
D | zip_test.go | 445 func BenchmarkZip64Test(b *testing.B) { argument
|
/build/make/core/ |
D | product_config.mk | 35 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
|
/build/soong/makedeps/ |
D | deps_test.go | 200 func BenchmarkParsing(b *testing.B) { argument
|