Home
last modified time | relevance | path

Searched refs:top (Results 1 – 13 of 13) sorted by relevance

/bionic/benchmarks/linker_relocation/
Dgen_bench.sh29 top=$(cd $(dirname $0) && pwd)
50 work_dir=$top/tmp
69 python3 -B $top/regen/dump_relocs.py \
78 python3 -B $top/regen/gen_bench.py $work_dir/libandroid_servers_arm64.json $top/gen
Drun_bench_with_ninja.sh29 top=$(cd $(dirname $0) && pwd)
110 json_file=$top/tmp/libandroid_servers_arm64.json
112 $top/gen_bench.sh --keep-tmp-dir --skip-gen-bench
118 python3 -B $top/regen/gen_bench.py --ninja --cc "$cc" $json_file $work_dir
/bionic/tools/versioner/src/
DVFS.cpp78 const char* top = getenv("ANDROID_BUILD_TOP"); in createCommonVFS() local
79 if (!top) { in createCommonVFS()
83 std::string header_path = std::string(top) + "/bionic/libc/include/android/versioning.h"; in createCommonVFS()
Dversioner.cpp605 const char* top = getenv("ANDROID_BUILD_TOP"); in main() local
606 if (!top && (optind == argc || add_include)) { in main()
613 std::string versioner_dir = to_string(top) + "/bionic/tools/versioner"; in main()
/bionic/libc/tzcode/
Dstrftime.c462 int top; in _fmt() local
477 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()
/bionic/libc/kernel/uapi/drm/
Dqxl_drm.h57 __u32 top; member
/bionic/libc/kernel/
DREADME.md86 For testing purposes, it is possible that you can use the top of tree
/bionic/libc/kernel/tools/
Dcpp.py12 top = os.getenv('ANDROID_BUILD_TOP') variable
13 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…
/bionic/benchmarks/
DREADME.md8 on top of [Google Benchmark](https://github.com/google/benchmark) with some additions to organize
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregcomp.c1718 cset *top; local
1723 top = &p->g->sets[p->g->ncsets];
1729 if (cs == top-1) /* recover only the easy case */
/bionic/libc/kernel/uapi/linux/
Dvideodev2.h131 __s32 top; member
/bionic/
DREADME.md416 running, follow the instructions at the top of the file to rebuild bionic with
/bionic/docs/
Delf-tls.md457 The dynamic initialization and destruction of C++ `thread_local` variables is layered on top of ELF