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:kClosed
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/third_party/externals/tint/src/utils/io/
H
A
D
command_posix.cc
31
constexpr static const int
kClosed
= -1;
member in tint::utils::__anon26162::File
35
File() : handle_(
kClosed
) {}
in File()
47
rhs.handle_ =
kClosed
;
in operator =()
53
if (handle_ !=
kClosed
) {
in Close()
56
handle_ =
kClosed
;
in Close()
63
operator bool() { return handle_ !=
kClosed
; }
in operator bool()
69
int handle_ =
kClosed
;
/third_party/node/src/
H
A
D
handle_wrap.h
67
wrap->state_ !=
kClosed
;
in IsAlive()
96
return state_ == kClosing || state_ ==
kClosed
;
in IsHandleClosing()
100
enum { kInitialized, kClosing,
kClosed
} state_;
enumerator
H
A
D
handle_wrap.cc
94
if (state_ !=
kClosed
) {
in OnGCCollect()
117
state_ =
kClosed
;
in MarkAsUninitialized()
146
wrap->state_ =
kClosed
;
in OnClose()
H
A
D
spawn_sync.h
72
kClosed
enumerator
H
A
D
spawn_sync.cc
117
CHECK(lifecycle_ == kUninitialized || lifecycle_ ==
kClosed
);
in ~SyncProcessStdioPipe()
305
lifecycle_ =
kClosed
;
in OnClose()
/third_party/node/deps/undici/src/lib/core/
H
A
D
symbols.js
32
kClosed
: Symbol('closed'),
/third_party/node/lib/internal/streams/
H
A
D
readable.js
99
const
kClosed
= 1 << 14;
144
closed: makeBitMapDescriptor(
kClosed
),
/third_party/node/deps/undici/
H
A
D
undici.js
43
kClosed
: Symbol("closed"),
6721
var
kClosed
= Symbol("closed");
6733
this[
kClosed
] = false;
6740
return this[
kClosed
];
6771
if (this[
kClosed
]) {
6779
this[
kClosed
] = true;
6858
if (this[
kClosed
]) {
Completed in 17 milliseconds