/bionic/tools/relocation_packer/src/ |
D | debug.h | 41 Logger(Severity severity, int level, bool predicate); 51 static void SetVerbose(int level) { max_level_ = level; } in SetVerbose() argument 100 #define VLOG(level) \ argument 101 (relocation_packer::Logger(relocation_packer::Logger::INFO, (level), true) \ 103 #define VLOG_IF(level, predicate) \ argument 104 (relocation_packer::Logger(relocation_packer::Logger::INFO, (level), \
|
D | debug.cc | 15 Logger::Logger(Severity severity, int level, bool predicate) { in Logger() argument 17 level_ = level; in Logger()
|
/bionic/libc/upstream-openbsd/lib/libc/stdlib/ |
D | tsearch.c | 95 trecurse(node *root, void (*action)(const void *, VISIT, int), int level) in trecurse() argument 98 (*action)(root, leaf, level); in trecurse() 100 (*action)(root, preorder, level); in trecurse() 102 trecurse(root->left, action, level + 1); in trecurse() 103 (*action)(root, postorder, level); in trecurse() 105 trecurse(root->right, action, level + 1); in trecurse() 106 (*action)(root, endorder, level); in trecurse()
|
/bionic/libc/kernel/uapi/linux/netfilter/ |
D | xt_LOG.h | 29 unsigned char level; member
|
/bionic/libc/kernel/uapi/linux/netfilter_ipv4/ |
D | ipt_LOG.h | 30 unsigned char level; member
|
/bionic/libc/kernel/uapi/linux/netfilter_ipv6/ |
D | ip6t_LOG.h | 30 unsigned char level; member
|
/bionic/libc/kernel/uapi/linux/ |
D | atm_nicstar.h | 34 buf_nr level; member
|
D | hiddev.h | 40 __u32 level; member
|
D | pkt_sched.h | 254 __u32 level; member 296 __u32 level; member 315 unsigned char level; member
|
D | btrfs_tree.h | 179 __u8 level; member 264 __u8 level; member
|
D | input.h | 136 __s16 level; member
|
D | virtio_gpu.h | 148 __le32 level; member
|
/bionic/libc/include/ |
D | ftw.h | 54 int level; member
|
/bionic/libc/include/bits/ |
D | posix_limits.h | 34 #define __BIONIC_POSIX_FEATURE_SINCE(level) (((__ANDROID_API__) >= level) ? 200809L : -1) argument
|
/bionic/libc/kernel/uapi/drm/ |
D | virtgpu_drm.h | 84 __u32 level; member 90 __u32 level; member
|
/bionic/ |
D | android-changes-for-ndk-developers.md | 17 will be tied to an app's target API level: 19 * Below the affected API level we'll preserve the old behavior or issue 22 * At the affected API level and above, we’ll refuse to load the library. 25 increase your target API level will appear in logcat when that library 26 is loaded, even if you're not yet targeting that API level. 54 ## RTLD_LOCAL (Available in API level >= 23) 64 ## GNU hashes (Availible in API level >= 23) 72 ## Correct soname/path handling (Available in API level >= 23) 76 https://code.google.com/p/android/issues/detail?id=6670). API level 23 89 but the basename. These apps will fail to load on API level 23 and above. [all …]
|
/bionic/libc/kernel/uapi/linux/raid/ |
D | md_u.h | 57 int level; member
|
D | md_p.h | 76 __u32 level; member 131 __le32 level; member
|
/bionic/libc/bionic/ |
D | ftw.cpp | 101 ftw.level = cur->fts_level; in do_nftw()
|
D | fts.c | 555 int nitems, cderrno, descend, level, nlinks, nostat = 0, doadjust; in fts_build() local 646 level = cur->fts_level; in fts_build() 647 if (level < FTS_MAXLEVEL) in fts_build() 648 level++; in fts_build() 685 p->fts_level = level; in fts_build()
|
/bionic/tools/bionicbb/ |
D | bionicbb.py | 122 logging.basicConfig(level=logging.INFO)
|
/bionic/libc/kernel/tools/ |
D | clean_header.py | 164 logging.basicConfig(level=logging.DEBUG)
|
/bionic/libc/kernel/uapi/rdma/ |
D | rdma_user_cm.h | 239 __u32 level; member
|
/bionic/libc/kernel/uapi/sound/ |
D | compress_params.h | 194 __u32 level; member
|
/bionic/libc/upstream-netbsd/lib/libc/isc/ |
D | eventlib_p.h | 263 void evPrintf(const evContext_p *ctx, int level, const char *fmt, ...)
|