Searched refs:top (Results 1 – 8 of 8) sorted by relevance
78 const char* top = getenv("ANDROID_BUILD_TOP"); in createCommonVFS() local79 if (!top) { in createCommonVFS()83 std::string header_path = std::string(top) + "/bionic/libc/include/android/versioning.h"; in createCommonVFS()
565 const char* top = getenv("ANDROID_BUILD_TOP"); in main() local566 if (!top && (optind == argc || add_include)) { in main()573 std::string versioner_dir = to_string(top) + "/bionic/tools/versioner"; in main()
427 int top; in _fmt() local442 top = bot - in _fmt()444 if (top < -3) in _fmt()445 top += DAYSPERWEEK; in _fmt()446 top += len; in _fmt()447 if (yday >= top) { in _fmt()
358 int top; in _fmt() local371 top = bot - (len % DAYSPERWEEK); in _fmt()372 if (top < -3) in _fmt()373 top += DAYSPERWEEK; in _fmt()374 top += len; in _fmt()375 if (yday >= top) { in _fmt()
68 __u32 top; member
1290 cset *top; in freeset() local1296 top = &p->g->sets[p->g->ncsets]; in freeset()1301 if (cs == top-1) /* recover only the easy case */ in freeset()1322 cset *top; in freezeset() local1330 top = &p->g->sets[p->g->ncsets]; in freezeset()1334 for (cs2 = &p->g->sets[0]; cs2 < top; cs2++) in freezeset()1344 if (cs2 < top) { /* found one */ in freezeset()
11 top = os.getenv('ANDROID_BUILD_TOP') variable12 if top is None:16 site.addsitedir(os.path.join(top, 'external/clang/bindings/python'))30 clang.cindex.Config.set_library_path(os.path.join(top, 'prebuilts/sdk/tools/linux/lib64'))
136 __s32 top; member