Home
last modified time | relevance | path

Searched defs:bool (Results 1 – 25 of 48) sorted by relevance

12

/build/blueprint/proptools/
Dproptools.go41 func BoolPtr(b bool) *bool {
58 func BoolDefault(b *bool, def bool) bool {
67 func Bool(b *bool) bool {
/build/soong/java/
Ddexpreopt_test.go148 func enabledString(enabled bool) string {
Dandroid_manifest.go45 …staticLibManifests android.Paths, isLibrary, uncompressedJNI, useEmbeddedDex, usesNonSdkApis bool)…
Dhiddenapi.go147 uncompressDex bool) {
Dapp_builder.go207 jniLibs []jniLib, uncompressJNI bool) {
Dbuilder.go316 jars android.Paths, manifest android.OptionalPath, stripDirEntries bool, filesToStrip []string,
428 func (x *classpath) FormJavaSystemModulesPath(optName string, forceEmpty bool) string {
/build/soong/cc/
Dcmakelists.go121 seenProjects map[string]bool) {
194 func translateToCMake(c compilerParameters, f *os.File, cflags bool, cppflags bool) {
218 func writeAllIncludeDirectories(includes []string, f *os.File, isSystem bool) {
Dproto.go62 func protoDeps(ctx DepsContext, deps Deps, p *android.ProtoProperties, static bool) Deps {
/build/soong/cmd/merge_zips/
Dmerge_zips.go248 sortEntries, emulateJar, emulatePar, stripDirEntries, ignoreDuplicates bool,
249 stripFiles, stripDirs []string, zipsToNotStrip map[string]bool) error {
417 func populateNewPyPkgs(pkgPath string, existingPyPkgSet map[string]bool, newPyPkgs *[]string) {
439 func shouldStripEntry(emulateJar bool, stripFiles, stripDirs []string, name string) (bool, error) {
/build/soong/python/
Dbuilder.go82 func registerBuildActionForParFile(ctx android.ModuleContext, embeddedLauncher bool,
/build/soong/ui/build/
Ddumpvars.go72 func dumpMakeVars(ctx Context, config Config, goals, vars []string, write_soong_vars bool) (map[str…
/build/kati/
Dexpr.go287 func str(buf []byte, alloc bool) Value {
294 func appendStr(exp expr, buf []byte, alloc bool) expr {
425 func parseDollar(in []byte, alloc bool) (Value, int, error) {
622 func parseFunc(f mkFunc, in []byte, s int, term []byte, funcName string, alloc bool) (Value, int, e…
/build/soong/androidmk/cmd/androidmk/
Dandroidmk.go390 func setVariable(file *bpFile, plusequals bool, prefix, name string, value bpparser.Expression, loc…
Dandroid.go774 func includeVariableIf(bpVar bpVariable, conditional func(ctx variableAssignmentContext) bool) func…
800 func not(conditional func(ctx variableAssignmentContext) bool) func(ctx variableAssignmentContext) …
/build/soong/ui/terminal/
Dstatus.go39 func NewStatusOutput(w Writer, statusFormat string, quietBuild bool) status.StatusOutput {
/build/soong/android/
Dsingleton.go54 VisitAllModulesIf(pred func(Module) bool, visit func(Module))
58 VisitDepsDepthFirstIf(module Module, pred func(Module) bool,
168 func predAdaptor(pred func(Module) bool) func(blueprint.Module) bool {
Dmutator.go133 VisitDirectDepsIf(pred func(Module) bool, visit func(Module))
135 VisitDepsDepthFirstIf(pred func(Module) bool, visit func(Module))
136 WalkDeps(visit func(Module, Module) bool) argument
Dhooks.go104 func (x *hooks) runInstallHooks(ctx ModuleContext, path OutputPath, symlink bool) {
Dapex.go166 func UpdateApexDependency(apexName string, moduleName string, directDep bool) {
/build/blueprint/
Dmodule_ctx.go168 VisitDirectDepsIf(pred func(Module) bool, visit func(Module))
170 VisitDepsDepthFirstIf(pred func(Module) bool, visit func(Module))
171 WalkDeps(visit func(child, parent Module) bool)
597 VisitDirectDepsIf(pred func(Module) bool, visit func(Module))
599 VisitDepsDepthFirstIf(pred func(Module) bool, visit func(Module))
600 WalkDeps(visit func(Module, Module) bool) argument
Dsingleton_ctx.go62 VisitAllModulesIf(pred func(Module) bool, visit func(Module))
64 VisitDepsDepthFirstIf(module Module, pred func(Module) bool,
/build/soong/cmd/zip2zip/
Dzip2zip.go113 func zip2zip(reader *zip.Reader, writer *zip.Writer, sortOutput, sortJava, setTime bool,
/build/blueprint/bootstrap/bpdoc/
Dproperties.go248 func filterPropsByTag(props *[]Property, key, value string, exclude bool) {
/build/blueprint/microfactory/
Dmicrofactory_test.go124 shouldRecompile, shouldRelink bool,
/build/blueprint/pathtools/
Dglob.go104 func glob(fs FileSystem, pattern string, hasRecursive bool,

12