HomeSort by relevance Sort by last modified time
    Searched full:http_port (Results 1 - 25 of 42) sorted by null

1 2

  /system/sepolicy/prebuilts/api/26.0/private/
port_contexts 2 # portcon tcp 80 u:object_r:http_port:s0
  /system/sepolicy/prebuilts/api/27.0/private/
port_contexts 2 # portcon tcp 80 u:object_r:http_port:s0
  /system/sepolicy/prebuilts/api/28.0/private/
port_contexts 2 # portcon tcp 80 u:object_r:http_port:s0
  /system/sepolicy/private/
port_contexts 2 # portcon tcp 80 u:object_r:http_port:s0
  /external/syslinux/gpxe/src/include/gpxe/
http.h 13 #define HTTP_PORT 80
  /external/wpa_supplicant_8/src/wps/
wps_er.h 89 int http_port; member in struct:wps_er
  /external/autotest/client/site_tests/telemetry_AFDOGenerateClient/
telemetry_AFDOGenerateClient.py 44 HTTP_PORT = 8000
45 FILE_URL_PREFIX = 'http://localhost:%d/test_src/' % HTTP_PORT
62 self.listener = httpd.HTTPListener(HTTP_PORT, docroot=dep_dir)
  /external/autotest/client/common_lib/cros/tendo/
privet_helper.py 28 http_port=DEFAULT_HTTP_PORT, https_port=DEFAULT_HTTPS_PORT):
33 @param http_port: int HTTP port to use when making HTTP requests.
43 self._http_port = http_port
  /external/tcpdump/
tcp.h 110 #ifndef HTTP_PORT
111 #define HTTP_PORT 80
print-tcp.c 709 } else if (IS_SRC_OR_DST_PORT(HTTP_PORT) || IS_SRC_OR_DST_PORT(HTTP_PORT_ALT)) {
    [all...]
  /external/libcups/cups/
ppd-util.c 134 int http_port; /* Port number */ local
328 http_port = httpAddrPort(http->hostaddr);
331 http_hostname, http_port));
337 if (!_cups_strcasecmp(http_hostname, hostname) && port == http_port)
514 int http_port; /* Port number */ local
557 http_port = httpAddrPort(http->hostaddr);
653 if (!_cups_strcasecmp(http_hostname, host) && *port == http_port)
  /external/autotest/server/site_tests/buffet_PrivetSetupFlow/
buffet_PrivetSetupFlow.py 130 http_port=int(privet_record.port))
186 http_port=int(privet_record.port))
  /external/syslinux/core/fs/pxe/
http.c 9 #define HTTP_PORT 80
199 url->port = HTTP_PORT;
  /external/webrtc/webrtc/base/
proxydetect_unittest.cc 124 prefs.append("user_pref(\"network.proxy.http_port\", 8888);\n");
proxydetect.cc 563 proxy->address.SetPort(atoi(settings.Get("http_port").c_str()));
575 proxy->address.SetPort(atoi(settings.Get("http_port").c_str()));
    [all...]
  /external/v8/tools/
callstats.py 54 http_port = 4080 + args.port_offset
58 "--port=%s" % http_port,
143 http_port = 4080 + args.port_offset
149 arg_delimiter, http_port, https_port,
  /external/syslinux/gpxe/src/net/tcp/
http.c 590 return http_open_filter ( xfer, uri, HTTP_PORT, NULL );
  /cts/tests/tests/net/src/android/net/cts/
ConnectivityManagerTest.java 104 private static final int HTTP_PORT = 80;
741 wifiBoundSocket = getBoundSocket(wifiNetworkToCheck, TEST_HOST, HTTP_PORT);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
httplib.py 93 HTTP_PORT = 80
675 default_port = HTTP_PORT
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
httplib.py 93 HTTP_PORT = 80
686 default_port = HTTP_PORT
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
httplib.py 93 HTTP_PORT = 80
686 default_port = HTTP_PORT
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
httplib.py 93 HTTP_PORT = 80
686 default_port = HTTP_PORT
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
httplib.py 93 HTTP_PORT = 80
686 default_port = HTTP_PORT
    [all...]
  /external/python/cpython3/Doc/library/
http.client.rst 198 .. data:: HTTP_PORT
  /external/python/cpython2/Lib/
httplib.py 94 HTTP_PORT = 80
716 default_port = HTTP_PORT
    [all...]

Completed in 526 milliseconds

1 2