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:SHUTDOWN
(Results
1 - 9
of
9
) sorted by relevance
/third_party/python/Lib/asyncio/
H
A
D
sslproto.py
24
SHUTDOWN
= "
SHUTDOWN
"
variable in SSLProtocolState
444
elif self._state == SSLProtocolState.
SHUTDOWN
:
472
self._set_state(SSLProtocolState.
SHUTDOWN
)
475
elif self._state == SSLProtocolState.
SHUTDOWN
:
516
new_state == SSLProtocolState.
SHUTDOWN
609
SSLProtocolState.
SHUTDOWN
,
630
SSLProtocolState.
SHUTDOWN
638
self._set_state(SSLProtocolState.
SHUTDOWN
)
675
SSLProtocolState.
SHUTDOWN
,
[all...]
/third_party/toybox/toys/pending/
H
A
D
init.c
41
#define
SHUTDOWN
0x40
macro
315
if (x->action & (
SHUTDOWN
|ONCE|SYSINIT|CTRLALTDEL|WAIT)) {
in run_action_from_list()
318
if (x->action & (
SHUTDOWN
|SYSINIT|CTRLALTDEL|WAIT)) waitforpid(pid);
in run_action_from_list()
333
run_action_from_list(
SHUTDOWN
);
in set_default()
/third_party/python/Lib/multiprocessing/
H
A
D
managers.py
477
SHUTDOWN
= 2
variable in State
519
elif self._state.value == State.
SHUTDOWN
:
543
elif self._state.value == State.
SHUTDOWN
:
649
elif self._state.value == State.
SHUTDOWN
:
688
state.value = State.
SHUTDOWN
1351
elif self._state.value == State.
SHUTDOWN
:
/third_party/openssl/test/helpers/
H
A
D
handshake.c
1065
SHUTDOWN
,
enumerator
1109
return
SHUTDOWN
;
in next_phase()
1110
case
SHUTDOWN
:
in next_phase()
1138
case
SHUTDOWN
:
in do_connect_step()
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H
A
D
errno.rs
481
pub const
SHUTDOWN
: Self = Self::from_errno(errno::ESHUTDOWN);
consts
/third_party/rust/crates/rustix/src/backend/libc/io/
H
A
D
errno.rs
964
pub const
SHUTDOWN
: Self = Self(c::ESHUTDOWN);
consts
/third_party/libuv/include/
H
A
D
uv.h
183
XX(
SHUTDOWN
, shutdown) \
/third_party/libuv/include/uv_ndk/
H
A
D
uv.h
178
XX(
SHUTDOWN
, shutdown) \
/third_party/node/deps/uv/include/
H
A
D
uv.h
178
XX(
SHUTDOWN
, shutdown) \
Completed in 18 milliseconds