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/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/
Dxt_LOG.h29 unsigned char level; member
/bionic/libc/kernel/uapi/linux/netfilter_ipv4/
Dipt_LOG.h30 unsigned char level; member
/bionic/libc/kernel/uapi/linux/netfilter_ipv6/
Dip6t_LOG.h30 unsigned char level; member
/bionic/libc/kernel/uapi/linux/
Datm_nicstar.h34 buf_nr level; member
Dhiddev.h40 __u32 level; member
Dbtrfs_tree.h184 __u8 level; member
269 __u8 level; member
Dvirtio_gpu.h151 __le32 level; member
/bionic/libc/tools/
Dgenfunctosyscallnrs.py44 logging.basicConfig(level=logging.DEBUG)
46 logging.basicConfig(level=logging.INFO)
Dgenseccomp.py233 logging.basicConfig(level=logging.DEBUG)
235 logging.basicConfig(level=logging.INFO)
/bionic/tests/headers/posix/
Dftw_h.c36 STRUCT_MEMBER(struct FTW, int, level); in ftw_h()
/bionic/docs/
Dstatus.md40 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 …]
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 code. Android P (API level 28) adds `sigset64_t` and a corresponding function
/bionic/libc/include/
Dftw.h54 int level; member
/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/
Dandroid-changes-for-ndk-developers.md17 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/
Dmd_u.h57 int level; member
Dmd_p.h76 __u32 level; member
131 __le32 level; member
/bionic/libc/bionic/
Dftw.cpp102 ftw.level = cur->fts_level; in do_nftw()
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()
/bionic/tools/bionicbb/
Dbionicbb.py122 logging.basicConfig(level=logging.INFO)
/bionic/libc/kernel/tools/
Dclean_header.py161 logging.basicConfig(level=logging.DEBUG)

12