Home
last modified time | relevance | path

Searched refs:HOST (Results 1 – 25 of 70) sorted by relevance

123

/external/chromium_org/chrome/common/extensions/docs/server2/
Dredirector_test.py15 HOST = 'http://localhost/' variable
51 self._redirector.Redirect(HOST, 'index.html'))
54 self._redirector.Redirect(HOST, 'extensions/manifest/more-info'))
59 self._redirector.Redirect(HOST, 'apps/index.html'))
61 '/index.html', self._redirector.Redirect(HOST, ''))
63 '/index.html', self._redirector.Redirect(HOST, 'home'))
68 self._redirector.Redirect(HOST, 'extensions/manifest/'))
71 self._redirector.Redirect(HOST, 'extensions/manifest'))
73 '/index.html', self._redirector.Redirect(HOST, 'apps/'))
77 None, self._redirector.Redirect(HOST, 'not/a/real/path'))
[all …]
/external/openssh/regress/
Dssh2putty.sh9 HOST=$1
33 echo "rsa2@$PORT:$HOST $public_exponent,$modulus"
/external/chromium_org/remoting/protocol/
Dfake_authenticator.cc106 type_ == HOST && action_ == REJECT) { in state()
112 (messages_ % 2 == 1 && type_ == HOST)) { in state()
169 FakeAuthenticator::HOST, round_trips_, action_, async_)); in CreateAuthenticator()
Dfake_authenticator.h51 HOST, enumerator
/external/smack/src/org/xbill/DNS/
DKEYRecord.java119 public static final int HOST = 0x0200; field in KEYRecord.Flags
203 flags.add(HOST, "HOST"); in flags.add() argument
271 public static final int OWNER_HOST = Flags.HOST;
/external/libpcap/
Dtokdefs.h34 HOST = 260, enumerator
138 #define HOST 260 macro
Dgrammar.y169 %token DST SRC HOST GATEWAY
330 aqual: HOST { $$ = Q_HOST; }
Dscanner.l234 host return HOST;
/external/jmdns/src/javax/jmdns/impl/
DNameRegister.java20 HOST, enumConstant
/external/chromium/googleurl/src/
Durl_parse_unittest.cc182 {"http://u:p@h:8/p?q#r", Parsed::HOST, true, 11}, in TEST()
183 {"http://u:p@h:8/p?q#r", Parsed::HOST, false, 11}, in TEST()
198 {"http://u:p@/", Parsed::HOST, true, 11}, in TEST()
212 {"file:///c:/foo", Parsed::HOST, true, 7}, in TEST()
Durl_parse.h115 HOST, enumerator
/external/chromium_org/net/http/
Dhttp_atom_list.h33 HTTP_ATOM(HOST)
/external/chromium/net/http/
Dhttp_atom_list.h33 HTTP_ATOM(HOST)
/external/guava/guava/src/com/google/common/net/
DHttpHeaders.java82 public static final String HOST = "Host"; field in HttpHeaders
/external/chromium_org/url/
Durl_parse_unittest.cc171 {"http://u:p@h:8/p?q#r", Parsed::HOST, true, 11}, in TEST()
172 {"http://u:p@h:8/p?q#r", Parsed::HOST, false, 11}, in TEST()
187 {"http://u:p@/", Parsed::HOST, true, 11}, in TEST()
201 {"file:///c:/foo", Parsed::HOST, true, 7}, in TEST()
/external/libselinux/src/
Dprocattr.c11 #ifdef HOST
/external/chromium_org/url/third_party/mozilla/
Durl_parse.h90 HOST, enumerator
/external/chromium_org/remoting/webapp/
Dui_mode.js25 HOST: 'home.host', property
/external/valgrind/main/coregrind/m_gdbserver/
DREADME_DEVELOPERS128 (by default) the name /tmp/vgdb-pipe-from-vgdb-to-PID-by-USER-on-HOST
129 where PID, USER, and HOST will be replaced by the actual pid, the user id,
132 /tmp/vgdb-pipe-to-vgdb-from-PID-by-USER-on-HOST
137 commands and writes them on FIFO /tmp/vgdb-pipe-from-vgdb-to-PID-by-USER-on-HOST.
138 vgdb reads replies on FIFO /tmp/vgdb-pipe-to-vgdb-from-PID-by-USER-on-HOST
/external/libffi/
Dltconfig313 Usage: $progname [OPTION]... LTMAIN [HOST]
317 --build configure for building on BUILD [BUILD=HOST]
325 --no-verify do not verify that HOST is a valid host type
342 HOST is the canonical host system name [default=guessed].
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/
Druntests7 DISPLAY=`$HOST`:0.0;export DISPLAY
/external/qemu/distrib/jpeg-6b/
Dltconfig120 Usage: $progname [OPTION]... LTMAIN [HOST]
127 --no-verify do not verify that HOST is a valid host type
/external/jpeg/
Dltconfig120 Usage: $progname [OPTION]... LTMAIN [HOST]
127 --no-verify do not verify that HOST is a valid host type
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/
DREADME138 For example, you can use the alias `sun4' as a HOST argument or in a
191 [--target=TARGET] HOST
229 `HOST ...'
231 the specified HOST.
/external/openssh/
Dsshd_config.067 USER@HOST then USER and HOST are separately checked, restricting
208 allowed for all users. If the pattern takes the form USER@HOST
209 then USER and HOST are separately checked, restricting logins to

123