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:old_level
(Results
1 - 12
of
12
) sorted by relevance
/third_party/lwip/src/include/lwip/
H
A
D
sys.h
512
SYS_ARCH_DECL_PROTECT(
old_level
); \
513
SYS_ARCH_PROTECT(
old_level
); \
515
SYS_ARCH_UNPROTECT(
old_level
); \
521
SYS_ARCH_DECL_PROTECT(
old_level
); \
522
SYS_ARCH_PROTECT(
old_level
); \
524
SYS_ARCH_UNPROTECT(
old_level
); \
530
SYS_ARCH_DECL_PROTECT(
old_level
); \
531
SYS_ARCH_PROTECT(
old_level
); \
533
SYS_ARCH_UNPROTECT(
old_level
); \
539
SYS_ARCH_DECL_PROTECT(
old_level
); \
[all...]
/third_party/lwip/src/core/
H
A
D
memp.c
153
SYS_ARCH_DECL_PROTECT(
old_level
);
in memp_overflow_check_all()
154
SYS_ARCH_PROTECT(
old_level
);
in memp_overflow_check_all()
163
SYS_ARCH_UNPROTECT(
old_level
);
in memp_overflow_check_all()
251
SYS_ARCH_DECL_PROTECT(
old_level
);
in do_memp_malloc_pool()
255
SYS_ARCH_PROTECT(
old_level
);
in do_memp_malloc_pool()
257
SYS_ARCH_PROTECT(
old_level
);
in do_memp_malloc_pool()
288
SYS_ARCH_UNPROTECT(
old_level
);
in do_memp_malloc_pool()
295
SYS_ARCH_UNPROTECT(
old_level
);
in do_memp_malloc_pool()
362
SYS_ARCH_DECL_PROTECT(
old_level
);
in do_memp_free_pool()
370
SYS_ARCH_PROTECT(
old_level
);
in do_memp_free_pool()
[all...]
H
A
D
pbuf.c
106
SYS_ARCH_PROTECT(
old_level
); \
108
SYS_ARCH_UNPROTECT(
old_level
); \
163
SYS_ARCH_DECL_PROTECT(
old_level
);
in pbuf_pool_is_empty()
164
SYS_ARCH_PROTECT(
old_level
);
in pbuf_pool_is_empty()
167
SYS_ARCH_UNPROTECT(
old_level
);
in pbuf_pool_is_empty()
747
SYS_ARCH_DECL_PROTECT(
old_level
);
in pbuf_free()
751
SYS_ARCH_PROTECT(
old_level
);
in pbuf_free()
756
SYS_ARCH_UNPROTECT(
old_level
);
in pbuf_free()
/third_party/lwip/src/netif/
H
A
D
slipif.c
452
SYS_ARCH_DECL_PROTECT(
old_level
);
in slipif_process_rxqueue()
459
SYS_ARCH_PROTECT(
old_level
);
in slipif_process_rxqueue()
473
SYS_ARCH_UNPROTECT(
old_level
);
in slipif_process_rxqueue()
477
SYS_ARCH_PROTECT(
old_level
);
in slipif_process_rxqueue()
479
SYS_ARCH_UNPROTECT(
old_level
);
in slipif_process_rxqueue()
492
SYS_ARCH_DECL_PROTECT(
old_level
);
in slipif_rxbyte_enqueue()
496
SYS_ARCH_PROTECT(
old_level
);
in slipif_rxbyte_enqueue()
513
SYS_ARCH_UNPROTECT(
old_level
);
in slipif_rxbyte_enqueue()
/third_party/lwip/doc/
H
A
D
ZeroCopyRx.c
11
SYS_ARCH_DECL_PROTECT(
old_level
);
in my_pbuf_free_custom()
19
SYS_ARCH_PROTECT(
old_level
);
in my_pbuf_free_custom()
22
SYS_ARCH_UNPROTECT(
old_level
);
in my_pbuf_free_custom()
/third_party/python/Lib/unittest/
H
A
D
_log.py
54
self.
old_level
= logger.level
66
self.logger.setLevel(self.
old_level
)
/third_party/mesa3d/src/intel/compiler/
H
A
D
brw_nir_lower_ray_queries.c
177
nir_ssa_def *
old_level
= nir_iand_imm(b, old_value, 0x3);
in update_trace_ctrl_level()
local
182
*out_old_level =
old_level
;
in update_trace_ctrl_level()
188
new_level =
old_level
;
in update_trace_ctrl_level()
/third_party/python/Tools/scripts/
H
A
D
umarshal.py
175
old_level
= self.level
179
self.level =
old_level
/third_party/python/Lib/test/test_asyncio/
H
A
D
utils.py
592
old_level
= logger.level
597
logger.setLevel(
old_level
)
/third_party/python/Lib/test/
H
A
D
test_logging.py
4777
old_level
= logging.root.level
4778
self.addCleanup(logging.root.setLevel,
old_level
)
4939
old_level
= logging.root.level
4941
self.addCleanup(logging.root.setLevel,
old_level
)
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H
A
D
wpa_supplicant.c
3983
int
old_level
, old_timestamp, old_show_keys;
in wpa_supplicant_set_debug_params()
local
3994
old_level
= wpa_debug_level;
in wpa_supplicant_set_debug_params()
4002
if (wpa_debug_level !=
old_level
)
in wpa_supplicant_set_debug_params()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H
A
D
wpa_supplicant.c
5070
int
old_level
, old_timestamp, old_show_keys;
local
5081
old_level
= wpa_debug_level;
5089
if (wpa_debug_level !=
old_level
)
Completed in 31 milliseconds