Home
last modified time | relevance | path

Searched refs:isLive (Results 1 – 25 of 103) sorted by relevance

12345

/external/exoplayer/tree/extensions/cast/src/main/java/com/google/android/exoplayer2/ext/cast/
DCastTimeline.java43 public final boolean isLive; field in CastTimeline.ItemData
59 public ItemData(long durationUs, long defaultPositionUs, boolean isLive) { in ItemData() argument
62 this.isLive = isLive; in ItemData()
73 public ItemData copyWithNewValues(long durationUs, long defaultPositionUs, boolean isLive) { in copyWithNewValues() argument
76 && isLive == this.isLive) { in copyWithNewValues()
79 return new ItemData(durationUs, defaultPositionUs, isLive); in copyWithNewValues()
91 private final boolean[] isLive; field in CastTimeline
105 isLive = new boolean[itemCount]; in CastTimeline()
112 isLive[i] = data.isLive; in CastTimeline()
136 isLive[windowIndex], in getWindow()
[all …]
DCastTimelineTracker.java83 boolean isLive = in updateItemData()
85 ? previousData.isLive in updateItemData()
90 itemIdToData.put(itemId, previousData.copyWithNewValues(durationUs, defaultPositionUs, isLive)); in updateItemData()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/source/
DSinglePeriodTimeline.java39 private final boolean isLive; field in SinglePeriodTimeline
52 long durationUs, boolean isSeekable, boolean isDynamic, boolean isLive) { in SinglePeriodTimeline() argument
53 this(durationUs, isSeekable, isDynamic, isLive, /* manifest= */ null, /* tag= */ null); in SinglePeriodTimeline()
70 boolean isLive, in SinglePeriodTimeline() argument
80 isLive, in SinglePeriodTimeline()
108 boolean isLive, in SinglePeriodTimeline() argument
121 isLive, in SinglePeriodTimeline()
159 boolean isLive, in SinglePeriodTimeline() argument
171 this.isLive = isLive; in SinglePeriodTimeline()
206 isLive, in getWindow()
DProgressiveMediaSource.java294 public void onSourceInfoRefreshed(long durationUs, boolean isSeekable, boolean isLive) { in onSourceInfoRefreshed() argument
300 && timelineIsLive == isLive) { in onSourceInfoRefreshed()
306 timelineIsLive = isLive; in onSourceInfoRefreshed()
/external/clang/include/clang/Analysis/Analyses/
DLiveVariables.h47 bool isLive(const Stmt *S) const;
48 bool isLive(const VarDecl *D) const;
77 bool isLive(const CFGBlock *B, const VarDecl *D);
83 bool isLive(const Stmt *S, const VarDecl *D);
87 bool isLive(const Stmt *Loc, const Stmt *StmtVal);
/external/llvm-project/clang/include/clang/Analysis/Analyses/
DLiveVariables.h48 bool isLive(const Expr *E) const;
49 bool isLive(const VarDecl *D) const;
78 bool isLive(const CFGBlock *B, const VarDecl *D);
84 bool isLive(const Stmt *S, const VarDecl *D);
88 bool isLive(const Stmt *Loc, const Expr *Val);
/external/clang/lib/StaticAnalyzer/Core/
DSymbolManager.cpp414 if (isLive(sym)) in maybeDead()
428 return isLive(SR->getSymbol()); in isLiveRegion()
431 return isLive(VR, true); in isLiveRegion()
452 bool SymbolReaper::isLive(SymbolRef sym) { in isLive() function in SymbolReaper
468 KnownLive = isLive(cast<SymbolDerived>(sym)->getParentSymbol()); in isLive()
480 KnownLive = isLive(cast<SymIntExpr>(sym)->getLHS()); in isLive()
483 KnownLive = isLive(cast<IntSymExpr>(sym)->getRHS()); in isLive()
486 KnownLive = isLive(cast<SymSymExpr>(sym)->getLHS()) && in isLive()
487 isLive(cast<SymSymExpr>(sym)->getRHS()); in isLive()
490 KnownLive = isLive(cast<SymbolCast>(sym)->getOperand()); in isLive()
[all …]
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DSymbolManager.cpp419 return isLive(SR->getSymbol()); in isLiveRegion()
422 return isLive(VR, true); in isLiveRegion()
443 bool SymbolReaper::isLive(SymbolRef sym) { in isLive() function in SymbolReaper
459 KnownLive = isLive(cast<SymbolDerived>(sym)->getParentSymbol()); in isLive()
471 KnownLive = isLive(cast<SymIntExpr>(sym)->getLHS()); in isLive()
474 KnownLive = isLive(cast<IntSymExpr>(sym)->getRHS()); in isLive()
477 KnownLive = isLive(cast<SymSymExpr>(sym)->getLHS()) && in isLive()
478 isLive(cast<SymSymExpr>(sym)->getRHS()); in isLive()
481 KnownLive = isLive(cast<SymbolCast>(sym)->getOperand()); in isLive()
492 SymbolReaper::isLive(const Expr *ExprVal, const LocationContext *ELCtx) const { in isLive() function in SymbolReaper
[all …]
DDynamicType.cpp158 static bool isLive(SymbolReaper &SR, const MemRegion *MR) { in isLive() function
162 static bool isLive(SymbolReaper &SR, SymbolRef Sym) { return SR.isLive(Sym); } in isLive() function
169 if (!isLive(SR, Elem.first)) in removeDeadImpl()
/external/exoplayer/tree/library/smoothstreaming/src/main/java/com/google/android/exoplayer2/source/smoothstreaming/manifest/
DSsManifest.java232 public final boolean isLive;
275 boolean isLive,
288 isLive,
299 boolean isLive,
307 this.isLive = isLive;
343 isLive,
/external/deqp/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.cpp335 bool isLive; member
338 : isLive (false) in AllocationSlot()
343 , isLive (isLive_) in AllocationSlot()
410 if (!allocations[slotNdx].isLive) in validateAllocationCallbacks()
412 allocations[slotNdx].isLive = true; in validateAllocationCallbacks()
442 if (!origSlot.isLive) in validateAllocationCallbacks()
445 origSlot.isLive = true; // Mark live to suppress further errors in validateAllocationCallbacks()
455 allocations[origSlotNdx].isLive = false; in validateAllocationCallbacks()
464 if (!allocations[slotNdx].isLive) in validateAllocationCallbacks()
466 allocations[slotNdx].isLive = true; in validateAllocationCallbacks()
[all …]
/external/llvm-project/pstl/test/std/algorithms/alg.sorting/
Dsort.pass.cpp50 isLive() const in isLive() function in ParanoidKey
58 return isLive() || index == Empty; in isConstructed()
70 EXPECT_TRUE(k.isLive(), "source for copy-constructor is dead"); in ParanoidKey()
82 EXPECT_TRUE(k.isLive(), "source for copy-assignment is dead"); in operator =()
133 EXPECT_TRUE(j.isLive(), "first key to operator() is not live"); in operator ()()
134 EXPECT_TRUE(k.isLive(), "second key to operator() is not live"); in operator ()()
/external/exoplayer/tree/demos/main/src/main/java/com/google/android/exoplayer2/demo/
DIntentUtil.java44 public final boolean isLive; field in IntentUtil.Tag
49 public Tag(boolean isLive, @Nullable String sphericalStereoMode) { in Tag() argument
50 this.isLive = isLive; in Tag()
243 boolean isLive = false; in addPlaybackPropertiesToIntent()
247 isLive = tag.isLive; in addPlaybackPropertiesToIntent()
255 .putExtra(IS_LIVE_EXTRA + extrasKeySuffix, isLive) in addPlaybackPropertiesToIntent()
/external/llvm-project/lld/wasm/
DMarkLive.cpp56 if (!sym || sym->isLive()) in enqueue()
61 bool needInitFunctions = file && !file->isLive() && sym->isDefined(); in enqueue()
109 if (obj->isLive()) in run()
201 if (!sym->isDiscarded() && sym->isLive()) in isCallCtorsLive()
/external/webrtc/sdk/android/src/java/org/webrtc/
DNativeAndroidVideoTrackSource.java37 public void setState(boolean isLive) { in setState() argument
38 nativeSetState(nativeAndroidVideoTrackSource, isLive); in setState()
89 private static native void nativeSetState(long nativeAndroidVideoTrackSource, boolean isLive); in nativeSetState() argument
/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DFakeTimeline.java46 public final boolean isLive; field in FakeTimeline.TimelineWindowDefinition
163 boolean isLive, in TimelineWindowDefinition() argument
174 this.isLive = isLive; in TimelineWindowDefinition()
272 windowDefinition.isLive, in getWindow()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/share/
DGcMarker.java53 } while (isLive(numberOfExpectedFinalizations)); in waitForGc()
56 private boolean isLive(int numberOfExpectedFinalizations) { in isLive() method in GcMarker
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/
DTimeline.java177 public boolean isLive; field in Timeline.Window
227 boolean isLive, in set() argument
241 this.isLive = isLive; in set()
328 && isLive == that.isLive in equals()
350 result = 31 * result + (isLive ? 1 : 0); in hashCode()
/external/clang/lib/Analysis/
DLiveVariables.cpp119 bool LiveVariables::LivenessValues::isLive(const Stmt *S) const { in isLive() function in LiveVariables::LivenessValues
123 bool LiveVariables::LivenessValues::isLive(const VarDecl *D) const { in isLive() function in LiveVariables::LivenessValues
177 bool LiveVariables::isLive(const CFGBlock *B, const VarDecl *D) { in isLive() function in LiveVariables
178 return isAlwaysAlive(D) || getImpl(impl).blocksEndToLiveness[B].isLive(D); in isLive()
181 bool LiveVariables::isLive(const Stmt *S, const VarDecl *D) { in isLive() function in LiveVariables
182 return isAlwaysAlive(D) || getImpl(impl).stmtsToLiveness[S].isLive(D); in isLive()
185 bool LiveVariables::isLive(const Stmt *Loc, const Stmt *S) { in isLive() function in LiveVariables
186 return getImpl(impl).stmtsToLiveness[Loc].isLive(S); in isLive()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DADCE.cpp126 bool isLive(BasicBlock *BB) { return BlockInfo[BB].Live; } in isLive() function in __anon684284570111::AggressiveDeadCodeElimination
130 bool isLive(Instruction *I) { return InstInfo[I].Live; } in isLive() function in __anon684284570111::AggressiveDeadCodeElimination
282 if (isLive(Term)) in initialize()
513 if (isLive(&I)) in removeDeadInstructions()
526 if (isLive(II)) in removeDeadInstructions()
538 if (isLive(&I)) in removeDeadInstructions()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DADCE.cpp126 bool isLive(BasicBlock *BB) { return BlockInfo[BB].Live; } in isLive() function in __anonb014e6cb0111::AggressiveDeadCodeElimination
130 bool isLive(Instruction *I) { return InstInfo[I].Live; } in isLive() function in __anonb014e6cb0111::AggressiveDeadCodeElimination
282 if (isLive(Term)) in initialize()
513 if (isLive(&I)) in removeDeadInstructions()
526 if (isLive(II)) in removeDeadInstructions()
538 if (isLive(&I)) in removeDeadInstructions()
/external/exoplayer/tree/library/smoothstreaming/src/main/java/com/google/android/exoplayer2/source/smoothstreaming/
DSsMediaSource.java238 Assertions.checkArgument(!manifest.isLive); in createMediaSource()
534 Assertions.checkState(manifest == null || !manifest.isLive); in SsMediaSource()
703 long periodDurationUs = manifest.isLive ? C.TIME_UNSET : 0; in processManifest()
711 /* isDynamic= */ manifest.isLive, in processManifest()
712 /* isLive= */ manifest.isLive, in processManifest()
715 } else if (manifest.isLive) { in processManifest()
757 if (!manifest.isLive) { in scheduleManifestRefresh()
/external/llvm-project/clang/lib/Analysis/
DLiveVariables.cpp66 bool LiveVariables::LivenessValues::isLive(const Expr *E) const { in isLive() function in LiveVariables::LivenessValues
70 bool LiveVariables::LivenessValues::isLive(const VarDecl *D) const { in isLive() function in LiveVariables::LivenessValues
135 bool LiveVariables::isLive(const CFGBlock *B, const VarDecl *D) { in isLive() function in LiveVariables
136 return isAlwaysAlive(D) || getImpl(impl).blocksEndToLiveness[B].isLive(D); in isLive()
139 bool LiveVariables::isLive(const Stmt *S, const VarDecl *D) { in isLive() function in LiveVariables
140 return isAlwaysAlive(D) || getImpl(impl).stmtsToLiveness[S].isLive(D); in isLive()
143 bool LiveVariables::isLive(const Stmt *Loc, const Expr *Val) { in isLive() function in LiveVariables
144 return getImpl(impl).stmtsToLiveness[Loc].isLive(Val); in isLive()
/external/clang/lib/StaticAnalyzer/Checkers/
DDeadStoresChecker.cpp147 bool isLive(const LiveVariables::LivenessValues &Live, const VarDecl *D) { in isLive() function in __anon30eab0fa0211::DeadStoreObs
148 if (Live.isLive(D)) in isLive()
219 if (!isLive(Live, VD) && in CheckVarDecl()
347 if (!isLive(Live, V) && in observeStmt()
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/
DTimelineTest.java94 otherWindow.isLive = true; in windowEquals()
128 window.isLive = true; in windowEquals()
144 window.isLive, in windowEquals()

12345