Searched refs:ap (Results 1 – 3 of 3) sorted by relevance
/build/make/tools/atree/ |
D | atree.cpp | 85 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/soong/apex/ |
D | apex.go | 1904 if ap, ok := child.(*java.AndroidApp); ok { 1905 filesInfo = append(filesInfo, apexFileForAndroidApp(ctx, ap)) 1907 } else if ap, ok := child.(*java.AndroidAppImport); ok { 1908 filesInfo = append(filesInfo, apexFileForAndroidApp(ctx, ap)) 1909 } else if ap, ok := child.(*java.AndroidTestHelperApp); ok { 1910 filesInfo = append(filesInfo, apexFileForAndroidApp(ctx, ap)) 1911 } else if ap, ok := child.(*java.AndroidAppSet); ok { 1913 if ap.Privileged() { 1920 appDirName := filepath.Join(appDir, ap.BaseModuleName()+"@"+sanitizedBuildIdForPath(ctx)) 1921 af := newApexFile(ctx, ap.OutputFile(), ap.BaseModuleName(), appDirName, appSet, ap)
|
/build/make/core/ |
D | product_config.mk | 180 define _read-ap-file 204 $(call _read-ap-file,$(f)) \
|