Searched refs:top (Results 1 – 13 of 13) sorted by relevance
29 top=$(cd $(dirname $0) && pwd)50 work_dir=$top/tmp69 python3 -B $top/regen/dump_relocs.py \78 python3 -B $top/regen/gen_bench.py $work_dir/libandroid_servers_arm64.json $top/gen
29 top=$(cd $(dirname $0) && pwd)110 json_file=$top/tmp/libandroid_servers_arm64.json112 $top/gen_bench.sh --keep-tmp-dir --skip-gen-bench118 python3 -B $top/regen/gen_bench.py --ninja --cc "$cc" $json_file $work_dir
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()
605 const char* top = getenv("ANDROID_BUILD_TOP"); in main() local606 if (!top && (optind == argc || add_include)) { in main()613 std::string versioner_dir = to_string(top) + "/bionic/tools/versioner"; in main()
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()
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()
69 __u32 top; member
1294 cset *top; in freeset() local1300 top = &p->g->sets[p->g->ncsets]; in freeset()1305 if (cs == top-1) /* recover only the easy case */ in freeset()1326 cset *top; in freezeset() local1334 top = &p->g->sets[p->g->ncsets]; in freezeset()1338 for (cs2 = &p->g->sets[0]; cs2 < top; cs2++) in freezeset()1348 if (cs2 < top) { /* found one */ in freezeset()
63 For now, there are no tags, take the top of tree version. To find the
12 top = os.getenv('ANDROID_BUILD_TOP') variable13 if top is None:17 site.addsitedir(os.path.join(top, 'external/clang/bindings/python'))31 clang.cindex.Config.set_library_file(os.path.join(top, 'prebuilts/sdk/tools/linux/lib64/libclang_an…
8 on top of [Google Benchmark](https://github.com/google/benchmark) with some additions to organize
142 __s32 top; member
457 The dynamic initialization and destruction of C++ `thread_local` variables is layered on top of ELF