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

  /external/python/cpython3/Lib/test/
test_shelve.py 2 import shelve
52 s = shelve.Shelf(d1, protocol=2, writeback=False)
66 s = shelve.open(self.fn, protocol=0)
74 s = shelve.open(self.fn, protocol=1)
82 s = shelve.open(self.fn, protocol=2)
91 s = shelve.Shelf(d1, protocol=0)
96 s = shelve.Shelf(d2, protocol=1)
107 s = shelve.Shelf(d1, protocol=2, writeback=False)
115 s = shelve.Shelf(d2, protocol=2, writeback=True)
129 shelve.Shelf(d)[key] = [1
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_shelve.py 3 import shelve
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/python/cpython2/Lib/test/
test_shelve.py 3 import shelve
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/libyuv/files/
cleanup_links.py 24 import shelve
60 links_database = shelve.open(filename)
setup_links.py 27 import shelve
417 links_database = shelve.open(filename)
  /external/autotest/tko/parsers/test/
scenario_base.py 5 import ConfigParser, os, shelve, shutil, sys, tarfile, time
241 """A more system-portable wrapper around shelve.open, with the exact
244 return shelve.Shelf(dumbdbm.open(filename, flag), protocol, writeback)
281 tag: str; Tag to use as shelve key for persisted parser_result
298 shelve.DbfilenameShelf; Looks and acts like a dict
  /external/webrtc/
setup_links.py 27 import shelve
438 links_database = shelve.open(filename)

Completed in 3215 milliseconds