Searched refs:random (Results 1 – 11 of 11) sorted by relevance
/art/test/096-array-copy-concurrent-gc/src/ |
D | Main.java | 66 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/ |
D | README.md | 4 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
|
D | jfuzz.cc | 484 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/ |
D | b_22411633_1.smali | 17 # Just some random work. 23 # Some more random work, technically dead, but reachable.
|
D | b_22411633_3.smali | 21 # Just some random work.
|
/art/test/600-verifier-fails/ |
D | info.txt | 2 dexfuzz on the DEX files of fuzzingly random generated Java test.
|
/art/test/912-classes/src/art/ |
D | Test912.java | 368 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/ |
D | Main.java | 715 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/ |
D | README | 94 MutateFail - because mutation is a random process, and has attempt thresholds to
|
/art/test/004-ThreadStress/src/ |
D | Main.java | 235 Thread.sleep((int)(Math.random()*10)); in perform()
|
/art/test/dexdump/ |
D | checkers.txt | 1455 00245c: 1a00 1301 |0032: const-string v0, "random play" // string@0113
|