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:DEFAULT_PORT
(Results
1 - 12
of
12
) sorted by relevance
/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/execserver/
H
A
D
ExecService.java
45
public static final int
DEFAULT_PORT
= 50016;
field in ExecService
67
final int port = intent != null ? intent.getIntExtra("port",
DEFAULT_PORT
) :
DEFAULT_PORT
;
in onStartCommand()
H
A
D
ServiceStarter.java
43
final int port = getIntent().getIntExtra("port", ExecService.
DEFAULT_PORT
);
in onStart()
/third_party/libuv/docs/code/tcp-echo-server/
H
A
D
main.c
6
#define
DEFAULT_PORT
7000
macro
78
uv_ip4_addr("0.0.0.0",
DEFAULT_PORT
, &addr);
in main()
/third_party/pulseaudio/src/modules/rtp/
H
A
D
module-rtp-send.c
73
#define
DEFAULT_PORT
46000
macro
214
uint32_t port =
DEFAULT_PORT
, mtu;
in pa__init()
303
port =
DEFAULT_PORT
+ ((uint32_t) (rand() % 512) << 1);
in pa__init()
/third_party/vk-gl-cts/framework/platform/android/
H
A
D
tcuAndroidExecService.hpp
40
DEFAULT_PORT
= 50016,
enumerator
/third_party/alsa-utils/seq/aseqnet/
H
A
D
aseqnet.c
52
#define
DEFAULT_PORT
"40002"
macro
102
char *port =
DEFAULT_PORT
;
in main()
/third_party/curl/tests/server/
H
A
D
rtspd.c
127
#define
DEFAULT_PORT
8999
macro
1062
unsigned short port =
DEFAULT_PORT
;
in main()
H
A
D
socksd.c
98
#define
DEFAULT_PORT
8905
macro
147
static unsigned short port =
DEFAULT_PORT
;
H
A
D
mqttd.c
80
#define
DEFAULT_PORT
1883 /* MQTT default port */
macro
126
static unsigned short port =
DEFAULT_PORT
;
H
A
D
tftpd.c
160
#define
DEFAULT_PORT
8999 /* UDP */
macro
556
unsigned short port =
DEFAULT_PORT
;
in main()
H
A
D
sockfilt.c
127
#define
DEFAULT_PORT
8999
macro
145
static unsigned short port =
DEFAULT_PORT
;
H
A
D
sws.c
141
#define
DEFAULT_PORT
8999
macro
1955
unsigned short port =
DEFAULT_PORT
;
in main()
Completed in 23 milliseconds