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:run_time
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ltp/pan/
H
A
D
ltp-pan.c
176
int
run_time
= -1;
in main()
local
262
case 't': /*
run_time
to run */
in main()
263
ret = sscanf(optarg, "%d%c", &
run_time
, &modifier);
in main()
272
" assuming %c\n",
run_time
, modifier);
in main()
276
run_time
=
run_time
;
in main()
279
run_time
=
run_time
* 60;
in main()
282
run_time
=
run_time
* 6
in main()
[all...]
/third_party/vixl/benchmarks/aarch64/
H
A
D
bench-utils.h
93
unsigned long
run_time
= // NOLINT(google-runtime-int)
in BenchCLI()
local
95
if ((end == argv[1]) || (
run_time
> UINT32_MAX)) {
in BenchCLI()
100
run_time_ = static_cast<uint32_t>(
run_time
);
in BenchCLI()
/third_party/ltp/testcases/kernel/mce-test/stress/tools/fs-metadata/
H
A
D
fs-metadata.sh
35
local
run_time
=$(expr $end_ts - $K_START_TS)
37
k_result "Finish fs-metadata testing within $
run_time
secs, $total_nr metadata "
92
echo -e "\ttree_depth node_number threads
run_time
(secs) [result_file] [temp_dir] [log_file]\n"
/third_party/ltp/testcases/kernel/mem/mtest05/
H
A
D
mmstress.c
162
static void set_timer(int
run_time
)
in set_timer()
argument
170
timer.it_value.tv_sec = (time_t) (
run_time
* 3600.0);
in set_timer()
/third_party/libabigail/tests/lib/
H
A
D
catch.hpp
7310
auto
run_time
= std::max(min_time, std::chrono::duration_cast<decltype(min_time)>(cfg.benchmarkWarmupTime()));
7311
auto&& test = Detail::run_for_at_least<Clock>(std::chrono::duration_cast<ClockDuration<Clock>>(
run_time
), 1, fun);
Completed in 19 milliseconds