Home
last modified time | relevance | path

Searched refs:procid (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/v8/tools/testrunner/testproc/
H A Drerun.py26 if subtest.procid[-2:] == '-1':
32 self._rerun[test.procid] = 0
34 results = self._results[test.procid]
38 self._rerun[test.procid] += 1
41 self._send_next_subtest(test, self._rerun[test.procid])
50 self._rerun[test.procid] < self._rerun_max and
58 del self._rerun[test.procid]
59 del self._results[test.procid]
H A Dseed.py44 self._todo[test.procid] -= 1
46 if not self._todo.get(test.procid):
47 del self._last_idx[test.procid]
48 del self._todo[test.procid]
56 num = self._last_idx[test.procid]
59 self._todo[test.procid] += 1
60 self._last_idx[test.procid] = num
H A Dvariant.py41 self._next_variant[test.procid] = gen
48 gen = self._next_variant.get(test.procid)
59 del self._next_variant[test.procid]
63 """Generator producing (variant, flags, procid suffix) tuples."""
H A Dvariant_test.py59 def __init__(self, procid):
61 self.procid = procid
99 filter_predicate=(lambda t: t.procid == "to_filter"))
H A Dfuzzer.py129 self._gens[test.procid] = self._create_gen(test)
154 self._gens[test.procid] = self._create_gen(test, result)
199 for subtest in self._gens[test.procid]:
203 del self._gens[test.procid]
H A Dshard.py38 return self._myid != radix_hash(self._shards_count, test.procid)
H A Dexecution.py69 test_id = test.procid
/third_party/ltp/testcases/kernel/fs/fsstress/
H A Dfsstress.c227 int procid; variable
485 procid = 0; in main()
509 procid = i; in main()
759 sprintf(buf, "p%x", procid); in doproc()
767 seed += procid; in doproc()
1435 printf("%d/%d: allocsp - no filename\n", procid, opno); in allocsp_f()
1445 procid, opno, f.path, e); in allocsp_f()
1452 procid, opno, f.path, errno); in allocsp_f()
1467 procid, opno, f.path, (long long)off, e); in allocsp_f()
1503 procid, opn in attr_remove_f()
[all...]
/third_party/NuttX/fs/nfs/
H A Drpc_clnt.c137 static int rpcclnt_send(struct rpcclnt *rpc, int procid, int prog,
141 static int rpcclnt_reply(struct rpcclnt *rpc, int procid, int prog,
145 uint32_t xid, int procid, int prog, int vers, size_t reqlen);
163 static int rpcclnt_send(struct rpcclnt *rpc, int procid, int prog, in rpcclnt_send() argument
353 static int rpcclnt_reply(struct rpcclnt *rpc, int procid, int prog, in rpcclnt_reply() argument
360 error = rpcclnt_receive(rpc, rpc->rc_name, procid, prog, reply, resplen); in rpcclnt_reply()
505 uint32_t xid, int prog, int vers, int procid, size_t reqlen) in rpcclnt_fmtheader()
523 ch->rp_proc = txdr_unsigned(procid); in rpcclnt_fmtheader()
504 rpcclnt_fmtheader(struct rpc_call_header *ch, uint32_t xid, int prog, int vers, int procid, size_t reqlen) rpcclnt_fmtheader() argument
/third_party/node/deps/v8/tools/testrunner/objects/
H A Dtestcase.py89 self.procid = '%s/%s' % (self.suite.name, self.name) # unique id
110 subtest.procid += '.%s' % subtest_id

Completed in 7 milliseconds