Home
last modified time | relevance | path

Searched defs:HOST (Results 1 – 19 of 19) sorted by relevance

/third_party/python/Tools/msi/
Duploadrelease.bat7 set HOST= variable
18 if "%1" EQU "-o" (set HOST=%~2) && shift && shift && goto CheckOpts variable
19 if "%1" EQU "--host" (set HOST=%~2) && shift && shift && goto CheckOpts variable
/third_party/FreeBSD/sys/dev/usb/implementation/
Dusb_init.h48 HOST = 0, enumerator
/third_party/curl/tests/
Ddictserver.py43 HOST = "localhost" variable
Dnegtelnetserver.py40 HOST = "localhost" variable
/third_party/python/Lib/test/support/
Dsocket_helper.py10 HOST = "localhost" variable
/third_party/curl/tests/libtest/
Dlib540.c43 #define HOST test_argv[4] macro
/third_party/python/PCbuild/
Dprepare_libffi.bat119 set HOST=%3 variable
/third_party/python/Lib/test/
Dssl_servers.py16 HOST = socket_helper.HOST variable
Dtest_asynchat.py16 HOST = socket_helper.HOST variable
Dtest_telnetlib.py11 HOST = socket_helper.HOST variable
Dtest_socketserver.py24 HOST = socket_helper.HOST variable
Dtest_poplib.py19 HOST = socket_helper.HOST variable
Dtest_smtplib.py28 HOST = socket_helper.HOST variable
Dtest_httplib.py46 HOST = socket_helper.HOST variable
Dtest_ssl.py37 HOST = socket_helper.HOST variable
Dtest_socket.py38 HOST = socket_helper.HOST variable
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_usb.js79 HOST: '[PC Preview] unknow HOST', property
/third_party/node/test/cctest/
Dtest_inspector_socket_server.cc14 static const char HOST[] = "127.0.0.1"; variable
/third_party/python/Lib/idlelib/
Dpyshell.py60 HOST = '127.0.0.1' # python execution server on localhost loopback variable