/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/tools/versioner/tests/missing_api/platforms/ |
D | libc.map.txt | 3 foo; # api-level=9
|
/bionic/tools/versioner/tests/obsoleted/platforms/ |
D | libc.map.txt | 3 foo; # api-level=9
|
/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 | btrfs_tree.h | 184 __u8 level; member 269 __u8 level; member
|
D | virtio_gpu.h | 151 __le32 level; member
|
/bionic/libc/tools/ |
D | genfunctosyscallnrs.py | 44 logging.basicConfig(level=logging.DEBUG) 46 logging.basicConfig(level=logging.INFO)
|
D | genseccomp.py | 233 logging.basicConfig(level=logging.DEBUG) 235 logging.basicConfig(level=logging.INFO)
|
/bionic/tests/headers/posix/ |
D | ftw_h.c | 36 STRUCT_MEMBER(struct FTW, int, level); in ftw_h()
|
/bionic/docs/ |
D | status.md | 40 New libc functions in Q (API level 29): 47 New libc behavior in Q (API level 29): 61 New libc functions in P (API level 28): 79 New libc behavior in P (API level 28): 88 New libc functions in O (API level 26): 111 New libc behavior in O (API level 26): 116 New libc functions in N (API level 24): 128 New libc behavior in N (API level 24): 131 New libc functions in M (API level 23): 149 New libc functions in L (API level 21): [all …]
|
D | 32-bit-abi.md | 10 level 24 where they were introduced, and never available before then. 15 level will be visible. 32 increase your target API level, you'll have more and more of the functions 40 API level) will always compile. 70 code. Android P (API level 28) adds `sigset64_t` and a corresponding function
|
/bionic/libc/include/ |
D | ftw.h | 54 int level; member
|
/bionic/libc/kernel/uapi/drm/ |
D | virtgpu_drm.h | 89 __u32 level; member 95 __u32 level; member
|
/bionic/libc/include/bits/ |
D | posix_limits.h | 39 #define __BIONIC_POSIX_FEATURE_SINCE(level) \ argument 40 (((__ANDROID_API__) >= level) ? _POSIX_VERSION : __BIONIC_POSIX_FEATURE_MISSING)
|
/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. 69 ## RTLD_LOCAL (Available in API level >= 23) 79 ## GNU hashes (Availible in API level >= 23) 87 ## Correct soname/path handling (Available in API level >= 23) 91 https://code.google.com/p/android/issues/detail?id=6670). API level 23 104 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 | 102 ftw.level = cur->fts_level; in do_nftw()
|
D | fts.c | 545 int nitems, cderrno, descend, level, nlinks, nostat = 0, doadjust; in fts_build() local 636 level = cur->fts_level; in fts_build() 637 if (level < FTS_MAXLEVEL) in fts_build() 638 level++; in fts_build() 674 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 | 161 logging.basicConfig(level=logging.DEBUG)
|