Home
last modified time | relevance | path

Searched refs:level (Results 1 – 25 of 36) sorted by relevance

12

/bionic/libc/upstream-openbsd/lib/libc/stdlib/
Dtsearch.c95 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/
Dheap_tagging_level_test.cpp38 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/
Dstatus.md53 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 …]
D32-bit-abi.md10 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
Ddefines.md33 obvious "next" API level such as 19. Once the API level has been decided, the
/bionic/
Dandroid-changes-for-ndk-developers.md20 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/
Dgenfunctosyscallnrs.py44 logging.basicConfig(level=logging.DEBUG)
46 logging.basicConfig(level=logging.INFO)
Dgenseccomp.py284 logging.basicConfig(level=logging.DEBUG)
286 logging.basicConfig(level=logging.INFO)
/bionic/libc/kernel/uapi/drm/
Dvirtgpu_drm.h89 __u32 level; member
95 __u32 level; member
/bionic/libc/include/bits/
Dposix_limits.h39 #define __BIONIC_POSIX_FEATURE_SINCE(level) \ argument
40 (((__ANDROID_API__) >= (level)) ? _POSIX_VERSION : __BIONIC_POSIX_FEATURE_MISSING)
/bionic/tools/versioner/tests/missing_api/platforms/
Dlibc.map.txt3 foo; # api-level=9
/bionic/tools/versioner/tests/obsoleted/platforms/
Dlibc.map.txt3 foo; # api-level=9
/bionic/libc/kernel/uapi/linux/netfilter_ipv4/
Dipt_LOG.h29 unsigned char level; member
/bionic/libc/kernel/uapi/linux/netfilter/
Dxt_LOG.h29 unsigned char level; member
/bionic/libc/kernel/uapi/linux/netfilter_ipv6/
Dip6t_LOG.h29 unsigned char level; member
/bionic/libc/kernel/uapi/linux/
Datm_nicstar.h34 buf_nr level; member
Dhiddev.h40 __u32 level; member
Dbtrfs_tree.h189 __u8 level; member
274 __u8 level; member
Dpkt_sched.h287 __u32 level; member
329 __u32 level; member
348 unsigned char level; member
/bionic/tests/headers/posix/
Dftw_h.c36 STRUCT_MEMBER(struct FTW, int, level); in ftw_h()
/bionic/libc/include/
Dftw.h54 int level; member
/bionic/libc/kernel/uapi/linux/raid/
Dmd_p.h76 __u32 level; member
131 __le32 level; member
Dmd_u.h57 int level; member
/bionic/libc/bionic/
Dfts.c545 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()
Dftw.cpp102 ftw.level = cur->fts_level; in do_nftw()

12