Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:LOG_MASK
(Results
1 - 12
of
12
) sorted by relevance
/third_party/python/Lib/test/
H
A
D
test_syslog.py
46
self.assertTrue(mask & syslog.
LOG_MASK
(syslog.LOG_WARNING))
47
self.assertTrue(mask & syslog.
LOG_MASK
(syslog.LOG_ERR))
48
self.assertFalse(mask & syslog.
LOG_MASK
(syslog.LOG_INFO))
/third_party/NuttX/include/
H
A
D
syslog.h
116
#define
LOG_MASK
(p) (1 << (p))
macro
257
* to a priority p is
LOG_MASK
(p); LOG_UPTO(p) provides the mask of all
/third_party/musl/libc-test/src/api/
H
A
D
syslog.c
29
{int i =
LOG_MASK
(0);}
in f()
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
syslog.h
23
#define
LOG_MASK
(p) (1<<(p))
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
syslog.h
23
#define
LOG_MASK
(p) (1<<(p))
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
syslog.h
23
#define
LOG_MASK
(p) (1<<(p))
macro
/third_party/musl/include/
H
A
D
syslog.h
23
#define
LOG_MASK
(p) (1<<(p))
macro
/third_party/musl/porting/liteos_a/user/src/misc/
H
A
D
syslog.c
134
if (!(log_mask &
LOG_MASK
(priority&7)) || (priority&~0x3ff)) return;
in __vsyslog()
/third_party/musl/src/misc/
H
A
D
syslog.c
135
if (!(log_mask &
LOG_MASK
(priority&7)) || (priority&~0x3ff)) return;
in __vsyslog()
/third_party/ltp/testcases/kernel/syscalls/syslog/
H
A
D
syslogtst.c
285
setlogmask(
LOG_MASK
(LOG_ERR));
in main()
/third_party/python/Modules/
H
A
D
syslogmodule.c
255
if (!PyArg_ParseTuple(args, "l:
LOG_MASK
", &pri))
in syslog_log_mask()
257
mask =
LOG_MASK
(pri);
in syslog_log_mask()
279
{"
LOG_MASK
", syslog_log_mask, METH_VARARGS},
/third_party/toybox/toys/pending/
H
A
D
syslogd.c
138
levval |= (bits & 4) ?
LOG_MASK
(i) : LOG_UPTO(i);
in resolve_config()
Completed in 5 milliseconds