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

  /external/python/cpython2/Lib/bsddb/test/
test_replication.py 282 self.c2m = Queue.Queue()
289 def c2m(dbenv, control, rec, lsnp, envid, flags) : function in function:DBBaseReplication.setUp
290 self.c2m.put((control, rec))
294 self.dbenvClient.rep_set_transport(3,c2m)
306 return self.thread_do(self.dbenvMaster, self.c2m, 3,
339 self.c2m.put(None)
  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/test/
test_replication.py 282 self.c2m = Queue.Queue()
289 def c2m(dbenv, control, rec, lsnp, envid, flags) : function in function:DBBaseReplication.setUp
290 self.c2m.put((control, rec))
294 self.dbenvClient.rep_set_transport(3,c2m)
306 return self.thread_do(self.dbenvMaster, self.c2m, 3,
339 self.c2m.put(None)
  /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/test/
test_replication.py 282 self.c2m = Queue.Queue()
289 def c2m(dbenv, control, rec, lsnp, envid, flags) : function in function:DBBaseReplication.setUp
290 self.c2m.put((control, rec))
294 self.dbenvClient.rep_set_transport(3,c2m)
306 return self.thread_do(self.dbenvMaster, self.c2m, 3,
339 self.c2m.put(None)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_replication.py 282 self.c2m = Queue.Queue()
289 def c2m(dbenv, control, rec, lsnp, envid, flags) : function in function:DBBaseReplication.setUp
290 self.c2m.put((control, rec))
294 self.dbenvClient.rep_set_transport(3,c2m)
306 return self.thread_do(self.dbenvMaster, self.c2m, 3,
339 self.c2m.put(None)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_replication.py 282 self.c2m = Queue.Queue()
289 def c2m(dbenv, control, rec, lsnp, envid, flags) : function in function:DBBaseReplication.setUp
290 self.c2m.put((control, rec))
294 self.dbenvClient.rep_set_transport(3,c2m)
306 return self.thread_do(self.dbenvMaster, self.c2m, 3,
339 self.c2m.put(None)

Completed in 435 milliseconds