HomeSort by relevance Sort by last modified time
    Searched full:popitem (Results 26 - 50 of 51) sorted by null

12 3

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_dict.py 331 # dict.popitem()
346 ka, va = ta = a.popitem()
348 kb, vb = tb = b.popitem()
355 self.assertRaises(KeyError, d.popitem)
test_collections.py 644 elem, cnt = c.popitem()
    [all...]
test_bsddb.py 281 k, v = self.f.popitem()
test_mailbox.py 354 # Get and remove an arbitrary (key, message) using popitem()
360 key, msg = self._box.popitem()
413 self._box.popitem()
415 self._box.popitem()
490 self.assertRaises(NotImplementedError, lambda: box.popitem())
    [all...]
test_weakref.py     [all...]
  /external/chromium_org/chrome/browser/ui/webui/ntp/
suggestions_combiner_unittest.cc 166 virtual base::DictionaryValue* PopItem() OVERRIDE {
  /external/chromium_org/third_party/bintrees/bintrees/
__init__.py 70 * popitem() -> (k, v), remove and return some (key, value) pair as a 2-tuple, O(log(n))
  /external/chromium_org/content/browser/download/
download_manager_impl_unittest.cc 221 MockDownloadItemImpl* PopItem();
277 MockDownloadItemImpl* MockDownloadItemFactory::PopItem() {
477 item = mock_download_item_factory_->PopItem()) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_collections.py 644 elem, cnt = c.popitem()
    [all...]
test_bsddb.py 281 k, v = self.f.popitem()
test_mailbox.py 354 # Get and remove an arbitrary (key, message) using popitem()
360 key, msg = self._box.popitem()
413 self._box.popitem()
415 self._box.popitem()
490 self.assertRaises(NotImplementedError, lambda: box.popitem())
    [all...]
test_weakref.py     [all...]
  /external/chromium_org/third_party/jinja2/
sandbox.py 77 'clear', 'pop', 'popitem', 'setdefault', 'update'
  /external/chromium_org/third_party/mesa/src/scons/
gallium.py 197 env.popitem('debug')
198 env.popitem('profile')
  /external/mesa3d/scons/
gallium.py 197 env.popitem('debug')
198 env.popitem('profile')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
collections.py 153 def popitem(self, last=True): member in class:OrderedDict
154 '''od.popitem() -> (k, v), return and remove a (key, value) pair.
sets.py 537 return self._data.popitem()[0]
mailbox.py 160 def popitem(self): member in class:Mailbox
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
collections.py 153 def popitem(self, last=True): member in class:OrderedDict
154 '''od.popitem() -> (k, v), return and remove a (key, value) pair.
sets.py 537 return self._data.popitem()[0]
mailbox.py 160 def popitem(self): member in class:Mailbox
    [all...]
  /external/chromium_org/third_party/bintrees/
README.txt 68 * popitem() -> (k, v), remove and return some (key, value) pair as a 2-tuple, O(log(n))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]

Completed in 1198 milliseconds

12 3