Home
last modified time | relevance | path

Searched defs:isLive (Results 1 – 25 of 40) sorted by relevance

12

/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()
70 boolean isLive, in SinglePeriodTimeline()
108 boolean isLive, in SinglePeriodTimeline()
159 boolean isLive, in SinglePeriodTimeline()
DProgressiveMediaSource.java294 public void onSourceInfoRefreshed(long durationUs, boolean isSeekable, boolean isLive) { in onSourceInfoRefreshed()
DProgressiveMediaPeriod.java84 void onSourceInfoRefreshed(long durationUs, boolean isSeekable, boolean isLive); in onSourceInfoRefreshed()
125 private boolean isLive; field in ProgressiveMediaPeriod
/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()
73 public ItemData copyWithNewValues(long durationUs, long defaultPositionUs, boolean isLive) { in copyWithNewValues()
91 private final boolean[] isLive; field in CastTimeline
/external/webrtc/sdk/android/src/java/org/webrtc/
DNativeAndroidVideoTrackSource.java37 public void setState(boolean isLive) { in setState()
89 private static native void nativeSetState(long nativeAndroidVideoTrackSource, boolean isLive); in nativeSetState()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/share/
DGcMarker.java56 private boolean isLive(int numberOfExpectedFinalizations) { in isLive() method in GcMarker
/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
181 bool LiveVariables::isLive(const Stmt *S, const VarDecl *D) { in isLive() function in LiveVariables
185 bool LiveVariables::isLive(const Stmt *Loc, const Stmt *S) { in isLive() function in LiveVariables
/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
139 bool LiveVariables::isLive(const Stmt *S, const VarDecl *D) { in isLive() function in LiveVariables
143 bool LiveVariables::isLive(const Stmt *Loc, const Expr *Val) { in isLive() function in LiveVariables
/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()
/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()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DSymbolManager.cpp443 bool SymbolReaper::isLive(SymbolRef sym) { in isLive() function in SymbolReaper
492 SymbolReaper::isLive(const Expr *ExprVal, const LocationContext *ELCtx) const { in isLive() function in SymbolReaper
512 bool SymbolReaper::isLive(const VarRegion *VR, bool includeStoreBindings) const{ in isLive() function in SymbolReaper
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
/external/clang/lib/StaticAnalyzer/Core/
DSymbolManager.cpp452 bool SymbolReaper::isLive(SymbolRef sym) { in isLive() function in SymbolReaper
501 SymbolReaper::isLive(const Stmt *ExprVal, const LocationContext *ELCtx) const { in isLive() function in SymbolReaper
520 bool SymbolReaper::isLive(const VarRegion *VR, bool includeStoreBindings) const{ in isLive() function in SymbolReaper
/external/llvm-project/lld/COFF/
DSymbols.cpp76 bool Symbol::isLive() const { in isLive() function in lld::coff::Symbol
/external/exoplayer/tree/library/hls/src/main/java/com/google/android/exoplayer2/source/hls/playlist/
DHlsPlaylistTracker.java225 boolean isLive(); in isLive() method
DDefaultHlsPlaylistTracker.java69 private boolean isLive; field in DefaultHlsPlaylistTracker
216 public boolean isLive() { in isLive() method in DefaultHlsPlaylistTracker
/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
/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
/external/llvm-project/lld/wasm/
DInputFiles.h67 bool isLive() const { return live; } in isLive() function
DSymbols.cpp126 bool Symbol::isLive() const { in isLive() function in lld::wasm::Symbol
/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()
/external/llvm-project/clang/lib/AST/Interp/
DPointer.h142 bool isLive() const { return Pointee && !Pointee->IsDead; } in isLive() function
/external/llvm-project/pstl/test/std/algorithms/alg.sorting/
Dsort.pass.cpp50 isLive() const in isLive() function in ParanoidKey
/external/llvm-project/lld/ELF/
DInputSection.h90 bool isLive() const { return partition != 0; } in isLive() function
/external/clang/lib/StaticAnalyzer/Checkers/
DDeadStoresChecker.cpp147 bool isLive(const LiveVariables::LivenessValues &Live, const VarDecl *D) { in isLive() function in __anon30eab0fa0211::DeadStoreObs

12