Home
last modified time | relevance | path

Searched refs:isForced (Results 1 – 12 of 12) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.h83 const COpenSpecFlags &GetSpec(bool isForced, bool isMain, bool isUnknown) const in GetSpec()
85 …return isForced ? SpecForcedType : (isMain ? SpecMainType : (isUnknown ? SpecUnknownExt : SpecWron… in GetSpec()
DOpenArchive.cpp1618 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/
DLoopDistribute.cpp755 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/
DLoopDistribute.cpp863 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/
DDoc.java620 boolean isForced() { in isForced() method in Doc.Break
631 return isForced() ? Float.POSITIVE_INFINITY : (float) flat.length(); in computeWidth()
DOpsBuilder.java639 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/
DDefaultTrackSelector.java2730 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/
DDefaultTrackSelector.java2702 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/
DStyledPlayerView.java1140 private void maybeShowController(boolean isForced) { in maybeShowController() argument
1148 if (isForced || wasShowingIndefinitely || shouldShowIndefinitely) { in maybeShowController()
DPlayerView.java1193 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/
DStyledPlayerView.java1242 private void maybeShowController(boolean isForced) { in maybeShowController() argument
1250 if (isForced || wasShowingIndefinitely || shouldShowIndefinitely) { in maybeShowController()
DPlayerView.java1204 private void maybeShowController(boolean isForced) { in maybeShowController() argument
1211 if (isForced || wasShowingIndefinitely || shouldShowIndefinitely) { in maybeShowController()