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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_shelve.py 3 import shelve namespace
15 s = shelve.Shelf(d1, protocol=2, writeback=False)
30 s = shelve.open(self.fn, protocol=0)
40 s = shelve.open(self.fn, protocol=1)
50 s = shelve.open(self.fn, protocol=2)
60 s = shelve.Shelf(d1, protocol=0)
65 s = shelve.Shelf(d2, protocol=1)
75 s = shelve.Shelf(d1, protocol=2, writeback=False)
83 s = shelve.Shelf(d2, protocol=2, writeback=True)
96 s = shelve.Shelf(d, writeback=True
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_shelve.py 3 import shelve namespace
15 s = shelve.Shelf(d1, protocol=2, writeback=False)
30 s = shelve.open(self.fn, protocol=0)
40 s = shelve.open(self.fn, protocol=1)
50 s = shelve.open(self.fn, protocol=2)
60 s = shelve.Shelf(d1, protocol=0)
65 s = shelve.Shelf(d2, protocol=1)
75 s = shelve.Shelf(d1, protocol=2, writeback=False)
83 s = shelve.Shelf(d2, protocol=2, writeback=True)
96 s = shelve.Shelf(d, writeback=True
    [all...]
  /external/chromium_org/v8/tools/testrunner/local/
perfdata.py 30 import shelve namespace
53 self.database = shelve.open(filename, protocol=2)

Completed in 108 milliseconds