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:opt_loopCount
(Results
1 - 4
of
4
) sorted by relevance
/third_party/icu/icu4c/source/test/perf/ubrkperf/
H
A
D
ubrkperfold.cpp
105
int
opt_loopCount
= 0;
variable
142
{"-loop", OptSpec::NUM, &
opt_loopCount
},
309
for(i = 0; i <
opt_loopCount
; i++) {
in doForwardTest()
340
for(i = 0; i <
opt_loopCount
; i++) {
in doForwardTest()
360
int32_t loopTime = (int)(float(1000) * ((float)elapsedTime/(float)
opt_loopCount
));
in doForwardTest()
394
for(i = 0; i <
opt_loopCount
; i++) {
in doIsBoundTest()
403
int32_t loopTime = (int)(float(1000) * ((float)elapsedTime/(float)
opt_loopCount
));
in doIsBoundTest()
755
if(
opt_loopCount
!= 0) {
in main()
H
A
D
ubrkperf.cpp
84
for(i = 0; i <
opt_loopCount
; i++) {
115
for(i = 0; i <
opt_loopCount
; i++) {
135
int32_t loopTime = (int)(float(1000) * ((float)elapsedTime/(float)
opt_loopCount
));
/third_party/icu/icu4c/source/test/perf/collationperf/
H
A
D
collperf.cpp
114
int
opt_loopCount
= 1;
variable
174
{"-loop", OptSpec::NUM, &
opt_loopCount
},
380
double dLoopCount = double(
opt_loopCount
) * (1000. / double(gNumFileLines));
in doKeyGen()
479
double dLoopCount = double(
opt_loopCount
) * 3000. / (log10((double)gNumFileLines) * double(gNumFileLines));
in doBinarySearch()
705
double dLoopCount = double(
opt_loopCount
) * 3000. / (log10((double)gNumFileLines) * double(gNumFileLines));
in doQSort()
714
for (i=0; i<
opt_loopCount
; i++) {
in doQSort()
844
while (count <
opt_loopCount
) {
in doForwardIterTest()
864
while (count <
opt_loopCount
) {
in doForwardIterTest()
881
opt_loopCount
);
in doForwardIterTest()
924
while (count <
opt_loopCount
) {
in doForwardIterTest()
[all...]
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H
A
D
CollationPerformanceTest.java
99
static int
opt_loopCount
= 1;
field in CollationPerformanceTest
267
double dLoopCount =
opt_loopCount
* 3000 / ((Math.log(tests.length) / Math.log(10)* tests.length));
in doQSort()
322
double dLoopCount =
opt_loopCount
* 3000 / (Math.log(tests.length) / Math.log(10)* tests.length);
in doBinarySearch()
498
double dLoopCount =
opt_loopCount
* (1000.0 / (double)list.size());
in doKeyGen()
588
while (count <
opt_loopCount
) {
in doForwardIterTest()
607
while (count <
opt_loopCount
) {
in doForwardIterTest()
621
+ "in " +
opt_loopCount
+ " loops");
in doForwardIterTest()
644
while (count <
opt_loopCount
) {
in doForwardIterTest()
673
while (count <
opt_loopCount
) {
in doForwardIterTest()
708
while (count <
opt_loopCount
) {
in doBackwardIterTest()
[all...]
Completed in 6 milliseconds