/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/tests/ |
D | heap_tagging_level_test.cpp | 38 static bool SetHeapTaggingLevel(HeapTaggingLevel level) { in SetHeapTaggingLevel() argument 39 return android_mallopt(M_SET_HEAP_TAGGING_LEVEL, &level, sizeof(level)); in SetHeapTaggingLevel() 87 static bool SetTagCheckingLevel(int level) { in SetTagCheckingLevel() argument 93 tagged_addr_ctrl = (tagged_addr_ctrl & ~PR_MTE_TCF_MASK) | level; in SetTagCheckingLevel()
|
/bionic/docs/ |
D | status.md | 53 New libc functions in R (API level 30): 59 New libc behavior in R (API level 30): 63 New libc functions in Q (API level 29): 70 New libc behavior in Q (API level 29): 84 New libc functions in P (API level 28): 102 New libc behavior in P (API level 28): 111 New libc functions in O (API level 26): 134 New libc behavior in O (API level 26): 139 New libc functions in N (API level 24): 151 New libc behavior in N (API level 24): [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 level 28) adds `sigset64_t` and a corresponding function for every function
|
D | defines.md | 33 obvious "next" API level such as 19. Once the API level has been decided, the
|
/bionic/ |
D | android-changes-for-ndk-developers.md | 20 will be tied to an app's target API level: 22 * Below the affected API level we'll preserve the old behavior or issue 25 * At the affected API level and above, we’ll refuse to load the library. 28 increase your target API level will appear in logcat when that library 29 is loaded, even if you're not yet targeting that API level. 84 ## RTLD_LOCAL (Available in API level >= 23) 94 ## GNU hashes (Availible in API level >= 23) 102 ## Correct soname/path handling (Available in API level >= 23) 106 https://code.google.com/p/android/issues/detail?id=6670). API level 23 119 but the basename. These apps will fail to load on API level 23 and above. [all …]
|
/bionic/libc/tools/ |
D | genfunctosyscallnrs.py | 44 logging.basicConfig(level=logging.DEBUG) 46 logging.basicConfig(level=logging.INFO)
|
D | genseccomp.py | 284 logging.basicConfig(level=logging.DEBUG) 286 logging.basicConfig(level=logging.INFO)
|
/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/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_ipv4/ |
D | ipt_LOG.h | 29 unsigned char level; member
|
/bionic/libc/kernel/uapi/linux/netfilter/ |
D | xt_LOG.h | 29 unsigned char level; member
|
/bionic/libc/kernel/uapi/linux/netfilter_ipv6/ |
D | ip6t_LOG.h | 29 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 | 189 __u8 level; member 274 __u8 level; member
|
D | pkt_sched.h | 287 __u32 level; member 329 __u32 level; member 348 unsigned char level; member
|
/bionic/tests/headers/posix/ |
D | ftw_h.c | 36 STRUCT_MEMBER(struct FTW, int, level); in ftw_h()
|
/bionic/libc/include/ |
D | ftw.h | 54 int level; member
|
/bionic/libc/kernel/uapi/linux/raid/ |
D | md_p.h | 76 __u32 level; member 131 __le32 level; member
|
D | md_u.h | 57 int level; member
|
/bionic/libc/bionic/ |
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()
|
D | ftw.cpp | 102 ftw.level = cur->fts_level; in do_nftw()
|