Home
last modified time | relevance | path

Searched refs:B (Results 1 – 25 of 31) sorted by relevance

12

/build/blueprint/proptools/
Dfilter_test.go25 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 …]
Dextend_test.go821 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 …]
Dunpack_test.go1017 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) {
Dtag_test.go71 func BenchmarkHasTag(b *testing.B) { argument
95 b.Run(test.field, func(b *testing.B) {
/build/soong/android/soongconfig/
Dmodules_test.go105 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/
Dninja_strings_test.go181 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/
DB.java2 public class B class
4 public B() { throw new RuntimeException("Stub!"); } in B() method in B
/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/android/
Darch_test.go27 B *string member
50 B *string
61 B *string `android:"arch_variant,path"`
69 B *string `android:"path"`
100 B *string
173 B *string
Dvariable_test.go310 func BenchmarkSliceToTypeArray(b *testing.B) { argument
316 B string
320 b.Run(strconv.Itoa(n), func(b *testing.B) {
Dutil_test.go592 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) {
Ddepset_test.go334 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) {
Dpaths_test.go1452 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/
Dprettify.js16B=[],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/
DSomeEnum.java5 B(), enumConstant
/build/make/tools/droiddoc/test/stubs/src/com/android/stubs/
DSomeEnum.java20 A, B, C enumConstant
/build/make/tools/droiddoc/test/stubs/src/com/android/stubs/b/
DB.java22 public class B { class
/build/make/common/
Dstrings.mk22 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/
Dtestkey_RSA4096.key44 B+Yk6KWvGzrwRBsD1QDOP8V7egR2loKJ5xB/u7Fc4EVRL+U93cwVBd0dZcmf/Oop
/build/soong/apex/
Dapex_singleton.go54 if grep -v '^#' ${allowed_deps} | diff -B - ${new_allowed_deps}; then
/build/blueprint/bootstrap/bpdoc/
Dbpdoc_test.go23 B int member
Dreader_test.go95 B string `tag1:"a,c"` member
/build/blueprint/microfactory/
Dmicrofactory_test.go296 func BenchmarkInitialBuild(b *testing.B) { argument
313 func BenchmarkMinIncrementalBuild(b *testing.B) { argument
/build/soong/third_party/zip/
Dwriter_test.go183 func BenchmarkCompressedZipGarbage(b *testing.B) { argument
/build/make/tools/releasetools/
Dota_metadata.proto108 // The required size of the cache partition, only valid for non-A/B update.

12