OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gRandom
(Results
1 - 3
of
3
) sorted by null
/external/skia/samplecode/
SampleChart.cpp
18
static SkRandom
gRandom
;
20
(*dataPts)[i] =
gRandom
.nextRangeScalar(yAvg - SkScalarHalf(ySpread),
/frameworks/opt/net/voip/src/jni/rtp/
AudioGroup.cpp
62
int
gRandom
= -1;
195
read(
gRandom
, &mSequence, sizeof(mSequence));
196
read(
gRandom
, &mTimestamp, sizeof(mTimestamp));
197
read(
gRandom
, &mSsrc, sizeof(mSsrc));
1070
gRandom
= open("/dev/urandom", O_RDONLY);
1071
if (
gRandom
== -1) {
/external/skia/src/gpu/
GrResourceCache.cpp
631
static SkRandom
gRandom
;
633
if (~mask && (
gRandom
.nextU() & mask)) {
Completed in 120 milliseconds