Searched refs:level (Results 1 - 25 of 31) sorted by relevance

12

/bionic/tools/relocation_packer/src/
H A Ddebug.h12 // VLOG(level) logs INFO messages where level is less than or equal to the
13 // verbosity level set with SetVerbose().
15 // VLOG_IF(level, predicate) logs INFO if predicate evaluates to true,
36 // Construct a new message logger. Prints if level is less than or
37 // equal to the level set with SetVerbose() and predicate is true.
39 // |level| is the verbosity level.
41 Logger(Severity severity, int level, bool predicate);
49 // Set verbosity level
51 SetVerbose(int level) argument
[all...]
H A Ddebug.cc13 // Construct a new message logger. Prints if level is less than or equal to
14 // the level set with SetVerbose() and predicate is true.
15 Logger::Logger(Severity severity, int level, bool predicate) { argument
17 level_ = level;
/bionic/libc/kernel/uapi/linux/netfilter/
H A Dxt_LOG.h31 unsigned char level; member in struct:xt_log_info
/bionic/libc/kernel/uapi/linux/netfilter_ipv4/
H A Dipt_LOG.h32 unsigned char level; member in struct:ipt_log_info
/bionic/libc/kernel/uapi/linux/netfilter_ipv6/
H A Dip6t_LOG.h32 unsigned char level; member in struct:ip6t_log_info
/bionic/linker/
H A Dlinker_sdk_versions.cpp18 #include <android/api-level.h>
/bionic/tests/
H A Dlibdl_test.cpp19 #include <android/api-level.h>
/bionic/libc/upstream-openbsd/lib/libc/stdlib/
H A Dtsearch.c96 trecurse(node *root, void (*action)(const void *, VISIT, int), int level) argument
99 (*action)(root, leaf, level);
101 (*action)(root, preorder, level);
103 trecurse(root->left, action, level + 1);
104 (*action)(root, postorder, level);
106 trecurse(root->right, action, level + 1);
107 (*action)(root, endorder, level);
/bionic/libc/include/
H A Dftw.h53 int level; member in struct:FTW
/bionic/libc/kernel/uapi/linux/
H A Datm_nicstar.h37 buf_nr level; member in struct:pool_levels
H A Dhiddev.h45 __u32 level; member in struct:hiddev_collection_info
H A Dpkt_sched.h307 __u32 level; member in struct:tc_htb_opt
359 __u32 level; member in struct:tc_hfsc_stats
382 unsigned char level; member in struct:tc_cbq_lssopt
H A Dvirtio_gpu.h180 __le32 level; member in struct:virtio_gpu_transfer_host_3d
H A Dinput.h161 __s16 level; member in struct:ff_constant_effect
/bionic/libc/kernel/uapi/drm/
H A Dvirtgpu_drm.h99 uint32_t level; member in struct:drm_virtgpu_3d_transfer_to_host
106 uint32_t level; member in struct:drm_virtgpu_3d_transfer_from_host
/bionic/libc/bionic/
H A Dlibc_init_static.cpp29 #include <android/api-level.h>
H A Dfts.c352 /* Move to the next node on this level. */
554 int nitems, cderrno, descend, level, nlinks, nostat = 0, doadjust; local
645 level = cur->fts_level;
646 if (level < FTS_MAXLEVEL)
647 level++;
684 p->fts_level = level;
767 * fts_read and nothing found, get back. At the root level we use
1001 /* Adjust the rest of the tree, including the current level. */
/bionic/libc/kernel/uapi/linux/raid/
H A Dmd_u.h66 int level; member in struct:mdu_array_info_s
H A Dmd_p.h89 __u32 level; member in struct:mdp_superblock_s
157 __le32 level; member in struct:mdp_superblock_1
/bionic/libc/upstream-netbsd/lib/libc/gen/
H A Dnftw.c104 f.level = cur->fts_level;
/bionic/tools/bionicbb/
H A Dbionicbb.py122 logging.basicConfig(level=logging.INFO)
/bionic/libc/kernel/tools/
H A Dclean_header.py109 # note the "asm" level has been explicitly added in the original
186 logging.basicConfig(level=logging.DEBUG)
/bionic/libc/kernel/uapi/rdma/
H A Drdma_user_cm.h287 __u32 level; member in struct:rdma_ucm_set_option
/bionic/libc/include/sys/
H A Dcdefs.h396 #include <android/api-level.h>
/bionic/libc/kernel/uapi/sound/
H A Dcompress_params.h236 __u32 level; member in struct:snd_codec

Completed in 7524 milliseconds

12