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()
462 int top; in _fmt() local477 top = bot - in _fmt()479 if (top < -3) in _fmt()480 top += DAYSPERWEEK; in _fmt()481 top += len; in _fmt()482 if (yday >= top) { in _fmt()
57 __u32 top; member
86 For testing purposes, it is possible that you can use the top of tree
12 top = os.getenv('ANDROID_BUILD_TOP') variable13 if top is None:17 site.addsitedir(os.path.join(top, 'prebuilts/clang/host/linux-x86/clang-stable/lib/python3/site-pac…31 clang.cindex.Config.set_library_file(os.path.join(top, 'prebuilts/clang/host/linux-x86/clang-stable…
8 on top of [Google Benchmark](https://github.com/google/benchmark) with some additions to organize
1718 cset *top; local1723 top = &p->g->sets[p->g->ncsets];1729 if (cs == top-1) /* recover only the easy case */
131 __s32 top; member
416 running, follow the instructions at the top of the file to rebuild bionic with
457 The dynamic initialization and destruction of C++ `thread_local` variables is layered on top of ELF