Home
last modified time | relevance | path

Searched refs:IsOpen (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DCommandRecordingContext.cpp24 ASSERT(IsOpen()); in AddToSharedTextureList()
30 ASSERT(!IsOpen()); in Open()
58 if (IsOpen()) { in ExecuteCommandList()
97 ASSERT(IsOpen()); in GetCommandList()
104 ASSERT(IsOpen()); in GetCommandList4()
118 bool CommandRecordingContext::IsOpen() const { in IsOpen() function in dawn_native::d3d12::CommandRecordingContext
H A DCommandRecordingContext.h39 bool IsOpen() const;
H A DDeviceD3D12.cpp255 if (!mPendingCommands.IsOpen()) { in GetPendingCommandContext()
326 if (mPendingCommands.IsOpen()) { in TickImpl()
685 ASSERT(!mPendingCommands.IsOpen()); in DestroyImpl()
/third_party/node/deps/v8/src/parsing/
H A Dfunc-name-inferrer.h60 DCHECK(fni_->IsOpen()); in ~State()
73 bool IsOpen() const { return scope_depth_ > 0; } in IsOpen() function in v8::internal::FuncNameInferrer
85 if (IsOpen()) { in AddFunction()
91 if (IsOpen() && !funcs_to_infer_.empty()) funcs_to_infer_.pop_back(); in RemoveLastFunction()
98 DCHECK(IsOpen()); in Infer()
H A Dfunc-name-inferrer.cc28 if (IsOpen() && name != ast_value_factory_->prototype_string()) { in PushLiteralName()
35 if (IsOpen() && name != ast_value_factory_->dot_result_string()) { in PushVariableName()
41 if (IsOpen()) { in RemoveAsyncKeywordFromEnd()
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/
H A Dsocket.h60 virtual bool IsOpen() = 0;
H A Dsocket.cc162 bool IsOpen() override {
309 return out->IsOpen() ? out : nullptr; in Connect()
/third_party/gptfdisk/
H A Ddiskio.h77 int IsOpen(void) {return isOpen;} in IsOpen() function in DiskIO
/third_party/lzma/CPP/7zip/UI/Common/
H A DOpenArchive.h395 bool IsOpen; member
410 IsOpen(false), in CArchiveLink()
H A DOpenArchive.cpp3183 IsOpen = false;
3387 IsOpen = !Arcs.IsEmpty();
3532 IsOpen = (res == S_OK);
H A DUpdate.cpp1314 bool thereIsInArchive = arcLink.IsOpen; in UpdateArchive()

Completed in 10 milliseconds