Home
last modified time | relevance | path

Searched refs:Bool (Results 1 – 25 of 61) sorted by relevance

123

/build/soong/cc/
Dsanitize.go198 if Bool(s.Never) {
276 s.Diag.Integer_overflow == nil && Bool(s.Integer_overflow) && !ctx.static() {
281 s.Diag.Cfi == nil && Bool(s.Cfi) {
321 if Bool(s.Address) || Bool(s.Hwaddress) {
354 if Bool(s.All_undefined) {
365 …if ctx.Os() != android.Windows && (Bool(s.All_undefined) || Bool(s.Undefined) || Bool(s.Address) |…
366Bool(s.Coverage) || Bool(s.Safestack) || Bool(s.Cfi) || Bool(s.Integer_overflow) || len(s.Misc_und…
367 Bool(s.Scudo) || Bool(s.Hwaddress) || Bool(s.Scs)) {
372 if Bool(s.Address) || Bool(s.Thread) || Bool(s.Hwaddress) || ctx.Config().DisableScudo() {
376 if Bool(s.Hwaddress) {
[all …]
Dlto.go77 return Bool(lto.Properties.Use_clang_lld)
85 if Bool(lto.Properties.Lto.Thin) {
94 …if ctx.Config().IsEnvTrue("USE_THINLTO_CACHE") && Bool(lto.Properties.Lto.Thin) && lto.useClangLld…
123 full := Bool(lto.Properties.Lto.Full)
124 thin := Bool(lto.Properties.Lto.Thin)
136 full := Bool(m.lto.Properties.Lto.Full)
137 thin := Bool(m.lto.Properties.Lto.Thin)
148 if full && !Bool(dep.lto.Properties.Lto.Full) {
151 if thin && !Bool(dep.lto.Properties.Lto.Thin) {
172 if m.lto.Properties.FullDep && !Bool(m.lto.Properties.Lto.Full) {
[all …]
Dstrip.go39 …return (!ctx.Config().EmbeddedInMake() || ctx.Device()) && !Bool(stripper.StripProperties.Strip.No…
47 if Bool(stripper.StripProperties.Strip.Keep_symbols) {
51 } else if !Bool(stripper.StripProperties.Strip.All) {
54 if Bool(stripper.StripProperties.Strip.Use_gnu_strip) {
Dvndk.go68 return Bool(vndk.Properties.Vndk.Enabled)
72 return Bool(vndk.Properties.Vndk.Support_system_process)
107 if lib, ok := to.linker.(*llndkStubDecorator); ok && !Bool(lib.Properties.Vendor_available) {
110 …(libraryInterface); ok && to.VendorProperties.Vendor_available != nil && !Bool(to.VendorProperties…
144 if !Bool(to.VendorProperties.Vendor_available) {
214 if !Bool(lib.Properties.Vendor_available) {
245 if !Bool(m.VendorProperties.Vendor_available) {
Dlinker.go201 if Bool(linker.Properties.Use_version_lib) {
229 if !Bool(linker.Properties.No_libcrt) {
233 } else if !Bool(linker.Properties.No_libgcc) {
309 return Bool(linker.Properties.Use_clang_lld)
356 if Bool(linker.Properties.Allow_undefined_symbols) {
421 if Bool(linker.Properties.Group_static_libs) {
Dllndk_library.go134 if !Bool(stub.Properties.Unversioned) {
148 if Bool(stub.Properties.Export_headers_as_system) {
156 if Bool(stub.Properties.Export_headers_as_system) {
Dvndk_prebuilt.go83 if Bool(p.properties.Binder32bit) {
98 if Bool(p.properties.Binder32bit) {
/build/soong/android/
Dconfig.go32 var Bool = proptools.Bool var
71 Bool(name string) bool methodSpec
319 if Bool(config.Mega_device) {
526 if Bool(c.productVariables.Platform_sdk_final) {
534 if Bool(c.productVariables.Platform_sdk_final) {
615 return Bool(c.productVariables.Allow_missing_dependencies)
619 return Bool(c.productVariables.Unbundled_build)
623 …return Bool(c.productVariables.Unbundled_build) && !Bool(c.productVariables.Unbundled_build_sdks_f…
627 return Bool(c.productVariables.Fuchsia)
631 return Bool(c.productVariables.Pdk)
[all …]
Dandroidmk.go302 if Bool(amod.commonProperties.Proprietary) {
305 if Bool(amod.commonProperties.Vendor) || Bool(amod.commonProperties.Soc_specific) {
308 if Bool(amod.commonProperties.Device_specific) {
311 if Bool(amod.commonProperties.Product_specific) {
314 if Bool(amod.commonProperties.Product_services_specific) {
Dmodule.go575 if Bool(a.hostAndDeviceProperties.Host_supported) ||
602 return Bool(a.commonProperties.Device_specific)
606 …return Bool(a.commonProperties.Vendor) || Bool(a.commonProperties.Proprietary) || Bool(a.commonPro…
610 return Bool(a.commonProperties.Product_specific)
614 return Bool(a.commonProperties.Product_services_specific)
664 return Bool(p.commonProperties.Recovery)
732 …var socSpecific = Bool(a.commonProperties.Vendor) || Bool(a.commonProperties.Proprietary) || Bool(…
733 var deviceSpecific = Bool(a.commonProperties.Device_specific)
734 var productSpecific = Bool(a.commonProperties.Product_specific)
735 var productServicesSpecific = Bool(a.commonProperties.Product_services_specific)
[all …]
Dprebuilt_etc.go109 return p.properties.Installable == nil || Bool(p.properties.Installable)
115 filename_from_src := Bool(p.properties.Filename_from_src)
236 if Bool(m.properties.Recovery_available) {
/build/blueprint/bpfmt/
Dbpfmt.go23 list = flag.Bool("l", false, "list files whose formatting differs from bpfmt's")
24 overwriteSourceFile = flag.Bool("w", false, "write result to (source) file")
25 writeToStout = flag.Bool("o", false, "write result to stdout")
26 doDiff = flag.Bool("d", false, "display diffs instead of rewriting files")
27 sortLists = flag.Bool("s", false, "sort arrays")
/build/soong/zip/cmd/
Dmain.go135 directories := flags.Bool("d", false, "include directories in zip")
137 emulateJar := flags.Bool("jar", false, "modify the resultant .zip to emulate the output of 'jar'")
138 …writeIfChanged := flags.Bool("write_if_changed", false, "only update resultant .zip if it has chan…
139 …ignoreMissingFiles := flags.Bool("ignore_missing_files", false, "continue if a requested file does…
140 symlinks := flags.Bool("symlinks", true, "store symbolic links in zip instead of following them")
/build/blueprint/proptools/
Dextend.go338 case reflect.Bool, reflect.String, reflect.Slice:
349 case reflect.Bool, reflect.Int64, reflect.String, reflect.Struct:
410 case reflect.Bool:
412 dstFieldValue.Set(reflect.ValueOf(srcFieldValue.Bool() || dstFieldValue.Bool()))
442 case reflect.Bool:
445 dstFieldValue.Set(reflect.ValueOf(BoolPtr(srcFieldValue.Elem().Bool())))
449 dstFieldValue.Set(reflect.ValueOf(BoolPtr(srcFieldValue.Elem().Bool())))
Dclone.go47 case reflect.Bool, reflect.String, reflect.Int, reflect.Uint:
112 case reflect.Bool, reflect.Int64, reflect.String:
139 case reflect.Bool, reflect.String, reflect.Slice, reflect.Int, reflect.Uint:
165 case reflect.Bool, reflect.Int64, reflect.String:
199 case reflect.Bool, reflect.String, reflect.Slice, reflect.Int, reflect.Uint:
235 case reflect.Bool, reflect.Int64, reflect.String:
/build/soong/java/
Dapp.go137 if !Bool(a.properties.No_framework_libs) && !Bool(a.properties.No_standard_libs) {
170 a.aapt.useEmbeddedDex = Bool(a.appProperties.Use_embedded_dex)
182 return minSdkVersion >= 23 && Bool(a.appProperties.Use_embedded_native_libs)
187 if Bool(a.appProperties.Use_embedded_dex) {
194 (Bool(a.appProperties.Privileged) ||
212 a.aapt.usesNonSdkApis = Bool(a.Module.deviceProperties.Platform_apis)
228 if !Bool(a.aaptProperties.Aapt_include_all_resources) {
279 } else if Bool(a.appProperties.Privileged) {
285 a.dexpreopter.isInstallable = Bool(a.properties.Installable)
299 embedJni := ctx.Config().UnbundledBuild() || Bool(a.appProperties.Use_embedded_native_libs) ||
[all …]
/build/soong/bpfix/cmd/
Dbpfix.go38 list = flag.Bool("l", false, "list files whose formatting differs from bpfmt's")
39 write = flag.Bool("w", false, "write result to (source) file instead of stdout")
40 doDiff = flag.Bool("d", false, "display diffs instead of rewriting files")
/build/soong/genrule/
Dgenrule.go313 if !Bool(g.properties.Depfile) {
354 if Bool(g.properties.Depfile) && !referencedDepfile {
365 if Bool(g.properties.Depfile) {
381 if Bool(g.properties.Depfile) {
402 if Bool(g.properties.Depfile) {
417 if Bool(g.properties.Depfile) {
574 var Bool = proptools.Bool var
/build/soong/sysprop/
Dsysprop_library.go54 Bool = proptools.Bool var
/build/blueprint/
Dunpack_test.go519 Bool bool
525 Bool: true,
534 Bool bool
540 Bool: true,
/build/blueprint/parser/
Dast.go382 type Bool struct { struct
388 func (x *Bool) Pos() scanner.Position { return x.LiteralPos } argument
389 func (x *Bool) End() scanner.Position { return endPos(x.LiteralPos, len(x.Token)) } argument
391 func (x *Bool) Copy() Expression { argument
396 func (x *Bool) Eval() Expression { argument
400 func (x *Bool) String() string { argument
404 func (x *Bool) Type() Type { argument
/build/blueprint/bpmodify/
Dbpmodify.go25 list = flag.Bool("l", false, "list files that would be modified by bpmodify")
26 write = flag.Bool("w", false, "write result to (source) file instead of stdout")
27 doDiff = flag.Bool("d", false, "display diffs instead of rewriting files")
28 sortLists = flag.Bool("s", false, "sort touched lists, even if they were unsorted")
/build/soong/cmd/merge_zips/
Dmerge_zips.go60 …sortEntries = flag.Bool("s", false, "sort entries (defaults to the order from the input zip f…
61 emulateJar = flag.Bool("j", false, "sort zip entries using jar ordering (META-INF first)")
62 emulatePar = flag.Bool("p", false, "merge zip entries based on par format")
66 stripDirEntries = flag.Bool("D", false, "strip directory entries from the output zip file")
70 …ignoreDuplicates = flag.Bool("ignore-duplicates", false, "take each entry from the first zip it ex…
/build/soong/androidmk/cmd/androidmk/
Dandroid.go383 if val.(*bpparser.Bool).Value {
486 falseValue := &bpparser.Bool{
490 trueValue := &bpparser.Bool{
529 bpTrue := &bpparser.Bool{
566 bpTrue := &bpparser.Bool{
718 bpValue := &bpparser.Bool{
767 val.(*bpparser.Bool).Value = !val.(*bpparser.Bool).Value
/build/soong/cmd/multiproduct_kati/
Dmain.go53 var keepArtifacts = flag.Bool("keep", false, "keep archives of artifacts")
54 var incremental = flag.Bool("incremental", false, "run in incremental mode (saving intermediates)")
57 var alternateResultDir = flag.Bool("dist", false, "write select results to $DIST_DIR (or <out>/dist…
59 var onlyConfig = flag.Bool("only-config", false, "Only run product config (not Soong or Kati)")
60 var onlySoong = flag.Bool("only-soong", false, "Only run product config and Soong (not Kati)")

123