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

  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntraw_create/
rpc_clntraw_create_complex.c 126 int numRec;
143 if (!svc_getargs(transp, (xdrproc_t) xdr_int, (char *)&numRec)) {
148 numRec++;
149 if (svc_sendreply(transp, (xdrproc_t) xdr_int, (char *)&numRec) ==
  /external/autotest/tko/
db.py 297 numRec = self.cur.execute(sql, values)
298 if max_rows is not None and numRec > max_rows:
  /prebuilts/go/darwin-x86/src/archive/zip/
zip_test.go 310 gen := func(numRec int) func(*Writer) {
312 for i := 0; i < numRec; i++ {
  /prebuilts/go/linux-x86/src/archive/zip/
zip_test.go 310 gen := func(numRec int) func(*Writer) {
312 for i := 0; i < numRec; i++ {

Completed in 136 milliseconds