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

  /external/lldb/test/functionalities/connect_remote/
EchoServer.py 10 HOST = 'localhost' # Symbolic name meaning local interfaces
13 s.bind((HOST, PORT))
14 print '\nListening on %s:%d' % (HOST, PORT)
  /cts/libs/vogar-expect/src/vogar/
ModeId.java 20 DEVICE, JVM, ACTIVITY, SIM, HOST;
27 return this == JVM || this == SIM || this == HOST;
31 return this == DEVICE || this == ACTIVITY || this == SIM || this == HOST;
  /external/jmdns/src/javax/jmdns/impl/
NameRegister.java 18 * This name represents a host name
20 HOST,
  /external/chromium_org/chrome/common/extensions/docs/server2/
redirector_test.py 15 HOST = 'http://localhost/'
148 self._redirector.Redirect(HOST, 'index.html'))
151 self._redirector.Redirect(HOST, 'extensions/manifest/more-info'))
155 '/index.html', self._redirector.Redirect(HOST, ''))
157 '/bar.html', self._redirector.Redirect(HOST, 'apps/foo.html'))
162 self._redirector.Redirect(HOST, 'apps/index.html'))
165 self._redirector.Redirect(HOST, 'extensions/manifest/'))
168 self._redirector.Redirect(HOST, 'extensions/manifest'))
170 'index.html', self._redirector.Redirect(HOST, 'apps/'))
172 'index.html', self._redirector.Redirect(HOST, 'home')
    [all...]
  /external/chromium_org/remoting/protocol/
fake_authenticator.h 49 HOST,
  /bootable/recovery/minadbd/
adb.c 37 int HOST = 0;
222 HOST ? "host" : adb_device_banner);
297 if(HOST) send_connect(t);
313 if(!HOST) send_connect(t);
  /cts/suite/audio_quality/test_description/
processing_main.py 206 HOST = "localhost"
210 s.bind((HOST, PORT))
  /external/chromium_org/url/third_party/mozilla/
url_parse.h 90 HOST,
132 // HOST: 7 7
147 // Username. Specified in URLs with an @ sign before the host. See |password|
151 // Not all URLs with a username have a password, as in "http://me@host/".
153 // "http://me:secret@host/"
156 // Host name.
157 Component host; member in struct:url::Parsed
162 // Path, this is everything following the host name, stopping at the query of
166 // be -1 in cases like "http://host?foo".
228 // authority (host) like "http". This function will not handle weird one
    [all...]
  /external/guava/guava/src/com/google/common/net/
HttpHeaders.java 81 /** The HTTP Host header field name. */
82 public static final String HOST = "Host";
  /cts/tests/tests/content/src/android/content/cts/
IntentFilterTest.java 64 private static final String HOST = "testHost";
432 mIntentFilter.addDataAuthority(HOST + i, String.valueOf(PORT + i));
441 assertEquals(HOST + i, actual.getHost());
443 AuthorityEntry ae = new AuthorityEntry(HOST + i, String.valueOf(PORT + i));
446 Uri uri = Uri.parse("http://" + HOST + i + ":" + String.valueOf(PORT + i));
448 Uri uri2 = Uri.parse("http://" + HOST + i + 10 + ":" + PORT + i + 10);
534 mIntentFilter.addDataAuthority(HOST, String.valueOf(PORT));
537 final Uri uri = Uri.parse("http://" + HOST + ":" + PORT);
584 mIntentFilter.addDataAuthority(HOST, String.valueOf(PORT));
    [all...]
  /external/chromium_org/remoting/webapp/
ui_mode.js 9 * string 'host.shared' will match any elements with an associated attribute
10 * of 'host' or 'host.shared', showing those elements and hiding all others.
25 HOST_INSTALL: 'home.host-install',
26 HOST_INSTALL_PROMPT: 'home.host-install.prompt',
27 HOST_INSTALL_PENDING: 'home.host-install.pending',
28 HOST: 'home.host',
29 HOST_WAITING_FOR_CODE: 'home.host.waiting-for-code',
30 HOST_WAITING_FOR_CONNECTION: 'home.host.waiting-for-connection'
    [all...]
  /external/libpcap/
tokdefs.h 42 HOST = 260,
163 #define HOST 260
grammar.c 349 HOST = 260,
470 #define HOST 260
1027 "$end", "error", "$undefined", "DST", "SRC", "HOST", "GATEWAY", "NET",
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/testlibs/
httpcore-4.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 913 milliseconds