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:timeouts
(Results
1 - 3
of
3
) sorted by relevance
/developtools/hdc/hdc_rust/src/cffi/
H
A
D
uart.cpp
184
COMMTIMEOUTS
timeouts
;
local
185
GetCommTimeouts(devUartHandle, &
timeouts
);
187
timeouts
.ReadIntervalTimeout = interTimeout;
188
timeouts
.ReadTotalTimeoutMultiplier = 0;
189
timeouts
.ReadTotalTimeoutConstant = 0;
190
timeouts
.WriteTotalTimeoutMultiplier = 0;
191
timeouts
.WriteTotalTimeoutConstant = 0;
192
SetCommTimeouts(devUartHandle, &
timeouts
);
/developtools/hdc/src/host/
H
A
D
host_uart.cpp
249
COMMTIMEOUTS
timeouts
;
in EnumSerialPort()
local
250
GetCommTimeouts(hUART->devUartHandle, &
timeouts
);
in EnumSerialPort()
252
timeouts
.ReadIntervalTimeout = interTimeout;
in EnumSerialPort()
253
timeouts
.ReadTotalTimeoutMultiplier = 0;
in EnumSerialPort()
254
timeouts
.ReadTotalTimeoutConstant = 0;
in EnumSerialPort()
255
timeouts
.WriteTotalTimeoutMultiplier = 0;
in EnumSerialPort()
256
timeouts
.WriteTotalTimeoutConstant = 0;
in EnumSerialPort()
257
SetCommTimeouts(hUART->devUartHandle, &
timeouts
);
in EnumSerialPort()
/developtools/profiler/hiebpf/include/
H
A
D
vmlinux.h
9164
unsigned int
timeouts
[14];
member
9173
unsigned int
timeouts
[2];
member
9187
unsigned int
timeouts
[10];
member
9192
unsigned int
timeouts
[2];
member
54618
long unsigned int
timeouts
[12];
global()
member
125542
const long unsigned int *
timeouts
;
global()
member
[all...]
Completed in 497 milliseconds