Searched defs:Quit (Results 1 - 14 of 14) sorted by relevance

/external/libchrome/base/message_loop/
H A Dmessage_pump_default.cc26 DCHECK(keep_running_) << "Quit must have been called outside of Run!";
71 void MessagePumpDefault::Quit() { function in class:base::MessagePumpDefault
H A Dmessage_loop_task_runner_unittest.cc252 Quit();
255 void Quit() const { function in class:base::MessageLoopTaskRunnerThreadingTest
284 test->Quit();
296 test_->Quit();
H A Dmessage_pump_glib.cc333 void MessagePumpGlib::Quit() { function in class:base::MessagePumpGlib
337 NOTREACHED() << "Quit called outside Run!";
H A Dmessage_pump_libevent.cc287 void MessagePumpLibevent::Quit() { function in class:base::MessagePumpLibevent
288 DCHECK(in_run_) << "Quit was called outside of Run!";
H A Dmessage_pump_glib_unittest.cc187 // Checks that Quit works and that the basic infrastructure is working.
189 // Quit from a task
194 // Quit from an event
424 void Quit() { function in class:base::__anon9215::GLibLoopRunner
464 Bind(&GLibLoopRunner::Quit, runner.get()),
499 Bind(&GLibLoopRunner::Quit, runner.get()),
/external/libchrome/base/
H A Drun_loop.cc67 void RunLoop::Quit() { function in class:base::RunLoop
76 return base::Bind(&RunLoop::Quit, weak_factory_.GetWeakPtr());
83 // Allow Quit to be called before Run.
H A Dobserver_list_unittest.cc146 void Quit() { function in class:base::__anon9231::AddRemoveThread
403 threaded_observer[index]->Quit();
/external/libbrillo/brillo/daemons/
H A Ddaemon.cc43 void Daemon::Quit() { QuitWithExitCode(EX_OK); } function in class:brillo::Daemon
81 Quit();
88 Quit();
/external/webrtc/webrtc/base/
H A Dwin32socketserver.h150 virtual void Quit() { function in class:rtc::Win32Thread
H A Dmessagequeue.cc152 void MessageQueue::Quit() { function in class:rtc::MessageQueue
/external/v8/samples/
H A Dshell.cc57 void Quit(const v8::FunctionCallbackInfo<v8::Value>& args);
137 v8::FunctionTemplate::New(isolate, Quit));
229 void Quit(const v8::FunctionCallbackInfo<v8::Value>& args) { function
/external/v8/src/
H A Dd8.cc894 void Shell::Quit(const v8::FunctionCallbackInfo<v8::Value>& args) { function in class:v8::Shell
1132 FunctionTemplate::New(isolate, Quit));
/external/webrtc/webrtc/examples/androidapp/third_party/autobanh/
H A Dautobanh.jarMETA-INF/MANIFEST.MF de/tavendo/autobahn/ByteBufferInputStream.class ByteBufferInputStream.java package de.tavendo ...
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-ios.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE com/ com/intel/ com/intel/moe/ com/intel/moe/ ...

Completed in 1078 milliseconds