HomeSort by relevance Sort by last modified time
    Searched defs:Host (Results 1 - 12 of 12) sorted by null

  /external/webkit/Source/JavaScriptCore/wtf/url/src/
URLSegments.h 46 Host,
83 // Host: 7 7
96 URLComponent host; member in class:WTF::URLSegments
  /external/webkit/Tools/Scripts/webkitpy/common/
host.py 39 class Host(object):
  /external/webkit/Tools/Scripts/webkitpy/tool/
main.py 39 from webkitpy.common.host import Host
50 class WebKitPatch(MultiCommandTool, Host):
55 make_option("--status-host", action="store", dest="status_host", type="string", help="Hostname (e.g. localhost or commit.webkit.org) where status updates should be posted."),
63 Host.__init__(self)
  /external/clang/include/clang/Driver/
ToolChain.h 43 const HostInfo &Host;
55 ToolChain(const HostInfo &Host, const llvm::Triple &_Triple);
Driver.h 89 /// Default host triple.
98 /// Host information for the platform the driver is running as. This
99 /// will generally be the actual host platform, but not always.
100 const HostInfo *Host;
102 /// Information about the host which can be overridden by the user.
252 /// \param TC - The default host tool chain.
262 /// \param TC - The default host tool chain.
271 /// \param TC - The default host tool chain.
382 /// GetHostInfo - Construct a new host info object for the given
383 /// host triple
    [all...]
  /external/nist-sip/java/gov/nist/core/
Host.java 55 public class Host extends GenericObject {
85 public Host() {
92 /** Constructor given host name or IP address.
94 public Host(String hostName) throws IllegalArgumentException {
96 throw new IllegalArgumentException("null host name");
108 public Host(String name, int addrType) {
116 * Return the host name in encoded form.
134 * Host names are compared by textual equality. No dns lookup
144 Host otherHost = (Host) obj
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
InputFilter.java 102 private Host mHost;
129 * @param host The input filter host environment.
131 final void install(Host host) {
132 mH.obtainMessage(MSG_INSTALL, host).sendToTarget();
219 mHost = (Host)msg.obj;
253 interface Host {
  /external/v8/samples/
process.cc 49 virtual const string& Host() = 0;
459 const string& path = request->Host();
481 result->SetAccessor(String::NewSymbol("host"), GetHost);
504 const string& host,
508 virtual const string& Host() { return host_; }
520 const string& host,
524 host_(host),
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_test.cc 173 static const char* Host() {
307 SafeBrowsingTestServer::Host(),
449 void WaitTillServerReady(const char* host, int port) {
452 host, port, kDBResetPath));
466 net::URLRequestStatus::Status FetchDBToVerify(const char* host, int port,
472 host, port, kDBVerifyPath, test_step));
477 net::URLRequestStatus::Status FetchUrlsToVerify(const char* host, int port,
481 host, port, kUrlVerifyPath, test_step));
488 net::URLRequestStatus::Status VerifyTestComplete(const char* host, int port,
491 host, port, kTestCompletePath, test_step))
    [all...]
  /external/v8/src/
d8.js 96 Debug.ScriptCompilationType = { Host: 0,
    [all...]
debug-debugger.js 65 Debug.ScriptCompilationType = { Host: 0,
    [all...]
  /frameworks/base/services/java/com/android/server/
AppWidgetService.java 89 * When identifying a Host or Provider based on the calling process, use the uid field.
90 * When identifying a Host or Provider based on a package manager broadcast, use the
104 static class Host {
119 Host host; field in class:AppWidgetService.AppWidgetId
172 ArrayList<Host> mHosts = new ArrayList<Host>();
178 ArrayList<Host> mDeletedHosts = new ArrayList<Host>();
247 private void dumpHost(Host host, int index, PrintWriter pw)
329 Host host = lookupOrAddHostLocked(callingUid, packageName, hostId); local
359 Host host = lookupHostLocked(callingUid, hostId); local
374 Host host = mHosts.get(i); local
403 Host host = id.host; local
858 Host host = lookupOrAddHostLocked(callingUid, packageName, hostId); local
878 Host host = lookupHostLocked(getCallingUid(), hostId); local
946 Host host = new Host(); local
1263 Host host = mHosts.get(i); local
1338 Host host = new Host(); local
1622 Host host = mHosts.get(i); local
    [all...]

Completed in 770 milliseconds