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:isDestroyed
(Results
1 - 9
of
9
) sorted by relevance
/third_party/node/lib/internal/streams/
H
A
D
utils.js
106
function
isDestroyed
(stream) {
function
162
if (
isDestroyed
(stream)) return false;
171
if (
isDestroyed
(stream)) return false;
182
if (
isDestroyed
(stream)) {
306
isDestroyed
,
H
A
D
destroy.js
15
isDestroyed
,
298
if (!stream ||
isDestroyed
(stream)) {
/third_party/node/lib/
H
A
D
stream.js
56
Stream.
isDestroyed
= utils.
isDestroyed
;
/third_party/node/lib/internal/webstreams/
H
A
D
adapters.js
38
isDestroyed
,
118
if (
isDestroyed
(streamWritable) || !isWritable(streamWritable)) {
400
if (
isDestroyed
(streamReadable) || !isReadable(streamReadable)) {
583
if (
isDestroyed
(duplex)) {
/third_party/node/deps/undici/src/lib/core/
H
A
D
util.js
184
function
isDestroyed
(stream) {
190
return
isDestroyed
(stream) && state && !state.endEmitted
194
if (stream == null || !isStream(stream) ||
isDestroyed
(stream)) {
501
isDestroyed
,
/third_party/node/lib/internal/
H
A
D
timers.js
342
const
isDestroyed
= item._destroyed;
343
if (
isDestroyed
|| !item[async_id_symbol]) {
348
if (
isDestroyed
) {
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H
A
D
Context.h
628
bool
isDestroyed
() const { return mIsDestroyed; }
in isDestroyed()
function in gl::final
H
A
D
Display.cpp
562
if (shareContext->hasBeenCurrent() && !shareContext->
isDestroyed
())
in finishAllContexts()
1438
if (previousContext->getRefCount() == 0 && previousContext->
isDestroyed
())
in makeCurrent()
/third_party/node/deps/undici/
H
A
D
undici.js
622
function
isDestroyed
(stream2) {
625
__name(
isDestroyed
, "
isDestroyed
");
628
return
isDestroyed
(stream2) && state && !state.endEmitted;
632
if (stream2 == null || !isStream(stream2) ||
isDestroyed
(stream2)) {
877
isDestroyed
,
Completed in 19 milliseconds