Home
last modified time | relevance | path

Searched refs:IsAlive (Results 1 - 23 of 23) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/
H A DDestroyObjectTests.cpp111 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 Dbinding.cc14 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 DObjectBase.cpp54 ASSERT(!IsAlive()); in ~ApiObjectBase()
69 bool ApiObjectBase::IsAlive() const { in IsAlive() function in dawn_native::ApiObjectBase
H A DObjectBase.h61 bool IsAlive() const;
H A DCommandBuffer.cpp57 DAWN_INVALID_IF(!IsAlive(), "%s cannot be submitted more than once.", this); in ValidateCanUseInSubmitNow()
/third_party/node/src/
H A Dhandle_wrap.h64 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 Dhandle_wrap.cc44 if (IsAlive(wrap)) in Ref()
53 if (IsAlive(wrap)) in Unref()
H A Djs_stream.h20 bool IsAlive() override;
H A Dstream_wrap.cc183 bool LibuvStreamWrap::IsAlive() { in IsAlive() function in node::LibuvStreamWrap
184 return HandleWrap::IsAlive(this); in IsAlive()
317 if (!wrap->IsAlive()) in SetBlocking()
H A Dstream_wrap.h44 bool IsAlive() override;
H A Djs_stream.cc39 bool JSStream::IsAlive() { in IsAlive() function in node::JSStream
H A Dstream_base.cc587 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 Dheap_utils.cc325 bool IsAlive() override { return snapshot_ != nullptr; }
H A Dnode_file.h321 bool IsAlive() override { return !closed_; }
H A Dstream_base.h319 virtual bool IsAlive() = 0;
H A Dnode_http2.h423 bool IsAlive() override {
H A Dnode_file.cc528 if (!IsAlive() || IsClosing()) in ReadStart()
/third_party/node/src/quic/
H A Dlogstream.h50 bool IsAlive() override;
H A Dlogstream.cc126 bool LogStream::IsAlive() { in IsAlive() function in node::quic::LogStream
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DShaderModuleVk.cpp114 ASSERT(IsAlive()); in GetTransformedModuleHandle()
/third_party/node/src/crypto/
H A Dcrypto_tls.h72 bool IsAlive() override;
H A Dcrypto_tls.cc517 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 Dgcmole.cc504 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