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

  /external/libvpx/libvpx/examples/includes/HTML-Toc-0.91/
Toc.pm 76 $self->{_toc} = "";
387 $self->{_toc} = "";
403 my @tocLines = split(/\r\n|\n/, $self->{_toc});
TocGenerator.pm 525 $aToc->{_toc} .=
634 $toc->{_toc} .=
711 # Add newline if _toc not empty
712 if ($toc->{_toc}) {
713 $toc->{_toc} .= "\n";
717 $toc->{_toc} .= "$level $groupLevel $groupId $node " .
722 $toc->{_toc} .= $aTokenAttributes->{id};
724 $toc->{_toc} .= " ";
800 $aToc->{_toc} .= $aText;
    [all...]
TocInsertor.pm 954 $$tokenArray[$index][HTML::TocInsertor::TIP_TOC] = $self->{_toc};
1019 $self->{_toc} = $aToc;
  /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...]
  /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...]

Completed in 845 milliseconds