Home
last modified time | relevance | path

Searched refs:Cancel (Results 1 – 25 of 382) sorted by relevance

12345678910>>...16

/external/openscreen/util/
Dalarm.cc19 ~CancelableFunctor() { Cancel(); } in ~CancelableFunctor()
30 Cancel(); in operator =()
49 void Cancel() { in Cancel() function in openscreen::Alarm::CancelableFunctor
69 queued_fire_->Cancel(); in ~Alarm()
74 void Alarm::Cancel() { in Cancel() function in openscreen::Alarm
92 queued_fire_->Cancel(); in ScheduleWithTask()
/external/libcups/conf/
Dcupsd.conf.in62 …on Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspe…
75 …-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After Cancel-Jobs CUPS-Accept-J…
82 <Limit Cancel-Job CUPS-Authenticate-Job>
106 …on Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspe…
120 …-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After Cancel-Jobs CUPS-Accept-J…
127 <Limit Cancel-Job CUPS-Authenticate-Job>
152 …on Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspe…
166 …-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After Cancel-Jobs CUPS-Accept-J…
173 <Limit Cancel-Job CUPS-Authenticate-Job>
/external/libchrome/base/
Dcancelable_callback_unittest.cc41 TEST(CancelableCallbackTest, Cancel) { in TEST() argument
53 cancelable.Cancel(); in TEST()
69 cancelable.Cancel(); in TEST()
78 cancelable.Cancel(); in TEST()
116 cancelable.Cancel(); in TEST()
166 cancelable.Cancel(); in TEST()
187 cancelable.Cancel(); in TEST()
Dcancelable_callback.h75 void Cancel() { in Cancel() function
90 Cancel(); in Reset()
/external/grpc-grpc/src/csharp/Grpc.Core/
DCalls.cs62 …ult, asyncCall.ResponseHeadersAsync, asyncCall.GetStatus, asyncCall.GetTrailers, asyncCall.Cancel);
81 …eam, asyncCall.ResponseHeadersAsync, asyncCall.GetStatus, asyncCall.GetTrailers, asyncCall.Cancel);
99 …ask, asyncCall.ResponseHeadersAsync, asyncCall.GetStatus, asyncCall.GetTrailers, asyncCall.Cancel);
119 …eam, asyncCall.ResponseHeadersAsync, asyncCall.GetStatus, asyncCall.GetTrailers, asyncCall.Cancel);
/external/grpc-grpc/src/cpp/common/
Dalarm.cc89 void Cancel() { in Cancel() function in grpc::internal::AlarmImpl
94 Cancel(); in Destroy()
147 void Alarm::Cancel() { static_cast<internal::AlarmImpl*>(alarm_)->Cancel(); } in Cancel() function in grpc::Alarm
/external/autotest/client/cros/cellular/pseudomodem/
Ddisable_machine.py39 self._modem.connect_step.Cancel()
70 self._modem.register_step.Cancel()
152 self._modem.connect_step.Cancel()
155 self._modem.register_step.Cancel()
163 self._modem.enable_step.Cancel()
Dcdma_activate_machine.py26 def Cancel(self, message='Activation canceled.'): member in CdmaActivateMachine
29 super(CdmaActivateMachine, self).Cancel()
66 self.Cancel(message)
78 self.Cancel(message)
Dconnect_machine.py28 def Cancel(self): member in ConnectMachine
31 super(ConnectMachine, self).Cancel()
39 self._modem.enable_step.Cancel()
49 self.Cancel()
79 self.Cancel()
Dregister_cdma_machine.py18 def Cancel(self): member in RegisterCdmaMachine
25 super(RegisterCdmaMachine, self).Cancel()
/external/rust/crates/grpcio-sys/grpc/src/cpp/common/
Dalarm.cc100 void Cancel() { in Cancel() function in grpc::internal::AlarmImpl
106 Cancel(); in Destroy()
160 void Alarm::Cancel() { static_cast<internal::AlarmImpl*>(alarm_)->Cancel(); } in Cancel() function in grpc::Alarm
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/
DCallCancellationTest.cs73 cts.Cancel(); in ClientStreamingCall_CancelAfterBegin()
111 cts.Cancel(); in ClientStreamingCall_ServerSideReadAfterCancelNotificationReturnsNull()
132 cts.Cancel(); in ClientStreamingCall_CancelServerSideRead()
168 cts.Cancel(); in ServerStreamingCall_CancelClientSideRead()
/external/libchrome/mojo/public/java/system/
Dwatcher_impl.cc49 void Cancel() { in Cancel() function in mojo::android::__anon5e8a88260111::WatcherImpl
51 watcher_.Cancel(); in Cancel()
94 reinterpret_cast<WatcherImpl*>(watcher_ptr)->Cancel(); in JNI_WatcherImpl_Cancel()
/external/libcups/examples/
Dcancel-current-job.test1 # Cancel the currently printing job.
34 NAME "Cancel current job"
35 OPERATION Cancel-Job
Dipp-2.2.test63 EXPECT operations-supported WITH-VALUE 0x002D # Cancel-Current-Job
68 EXPECT operations-supported WITH-VALUE 0x0033 # Cancel-Document
72 EXPECT operations-supported WITH-VALUE 0x0038 # Cancel-Jobs
73 EXPECT operations-supported WITH-VALUE 0x0039 # Cancel-My-Jobs
/external/tensorflow/tensorflow/core/distributed_runtime/
Dcancellable_call.cc26 cancel_mgr_->RegisterCallback(token, [this]() { Cancel(); }); in Start()
37 void CancellableCall::Cancel() { in Cancel() function in tensorflow::CancellableCall
/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_config_name.py12 Cancel = name_dialog.Cancel.im_func variable in Dummy_name_dialog
71 self.dialog.Cancel()
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/security/
Dtls_credentials_options.h97 virtual void Cancel(TlsServerAuthorizationCheckArg* /* arg */) {} in Cancel() function
124 void Cancel(TlsServerAuthorizationCheckArg* arg) const { in Cancel() function
135 server_authorization_check_interface_->Cancel(arg); in Cancel()
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/security/
Dtls_credentials_options.h97 virtual void Cancel(TlsServerAuthorizationCheckArg* /* arg */) {} in Cancel() function
124 void Cancel(TlsServerAuthorizationCheckArg* arg) const { in Cancel() function
135 server_authorization_check_interface_->Cancel(arg); in Cancel()
/external/libchrome/base/test/
Dtest_mock_time_task_runner_unittest.cc244 task1.Cancel(); in TEST()
250 task2.Cancel(); in TEST()
256 task3.Cancel(); in TEST()
262 task4.Cancel(); in TEST()
273 task.Cancel(); in TEST()
/external/llvm-project/lldb/source/Host/common/
DHostThread.cpp24 Status HostThread::Cancel() { return m_native_thread->Cancel(); } in Cancel() function in HostThread
/external/python/cpython2/Lib/idlelib/
DconfigSectionNameDialog.py22 self.protocol("WM_DELETE_WINDOW", self.Cancel)
58 width=8, command=self.Cancel)
85 def Cancel(self, event=None): member in GetCfgSectionNameDialog
/external/tensorflow/tensorflow/core/framework/
Dreader_op_kernel.h58 !cm->RegisterCallback(token, [this]() { this->Cancel(); }); in Compute()
70 virtual void Cancel() {} in Cancel() function
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dprotocol.go50 conn.Cancel(params.ID)
56 func (canceller) Cancel(ctx context.Context, conn *jsonrpc2.Conn, id jsonrpc2.ID, cancelled bool) b… func
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/lsp/protocol/
Dprotocol.go50 conn.Cancel(params.ID)
56 func (canceller) Cancel(ctx context.Context, conn *jsonrpc2.Conn, id jsonrpc2.ID, cancelled bool) b… func

12345678910>>...16