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

  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/test/
test_recno.py 1 """TestCases for exercising a Recno DB.
43 recno = d.append(x * 60)
44 self.assertIsInstance(recno, int)
45 self.assertGreaterEqual(recno, 1)
47 print recno,
55 for recno in range(1, len(d)+1):
56 data = d[recno]
61 self.assertEqual(data, d.get(recno))
169 # put a record beyond the consecutive end of the recno's
206 A Recno file that is given a "backing source file" is essentially
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/test/
test_recno.py 1 """TestCases for exercising a Recno DB.
43 recno = d.append(x * 60)
44 self.assertIsInstance(recno, int)
45 self.assertGreaterEqual(recno, 1)
47 print recno,
55 for recno in range(1, len(d)+1):
56 data = d[recno]
61 self.assertEqual(data, d.get(recno))
169 # put a record beyond the consecutive end of the recno's
206 A Recno file that is given a "backing source file" is essentially
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_recno.py 1 """TestCases for exercising a Recno DB.
43 recno = d.append(x * 60)
44 self.assertIsInstance(recno, int)
45 self.assertGreaterEqual(recno, 1)
47 print recno,
55 for recno in range(1, len(d)+1):
56 data = d[recno]
61 self.assertEqual(data, d.get(recno))
169 # put a record beyond the consecutive end of the recno's
206 A Recno file that is given a "backing source file" is essentially
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_recno.py 1 """TestCases for exercising a Recno DB.
43 recno = d.append(x * 60)
44 self.assertIsInstance(recno, int)
45 self.assertGreaterEqual(recno, 1)
47 print recno,
55 for recno in range(1, len(d)+1):
56 data = d[recno]
61 self.assertEqual(data, d.get(recno))
169 # put a record beyond the consecutive end of the recno's
206 A Recno file that is given a "backing source file" is essentially
    [all...]
  /external/pcre/dist/
pcre_compile.c 4558 int recno; local
9463 int offset, recno; local
    [all...]
pcre_exec.c 1339 unsigned int recno = GET2(ecode, 1); \/* Recursion group number*\/ local
1351 unsigned int recno = GET2(slot, 0); local
1756 unsigned int recno; local
    [all...]
pcre_dfa_exec.c 2796 int recno = (callpat == md->start_code)? 0 : local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/
dbshelve.py 359 def set_recno(self, recno, flags=0):
360 rec = self.dbc.set_recno(recno, flags)
  /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/
dbshelve.py 359 def set_recno(self, recno, flags=0):
360 rec = self.dbc.set_recno(recno, flags)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbshelve.py 359 def set_recno(self, recno, flags=0):
360 rec = self.dbc.set_recno(recno, flags)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbshelve.py 359 def set_recno(self, recno, flags=0):
360 rec = self.dbc.set_recno(recno, flags)

Completed in 993 milliseconds