Home
last modified time | relevance | path

Searched refs:Cancel (Results 1 - 25 of 37) sorted by relevance

12

/third_party/node/deps/v8/src/tasks/
H A Dcancelable-task.cc39 task->Cancel(); in Register()
65 if (value->Cancel()) { in TryAbort()
92 if (current->second->Cancel()) { in CancelAndWait()
111 if (it->second->Cancel()) { in TryAbortAll()
H A Dcancelable-task.h127 bool Cancel() { return CompareExchangeStatus(kWaiting, kCanceled); } in Cancel() function in v8::internal::Cancelable
/third_party/typescript/tests/baselines/reference/
H A DexportImportCanSubstituteConstEnumForValue.js6 Cancel,
52 const value1 = ReExportedEnum.Cancel;
80 var value1 = 1 /* ReExportedEnum.Cancel */;
96 Cancel = 1,
/third_party/node/src/
H A Dreq_wrap.h20 virtual void Cancel() = 0;
43 inline void Cancel() final;
H A Dreq_wrap-inl.h47 void ReqWrap<T>::Cancel() { in Cancel() function in node::ReqWrap
/third_party/skia/third_party/externals/abseil-cpp/absl/cleanup/
H A Dcleanup_test.cc214 TYPED_TEST(CleanupTest, Cancel) { in TYPED_TEST()
222 std::move(cleanup).Cancel(); in TYPED_TEST()
223 EXPECT_FALSE(called); // Cancel shouldn't invoke the callback in TYPED_TEST()
291 std::move(cleanup).Cancel(); in TYPED_TEST()
292 EXPECT_EQ(DestructionCount, 1); // Cancel destroys in TYPED_TEST()
H A Dcleanup.h57 // `std::move(cleanup).Cancel()` will prevent the callback from executing.
93 void Cancel() && { in Cancel() function in absl::final
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/jsonrpc2/
H A Dhandler.go33 // Cancel is invoked for cancelled outgoing requests.
37 // If Cancel returns true all subsequent handlers will be invoked with
39 Cancel(ctx context.Context, conn *Conn, id ID, cancelled bool) bool
99 func (EmptyHandler) Cancel(ctx context.Context, conn *Conn, id ID, cancelled bool) bool {
H A Djsonrpc2.go92 // Cancel cancels a pending Call on the server side.
97 func (c *Conn) Cancel(id ID) {
205 if h.Cancel(ctx, c, id, cancelled) {
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
H A Dprotocol.go50 conn.Cancel(params.ID)
56 func (canceller) Cancel(ctx context.Context, conn *jsonrpc2.Conn, id jsonrpc2.ID, cancelled bool) bool {
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/
H A Dhandler.go33 // Cancel is invoked for cancelled outgoing requests.
37 // If Cancel returns true all subsequent handlers will be invoked with
39 Cancel(ctx context.Context, conn *Conn, id ID, cancelled bool) bool
99 func (EmptyHandler) Cancel(ctx context.Context, conn *Conn, id ID, cancelled bool) bool {
H A Djsonrpc2.go92 // Cancel cancels a pending Call on the server side.
97 func (c *Conn) Cancel(id ID) {
205 if h.Cancel(ctx, c, id, cancelled) {
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
H A Dprotocol.go50 conn.Cancel(params.ID)
56 func (canceller) Cancel(ctx context.Context, conn *jsonrpc2.Conn, id jsonrpc2.ID, cancelled bool) bool {
/third_party/spirv-tools/utils/vscode/src/lsp/jsonrpc2/
H A Dhandler.go33 // Cancel is invoked for cancelled outgoing requests.
37 // If Cancel returns true all subsequent handlers will be invoked with
39 Cancel(ctx context.Context, conn *Conn, id ID, cancelled bool) bool
99 func (EmptyHandler) Cancel(ctx context.Context, conn *Conn, id ID, cancelled bool) bool {
H A Djsonrpc2.go92 // Cancel cancels a pending Call on the server side.
97 func (c *Conn) Cancel(id ID) {
205 if h.Cancel(ctx, c, id, cancelled) {
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
H A Dprotocol.go50 conn.Cancel(params.ID)
56 func (canceller) Cancel(ctx context.Context, conn *jsonrpc2.Conn, id jsonrpc2.ID, cancelled bool) bool {
/third_party/node/deps/v8/src/heap/cppgc/
H A Dgc-invoker.cc60 handle_.Cancel();
86 gc_task_handle_.Cancel(); in ~GCInvokerImpl()
H A Dtask-handle.h25 void Cancel() { in Cancel() function
H A Dconcurrent-marker.cc214 bool ConcurrentMarkerBase::Cancel() { in Cancel() function in cppgc::ConcurrentMarkerBase
218 concurrent_marking_handle_->Cancel(); in Cancel()
H A Dconcurrent-marker.h30 bool Cancel();
H A Dmarker.cc261 // Cancel remaining incremental tasks. Concurrent marking jobs are left to in EnterAtomicPause()
264 incremental_marking_handle_.Cancel(); in EnterAtomicPause()
645 : marker_(marker), resume_on_exit_(marker_.concurrent_marker_->Cancel()) {} in PauseConcurrentMarkingScope()
H A Dsweeper.cc1010 if (incremental_sweeper_handle_) incremental_sweeper_handle_.Cancel(); in CancelSweepers()
1012 concurrent_sweeper_handle_->Cancel(); in CancelSweepers()
/third_party/node/deps/v8/src/libplatform/
H A Ddefault-job.h117 void Cancel() override;
H A Ddefault-job.cc227 void DefaultJobHandle::Cancel() { in Cancel() function in v8::platform::DefaultJobHandle
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-concurrent-dispatcher.cc175 job_handle_->Cancel(); in ~MaglevConcurrentDispatcher()

Completed in 11 milliseconds

12