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:fLoopCount
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/bench/
H
A
D
BlurRectBench.cpp
24
int
fLoopCount
;
member in BlurRectBench
33
fLoopCount
= 100;
in BlurRectBench()
35
fLoopCount
= 1000;
in BlurRectBench()
37
fLoopCount
= 10000;
in BlurRectBench()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/
H
A
D
RBBIMonkeyTest.java
807
for (long loopCount = 0;
fLoopCount
< 0 || loopCount <
fLoopCount
; loopCount++) {
in run()
829
if (
fLoopCount
< 0 && loopCount % 100 == 0) {
in run()
985
int
fLoopCount
;
field in RBBIMonkeyTest.RBBIMonkeyImpl
1040
test.
fLoopCount
= loopCount;
in TestMonkey()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H
A
D
RBBIMonkeyTest.java
811
for (long loopCount = 0;
fLoopCount
< 0 || loopCount <
fLoopCount
; loopCount++) {
in run()
833
if (
fLoopCount
< 0 && loopCount % 100 == 0) {
in run()
989
int
fLoopCount
;
field in RBBIMonkeyTest.RBBIMonkeyImpl
1044
test.
fLoopCount
= loopCount;
in TestMonkey()
/third_party/skia/modules/particles/src/
H
A
D
SkParticleEffect.cpp
279
fState.
fLoopCount
= 0;
in start()
369
if (fState.fAge == 0.0f && fState.
fLoopCount
== 0) {
in advanceTime()
377
fState.
fLoopCount
+= sk_float_floor2int(fState.fAge);
in advanceTime()
/third_party/skia/modules/particles/include/
H
A
D
SkParticleEffect.h
212
int
fLoopCount
;
member
/third_party/icu/icu4c/source/test/intltest/
H
A
D
rbbimonkeytest.h
198
int32_t
fLoopCount
;
member in RBBIMonkeyImpl
H
A
D
rbbimonkeytest.cpp
673
for (int64_t loopCount = 0;
fLoopCount
< 0 || loopCount <
fLoopCount
; loopCount++) {
in runTest()
688
if (
fLoopCount
< 0 && loopCount % 100 == 0) {
in runTest()
958
test->
fLoopCount
= static_cast<int32_t>(loopCount);
in testMonkey()
Completed in 8 milliseconds