Searched refs:ba (Results 1 – 4 of 4) sorted by relevance
/build/soong/bazel/ |
D | properties.go | 495 func (ba BoolAttribute) HasConfigurableValues() bool { 496 for _, cfgToBools := range ba.ConfigurableValues { 505 func (ba *BoolAttribute) SetValue(value *bool) { 506 ba.SetSelectValue(NoConfigAxis, "", value) 510 func (ba *BoolAttribute) SetSelectValue(axis ConfigurationAxis, config string, value *bool) { 514 ba.Value = value 516 if ba.ConfigurableValues == nil { 517 ba.ConfigurableValues = make(configurableBools) 519 ba.ConfigurableValues.setValueForAxis(axis, config, value) 528 func (ba *BoolAttribute) ToLabelListAttribute(falseVal LabelList, trueVal LabelList) (LabelListAttr… [all …]
|
/build/soong/cmd/merge_zips/ |
D | merge_zips_test.go | 47 ba = testZipEntry{"b/a", 0755, []byte("foo"), zip.Deflate, jar.DefaultTime} var 205 {a, bDir, ba}, 207 out: []testZipEntry{bDir, ba}, 214 {a, bDir, ba},
|
/build/soong/third_party/zip/ |
D | reader_test.go | 643 0000170 09 2c ce 09 57 7f d2 7e b4 23 ba 7c 1b 99 bc 22 658 0000260 e9 e5 ba 06 b9 c4 e5 0a d0 00 0d d0 00 0d d0 00 677 0000390 ab 0c f5 37 0e ba 8e 75 71 7a aa ed 7a dd 6a 63 685 0000410 fc d2 72 ca ba 82 18 46 16 61 cd 93 a9 0f d1 24 689 0000450 8f 61 ed 8c ba 30 1f 79 9a c7 60 34 2b b9 8c f8 691 0000470 d4 13 1f e3 b8 83 ba 64 92 e7 eb e4 77 05 8f ba
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | prettify.js | 3 var aa="!",ba="!=",ca="!==",F="#",da="%",ea="%=",G="&",fa="&&",ja="&&=",ka="&=",H="(",la="*",ma="*=… 11 (function(){var N=function(){for(var a=[aa,ba,ca,F,da,ea,G,fa,ja,ka,H,la,ma,na,oa,pa,qa,ra,sa,ta,ua…
|