Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:HTTP_PORT
(Results
1 - 6
of
6
) sorted by relevance
/third_party/node/test/fixtures/wpt/common/
H
A
D
get-host-info.sub.js
7
var
HTTP_PORT
= '{{ports[http][0]}}';
13
var PORT = IS_HTTPS ? HTTPS_PORT :
HTTP_PORT
;
15
var HTTP_PORT_ELIDED =
HTTP_PORT
== "80" ? "" : (":" +
HTTP_PORT
);
25
HTTP_PORT
:
HTTP_PORT
,
/third_party/musl/libc-test/src/functionalext/supplement/network/
H
A
D
getservbyname.c
19
#define
HTTP_PORT
80
macro
74
EXPECT_EQ("getservbyname_0400", ntohs(se->s_port),
HTTP_PORT
);
in getservbyname_0400()
/third_party/musl/libc-test/src/functionalext/supplement/manual/network/
H
A
D
getnameinfo.c
21
#define
HTTP_PORT
80
macro
185
addrDst.sin_port = htons(
HTTP_PORT
);
in getnameinfo_0900()
/third_party/python/Lib/http/
H
A
D
client.py
92
HTTP_PORT
= 80
variable
796
default_port =
HTTP_PORT
H
A
D
cookiejar.py
55
DEFAULT_HTTP_PORT = str(http.client.
HTTP_PORT
)
/third_party/python/Lib/test/
H
A
D
test_httplib.py
2190
self.assertEqual(self.conn.sock.port, client.
HTTP_PORT
)
2205
self.assertEqual(self.conn.sock.port, client.
HTTP_PORT
)
2235
self.assertEqual(self.conn.sock.port, client.
HTTP_PORT
)
Completed in 9 milliseconds