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:kIters
(Results
1 - 6
of
6
) sorted by relevance
/third_party/benchmark/test/
H
A
D
perf_counters_test.cc
24
const int
kIters
= 1000000;
variable
30
for (auto i = 0; i <
kIters
; ++i) {
in BM_WithoutPauseResume()
44
for (auto i = 0; i <
kIters
; ++i) {
in BM_WithPauseResume()
50
for (auto j = 0; j <
kIters
; ++j) {
in BM_WithPauseResume()
89
BM_CHECK_GT(withPauseResumeInstrCount,
kIters
);
in main()
90
BM_CHECK_GT(withoutPauseResumeInstrCount,
kIters
);
in main()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H
A
D
fast_uniform_bits.h
146
static constexpr size_t
kIters
=
in Generate()
local
148
static constexpr size_t kShift = (
kIters
== 1) ? 0 : kUrbgBits;
in Generate()
152
for (size_t n = 1; n <
kIters
; ++n) {
in Generate()
H
A
D
fast_uniform_bits_test.cc
40
constexpr int
kIters
= 10000;
in TYPED_TEST()
local
44
for (int i = 0; i <
kIters
; i++) {
in TYPED_TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
H
A
D
spinlock_test_common.cc
38
constexpr int32_t
kIters
= 1000;
variable
83
for (int i = 0; i <
kIters
; i++) {
in TestFunction()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H
A
D
cord_test.cc
974
const int
kIters
= 5000;
989
for (int i = 0; i <
kIters
; i++) {
/third_party/protobuf/src/google/protobuf/
H
A
D
map_test.cc
421
const int
kIters
= 1e5;
in TEST_F()
local
422
for (uint32 i = 0; i <
kIters
; i++) {
in TEST_F()
3279
const int
kIters
= 25;
in TEST()
local
3286
for (int i = 0; i <
kIters
; i++) {
in TEST()
Completed in 10 milliseconds