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

  /tools/test/connectivity/acts/tests/google/ble/bt5/
PhyTest.py 35 def lfmt(txPhy, rxPhy): function
76 self.log.info("\tClient PHY updated: " + lfmt(txPhy, rxPhy))
85 self.log.info("\tServer PHY updated: " + lfmt(txPhy, rxPhy))
138 self.log.info("Initial connection PHY was: " + lfmt(cTxPhy, cRxPhy))
144 self.log.info("Will try to set PHY to: " + lfmt(nextTxPhy, nextRxPhy))
190 self.log.info("Initial connection PHY was: " + lfmt(txPhyB, rxPhyB))
197 self.log.info("Will try to set PHY to: " + lfmt(txPhy, rxPhy))
233 self.log.info("Initial connection PHY was: " + lfmt(txPhy, rxPhy))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_types.py 579 lfmt = "<20n"
583 self.assertEqual(len(format(0, lfmt)), len(format(x, lfmt)))
  /external/python/cpython2/Lib/test/
test_types.py 579 lfmt = "<20n"
583 self.assertEqual(len(format(0, lfmt)), len(format(x, lfmt)))
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_types.py 579 lfmt = "<20n"
583 self.assertEqual(len(format(0, lfmt)), len(format(x, lfmt)))
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_types.py 579 lfmt = "<20n"
583 self.assertEqual(len(format(0, lfmt)), len(format(x, lfmt)))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_types.py 579 lfmt = "<20n"
583 self.assertEqual(len(format(0, lfmt)), len(format(x, lfmt)))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_types.py 579 lfmt = "<20n"
583 self.assertEqual(len(format(0, lfmt)), len(format(x, lfmt)))

Completed in 467 milliseconds