HomeSort by relevance Sort by last modified time
    Searched refs:Host (Results 76 - 100 of 145) sorted by null

1 2 34 5 6

  /frameworks/compile/mclinker/lib/LD/
ELFReaderIf.cpp 26 #include <llvm/Support/Host.h>
  /external/chromium_org/remoting/webapp/
host_controller.js 27 console.log('Host not installed.');
29 console.log('Host version: ' + version);
34 console.log('Host version not available.');
91 * Registers and starts the host.
93 * @param {string} hostPin Host PIN.
123 // Unregister the host if we failed to start it.
180 console.log('Failed to register the host. Status: ' + xhr.status +
244 /** @param {string?} hostId The host id of the local host. */
267 * Check the host configuration is valid (non-null, and contains both host_i
    [all...]
remoting.js 74 document.getElementById('host-list'),
75 document.getElementById('host-list-empty'),
76 document.getElementById('host-list-error-message'),
77 document.getElementById('host-list-refresh-failed-button'));
154 * Returns whether or not IT2Me is supported via the host NPAPI plugin.
159 var container = document.getElementById('host-plugin-container');
189 // Display the cached host list, then asynchronously update and re-display it.
196 * Fetches local host state and updates the DOM accordingly.
200 * @param {string?} hostId Host id.
207 * @param {string?} hostId Host id
    [all...]
client_screen.js 117 console.log('Connection closed by host');
197 * Entry-point for Me2Me connections, handling showing of the host-upgrade nag
200 * @param {string} hostId The unique id of the host.
204 var host = remoting.hostList.getHostForId(hostId);
205 if (!host) {
210 if (remoting.Host.needsUpdate(host, webappVersion)) {
212 document.getElementById('host-needs-update-message');
215 host.hostName);
217 var connect = document.getElementById('host-needs-update-connect-button')
    [all...]
host_native_messaging.js 7 * Class to communicate with the Host components via Native Messaging.
58 * Sets up connection to the Native Messaging host process and exchanges
59 * 'hello' messages. If Native Messaging is not available or the host
75 // onDisconnect in the case where the Host components are not installed. Need
229 // Old versions of the native messaging host do not return this list.
384 * @param {string} hostId The host ID.
401 * Generates new key pair to use for the host. The specified callback is called
403 * host (PublicKeyInfo structure encoded with ASN.1 DER, and then BASE64).
416 * Updates host config with the values specified in |config|. All
479 * @param {Object} config Host configuration
    [all...]
host_table_entry.js 7 * Class representing an entry in the host-list portion of the home screen.
16 * An entry in the host table.
17 * @param {remoting.Host} host The host, as obtained from Apiary.
27 host, webappMajorVersion, onRename, opt_onDelete) {
28 /** @type {remoting.Host} */
29 this.host = host;
62 // Create the host icon cell
    [all...]
host_setup_dialog.js 96 * responsible for the host daemon.
106 'host-config-install-continue');
108 'host-config-install-dismiss');
110 'host-config-install-retry');
176 // Although we don't need an access token in order to start the host,
189 * host.
200 * the host.
260 // TODO(sergeyu): Add another step to unregister the host, crubg.com/121146 .
297 var messageDiv = document.getElementById('host-setup-processing-message');
304 var messageDiv = document.getElementById('host-setup-done-message')
    [all...]
