HomeSort by relevance Sort by last modified time
    Searched refs:RandomGen (Results 1 - 11 of 11) sorted by null

  /external/ltp/testcases/network/nfsv4/acl/
cleangroups.py 7 test = RandomGen()
cleanusers.py 7 test = RandomGen()
create_users.py 17 test=RandomGen()
setacl_stress.py 16 test = RandomGen()
test_acl.py 51 test = RandomGen()
64 test = RandomGen()
85 test = RandomGen()
114 test = RandomGen()
test_long_acl.py 20 test = RandomGen()
random_gen.py 14 class RandomGen(object):
  /test/vts-testcase/fuzz/iface_fuzzer/include/
ProtoFuzzerMutator.h 59 ExecSpec RandomGen(const IfaceDescTbl &, size_t);
63 FuncSpec RandomGen(const FuncSpec &);
67 VarInstance RandomGen(const VarSpec &);
92 ScalarData RandomGen(const ScalarData &, const std::string &);
97 T RandomGen(T);
100 bool RandomGen(bool);
  /test/vts-testcase/fuzz/iface_fuzzer/
ProtoFuzzerMutateFns.cpp 49 *result.add_vector_value() = this->RandomGen(var_spec.vector_value(0));
89 return RandomGen(var_instance);
96 RandomGen(result.scalar_value(), result.scalar_type());
163 *result.add_struct_value() = this->RandomGen(struct_value);
185 this->RandomGen(blueprint.union_value(idx));
204 *result.add_vector_value() = this->RandomGen(var_spec.vector_value(0));
217 ScalarData ProtoFuzzerMutator::RandomGen(const ScalarData &scalar_value,
222 result.set_bool_t(RandomGen(static_cast<bool>(scalar_value.bool_t())));
224 result.set_int8_t(RandomGen(scalar_value.int8_t()));
226 result.set_uint8_t(RandomGen(scalar_value.uint8_t()))
    [all...]
ProtoFuzzerMutator.cpp 110 ExecSpec ProtoFuzzerMutator::RandomGen(const IfaceDescTbl &tbl,
124 FuncSpec rand_api = RandomGen(iface_spec.api(rand_api_idx));
154 *func_call->mutable_api() = RandomGen(iface_spec.api(blueprint_idx));
158 FuncSpec ProtoFuzzerMutator::RandomGen(const FuncSpec &func_spec) {
164 VarInstance rand_var_spec = RandomGen(var_spec);
194 VarInstance ProtoFuzzerMutator::RandomGen(const VarSpec &var_spec) {
ProtoFuzzerMain.cpp 111 mutator->RandomGen(runner->GetOpenedIfaces(), params.exec_size_);

Completed in 327 milliseconds