Home
last modified time | relevance | path

Searched refs:ap (Results 1 – 5 of 5) sorted by relevance

/build/make/tools/
Dwhichgit78 ap = argparse.ArgumentParser(description="List the required git projects for the given modules")
79 ap.add_argument("--products", nargs="*",
82 ap.add_argument("--variants", nargs="*",
85 ap.add_argument("--modules", nargs="*",
87 ap.add_argument("--why", nargs="*",
89 ap.add_argument("--unused", help="List the unused git projects for the given modules rather than"
91 args = ap.parse_args(argv[1:])
/build/make/tools/atree/
Datree.cpp85 va_list ap; in debug_printf() local
86 va_start(ap, format); in debug_printf()
87 vprintf(format, ap); in debug_printf()
88 va_end(ap); in debug_printf()
/build/make/core/
Dproduct_config.mk179 define _read-ap-file
203 $(call _read-ap-file,$(f)) \
/build/soong/apex/
Dapex.go2067 switch ap := child.(type) {
2069 vctx.filesInfo = append(vctx.filesInfo, apexFilesForAndroidApp(ctx, ap)...)
2073 vctx.filesInfo = append(vctx.filesInfo, apexFilesForAndroidApp(ctx, ap)...)
2076 vctx.filesInfo = append(vctx.filesInfo, apexFilesForAndroidApp(ctx, ap)...)
2080 if ap.Privileged() {
2087 appDirName := filepath.Join(appDir, ap.BaseModuleName()+"@"+sanitizedBuildIdForPath(ctx))
2088 af := newApexFile(ctx, ap.OutputFile(), ap.BaseModuleName(), appDirName, appSet, ap)
/build/soong/java/
Djava.go1924 func (ap *JavaApiContribution) GenerateAndroidBuildActions(ctx android.ModuleContext) {
1926 if apiFileString := ap.properties.Api_file; apiFileString != nil {
1932 ApiSurface: proptools.String(ap.properties.Api_surface),
3293 func (ap *JavaApiContributionImport) GenerateAndroidBuildActions(ctx android.ModuleContext) {
3294 ap.JavaApiContribution.GenerateAndroidBuildActions(ctx)