host_plugin_proto.js 5 // This file contains type definitions for the host plugin. It is used only
33 /** @param {string} hostId The host ID.
46 * Updates host config with the values specified in |config|. All
75 /** @param {string} config Host configuration.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
layout_tests_mover.py 53 from webkitpy.common.host import Host
71 host = Host()
74 self._port = host.port_factory.get()
75 self._port.host.initialize_scm()
76 self._filesystem = self._port.host.filesystem
77 self._scm = self._port.host.scm()
run_webkit_tests.py 38 from webkitpy.common.host import Host
64 host = MockHost()
66 host = Host()
70 return lint(host, options, stderr)
73 port = host.port_factory.get(options.platform, options)
309 additional_platform_directories.append(port.host.filesystem.abspath(path))
324 filesystem = port.host.filesystem
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/
rebaselineserver.py 34 from webkitpy.common.host import Host # FIXME: This should not be needed!
167 def __init__(self, host):
168 super(AllPlatformsPort, self).__init__(host, 'mac')
179 # FIXME: This should get the Host from the test_config to be mockable!
180 host = Host()
181 host.initialize_scm()
182 host.filesystem = test_config.filesystem
183 all_platforms_port = AllPlatformsPort(host)
    [all...]
  /external/chromium_org/v8/test/cctest/
test-log-stack-tracer.cc 141 #error Host architecture is neither 32-bit nor 64-bit.
221 #error Host architecture is neither 32-bit nor 64-bit.
  /external/openssh/regress/
ssh-com-client.sh 39 # we need a DSA host key
43 $SUDO cp $OBJ/$t $OBJ/host.$t
44 echo HostKey $OBJ/host.$t >> $OBJ/sshd_config
58 Host 127.0.0.1
112 ${ssh2} -F ${OBJ}/ssh2_config host "cat > ${COPY}"
131 for i in ssh2_config random_seed dsa.pub dsa host.dsa \
  /external/v8/test/cctest/
test-log-stack-tracer.cc 142 #error Host architecture is neither 32-bit nor 64-bit.
235 #error Host architecture is neither 32-bit nor 64-bit.
  /external/chromium_org/media/cdm/ppapi/
clear_key_cdm.cc 137 cdm::Host* host = static_cast<cdm::Host*>(
139 if (!host)
143 new media::ClearKeyCdm(host));
184 ClearKeyCdm::ClearKeyCdm(cdm::Host* host)
188 host_(host),
  /external/chromium_org/v8/samples/
process.cc 53 virtual const string& Host() = 0;
487 const string& path = request->Host();
513 result->SetAccessor(String::NewSymbol("host"), GetHost);
536 const string& host,
540 virtual const string& Host() { return host_; }
552 const string& host,
556 host_(host),
  /external/v8/samples/
process.cc 53 virtual const string& Host() = 0;
461 const string& path = request->Host();
483 result->SetAccessor(String::NewSymbol("host"), GetHost);
506 const string& host,
510 virtual const string& Host() { return host_; }
522 const string& host,
526 host_(host),
  /cts/
CtsTestCaseList.mk 128 # Host side only tests
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
message_pool.py 52 from webkitpy.common.host import Host
59 def get(caller, worker_factory, num_workers, worker_startup_delay_secs=0.0, host=None):
61 return _MessagePool(caller, worker_factory, num_workers, worker_startup_delay_secs, host)
65 def __init__(self, caller, worker_factory, num_workers, worker_startup_delay_secs=0.0, host=None):
72 self._host = host
102 host = None
104 host = self._host
107 worker = _Worker(host, self._messages_to_manager, self._messages_to_worker, self._worker_factory, worker_number, self._running_inline, self if self._running_inline else None, self._worker_log_level())
163 def _can_pickle(self, host)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
test_importer.py 85 # FIXME: Change this file to use the Host abstractions rather that os, sys, shutils, etc.
95 from webkitpy.common.host import Host
139 test_importer = TestImporter(Host(), import_dir, repo_dir, options)
176 def __init__(self, host, source_directory, repo_dir, options):
177 self.host = host
181 self.filesystem = self.host.filesystem
202 self.changeset = self.host.executive.run_command(['hg', 'tip']).split('changeset:')[1]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
StringMsgParser.java 33 import gov.nist.core.Host;
438 * Parse a host:port and return a parsed structure.
441 * is a String containing the host:port to be parsed
455 * Parse a host name and return a parsed structure.
457 * @param host
458 * is a String containing the host name to be parsed
464 public Host parseHost(String host) throws ParseException {
465 Lexer lexer = new Lexer("charLexer", host);
466 return new HostNameParser(lexer).host();
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/identity/
gaia_web_auth_flow_unittest.cc 207 TEST_F(IdentityGaiaWebAuthFlowTest, Host) {
217 "id.client.fake://host/extension_id/#access_token=fake_access_token");
  /external/chromium_org/v8/src/
globals.h 73 // compiled for the host architecture in question.
96 #error Host architecture was not detected as supported by v8
110 // in the same way as the host architecture, that is, target the native
127 // Check for supported combinations of host and target architectures.
129 #error Target architecture ia32 is only supported on ia32 host
132 #error Target architecture x64 is only supported on x64 host
135 #error Target architecture arm is only supported on arm and ia32 host
138 #error Target architecture mips is only supported on mips and ia32 host
  /external/v8/src/
globals.h 90 #error Host architecture was not detected as supported by v8
94 // in the same way as the host architecture, that is, target the native
111 // Check for supported combinations of host and target architectures.
113 #error Target architecture ia32 is only supported on ia32 host
116 #error Target architecture x64 is only supported on x64 host
120 #error Target architecture arm is only supported on arm and ia32 host
124 #error Target architecture mips is only supported on mips and ia32 host
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransactionStack.java 28 import gov.nist.core.Host;
    [all...]

Completed in 1128 milliseconds

1 2 34 5 6