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:tx
(Results
1 - 3
of
3
) sorted by relevance
/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/
H
A
D
timexndk32.cpp
34
struct timex
tx
;
in AdjTimex_time64_One()
local
35
tx
.offset = ADJ_OFFSET;
in AdjTimex_time64_One()
36
tx
.tick = ADJ_TICK;
in AdjTimex_time64_One()
37
tx
.maxerror = ADJ_MAXERROR;
in AdjTimex_time64_One()
38
tx
.esterror = ADJ_ESTERROR;
in AdjTimex_time64_One()
39
tx
.constant = ADJ_TIMECONST;
in AdjTimex_time64_One()
40
tx
.freq = ADJ_FREQUENCY;
in AdjTimex_time64_One()
41
tx
.status = ADJ_STATUS;
in AdjTimex_time64_One()
42
tx
.precision = PARAM_1;
in AdjTimex_time64_One()
43
tx
in AdjTimex_time64_One()
61
struct timex
tx
;
AdjTimex_time64_Two()
local
72
struct timex
tx
;
AdjTimex_One()
local
99
struct timex
tx
;
AdjTimex_Two()
local
109
struct timex
tx
;
Clock_adjTime64_One()
local
119
struct timex
tx
= {ADJ_OFFSET_SS_READ};
Clock_adjTime64_Two()
local
128
struct timex
tx
;
Clock_adjTime64_Three()
local
138
struct timex
tx
;
Clock_adjTime64_Four()
local
[all...]
/test/xts/hats/kernel/syscalls/timer/adjtimex/
H
A
D
AdjTimexApiTest.cpp
56
struct timex
tx
;
in HWTEST_F()
local
57
tx
.modes = 0;
in HWTEST_F()
58
int result = adjtimex(&
tx
);
in HWTEST_F()
64
EXPECT_NEAR(
tx
.time.tv_sec, now.tv_sec, 1);
in HWTEST_F()
77
struct timex
tx
;
in HWTEST_F()
local
78
tx
.modes = 0;
in HWTEST_F()
80
int result = clock_adjtime(clock_id, &
tx
);
in HWTEST_F()
86
EXPECT_NEAR(
tx
.time.tv_sec, now.tv_sec, 1);
in HWTEST_F()
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H
A
D
timendk.cpp
501
struct timex
tx
;
in ClockAdjtime()
local
502
memset(&
tx
, PARAM_0, sizeof(
tx
));
in ClockAdjtime()
504
int value = clock_adjtime(CLOCK_REALTIME, &
tx
);
in ClockAdjtime()
Completed in 4 milliseconds