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:IsAlive
(Results
1 - 23
of
23
) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/
H
A
D
DestroyObjectTests.cpp
111
EXPECT_TRUE(bindGroupMock.
IsAlive
());
in TEST_F()
113
EXPECT_FALSE(bindGroupMock.
IsAlive
());
in TEST_F()
128
EXPECT_TRUE(bindGroup->
IsAlive
());
in TEST_F()
136
EXPECT_TRUE(bindGroupLayoutMock.
IsAlive
());
in TEST_F()
138
EXPECT_FALSE(bindGroupLayoutMock.
IsAlive
());
in TEST_F()
153
EXPECT_TRUE(bindGroupLayout->
IsAlive
());
in TEST_F()
163
EXPECT_TRUE(bufferMock.
IsAlive
());
in TEST_F()
165
EXPECT_FALSE(bufferMock.
IsAlive
());
in TEST_F()
175
EXPECT_TRUE(bufferMock.
IsAlive
());
in TEST_F()
177
EXPECT_FALSE(bufferMock.
IsAlive
());
in TEST_F()
[all...]
/third_party/node/test/addons/null-buffer-neuter/
H
A
D
binding.cc
14
void
IsAlive
(const v8::FunctionCallbackInfo<v8::Value>& args) {
in IsAlive()
function
38
NODE_SET_METHOD(exports, "isAlive",
IsAlive
);
in init()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H
A
D
ObjectBase.cpp
54
ASSERT(!
IsAlive
());
in ~ApiObjectBase()
69
bool ApiObjectBase::
IsAlive
() const {
in IsAlive()
function in dawn_native::ApiObjectBase
H
A
D
ObjectBase.h
61
bool
IsAlive
() const;
H
A
D
CommandBuffer.cpp
57
DAWN_INVALID_IF(!
IsAlive
(), "%s cannot be submitted more than once.", this);
in ValidateCanUseInSubmitNow()
/third_party/node/src/
H
A
D
handle_wrap.h
64
static inline bool
IsAlive
(const HandleWrap* wrap) {
in IsAlive()
function in node::HandleWrap
71
return
IsAlive
(wrap) && uv_has_ref(wrap->GetHandle());
in HasRef()
H
A
D
handle_wrap.cc
44
if (
IsAlive
(wrap))
in Ref()
53
if (
IsAlive
(wrap))
in Unref()
H
A
D
js_stream.h
20
bool
IsAlive
() override;
H
A
D
stream_wrap.cc
183
bool LibuvStreamWrap::
IsAlive
() {
in IsAlive()
function in node::LibuvStreamWrap
184
return HandleWrap::
IsAlive
(this);
in IsAlive()
317
if (!wrap->
IsAlive
())
in SetBlocking()
H
A
D
stream_wrap.h
44
bool
IsAlive
() override;
H
A
D
js_stream.cc
39
bool JSStream::
IsAlive
() {
in IsAlive()
function in node::JSStream
H
A
D
stream_base.cc
587
if (!wrap->
IsAlive
()) return args.GetReturnValue().Set(UV_EINVAL);
in GetFD()
621
if (!wrap->
IsAlive
()) return args.GetReturnValue().Set(UV_EINVAL);
in JSMethod()
H
A
D
heap_utils.cc
325
bool
IsAlive
() override { return snapshot_ != nullptr; }
H
A
D
node_file.h
321
bool
IsAlive
() override { return !closed_; }
H
A
D
stream_base.h
319
virtual bool
IsAlive
() = 0;
H
A
D
node_http2.h
423
bool
IsAlive
() override {
H
A
D
node_file.cc
528
if (!
IsAlive
() || IsClosing())
in ReadStart()
/third_party/node/src/quic/
H
A
D
logstream.h
50
bool
IsAlive
() override;
H
A
D
logstream.cc
126
bool LogStream::
IsAlive
() {
in IsAlive()
function in node::quic::LogStream
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H
A
D
ShaderModuleVk.cpp
114
ASSERT(
IsAlive
());
in GetTransformedModuleHandle()
/third_party/node/src/crypto/
H
A
D
crypto_tls.h
72
bool
IsAlive
() override;
H
A
D
crypto_tls.cc
517
while (len > 0 && wrap->
IsAlive
() && !wrap->IsClosing()) {
in Receive()
921
bool TLSWrap::
IsAlive
() {
in IsAlive()
function in node::crypto::TLSWrap
924
underlying_stream()->
IsAlive
();
in IsAlive()
/third_party/node/deps/v8/tools/gcmole/
H
A
D
gcmole.cc
504
bool
IsAlive
(const std::string& name) const {
in IsAlive()
function in __anon15306::Environment
1008
if (env.
IsAlive
(var_name)) return ExprEffect::None();
in Use()
Completed in 26 milliseconds