OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testRandMod
(Results
1 - 4
of
4
) sorted by null
/frameworks/native/opengl/tests/hwc/
hwcStress.cpp
412
list = hwcTestCreateLayerList(
testRandMod
(frames.size()) + 1);
428
unsigned int idx =
testRandMod
(selectedFrames[n1].size());
433
layer->blending = blendingOps[
testRandMod
(NUMA(blendingOps))];
436
testRandMod
(vecLayerFlags.size() + 1)));
439
testRandMod
(vecTransformFlags.size() + 1)));
440
layer->sourceCrop.left =
testRandMod
(gBuf->getWidth());
441
layer->sourceCrop.top =
testRandMod
(gBuf->getHeight());
443
+
testRandMod
(gBuf->getWidth() - layer->sourceCrop.left) + 1;
445
+
testRandMod
(gBuf->getHeight() - layer->sourceCrop.top) + 1;
446
layer->displayFrame.left =
testRandMod
(width)
[
all
...]
/system/extras/tests/include/
testUtil.h
43
uint32_t
testRandMod
(uint32_t mod);
/system/extras/tests/lib/testUtil/
testUtil.c
204
uint32_t
testRandMod
(uint32_t mod)
243
return (
testRandMod
(2));
/system/extras/tests/wifi/stress/
wifiLoadScanAssoc.c
486
chosenAvail =
testRandMod
(numAvailCPU);
Completed in 977 milliseconds