Home
last modified time | relevance | path

Searched refs:isPlaceholder (Results 1 – 17 of 17) sorted by relevance

/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DFakeTimeline.java47 public final boolean isPlaceholder; field in FakeTimeline.TimelineWindowDefinition
164 boolean isPlaceholder, in TimelineWindowDefinition() argument
175 this.isPlaceholder = isPlaceholder; in TimelineWindowDefinition()
278 window.isPlaceholder = windowDefinition.isPlaceholder; in getWindow()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/
DTimeline.java183 public boolean isPlaceholder; field in Timeline.Window
247 this.isPlaceholder = false; in set()
329 && isPlaceholder == that.isPlaceholder in equals()
351 result = 31 * result + (isPlaceholder ? 1 : 0); in hashCode()
DExoPlayerImplInternal.java2280 .isPlaceholder;
2346 if (previousTimeline.getWindow(period.windowIndex, window).isPlaceholder) {
2424 if (seekTimeline.getWindow(period.windowIndex, window).isPlaceholder) {
/external/skia/modules/skparagraph/src/
DIterators.h37 while (++fCurrentStyle != fTextStyles.end() && !fCurrentStyle->fStyle.isPlaceholder()) { in consume()
DParagraphCache.cpp72 if (ts.fStyle.isPlaceholder()) { in operator ()()
140 if (tsa.fStyle.isPlaceholder()) { in operator ==()
DRun.cpp250 SkASSERT(isPlaceholder()); in updateMetrics()
354 if (isPlaceholder()) { in placeholderStyle()
DTextWrapper.h78 if (!cluster->run()->isPlaceholder()) { in extend()
DParagraphImpl.cpp251 if (run.isPlaceholder()) { in buildClusterTable()
315 if (run.isPlaceholder()) { in markLineBreaks()
336 SkASSERT(!currentStyle->fStyle.isPlaceholder()); in markLineBreaks()
DTextLine.cpp85 if (b->fStyle.isPlaceholder()) { in TextLine()
117 if (!cluster->run()->isPlaceholder()) { in TextLine()
DRun.h108 bool isPlaceholder() const { return fPlaceholderIndex != std::numeric_limits<size_t>::max(); } in isPlaceholder() function
/external/clang/lib/Sema/
DSemaCast.cpp112 bool isPlaceholder() const { in isPlaceholder() function
115 bool isPlaceholder(BuiltinType::Kind K) const { in isPlaceholder() function
135 if (!isPlaceholder() || isPlaceholder(BuiltinType::Overload)) in checkNonOverloadPlaceholders()
577 else if (isPlaceholder()) in CheckDynamicCast()
730 else if (isPlaceholder()) in CheckConstCast()
843 if (ValueKind == VK_RValue && !isPlaceholder(BuiltinType::Overload)) in CheckReinterpretCast()
882 if (isPlaceholder()) { in CheckStaticCast()
908 !isPlaceholder(BuiltinType::Overload)) { in CheckStaticCast()
2168 if (isPlaceholder()) { in CheckCXXCStyleCast()
2209 !isPlaceholder(BuiltinType::Overload)) { in CheckCXXCStyleCast()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/source/
DProgressiveMediaSource.java333 window.isPlaceholder = true; in notifySourceInfoRefreshed()
DClippingMediaSource.java322 if (!window.isPlaceholder && startUs != 0 && !window.isSeekable) { in ClippingTimeline()
DMaskingMediaSource.java380 window.isPlaceholder = true; in getWindow()
/external/exoplayer/tree/extensions/ima/src/androidTest/java/com/google/android/exoplayer2/ext/ima/
DImaPlaybackTest.java221 .isPlaceholder) { in maybeUpdateSeenAdIdentifiers()
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/
DTimelineTest.java98 otherWindow.isPlaceholder = true; in windowEquals()
/external/skia/modules/skparagraph/include/
DTextStyle.h243 bool isPlaceholder() const { return fIsPlaceholder; } in isPlaceholder() function