Home
last modified time | relevance | path

Searched defs:rng (Results 26 – 50 of 70) sorted by relevance

123

/aosp12/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DInstructionSwapper.java63 public InstructionSwapper(Random rng, MutationStats stats, List<Mutation> mutations) { in InstructionSwapper()
H A DConstantValueChanger.java65 public ConstantValueChanger(Random rng, MutationStats stats, List<Mutation> mutations) { in ConstantValueChanger()
H A DBranchShifter.java65 public BranchShifter(Random rng, MutationStats stats, List<Mutation> mutations) { in BranchShifter()
H A DCmpBiasChanger.java61 public CmpBiasChanger(Random rng, MutationStats stats, List<Mutation> mutations) { in CmpBiasChanger()
H A DConversionRepeater.java61 public ConversionRepeater(Random rng, MutationStats stats, List<Mutation> mutations) { in ConversionRepeater()
H A DIfBranchChanger.java69 public IfBranchChanger(Random rng, MutationStats stats, List<Mutation> mutations) { in IfBranchChanger()
H A DNewArrayLengthChanger.java61 public NewArrayLengthChanger(Random rng, MutationStats stats, List<Mutation> mutations) { in NewArrayLengthChanger()
H A DSwitchBranchShifter.java68 public SwitchBranchShifter(Random rng, MutationStats stats, List<Mutation> mutations) { in SwitchBranchShifter()
H A DTryBlockShifter.java77 public TryBlockShifter(Random rng, MutationStats stats, List<Mutation> mutations) { in TryBlockShifter()
H A DNonsenseStringPrinter.java65 public NonsenseStringPrinter(Random rng, MutationStats stats, List<Mutation> mutations) { in NonsenseStringPrinter()
H A DVRegChanger.java68 public VRegChanger(Random rng, MutationStats stats, List<Mutation> mutations) { in VRegChanger()
H A DNewMethodCaller.java99 public NewMethodCaller(Random rng, MutationStats stats, List<Mutation> mutations) { in NewMethodCaller()
H A DPoolIndexChanger.java66 public PoolIndexChanger(Random rng, MutationStats stats, List<Mutation> mutations) { in PoolIndexChanger()
H A DFieldFlagChanger.java68 public FieldFlagChanger(Random rng, MutationStats stats, List<Mutation> mutations) { in FieldFlagChanger()
H A DInvokeChanger.java79 public InvokeChanger(Random rng, MutationStats stats, List<Mutation> mutations) { in InvokeChanger()
H A DRandomInstructionGenerator.java103 public RandomInstructionGenerator(Random rng, MutationStats stats, List<Mutation> mutations) { in RandomInstructionGenerator()
H A DValuePrinter.java60 public ValuePrinter(Random rng, MutationStats stats, List<Mutation> mutations) { in ValuePrinter()
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
H A Dlogistic_quant8_signed.mod.py54 rng = d0 * d1 * d2 * d3 variable
H A Drelu1_quant8_signed.mod.py58 rng = d0 * d1 * d2 * d3 variable
H A Drelu6_quant8_signed.mod.py56 rng = d0 * d1 * d2 * d3 variable
H A Drelu_quant8_signed.mod.py60 rng = d0 * d1 * d2 * d3 variable
/aosp12/frameworks/base/core/java/android/content/pm/
H A DVerifierDeviceIdentity.java93 static VerifierDeviceIdentity generate(Random rng) { in generate()
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/
H A DDataExporter.java75 final SecureRandom rng = new SecureRandom(); in generateRandomName() local
/aosp12/art/libartbase/base/
H A Dutils.h118 RNG rng; in GetRandomNumber() local
/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DMultinomialTest.cpp65 tensorflow::random::PhiloxRandom rng(kFixedRandomSeed1); in Invoke() local

123