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

  /external/python/cpython2/Lib/
mailbox.py 262 self._toc = {}
384 for key in self._toc:
394 return key in self._toc
399 return len(self._toc)
526 self._toc = {}
534 self._toc[uniq] = os.path.join(subdir, entry)
540 if os.path.exists(os.path.join(self._path, self._toc[key])):
541 return self._toc[key]
546 return self._toc[key]
583 self._toc = Non
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
mailbox.py 264 self._toc = {}
378 for key in self._toc:
388 return key in self._toc
393 return len(self._toc)
520 self._toc = {}
528 self._toc[uniq] = os.path.join(subdir, entry)
534 if os.path.exists(os.path.join(self._path, self._toc[key])):
535 return self._toc[key]
540 return self._toc[key]
577 self._toc = Non
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
mailbox.py 264 self._toc = {}
378 for key in self._toc:
388 return key in self._toc
393 return len(self._toc)
520 self._toc = {}
528 self._toc[uniq] = os.path.join(subdir, entry)
534 if os.path.exists(os.path.join(self._path, self._toc[key])):
535 return self._toc[key]
540 return self._toc[key]
577 self._toc = Non
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mailbox.py 264 self._toc = {}
378 for key in self._toc:
388 return key in self._toc
393 return len(self._toc)
520 self._toc = {}
528 self._toc[uniq] = os.path.join(subdir, entry)
534 if os.path.exists(os.path.join(self._path, self._toc[key])):
535 return self._toc[key]
540 return self._toc[key]
577 self._toc = Non
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailbox.py 264 self._toc = {}
378 for key in self._toc:
388 return key in self._toc
393 return len(self._toc)
520 self._toc = {}
528 self._toc[uniq] = os.path.join(subdir, entry)
534 if os.path.exists(os.path.join(self._path, self._toc[key])):
535 return self._toc[key]
540 return self._toc[key]
577 self._toc = Non
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
mailbox.py 249 self._toc = {}
365 for key in self._toc:
375 return key in self._toc
380 return len(self._toc)
507 self._toc = {}
515 self._toc[uniq] = os.path.join(subdir, entry)
521 if os.path.exists(os.path.join(self._path, self._toc[key])):
522 return self._toc[key]
527 return self._toc[key]
564 self._toc = None
    [all...]
  /tools/tradefederation/core/
Android.mk 99 -yaml _toc.yaml \
  /external/python/cpython2/Lib/test/
test_mailbox.py 697 self.assertEqual(self._box._toc, {})
700 self.assertEqual(self._box._toc, {})
702 self.assertEqual(self._box._toc, {key0: os.path.join('new', key0),
705 self.assertEqual(self._box._toc, {key0: os.path.join('new', key0),
708 self.assertEqual(self._box._toc, {key0: os.path.join('new', key0),
714 # period" of 2 seconds has passed; _toc should still be
720 self.assertEqual(self._box._toc, {})
724 # safety period has passed and re-reading the _toc is only
729 self.assertEqual(sorted(self._box._toc.keys()), sorted([key0, key1]))
737 self.assertEqual(self._box._toc, {key0: os.path.join('new', key0)}
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_mailbox.py 698 self.assertEqual(self._box._toc, {})
701 self.assertEqual(self._box._toc, {})
703 self.assertEqual(self._box._toc, {key0: os.path.join('new', key0),
706 self.assertEqual(self._box._toc, {key0: os.path.join('new', key0),
709 self.assertEqual(self._box._toc, {key0: os.path.join('new', key0),
715 # period" of 2 seconds has passed; _toc should still be
721 self.assertEqual(self._box._toc, {})
725 # safety period has passed and re-reading the _toc is only
730 self.assertEqual(sorted(self._box._toc.keys()), sorted([key0, key1]))
738 self.assertEqual(self._box._toc, {key0: os.path.join('new', key0)}
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_mailbox.py 698 self.assertEqual(self._box._toc, {})
701 self.assertEqual(self._box._toc, {})
703 self.assertEqual(self._box._toc, {key0: os.path.join('new', key0),
706 self.assertEqual(self._box._toc, {key0: os.path.join('new', key0),
709 self.assertEqual(self._box._toc, {key0: os.path.join('new', key0),
715 # period" of 2 seconds has passed; _toc should still be
721 self.assertEqual(self._box._toc, {})
725 # safety period has passed and re-reading the _toc is only
730 self.assertEqual(sorted(self._box._toc.keys()), sorted([key0, key1]))
738 self.assertEqual(self._box._toc, {key0: os.path.join('new', key0)}
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_mailbox.py 698 self.assertEqual(self._box._toc, {})
701 self.assertEqual(self._box._toc, {})
703 self.assertEqual(self._box._toc, {key0: os.path.join('new', key0),
706 self.assertEqual(self._box._toc, {key0: os.path.join('new', key0),
709 self.assertEqual(self._box._toc, {key0: os.path.join('new', key0),
715 # period" of 2 seconds has passed; _toc should still be
721 self.assertEqual(self._box._toc, {})
725 # safety period has passed and re-reading the _toc is only
730 self.assertEqual(sorted(self._box._toc.keys()), sorted([key0, key1]))
738 self.assertEqual(self._box._toc, {key0: os.path.join('new', key0)}
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_mailbox.py 698 self.assertEqual(self._box._toc, {})
701 self.assertEqual(self._box._toc, {})
703 self.assertEqual(self._box._toc, {key0: os.path.join('new', key0),
706 self.assertEqual(self._box._toc, {key0: os.path.join('new', key0),
709 self.assertEqual(self._box._toc, {key0: os.path.join('new', key0),
715 # period" of 2 seconds has passed; _toc should still be
721 self.assertEqual(self._box._toc, {})
725 # safety period has passed and re-reading the _toc is only
730 self.assertEqual(sorted(self._box._toc.keys()), sorted([key0, key1]))
738 self.assertEqual(self._box._toc, {key0: os.path.join('new', key0)}
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_mailbox.py 664 self.assertEqual(self._box._toc, {})
667 self.assertEqual(self._box._toc, {})
669 self.assertEqual(self._box._toc, {key0: os.path.join('new', key0),
672 self.assertEqual(self._box._toc, {key0: os.path.join('new', key0),
675 self.assertEqual(self._box._toc, {key0: os.path.join('new', key0),
685 self.assertEqual(self._box._toc, {key0: os.path.join('new', key0)})
690 self.assertEqual(self._box._toc, {})
    [all...]

Completed in 159 milliseconds