/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/source/ |
D | SinglePeriodTimeline.java | 39 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()
|
D | ProgressiveMediaSource.java | 294 public void onSourceInfoRefreshed(long durationUs, boolean isSeekable, boolean isLive) { in onSourceInfoRefreshed()
|
D | ProgressiveMediaPeriod.java | 84 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/ |
D | CastTimeline.java | 43 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/ |
D | NativeAndroidVideoTrackSource.java | 37 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/ |
D | GcMarker.java | 56 private boolean isLive(int numberOfExpectedFinalizations) { in isLive() method in GcMarker
|
/external/clang/lib/Analysis/ |
D | LiveVariables.cpp | 119 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/ |
D | LiveVariables.cpp | 66 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/ |
D | IntentUtil.java | 44 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/ |
D | FakeTimeline.java | 46 public final boolean isLive; field in FakeTimeline.TimelineWindowDefinition 163 boolean isLive, in TimelineWindowDefinition()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | SymbolManager.cpp | 443 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
|
D | DynamicType.cpp | 158 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/ |
D | SymbolManager.cpp | 452 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/ |
D | Symbols.cpp | 76 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/ |
D | HlsPlaylistTracker.java | 225 boolean isLive(); in isLive() method
|
D | DefaultHlsPlaylistTracker.java | 69 private boolean isLive; field in DefaultHlsPlaylistTracker 216 public boolean isLive() { in isLive() method in DefaultHlsPlaylistTracker
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | ADCE.cpp | 126 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/ |
D | ADCE.cpp | 126 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/ |
D | InputFiles.h | 67 bool isLive() const { return live; } in isLive() function
|
D | Symbols.cpp | 126 bool Symbol::isLive() const { in isLive() function in lld::wasm::Symbol
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/ |
D | Timeline.java | 177 public boolean isLive; field in Timeline.Window 227 boolean isLive, in set()
|
/external/llvm-project/clang/lib/AST/Interp/ |
D | Pointer.h | 142 bool isLive() const { return Pointee && !Pointee->IsDead; } in isLive() function
|
/external/llvm-project/pstl/test/std/algorithms/alg.sorting/ |
D | sort.pass.cpp | 50 isLive() const in isLive() function in ParanoidKey
|
/external/llvm-project/lld/ELF/ |
D | InputSection.h | 90 bool isLive() const { return partition != 0; } in isLive() function
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | DeadStoresChecker.cpp | 147 bool isLive(const LiveVariables::LivenessValues &Live, const VarDecl *D) { in isLive() function in __anon30eab0fa0211::DeadStoreObs
|