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:closed_
(Results
1 - 9
of
9
) sorted by relevance
/third_party/node/test/cctest/
H
A
D
test_inspector_socket_server.cc
91
explicit SocketWrapper(uv_loop_t* loop) :
closed_
(false),
in SocketWrapper()
99
closed_
= false;
in Connect()
123
closed_
= false;
in ExpectFailureToConnect()
141
SPIN_WHILE(!
closed_
);
in Close()
191
ASSERT_FALSE(wrapper->
closed_
);
in ClosedCallback()
192
wrapper->
closed_
= true;
in ClosedCallback()
231
bool
closed_
;
member in __anon15477::SocketWrapper
/third_party/node/src/
H
A
D
node_dir.cc
124
CHECK(
closed_
); // We have to be closed at the point
in ~DirHandle()
136
if (
closed_
) return;
in GCClose()
143
closed_
= true;
in GCClose()
192
dir->
closed_
= true;
in Close()
H
A
D
node_dir.h
43
bool
closed_
= false;
member in node::fs_dir::DirHandle
H
A
D
node_file.h
321
bool IsAlive() override { return !
closed_
; }
410
bool
closed_
= false;
member in node::fs::final
H
A
D
node_zlib.cc
281
closed_
= true;
in Close()
354
CHECK(!
closed_
&& "already finalized");
in Write()
547
bool
closed_
= false;
member in node::__anon15438::CompressionStream
H
A
D
node_file.cc
272
CHECK(
closed_
); // We have to be closed at the point
in ~FileHandle()
287
return reading_ || closing_ ||
closed_
?
in GetTransferMode()
294
closed_
= true;
in TransferForMessaging()
328
if (
closed_
|| closing_) return;
in Close()
447
CHECK(!
closed_
);
in ClosePromise()
512
closed_
= true;
in AfterClose()
657
if (closing_ ||
closed_
) {
in DoShutdown()
H
A
D
node_internals.h
245
bool
closed_
= false;
member in node::InternalCallbackScope
/third_party/node/deps/v8/src/torque/
H
A
D
implementation-visitor.h
631
DCHECK(!
closed_
);
in Yield()
632
closed_
= true;
in Yield()
651
DCHECK(!
closed_
);
in Close()
652
closed_
= true;
in Close()
659
if (
closed_
) {
in ~StackScope()
671
bool
closed_
= false;
member in v8::internal::torque::ImplementationVisitor::StackScope
/third_party/node/src/api/
H
A
D
callback.cc
97
if (
closed_
) return;
in Close()
98
closed_
= true;
in Close()
Completed in 12 milliseconds