Home
last modified time | relevance | path

Searched refs:random (Results 1 – 11 of 11) sorted by relevance

/art/test/096-array-copy-concurrent-gc/src/
DMain.java66 new String("Creating some garbage" + Math.random()); in stressArray()
67 new String("Creating some garbage" + Math.random()); in stressArray()
68 new String("Creating some garbage" + Math.random()); in stressArray()
69 new String("Creating some garbage" + Math.random()); in stressArray()
76 new String("Creating some garbage" + Math.random()); in stressArray()
77 new String("Creating some garbage" + Math.random()); in stressArray()
78 new String("Creating some garbage" + Math.random()); in stressArray()
79 new String("Creating some garbage" + Math.random()); in stressArray()
/art/tools/jfuzz/
DREADME.md4 JFuzz is a tool for generating random programs with the objective
21 -s : defines a deterministic random seed
107 in an unexpected way. Fuzzing refers to feeding a large amount of random data
109 based fuzz testing constructs random, but properly formatted input data.
110 Mutation-based fuzz testing applies small random changes to existing inputs
112 fuzzing adds a direction to the way these random changes are applied. Multi-
113 layered approaches generate random inputs that are subsequently mutated at
Djfuzz.cc484 case kInt: fprintf(out_, "%d", random()); break; in emitLiteral()
485 case kLong: fprintf(out_, "%dL", random()); break; in emitLiteral()
486 case kFloat: fprintf(out_, "%d.0f", random()); break; in emitLiteral()
487 case kDouble: fprintf(out_, "%d.0", random()); break; in emitLiteral()
1085 int32_t random() { in random() function in __anon58250dea0111::JFuzz
/art/test/800-smali/smali/
Db_22411633_1.smali17 # Just some random work.
23 # Some more random work, technically dead, but reachable.
Db_22411633_3.smali21 # Just some random work.
/art/test/600-verifier-fails/
Dinfo.txt2 dexfuzz on the DEX files of fuzzingly random generated Java test.
/art/test/912-classes/src/art/
DTest912.java368 public static double dummy = Math.random(); // So it can't be compile-time initialized.
372 public static int dummy = ((int)Math.random())/0; // So it throws when initializing.
/art/test/449-checker-bce/src/
DMain.java715 java.util.Random random = new java.util.Random(); in loopPattern3() local
717 if (random.nextInt() % 1000 == 0 && i < array.length) { in loopPattern3()
/art/tools/dexfuzz/
DREADME94 MutateFail - because mutation is a random process, and has attempt thresholds to
/art/test/004-ThreadStress/src/
DMain.java235 Thread.sleep((int)(Math.random()*10)); in perform()
/art/test/dexdump/
Dcheckers.txt1455 00245c: 1a00 1301 |0032: const-string v0, "random play" // string@0113