Searched refs:top (Results 1 - 12 of 12) sorted by relevance

/bionic/tools/versioner/src/
H A DVFS.cpp78 const char* top = getenv("ANDROID_BUILD_TOP"); local
79 if (!top) {
83 std::string header_path = std::string(top) + "/bionic/libc/include/android/versioning.h";
H A Dversioner.cpp605 const char* top = getenv("ANDROID_BUILD_TOP"); local
606 if (!top && (optind == argc || add_include)) {
613 std::string versioner_dir = to_string(top) + "/bionic/tools/versioner";
/bionic/libc/tzcode/
H A Dstrftime.c427 int top; local
442 top = bot -
444 if (top < -3)
445 top += DAYSPERWEEK;
446 top += len;
447 if (yday >= top) {
/bionic/libc/upstream-openbsd/lib/libc/time/
H A Dwcsftime.c358 int top; local
371 top = bot - (len % DAYSPERWEEK);
372 if (top < -3)
373 top += DAYSPERWEEK;
374 top += len;
375 if (yday >= top) {
/bionic/libc/kernel/uapi/drm/
H A Dqxl_drm.h68 __u32 top; member in struct:drm_qxl_update_area
/bionic/libc/versioner-dependencies/common/kernel_uapi/drm/
H A Dqxl_drm.h68 __u32 top; member in struct:drm_qxl_update_area
/bionic/tools/versioner/dependencies/common/kernel_uapi/drm/
H A Dqxl_drm.h68 __u32 top; member in struct:drm_qxl_update_area
/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dregcomp.c336 - p_ere - ERE parser top level, concatenation and alternation
558 - p_bre - BRE parser top level, anchoring and concatenation
1290 cset *top; local
1296 top = &p->g->sets[p->g->ncsets];
1301 if (cs == top-1) /* recover only the easy case */
1322 cset *top; local
1330 top = &p->g->sets[p->g->ncsets];
1334 for (cs2 = &p->g->sets[0]; cs2 < top; cs2++)
1344 if (cs2 < top) { /* found one */
/bionic/libc/kernel/tools/
H A Dcpp.py11 top = os.getenv('ANDROID_BUILD_TOP') variable
12 if top is None:
16 site.addsitedir(os.path.join(top, 'external/clang/bindings/python'))
30 clang.cindex.Config.set_library_file(os.path.join(top, 'prebuilts/sdk/tools/linux/lib64/libclang_android.so'))
/bionic/libc/kernel/uapi/linux/
H A Dvideodev2.h137 __s32 top; member in struct:v4l2_rect
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Dvideodev2.h137 __s32 top; member in struct:v4l2_rect
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/
H A Dvideodev2.h137 __s32 top; member in struct:v4l2_rect

Completed in 247 milliseconds