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/upstream-openbsd/lib/libc/time/
Dwcsftime.c358 int top; in _fmt() local
371 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()
/bionic/libc/tzcode/
Dstrftime.c427 int top; in _fmt() local
442 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()
/bionic/libc/kernel/uapi/drm/
Dqxl_drm.h69 __u32 top; member
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregcomp.c1294 cset *top; in freeset() local
1300 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() local
1334 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()
/bionic/libc/kernel/
DREADME.md63 For now, there are no tags, take the top of tree version. To find the
/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, 'external/clang/bindings/python'))
31 clang.cindex.Config.set_library_file(os.path.join(top, 'prebuilts/sdk/tools/linux/lib64/libclang_an…
/bionic/benchmarks/
DREADME.md8 on top of [Google Benchmark](https://github.com/google/benchmark) with some additions to organize
/bionic/libc/kernel/uapi/linux/
Dvideodev2.h142 __s32 top; member
/bionic/docs/
Delf-tls.md457 The dynamic initialization and destruction of C++ `thread_local` variables is layered on top of ELF