/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/ |
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/ |
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/ |
D | ObjectBase.cpp | 54 ASSERT(!IsAlive()); in ~ApiObjectBase() 69 bool ApiObjectBase::IsAlive() const { in IsAlive() function in dawn_native::ApiObjectBase
|
D | ObjectBase.h | 61 bool IsAlive() const;
|
D | CommandBuffer.cpp | 57 DAWN_INVALID_IF(!IsAlive(), "%s cannot be submitted more than once.", this); in ValidateCanUseInSubmitNow()
|
/third_party/node/src/ |
D | handle_wrap.h | 64 static inline bool IsAlive(const HandleWrap* wrap) { in IsAlive() function 71 return IsAlive(wrap) && uv_has_ref(wrap->GetHandle()); in HasRef()
|
D | handle_wrap.cc | 44 if (IsAlive(wrap)) in Ref() 53 if (IsAlive(wrap)) in Unref()
|
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()
|
D | js_stream.h | 20 bool IsAlive() override;
|
D | stream_wrap.h | 44 bool IsAlive() override;
|
D | js_stream.cc | 39 bool JSStream::IsAlive() { in IsAlive() function in node::JSStream
|
D | stream_base.h | 319 virtual bool IsAlive() = 0;
|
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()
|
D | node_file.h | 321 bool IsAlive() override { return !closed_; } in IsAlive() function
|
D | heap_utils.cc | 325 bool IsAlive() override { return snapshot_ != nullptr; } in IsAlive() function in node::heap::__anon19bbe95d0111::HeapSnapshotStream
|
D | node_http2.h | 423 bool IsAlive() override { in IsAlive() function
|
D | node_file.cc | 528 if (!IsAlive() || IsClosing()) in ReadStart()
|
/third_party/node/src/quic/ |
D | logstream.h | 50 bool IsAlive() override;
|
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/ |
D | ShaderModuleVk.cpp | 114 ASSERT(IsAlive()); in GetTransformedModuleHandle()
|
/third_party/node/src/crypto/ |
D | crypto_tls.h | 72 bool IsAlive() override;
|
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/ |
D | gcmole.cc | 504 bool IsAlive(const std::string& name) const { in IsAlive() function in __anon4ae52ded0111::Environment 1008 if (env.IsAlive(var_name)) return ExprEffect::None(); in Use()
|