| /build/blueprint/proptools/ |
| D | proptools.go | 41 func BoolPtr(b bool) *bool { 58 func BoolDefault(b *bool, def bool) bool { 67 func Bool(b *bool) bool {
|
| /build/soong/java/ |
| D | dexpreopt_test.go | 148 func enabledString(enabled bool) string {
|
| D | android_manifest.go | 45 …staticLibManifests android.Paths, isLibrary, uncompressedJNI, useEmbeddedDex, usesNonSdkApis bool)…
|
| D | hiddenapi.go | 147 uncompressDex bool) {
|
| D | app_builder.go | 207 jniLibs []jniLib, uncompressJNI bool) {
|
| D | builder.go | 316 jars android.Paths, manifest android.OptionalPath, stripDirEntries bool, filesToStrip []string, 428 func (x *classpath) FormJavaSystemModulesPath(optName string, forceEmpty bool) string {
|
| /build/soong/cc/ |
| D | cmakelists.go | 121 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) {
|
| D | proto.go | 62 func protoDeps(ctx DepsContext, deps Deps, p *android.ProtoProperties, static bool) Deps {
|
| /build/soong/cmd/merge_zips/ |
| D | merge_zips.go | 248 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/ |
| D | builder.go | 82 func registerBuildActionForParFile(ctx android.ModuleContext, embeddedLauncher bool,
|
| /build/soong/ui/build/ |
| D | dumpvars.go | 72 func dumpMakeVars(ctx Context, config Config, goals, vars []string, write_soong_vars bool) (map[str…
|
| /build/kati/ |
| D | expr.go | 287 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/ |
| D | androidmk.go | 390 func setVariable(file *bpFile, plusequals bool, prefix, name string, value bpparser.Expression, loc…
|
| D | android.go | 774 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/ |
| D | status.go | 39 func NewStatusOutput(w Writer, statusFormat string, quietBuild bool) status.StatusOutput {
|
| /build/soong/android/ |
| D | singleton.go | 54 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 {
|
| D | mutator.go | 133 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
|
| D | hooks.go | 104 func (x *hooks) runInstallHooks(ctx ModuleContext, path OutputPath, symlink bool) {
|
| D | apex.go | 166 func UpdateApexDependency(apexName string, moduleName string, directDep bool) {
|
| /build/blueprint/ |
| D | module_ctx.go | 168 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
|
| D | singleton_ctx.go | 62 VisitAllModulesIf(pred func(Module) bool, visit func(Module)) 64 VisitDepsDepthFirstIf(module Module, pred func(Module) bool,
|
| /build/soong/cmd/zip2zip/ |
| D | zip2zip.go | 113 func zip2zip(reader *zip.Reader, writer *zip.Writer, sortOutput, sortJava, setTime bool,
|
| /build/blueprint/bootstrap/bpdoc/ |
| D | properties.go | 248 func filterPropsByTag(props *[]Property, key, value string, exclude bool) {
|
| /build/blueprint/microfactory/ |
| D | microfactory_test.go | 124 shouldRecompile, shouldRelink bool,
|
| /build/blueprint/pathtools/ |
| D | glob.go | 104 func glob(fs FileSystem, pattern string, hasRecursive bool,
|