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:nextS
(Results
1 - 11
of
11
) sorted by relevance
/third_party/skia/bench/
H
A
D
MatrixBench.cpp
100
fArray[0] = (float) fRnd.
nextS
();
in GetTypeMatrixBench()
101
fArray[1] = (float) fRnd.
nextS
();
in GetTypeMatrixBench()
102
fArray[2] = (float) fRnd.
nextS
();
in GetTypeMatrixBench()
103
fArray[3] = (float) fRnd.
nextS
();
in GetTypeMatrixBench()
104
fArray[4] = (float) fRnd.
nextS
();
in GetTypeMatrixBench()
105
fArray[5] = (float) fRnd.
nextS
();
in GetTypeMatrixBench()
106
fArray[6] = (float) fRnd.
nextS
();
in GetTypeMatrixBench()
107
fArray[7] = (float) fRnd.
nextS
();
in GetTypeMatrixBench()
108
fArray[8] = (float) fRnd.
nextS
();
in GetTypeMatrixBench()
H
A
D
SortBench.cpp
22
array[i] = rand.
nextS
();
in rand_proc()
/third_party/skia/tests/
H
A
D
WindowRectanglesTest.cpp
16
return {r.
nextS
(), r.
nextS
(), r.
nextS
(), r.
nextS
()};
in next_irect()
H
A
D
TDPQueueTest.cpp
92
mock->fPriority = random.
nextS
();
in random_test()
93
mock->fValue = random.
nextS
();
in random_test()
144
array[item].fPriority = random.
nextS
();
in random_test()
165
mock->fPriority = random.
nextS
();
in sort_test()
166
mock->fValue = random.
nextS
();
in sort_test()
H
A
D
MathTest.cpp
389
int ix = rand.
nextS
();
in test_copysign()
456
p.setLength((SkScalar) rand.
nextS
(),
in DEF_TEST()
457
(SkScalar) rand.
nextS
(),
in DEF_TEST()
460
p.setLength((SkScalar) (rand.
nextS
() >> 13),
in DEF_TEST()
461
(SkScalar) (rand.
nextS
() >> 13),
in DEF_TEST()
489
SkFixed numer = rand.
nextS
();
in DEF_TEST()
490
SkFixed denom = rand.
nextS
();
in DEF_TEST()
584
const T numer = (T)rand.
nextS
();
in test_divmod()
587
denom = (T)rand.
nextS
();
in test_divmod()
H
A
D
SortTest.cpp
22
array[j] = rand.
nextS
() & 0xFF;
in rand_array()
H
A
D
AAClipTest.cpp
126
int x = rand.
nextS
() % n;
in rand_rect()
127
int y = rand.
nextS
() % n;
in rand_rect()
H
A
D
UtilsTest.cpp
132
array[i] = rand.
nextS
();
in test_search()
150
int value = rand.
nextS
();
in test_search()
/third_party/skia/include/utils/
H
A
D
SkRandom.h
46
int32_t
nextS
() { return (int32_t)this->nextU(); }
in nextS()
function in SkRandom
151
SkFixed nextSFixed1() { return this->
nextS
() >> 15; }
in nextSFixed1()
/third_party/skia/src/effects/
H
A
D
SkDiscretePathEffect.cpp
44
int32_t
nextS
() { return (int32_t)this->nextU(); }
in nextS()
function in LCGRandom
49
SkFixed nextSFixed1() { return this->
nextS
() >> 15; }
in nextSFixed1()
/third_party/skia/samplecode/
H
A
D
SamplePathEffects.cpp
90
SkScalar tmpY = y + SkIntToScalar(rand.
nextS
() % 25);
Completed in 7 milliseconds