Home
last modified time | relevance | path

Searched refs:chapterId (Results 1 – 23 of 23) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/geckoview/src/thirdparty/java/com/google/android/exoplayer2/metadata/id3/
H A DChapterFrame.java30 public final String chapterId; field in ChapterFrame
43 public ChapterFrame(String chapterId, int startTimeMs, int endTimeMs, long startOffset, in ChapterFrame() argument
46 this.chapterId = chapterId; in ChapterFrame()
56 this.chapterId = in.readString(); in ChapterFrame()
95 && Util.areEqual(chapterId, other.chapterId) in equals()
106 result = 31 * result + (chapterId != null ? chapterId.hashCode() : 0); in hashCode()
112 dest.writeString(chapterId); in writeToParcel()
H A DId3Decoder.java598 String chapterId = new String(id3Data.data, framePosition, chapterIdEndIndex - framePosition, in decodeChapterFrame() local
625 return new ChapterFrame(chapterId, startTime, endTime, startOffset, endOffset, subFrameArray); in decodeChapterFrame()
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/metadata/id3/
H A DChapterFrame.java30 public final String chapterId; field in ChapterFrame
43 public ChapterFrame(String chapterId, int startTimeMs, int endTimeMs, long startOffset, in ChapterFrame() argument
46 this.chapterId = chapterId; in ChapterFrame()
56 this.chapterId = in.readString(); in ChapterFrame()
95 && Util.areEqual(chapterId, other.chapterId) in equals()
106 result = 31 * result + (chapterId != null ? chapterId.hashCode() : 0); in hashCode()
112 dest.writeString(chapterId); in writeToParcel()
H A DId3Decoder.java598 String chapterId = new String(id3Data.data, framePosition, chapterIdEndIndex - framePosition, in decodeChapterFrame() local
625 return new ChapterFrame(chapterId, startTime, endTime, startOffset, endOffset, subFrameArray); in decodeChapterFrame()
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/metadata/id3/
H A DChapterFrame.java33 public final String chapterId; field in ChapterFrame
46 public ChapterFrame(String chapterId, int startTimeMs, int endTimeMs, long startOffset, in ChapterFrame() argument
49 this.chapterId = chapterId; in ChapterFrame()
59 this.chapterId = castNonNull(in.readString()); in ChapterFrame()
98 && Util.areEqual(chapterId, other.chapterId) in equals()
109 result = 31 * result + (chapterId != null ? chapterId.hashCode() : 0); in hashCode()
115 dest.writeString(chapterId); in writeToParcel()
H A DId3Decoder.java603 String chapterId = new String(id3Data.data, framePosition, chapterIdEndIndex - framePosition, in decodeChapterFrame() local
630 return new ChapterFrame(chapterId, startTime, endTime, startOffset, endOffset, subFrameArray); in decodeChapterFrame()
/dports/www/firefox/firefox-99.0/mobile/android/exoplayer2/src/main/java/org/mozilla/thirdparty/com/google/android/exoplayer2/metadata/id3/
H A DChapterFrame.java33 public final String chapterId; field in ChapterFrame
46 public ChapterFrame(String chapterId, int startTimeMs, int endTimeMs, long startOffset, in ChapterFrame() argument
49 this.chapterId = chapterId; in ChapterFrame()
59 this.chapterId = castNonNull(in.readString()); in ChapterFrame()
98 && Util.areEqual(chapterId, other.chapterId) in equals()
109 result = 31 * result + (chapterId != null ? chapterId.hashCode() : 0); in hashCode()
115 dest.writeString(chapterId); in writeToParcel()
H A DId3Decoder.java603 String chapterId = new String(id3Data.data, framePosition, chapterIdEndIndex - framePosition, in decodeChapterFrame() local
630 return new ChapterFrame(chapterId, startTime, endTime, startOffset, endOffset, subFrameArray); in decodeChapterFrame()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/metadata/id3/
H A DChapterFrame.java33 public final String chapterId; field in ChapterFrame
46 public ChapterFrame(String chapterId, int startTimeMs, int endTimeMs, long startOffset, in ChapterFrame() argument
49 this.chapterId = chapterId; in ChapterFrame()
59 this.chapterId = castNonNull(in.readString()); in ChapterFrame()
98 && Util.areEqual(chapterId, other.chapterId) in equals()
109 result = 31 * result + (chapterId != null ? chapterId.hashCode() : 0); in hashCode()
115 dest.writeString(chapterId); in writeToParcel()
H A DId3Decoder.java603 String chapterId = new String(id3Data.data, framePosition, chapterIdEndIndex - framePosition, in decodeChapterFrame() local
630 return new ChapterFrame(chapterId, startTime, endTime, startOffset, endOffset, subFrameArray); in decodeChapterFrame()
/dports/devel/elm-format/elm-format-0.8.3/tests/test-files/good/Elm-0.18/rtfeldman/dreamwriter/
H A DEditor.elm183 lazyViewChapter chapterId =
184 [ lazy viewChapterHeading chapterId
185 , lazy viewChapterBody chapterId
190 viewChapterBody chapterId =
192 [ key ("chapter-body-" ++ chapterId)
193 , id ("edit-chapter-body-" ++ chapterId)
200 viewChapterHeading chapterId =
202 [ key ("chapter-heading-" ++ chapterId)
203 , id ("edit-chapter-heading-" ++ chapterId)
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/
H A Ddebugger.cpp676 int chapterId = atoi(argv[1]); in cmdScene() local
680 if (chapterId < 1 || chapterId > 5) { in cmdScene()
685 int chapterIdNormalized = chapterId; in cmdScene()
687 if (chapterId == 3 || chapterId == 5) { in cmdScene()
713 int chapterId = 0; in cmdScene() local
718 chapterId = atoi(argv[1]); in cmdScene()
720 if (chapterId < 1 || chapterId > 5) { in cmdScene()
731 int chapterIdNormalized = chapterId; in cmdScene()
733 if (chapterId == 3 || chapterId == 5) { in cmdScene()
756 int chapterIdNormalized = chapterId; in cmdScene()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Ddebugger.cpp757 if (chapterId < 1 || chapterId > 5) { in dbgAttemptToLoadChapterSetScene()
762 int chapterIdNormalized = chapterId; in dbgAttemptToLoadChapterSetScene()
764 if (chapterId == 3 || chapterId == 5) { in dbgAttemptToLoadChapterSetScene()
765 chapterIdNormalized = chapterId - 1; in dbgAttemptToLoadChapterSetScene()
800 int chapterId = atoi(argv[1]); in cmdScene() local
806 int chapterId = 0; in cmdScene() local
811 chapterId = atoi(argv[1]); in cmdScene()
813 if (chapterId < 1 || chapterId > 5) { in cmdScene()
826 if (chapterId == 3 || chapterId == 5) { in cmdScene()
849 int chapterIdNormalized = chapterId; in cmdScene()
[all …]
H A Ddebugger.h137 bool dbgAttemptToLoadChapterSetScene(int chapterId, int setId, int sceneId);
/dports/finance/kraft/kraft-0.97/src/
H A Dcatalogtemplate.h69 dbID chapterId();
H A Dcatalogtemplate.cpp134 dbID CatalogTemplate::chapterId() in chapterId() function in CatalogTemplate
H A Dtemplatesaverdb.cpp357 buffer->setValue( "chapterID", tmpl->chapterId().toInt() ); in fillTemplateBuffer()
386 dbID chapId = tmpl->chapterId(); in saveTemplateChapter()
H A Dmaterialsaverdb.cpp118 dbID chapId = tmpl->chapterId(); in saveTemplateChapter()
H A Dkataloglistview.cpp483 newParentId = tmpl->chapterId(); in dropEvent()
498 if( tmpl && tmpl->chapterId() != newParentId ) { in dropEvent()
H A Dtemplkatalog.cpp352 int haveChap = tmpl->chapterId().toInt(); in getFlosTemplates()
H A Dkraftview.cpp1009 … int chapterId = KatalogMan::self()->defaultTemplateCatalog()->chapterID(chapter).toInt(); in slotAddItem() local
1013 chapterId, in slotAddItem()
H A Dflostempldialog.cpp161 int chapID = t->chapterId().toInt(); in setTemplate()
/dports/www/grafana8/grafana-8.3.6/public/build/
H A D2201.0e38943fa459e872fe93.js.map1chapterId}}\n * </file>\n *\n * <file name=\"script.js\">\n * angular.modu…