Home
last modified time | relevance | path

Searched refs:Quit (Results 1 – 25 of 116) sorted by relevance

12345

/third_party/rust/crates/regex/src/
Dexec.rs452 dfa::Result::Quit => self.shortest_nfa(text, start), in shortest_match_at()
466 dfa::Result::Quit => self.shortest_nfa(text, start), in shortest_match_at()
474 dfa::Result::Quit => self.shortest_nfa(text, start), in shortest_match_at()
504 dfa::Result::Quit => self.match_nfa(text, start), in is_match_at()
518 dfa::Result::Quit => self.match_nfa(text, start), in is_match_at()
526 dfa::Result::Quit => self.match_nfa(text, start), in is_match_at()
548 dfa::Result::Quit => { in find_at()
557 dfa::Result::Quit => { in find_at()
567 dfa::Result::Quit => { in find_at()
642 dfa::Result::Quit => { in captures_read_at()
[all …]
Ddfa.rs212 Quit, enumerator
220 Result::NoMatch(_) | Result::Quit => false, in is_match()
232 Result::Quit => Result::Quit, in map()
468 None => return Result::Quit, in forward()
498 None => return Result::Quit, in reverse()
529 None => return Result::Quit, in forward_many()
694 return Result::Quit; in exec_at()
709 None => return Result::Quit, in exec_at()
733 None => return Result::Quit, in exec_at()
808 return Result::Quit; in exec_at_reverse()
[all …]
/third_party/typescript/tests/baselines/reference/
DsourceMapValidationForIn.types9 …ts: { length: number; Item(n: number): string; }; ScriptFullName: string; Quit(exitCode?: number):…
20 …ts: { length: number; Item(n: number): string; }; ScriptFullName: string; Quit(exitCode?: number):…
31 …ts: { length: number; Item(n: number): string; }; ScriptFullName: string; Quit(exitCode?: number):…
42 …ts: { length: number; Item(n: number): string; }; ScriptFullName: string; Quit(exitCode?: number):…
DsourceMapValidationFor.types14 …ts: { length: number; Item(n: number): string; }; ScriptFullName: string; Quit(exitCode?: number):…
33 …ts: { length: number; Item(n: number): string; }; ScriptFullName: string; Quit(exitCode?: number):…
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dthread.cc89 void Thread::Quit() { in Quit() function in flutter_runner::Thread
90 loop_->Quit(); in Quit()
Dthread.h24 void Quit();
/third_party/cef/tests/shared/browser/
Dmain_message_loop_external_pump_win.cc28 void Quit() override;
79 void MainMessageLoopExternalPumpWin::Quit() { in Quit() function in client::__anon1013c55f0111::MainMessageLoopExternalPumpWin
Dmain_message_loop_external_pump_linux.cc61 void Quit() override;
189 void MainMessageLoopExternalPumpLinux::Quit() { in Quit() function in client::__anon4255eee10111::MainMessageLoopExternalPumpLinux
Dmain_message_loop_std.cc18 void MainMessageLoopStd::Quit() { in Quit() function in client::MainMessageLoopStd
Dmain_message_loop_std.h21 void Quit() override;
Dmain_message_loop_external_pump_mac.mm24 void Quit() override;
104 void MainMessageLoopExternalPumpMac::Quit() {
Dmain_message_loop.h34 virtual void Quit() = 0;
/third_party/libxml2/win32/
Dconfigure.js562 WScript.Quit(0);
565 WScript.Quit(0);
577 WScript.Quit(error);
601 WScript.Quit(error);
615 WScript.Quit(error);
622 WScript.Quit(error);
/third_party/cef/tests/cefclient/browser/
Dmain_message_loop_multithreaded_gtk.h30 void Quit() override;
Dmain_message_loop_multithreaded_win.h29 void Quit() override;
Dmain_message_loop_multithreaded_gtk.cc107 void MainMessageLoopMultithreadedGtk::Quit() { in Quit() function in client::MainMessageLoopMultithreadedGtk
Dmain_message_loop_multithreaded_win.cc84 void MainMessageLoopMultithreadedWin::Quit() { in Quit() function in client::MainMessageLoopMultithreadedWin
/third_party/skia/third_party/externals/angle2/util/fuchsia/
DScenicWindow.cpp219 mLoop->Quit(); in onFramePresented()
253 mLoop->Quit(); in onScenicError()
/third_party/rust/crates/rustix/src/backend/linux_raw/process/
Dtypes.rs93 Quit = linux_raw_sys::general::SIGQUIT, enumerator
169 linux_raw_sys::general::SIGQUIT => Some(Self::Quit), in from_raw()
/third_party/typescript/lib/
Dlib.scripthost.d.ts148 Quit(exitCode?: number): number; variable
/third_party/typescript/src/lib/
Dscripthost.d.ts128 Quit(exitCode?: number): number; variable
/third_party/rust/crates/rustix/src/backend/libc/process/
Dtypes.rs194 Quit = c::SIGQUIT, enumerator
299 c::SIGQUIT => Some(Self::Quit), in from_raw()
/third_party/cef/libcef/browser/
Dbrowser_message_loop.cc52 void Quit() override {} in Quit() function in __anon1aca7c3a0111::MessagePumpExternal
/third_party/cef/tests/ceftests/
Drun_all_unittests.cc56 message_loop->Quit(); in QuitMessageLoop()
/third_party/flutter/engine/flutter/shell/platform/fuchsia/dart_runner/
Ddart_component_controller.cc353 loop->Quit(); in Run()
450 loop_->Quit(); in Kill()

12345