/external/lzma/CPP/7zip/UI/Common/ |
D | OpenArchive.h | 83 const COpenSpecFlags &GetSpec(bool isForced, bool isMain, bool isUnknown) const in GetSpec() 85 …return isForced ? SpecForcedType : (isMain ? SpecMainType : (isUnknown ? SpecUnknownExt : SpecWron… in GetSpec()
|
D | OpenArchive.cpp | 1618 bool isForced = false; in OpenStream2() local 1624 isForced = true; in OpenStream2() 1946 const COpenSpecFlags &specFlags = mode.GetSpec(isForced, isMainFormat, isUnknownExt); in OpenStream2() 2197 const COpenSpecFlags &specFlags = mode.GetSpec(isForced, isMainFormat, isUnknownExt); in OpenStream2() 2609 const COpenSpecFlags &specFlags = mode.GetSpec(isForced, isMainFormat, isUnknownExt); in OpenStream2()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopDistribute.cpp | 755 bool Forced = isForced().getValueOr(false); in fail() 787 const Optional<bool> &isForced() const { return IsForced; } in isForced() function in __anon655745330111::LoopDistributeForLoop 902 if (LDL.isForced().getValueOr(ProcessAllLoops)) in runOnFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopDistribute.cpp | 863 bool Forced = isForced().getValueOr(false); in fail() 898 const Optional<bool> &isForced() const { return IsForced; } in isForced() function in __anon42bd1f950111::LoopDistributeForLoop 996 if (LDL.isForced().getValueOr(EnableLoopDistribute)) in runImpl()
|
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/ |
D | Doc.java | 620 boolean isForced() { in isForced() method in Doc.Break 631 return isForced() ? Float.POSITIVE_INFINITY : (float) flat.length(); in computeWidth()
|
D | OpsBuilder.java | 639 return op instanceof Doc.Break && ((Doc.Break) op).isForced(); in isForcedBreak()
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/trackselection/ |
D | DefaultTrackSelector.java | 2730 private final boolean isForced; field in DefaultTrackSelector.TextTrackScore 2747 isForced = (maskedSelectionFlags & C.SELECTION_FLAG_FORCED) != 0; in TextTrackScore() 2780 || (isForced && selectedAudioLanguageScore > 0); in TextTrackScore() 2806 this.isForced, in compareTo() 2807 other.isForced, in compareTo()
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/trackselection/ |
D | DefaultTrackSelector.java | 2702 private final boolean isForced; field in DefaultTrackSelector.TextTrackInfo 2721 isForced = (maskedSelectionFlags & C.SELECTION_FLAG_FORCED) != 0; in TextTrackInfo() 2754 || (isForced && selectedAudioLanguageScore > 0); in TextTrackInfo() 2788 this.isForced, in compareTo() 2789 other.isForced, in compareTo()
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/ui/src/main/java/com/google/android/exoplayer2/ui/ |
D | StyledPlayerView.java | 1140 private void maybeShowController(boolean isForced) { in maybeShowController() argument 1148 if (isForced || wasShowingIndefinitely || shouldShowIndefinitely) { in maybeShowController()
|
D | PlayerView.java | 1193 private void maybeShowController(boolean isForced) { in maybeShowController() argument 1200 if (isForced || wasShowingIndefinitely || shouldShowIndefinitely) { in maybeShowController()
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/ui/src/main/java/com/google/android/exoplayer2/ui/ |
D | StyledPlayerView.java | 1242 private void maybeShowController(boolean isForced) { in maybeShowController() argument 1250 if (isForced || wasShowingIndefinitely || shouldShowIndefinitely) { in maybeShowController()
|
D | PlayerView.java | 1204 private void maybeShowController(boolean isForced) { in maybeShowController() argument 1211 if (isForced || wasShowingIndefinitely || shouldShowIndefinitely) { in maybeShowController()
|