Home
last modified time | relevance | path

Searched refs:tableOfContents (Results 1 – 25 of 162) sorted by relevance

1234567

/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/extractor/mp3/
H A DXingSeeker.java64 long[] tableOfContents = new long[100]; in create() local
66 tableOfContents[i] = frame.readUnsignedByte(); in create()
77 position, mpegAudioHeader.frameSize, durationUs, dataSize, tableOfContents); in create()
91 @Nullable private final long[] tableOfContents; field in XingSeeker
107 @Nullable long[] tableOfContents) { in XingSeeker() argument
111 this.tableOfContents = tableOfContents; in XingSeeker()
118 return tableOfContents != null; in isSeekable()
135 long[] tableOfContents = Assertions.checkNotNull(this.tableOfContents); in getSeekPoints() local
136 double prevScaledPosition = tableOfContents[prevTableIndex]; in getSeekPoints()
155 long[] tableOfContents = Assertions.checkNotNull(this.tableOfContents); in getTimeUs() local
[all …]
/dports/www/firefox/firefox-99.0/mobile/android/exoplayer2/src/main/java/org/mozilla/thirdparty/com/google/android/exoplayer2/extractor/mp3/
H A DXingSeeker.java64 long[] tableOfContents = new long[100]; in create() local
66 tableOfContents[i] = frame.readUnsignedByte(); in create()
77 position, mpegAudioHeader.frameSize, durationUs, dataSize, tableOfContents); in create()
91 @Nullable private final long[] tableOfContents; field in XingSeeker
107 @Nullable long[] tableOfContents) { in XingSeeker() argument
111 this.tableOfContents = tableOfContents; in XingSeeker()
118 return tableOfContents != null; in isSeekable()
135 long[] tableOfContents = Assertions.checkNotNull(this.tableOfContents); in getSeekPoints() local
136 double prevScaledPosition = tableOfContents[prevTableIndex]; in getSeekPoints()
155 long[] tableOfContents = Assertions.checkNotNull(this.tableOfContents); in getTimeUs() local
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/extractor/mp3/
H A DXingSeeker.java64 long[] tableOfContents = new long[100]; in create() local
66 tableOfContents[i] = frame.readUnsignedByte(); in create()
77 position, mpegAudioHeader.frameSize, durationUs, dataSize, tableOfContents); in create()
91 @Nullable private final long[] tableOfContents; field in XingSeeker
107 @Nullable long[] tableOfContents) { in XingSeeker() argument
111 this.tableOfContents = tableOfContents; in XingSeeker()
118 return tableOfContents != null; in isSeekable()
135 long[] tableOfContents = Assertions.checkNotNull(this.tableOfContents); in getSeekPoints() local
136 double prevScaledPosition = tableOfContents[prevTableIndex]; in getSeekPoints()
155 long[] tableOfContents = Assertions.checkNotNull(this.tableOfContents); in getTimeUs() local
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/geckoview/src/thirdparty/java/com/google/android/exoplayer2/extractor/mp3/
H A DXingSeeker.java62 long[] tableOfContents = new long[99]; in create() local
64 tableOfContents[i] = frame.readUnsignedByte(); in create()
70 return new XingSeeker(firstFramePosition, durationUs, inputLength, tableOfContents, in create()
80 private final long[] tableOfContents; field in XingSeeker
89 long[] tableOfContents, long sizeBytes, int headerSize) { in XingSeeker() argument
93 this.tableOfContents = tableOfContents; in XingSeeker()
100 return tableOfContents != null; in isSeekable()
120 fa = tableOfContents[a - 1]; in getPosition()
123 fb = tableOfContents[a]; in getPosition()
143 Util.binarySearchFloor(tableOfContents, (long) offsetByte, true, false) + 1; in getTimeUs()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/extractor/mp3/
H A DXingSeeker.java62 long[] tableOfContents = new long[99]; in create() local
64 tableOfContents[i] = frame.readUnsignedByte(); in create()
70 return new XingSeeker(firstFramePosition, durationUs, inputLength, tableOfContents, in create()
80 private final long[] tableOfContents; field in XingSeeker
89 long[] tableOfContents, long sizeBytes, int headerSize) { in XingSeeker() argument
93 this.tableOfContents = tableOfContents; in XingSeeker()
100 return tableOfContents != null; in isSeekable()
120 fa = tableOfContents[a - 1]; in getPosition()
123 fb = tableOfContents[a]; in getPosition()
143 Util.binarySearchFloor(tableOfContents, (long) offsetByte, true, false) + 1; in getTimeUs()
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Docs/
H A DStructuralElement.php92 public function setTableOfContents(Google_Service_Docs_TableOfContents $tableOfContents) argument
94 $this->tableOfContents = $tableOfContents;
101 return $this->tableOfContents;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Docs/
H A DStructuralElement.php92 public function setTableOfContents(Google_Service_Docs_TableOfContents $tableOfContents) argument
94 $this->tableOfContents = $tableOfContents;
101 return $this->tableOfContents;
/dports/www/osticket/upload/include/mpdf/vendor/mpdf/mpdf/src/Tag/
H A DTag.php46 protected $tableOfContents; variable in Mpdf\\Tag\\Tag
87 TableOfContents $tableOfContents, argument
99 $this->tableOfContents = $tableOfContents;
H A DToc.php11 $this->tableOfContents->openTagTOC($attr);
H A DTocPageBreak.php9 list($isbreak, $toc_id) = $this->tableOfContents->openTagTOCPAGEBREAK($attr);
/dports/www/osticket/upload/include/mpdf/vendor/mpdf/mpdf/src/
H A DTag.php42 private $tableOfContents; variable in Mpdf\\Tag
82 TableOfContents $tableOfContents, argument
94 $this->tableOfContents = $tableOfContents;
115 $this->tableOfContents,
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/testdata/NomosTestfiles/EPL/
H A DSampleGatherer.java530 final StringBuffer tableOfContents;
538 tableOfContents = new StringBuffer(); in HTMLSamplesRenderer()
550 tableOfContents.append("\">" + title + "</a></li>"); in startAnchorName()
551 tableOfContents.append(EOL); in startAnchorName()
674 sink.append(tableOfContents.toString()); in endList()
742 tableOfContents.append(" </ul>"); in doContentTree()
743 tableOfContents.append(EOL); in doContentTree()
759 tableOfContents.append(prefixName); in doContentTree()
761 tableOfContents.append(EOL); in doContentTree()
762 tableOfContents.append(" <ul>"); in doContentTree()
[all …]
/dports/graphics/okular/okular-21.12.3/mobile/components/
H A Ddocumentitem.h72 Q_PROPERTY(TOCModel *tableOfContents READ tableOfContents CONSTANT)
106 TOCModel *tableOfContents() const;
/dports/net/zebra-server/idzebra-2.0.55/test/xslt/
H A Dgpdctodc.xsl91 <xsl:template match="//dc:tableOfContents">
92 <tableOfContents>
94 </tableOfContents>
/dports/www/gohugo/hugo-0.91.2/hugolib/
H A Dpage__per_output.go135 cp.tableOfContents = template.HTML(
144 cp.tableOfContents = helpers.BytesToHTML(tmpTableOfContents)
152 cp.contentPlaceholders[tocShortcodePlaceholder] = string(cp.tableOfContents)
268 tableOfContents template.HTML member
336 return p.tableOfContents
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/pack/
H A Dpack_test.go122 ar.scan(ar.tableOfContents)
135 ar.scan(ar.tableOfContents)
148 ar.scan(ar.tableOfContents)
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/cloud.google.com/go/google-cloud-go-0.72.0/internal/godocfx/
H A Dparse.go39 type tableOfContents []*tocItem
102 toc tableOfContents
336 func buildTOC(mod string, pis []pkgInfo, extraFiles []extraFile) tableOfContents {
337 toc := tableOfContents{}
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/cloud.google.com/go/internal/godocfx/
H A Dparse.go39 type tableOfContents []*tocItem type
102 toc tableOfContents
336 func buildTOC(mod string, pis []pkgInfo, extraFiles []extraFile) tableOfContents {
337 toc := tableOfContents{}
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/cloud.google.com/go/internal/godocfx/
H A Dparse.go39 type tableOfContents []*tocItem type
100 toc tableOfContents
320 func buildTOC(mod string, pis []pkgInfo, extraFiles []string) tableOfContents {
321 toc := tableOfContents{}
/dports/www/gohugo/hugo-0.91.2/resources/page/
H A Dpage_marshaljson.autogen.go46 tableOfContents := p.TableOfContents()
159 TableOfContents: tableOfContents,
/dports/www/gohugo/hugo-0.91.2/docs/config/_default/
H A Dmarkup.toml28 [tableOfContents]
/dports/textproc/p5-RDFStore/RDFStore-0.51/lib/RDFStore/Vocabulary/
H A DDCQ.pm16 use vars qw ( $VERSION $audience $alternative $tableOfContents $abstract $created $valid $available…
49 $RDFStore::Vocabulary::DCQ::tableOfContents = createResource($_[0], "tableOfContents");
172 $RDFStore::Vocabulary::DCQ::tableOfContents = undef;
/dports/graphics/okular/okular-21.12.3/mobile/app/package/contents/ui/
H A DTableOfContents.qml29 model: documentItem.tableOfContents
/dports/devel/gitlab-runner/google-cloud-go-storage-v1.12.0/internal/godocfx/
H A Dparse.go37 type tableOfContents []*tocItem type
99 func parse(glob string) (map[string]*page, tableOfContents, *packages.Module, error) {
116 toc := tableOfContents{}
/dports/sysutils/gomplate/google-cloud-go-storage-v1.12.0/internal/godocfx/
H A Dparse.go37 type tableOfContents []*tocItem type
99 func parse(glob string) (map[string]*page, tableOfContents, *packages.Module, error) {
116 toc := tableOfContents{}

1234567