/aosp12/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
H A D | InstructionSwapper.java | 63 public InstructionSwapper(Random rng, MutationStats stats, List<Mutation> mutations) { in InstructionSwapper()
|
H A D | ConstantValueChanger.java | 65 public ConstantValueChanger(Random rng, MutationStats stats, List<Mutation> mutations) { in ConstantValueChanger()
|
H A D | BranchShifter.java | 65 public BranchShifter(Random rng, MutationStats stats, List<Mutation> mutations) { in BranchShifter()
|
H A D | CmpBiasChanger.java | 61 public CmpBiasChanger(Random rng, MutationStats stats, List<Mutation> mutations) { in CmpBiasChanger()
|
H A D | ConversionRepeater.java | 61 public ConversionRepeater(Random rng, MutationStats stats, List<Mutation> mutations) { in ConversionRepeater()
|
H A D | IfBranchChanger.java | 69 public IfBranchChanger(Random rng, MutationStats stats, List<Mutation> mutations) { in IfBranchChanger()
|
H A D | NewArrayLengthChanger.java | 61 public NewArrayLengthChanger(Random rng, MutationStats stats, List<Mutation> mutations) { in NewArrayLengthChanger()
|
H A D | SwitchBranchShifter.java | 68 public SwitchBranchShifter(Random rng, MutationStats stats, List<Mutation> mutations) { in SwitchBranchShifter()
|
H A D | TryBlockShifter.java | 77 public TryBlockShifter(Random rng, MutationStats stats, List<Mutation> mutations) { in TryBlockShifter()
|
H A D | NonsenseStringPrinter.java | 65 public NonsenseStringPrinter(Random rng, MutationStats stats, List<Mutation> mutations) { in NonsenseStringPrinter()
|
H A D | VRegChanger.java | 68 public VRegChanger(Random rng, MutationStats stats, List<Mutation> mutations) { in VRegChanger()
|
H A D | NewMethodCaller.java | 99 public NewMethodCaller(Random rng, MutationStats stats, List<Mutation> mutations) { in NewMethodCaller()
|
H A D | PoolIndexChanger.java | 66 public PoolIndexChanger(Random rng, MutationStats stats, List<Mutation> mutations) { in PoolIndexChanger()
|
H A D | FieldFlagChanger.java | 68 public FieldFlagChanger(Random rng, MutationStats stats, List<Mutation> mutations) { in FieldFlagChanger()
|
H A D | InvokeChanger.java | 79 public InvokeChanger(Random rng, MutationStats stats, List<Mutation> mutations) { in InvokeChanger()
|
H A D | RandomInstructionGenerator.java | 103 public RandomInstructionGenerator(Random rng, MutationStats stats, List<Mutation> mutations) { in RandomInstructionGenerator()
|
H A D | ValuePrinter.java | 60 public ValuePrinter(Random rng, MutationStats stats, List<Mutation> mutations) { in ValuePrinter()
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/ |
H A D | logistic_quant8_signed.mod.py | 54 rng = d0 * d1 * d2 * d3 variable
|
H A D | relu1_quant8_signed.mod.py | 58 rng = d0 * d1 * d2 * d3 variable
|
H A D | relu6_quant8_signed.mod.py | 56 rng = d0 * d1 * d2 * d3 variable
|
H A D | relu_quant8_signed.mod.py | 60 rng = d0 * d1 * d2 * d3 variable
|
/aosp12/frameworks/base/core/java/android/content/pm/ |
H A D | VerifierDeviceIdentity.java | 93 static VerifierDeviceIdentity generate(Random rng) { in generate()
|
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/ |
H A D | DataExporter.java | 75 final SecureRandom rng = new SecureRandom(); in generateRandomName() local
|
/aosp12/art/libartbase/base/ |
H A D | utils.h | 118 RNG rng; in GetRandomNumber() local
|
/aosp12/packages/modules/NeuralNetworks/common/operations/ |
H A D | MultinomialTest.cpp | 65 tensorflow::random::PhiloxRandom rng(kFixedRandomSeed1); in Invoke() local
|