HomeSort by relevance Sort by last modified time
    Searched defs:Terminate (Results 1 - 25 of 122) sorted by null

1 2 3 4 5

  /external/chromium_org/gpu/command_buffer/client/
gles2_lib.cc 26 void Terminate() {
  /external/chromium_org/base/process/
process_posix.cc 39 void Process::Terminate(int result_code) {
process_win.cc 24 void Process::Terminate(int result_code) {
  /external/chromium_org/content/browser/compositor/
image_transport_factory.cc 49 void ImageTransportFactory::Terminate() {
  /external/chromium_org/mojo/application/
application_runner_chromium.cc 18 void ApplicationImpl::Terminate() {
  /external/chromium_org/mojo/public/cpp/application/lib/
application_runner.cc 15 void ApplicationImpl::Terminate() {
  /external/chromium_org/third_party/webrtc/sound/
automaticallychosensoundsystem.h 35 virtual void Terminate();
71 kNumSoundSystems>::Terminate() {
75 wrapped_->Terminate();
nullsoundsystem.cc 107 void NullSoundSystem::Terminate() {
  /external/chromium_org/v8/src/libplatform/
task-queue.cc 49 void TaskQueue::Terminate() {
  /external/chromium_org/mojo/apps/js/
js_app.cc 50 // The terminate operation is posted to the message_loop so that
53 FROM_HERE, base::Bind(&JSApp::Terminate, base::Unretained(this)));
93 void JSApp::Terminate() {
  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformMacOSX.cpp 52 PlatformMacOSX::Terminate ()
  /external/lldb/source/Plugins/Process/FreeBSD/
ProcessFreeBSD.cpp 121 ProcessFreeBSD::Terminate()
  /external/lldb/source/
lldb.cpp 177 lldb_private::Terminate ()
181 // Terminate and unload and loaded system or user LLDB plug-ins
182 PluginManager::Terminate();
184 ABIMacOSX_i386::Terminate();
185 ABIMacOSX_arm::Terminate();
186 ABISysV_x86_64::Terminate();
187 DisassemblerLLVMC::Terminate();
188 ObjectContainerBSDArchive::Terminate();
189 ObjectFileELF::Terminate();
190 SymbolVendorELF::Terminate();
    [all...]
  /external/chromium_org/content/plugin/
plugin_thread.cc 50 // as the browser does not terminate plugin processes on shutdown.
54 base::Bind(&EnsureTerminateMessageFilter::Terminate, this),
59 void Terminate() {
  /external/chromium_org/third_party/webrtc/modules/audio_conference_mixer/source/
memory_pool_posix.h 33 int32_t Terminate();
123 int32_t MemoryPoolImpl<MemoryType>::Terminate()
memory_pool_win.h 57 int32_t Terminate();
85 Terminate();
160 int32_t MemoryPoolImpl<MemoryType>::Terminate()
  /external/lldb/source/Plugins/Process/Linux/
ProcessLinux.cpp 81 ProcessLinux::Terminate()
  /external/lzma/CPP/Windows/
Thread.h 30 bool Terminate(DWORD exitCode) { return BOOLToBool(::TerminateThread(thread, exitCode)); }
  /development/ndk/sources/android/ndk_helper/
GLContext.cpp 75 Terminate();
180 Terminate();
188 void GLContext::Terminate()
250 Terminate();
270 Terminate();
  /external/chromium_org/base/threading/
worker_pool_posix.cc 56 pool_->Terminate();
139 void PosixDynamicThreadPool::Terminate() {
192 // the thread to terminate.
  /external/chromium_org/content/browser/gamepad/
gamepad_service.cc 101 void GamepadService::Terminate() {
  /external/lldb/source/Plugins/SymbolFile/DWARF/
LogChannelDWARF.cpp 43 LogChannelDWARF::Terminate()
  /external/lldb/source/Plugins/SymbolVendor/ELF/
SymbolVendorELF.cpp 55 SymbolVendorELF::Terminate()
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
BlankDebugEventListener.cs 57 Terminate();
97 public virtual void Terminate() {
DebugEventHub.cs 219 public virtual void Terminate() {
222 listener.Terminate();

Completed in 1017 milliseconds

1 2 3 4 5