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

  /test/vts-testcase/fuzz/iface_fuzzer/
ProtoFuzzerRunner.cpp 174 for (const auto &func_call : exec_spec.function_call()) {
175 cout << func_call.DebugString() << endl;
176 Execute(func_call);
180 void ProtoFuzzerRunner::Execute(const FuncCall &func_call) {
181 string iface_name = func_call.hidl_interface_name();
182 const FuncSpec &func_spec = func_call.api();
ProtoFuzzerMutator.cpp 148 FuncCall *func_call = exec_spec->mutable_function_call(func_idx); local
149 func_call->set_hidl_interface_name(iface_name);
150 *func_call->mutable_api() = RandomGen(iface_spec.api(blueprint_idx));
  /external/autotest/client/common_lib/test_utils/
mock.py 468 func_call = self.recording[0]
469 if func_call.symbol != symbol:
472 func_call))
476 if not func_call.match(*args, **dargs):
479 func_call))
485 if func_call.error:
486 raise func_call.error
488 return func_call.return_obj
525 for func_call in self.recording:
526 error = "%s not called" % (func_call,)
    [all...]
mock_demo.py 94 for func_call in god.recording:
95 print func_call
  /external/trappy/trappy/stats/
grammar.py 171 func_call = Group(
181 arith_expr << operatorPrecedence(func_call | var_id,
202 func_call.setParseAction(parse_func)
  /external/valgrind/perf/
tinycc.c 2227 unsigned char func_call; \/* FUNC_CDECL, FUNC_STDCALL, FUNC_FASTCALLx *\/ member in struct:AttributeDef
5877 int size, align, r, args_size, i, func_call; local
5957 int addr, align, size, func_call, fastcall_nb_regs; local
    [all...]

Completed in 259 milliseconds