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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_associate.py 286 def getGenre(self, priKey, priData):
291 print 'getGenre key: %r data: %r' % (priKey, priData)
298 def getGenreList(self, priKey, PriData) :
299 v = self.getGenre(priKey, PriData)
376 def getGenre(self, priKey, priData):
379 print 'getGenre key: %r data: %r' % (priKey, priData)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_associate.py 286 def getGenre(self, priKey, priData):
291 print 'getGenre key: %r data: %r' % (priKey, priData)
298 def getGenreList(self, priKey, PriData) :
299 v = self.getGenre(priKey, PriData)
376 def getGenre(self, priKey, priData):
379 print 'getGenre key: %r data: %r' % (priKey, priData)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbshelve.py 232 def _shelf_callback(priKey, priData, realCallback=callback):
238 return realCallback(priKey, data)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbshelve.py 232 def _shelf_callback(priKey, priData, realCallback=callback):
238 return realCallback(priKey, data)

Completed in 56 milliseconds