OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testRandFract
(Results
1 - 4
of
4
) sorted by null
/system/extras/tests/include/
testUtil.h
44
double
testRandFract
(void);
/frameworks/native/opengl/tests/hwc/
hwcStress.cpp
425
bool noTransform =
testRandFract
() > rareRatio;
434
layer->flags = (
testRandFract
() > rareRatio) ? 0
437
layer->transform = (noTransform ||
testRandFract
() > rareRatio) ? 0
458
if (
testRandFract
() <= freqRatio) {
574
size_t w = (width * maxSizeRatio) *
testRandFract
();
575
size_t h = (height * maxSizeRatio) *
testRandFract
();
592
ColorFract color(
testRandFract
(),
testRandFract
(),
testRandFract
());
593
float alpha =
testRandFract
();
[
all
...]
/system/extras/tests/lib/testUtil/
testUtil.c
254
double
testRandFract
(void)
/system/extras/tests/wifi/stress/
wifiLoadScanAssoc.c
462
fract =
testRandFract
();
Completed in 37 milliseconds