Searched refs:Host (Results 1 - 25 of 163) sorted by relevance

1234567

/external/chromium_org/media/cdm/ppapi/external_clear_key/
H A Dclear_key_cdm_common.h14 typedef ClearKeyCdmInterface::Host ClearKeyCdmHost;
H A Dfake_cdm_video_decoder.h17 explicit FakeCdmVideoDecoder(cdm::Host* host);
34 cdm::Host* const host_;
/external/lldb/include/lldb/Host/
H A DDynamicLibrary.h13 #include "lldb/Host/FileSpec.h"
14 #include "lldb/Host/Host.h"
21 DynamicLibrary (const FileSpec& spec, uint32_t options = Host::eDynamicLibraryOpenOptionLazy |
22 Host::eDynamicLibraryOpenOptionLocal |
23 Host::eDynamicLibraryOpenOptionLimitGetSymbol);
33 void* symbol = Host::DynamicLibraryGetSymbol (m_handle, name, err);
/external/chromium_org/remoting/webapp/
H A Dhost.js20 remoting.Host = function() {
45 * @param {remoting.Host} host The host information from the directory.
51 remoting.Host.needsUpdate = function(host, webappVersion) {
57 // Host versions 26 and higher include the version number in heartbeats,
/external/lldb/source/Host/common/
H A DDynamicLibrary.cpp11 #include "lldb/Host/DynamicLibrary.h"
18 m_handle = Host::DynamicLibraryOpen (spec,options,err);
32 Host::DynamicLibraryClose (m_handle);
H A DMutex.cpp10 #include "lldb/Host/Mutex.h"
11 #include "lldb/Host/Host.h"
248 Host::SetCrashDescriptionWithFormat ("%s error: pthread_mutex_destroy() => err = %i (%s)", __PRETTY_FUNCTION__, err, strerror(err));
275 DEBUG_LOG ("[%4.4" PRIx64 "/%4.4" PRIx64 "] pthread_mutex_lock (%p)...\n", Host::GetCurrentProcessID(), Host::GetCurrentThreadID(), &m_mutex);
287 Host::SetCrashDescriptionWithFormat ("%s error: pthread_mutex_lock(%p) => err = %i (%s)", __PRETTY_FUNCTION__, &m_mutex, err, strerror(err));
291 DEBUG_LOG ("[%4.4" PRIx64 "/%4.4" PRIx64 "] pthread_mutex_lock (%p) => %i\n", Host::GetCurrentProcessID(), Host::GetCurrentThreadID(), &m_mutex, err);
311 DEBUG_LOG ("[%4.4" PRIx64 "/%4.4" PRIx64 "] pthread_mutex_trylock (%p) => %i\n", Host
[all...]
H A DHost.cpp1 //===-- Host.cpp ------------------------------------------------*- C++ -*-===//
41 #include "lldb/Host/Host.h"
49 #include "lldb/Host/Config.h"
50 #include "lldb/Host/Endian.h"
51 #include "lldb/Host/FileSpec.h"
52 #include "lldb/Host/Mutex.h"
57 #include "llvm/Support/Host.h"
73 Host::MonitorChildProcessCallback callback; // The callback function to call when "pid" exits or signals
82 Host
[all...]
/external/chromium_org/chrome/browser/apps/app_shim/
H A Dapp_shim_handler_mac.h20 class Host { class in class:apps::AppShimHandler
36 virtual ~Host() {}
69 virtual void OnShimLaunch(Host* host,
74 virtual void OnShimClose(Host* host) = 0;
79 virtual void OnShimFocus(Host* host,
84 virtual void OnShimSetHidden(Host* host, bool hidden) = 0;
87 virtual void OnShimQuit(Host* host) = 0;
H A Dapp_shim_host_mac_unittest.cc85 virtual void OnShimLaunch(Host* host,
94 virtual void OnShimClose(Host* host) OVERRIDE { ++close_count_; }
96 virtual void OnShimFocus(Host* host,
102 virtual void OnShimSetHidden(Host* host, bool hidden) OVERRIDE {}
104 virtual void OnShimQuit(Host* host) OVERRIDE { ++quit_count_; }
131 implicit_cast<apps::AppShimHandler::Host*>(host())->GetAppId());
139 implicit_cast<apps::AppShimHandler::Host*>(host())->
160 implicit_cast<apps::AppShimHandler::Host*>(host())->GetAppId());
H A Dextension_app_shim_handler_mac.h73 AppShimHandler::Host* FindHost(Profile* profile, const std::string& app_id);
96 virtual void OnShimLaunch(Host* host,
99 virtual void OnShimClose(Host* host) OVERRIDE;
100 virtual void OnShimFocus(Host* host,
103 virtual void OnShimSetHidden(Host* host, bool hidden) OVERRIDE;
104 virtual void OnShimQuit(Host* host) OVERRIDE;
121 typedef std::map<std::pair<Profile*, std::string>, AppShimHandler::Host*>
135 void OnProfileLoaded(Host* host,
/external/lldb/source/API/
H A DSBHostOS.cpp12 #include "lldb/Host/FileSpec.h"
14 #include "lldb/Host/Host.h"
25 sb_filespec.SetFileSpec (Host::GetProgramFileSpec ());
34 if (Host::GetLLDBPath (ePathTypePythonDir, lldb_python_spec))
58 return Host::ThreadCreate (name, thread_function, thread_arg, error_ptr ? error_ptr->get() : NULL);
64 Host::ThreadCreated (name);
70 return Host::ThreadCancel (thread, error_ptr ? error_ptr->get() : NULL);
76 return Host::ThreadDetach (thread, error_ptr ? error_ptr->get() : NULL);
82 return Host
[all...]
/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITTestAPICommon.h20 #include "llvm/Support/Host.h"
51 Triple Host(HostTriple);
53 if (std::find(SupportedArchs.begin(), SupportedArchs.end(), Host.getArch())
58 if (std::find(HasSubArchs.begin(), HasSubArchs.end(), Host.getArch())
65 if (Host.getArchName().startswith(I->c_str()))
73 Triple Host(HostTriple);
76 Host.getEnvironment()) != UnsupportedEnvironments.end())
79 if (std::find(UnsupportedOSs.begin(), UnsupportedOSs.end(), Host.getOS())
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dprint-layout-test-times36 print_layout_test_times.main(host.Host(), sys.argv[1:])
H A Dprint-layout-test-types36 print_layout_test_types.main(host.Host(), sys.argv[1:])
/external/chromium_org/tools/cr/cr/commands/
H A Dshell.py40 cr.Host.Shell(*cr.context.remains)
51 cr.Host.Execute(shell, '--rcfile', rcfile.name)
53 cr.Host.Execute(shell)
H A Dsync.py49 cr.Host.Execute('{GCLIENT_BINARY}', 'sync', *args)
54 gclient_binaries = cr.Host.SearchPath('gclient')
/external/chromium_org/media/cdm/ppapi/
H A Dsupported_cdm_versions.h37 COMPILE_ASSERT(cdm::ContentDecryptionModule::Host::kVersion ==
38 cdm::ContentDecryptionModule_6::Host::kVersion,
/external/chromium_org/tools/cr/cr/actions/
H A Dadb.py28 output = cr.Host.Capture('{CR_ADB}', 'shell', 'ps')
40 cr.Host.Execute(
58 cr.Host.Execute('{CR_ADB}', 'shell', 'kill', *pids)
66 cr.Host.Execute(
75 cr.Host.Execute(
84 cr.Host.Execute(
94 cr.Host.Execute(
120 cr.Host.Execute(
H A Dgdb.py23 cr.Host.Execute(
36 gdb_binaries = cr.Host.SearchPath('gdb')
H A Dninja.py56 cr.Host.ExecuteSilently(
65 cr.Host.Execute(
76 cr.Host.Execute(
90 output = cr.Host.Capture(
109 ninja_binaries = cr.Host.SearchPath('ninja')
113 goma_binaries = cr.Host.SearchPath('gomacc', [
/external/nist-sip/java/gov/nist/core/
H A DHostPort.java50 protected Host host;
95 /** get the Host field
98 public Host getHost() {
125 * @param h Host to set
127 public void setHost(Host h) {
159 retval.host = (Host) this.host.clone();
H A DHost.java55 public class Host extends GenericObject { class in inherits:GenericObject
85 public Host() { method in class:Host
94 public Host(String hostName) throws IllegalArgumentException { method in class:Host
108 public Host(String name, int addrType) { method in class:Host
134 * Host names are compared by textual equality. No dns lookup
144 Host otherHost = (Host) obj;
/external/lldb/source/Host/freebsd/
H A DHost.cpp1 //===-- source/Host/freebsd/Host.cpp ------------------------------*- C++ -*-===//
28 #include "lldb/Host/Endian.h"
29 #include "lldb/Host/Host.h"
37 #include "llvm/Support/Host.h"
53 Host::SetThreadName (LLDB_INVALID_PROCESS_ID, LLDB_INVALID_THREAD_ID, thread_name);
71 Host::ThreadCreated (const char *thread_name)
79 Host::SetShortThreadName (LLDB_INVALID_PROCESS_ID, LLDB_INVALID_THREAD_ID, thread_name, 16);
83 Host
[all...]
H A DAndroid.mk12 Host.cpp
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/
H A Dcli_wrapper.py34 from webkitpy.common.host import Host namespace
52 host = Host()

Completed in 442 milliseconds

1234567