Home
last modified time | relevance | path

Searched refs:isForced (Results 1 – 9 of 9) 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 __anon018575150111::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 __anon354fd7f70111::LoopDistributeForLoop
996 if (LDL.isForced().getValueOr(EnableLoopDistribute)) in runImpl()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp861 bool Forced = isForced().getValueOr(false); in fail()
896 const Optional<bool> &isForced() const { return IsForced; } in isForced() function in __anon9398d4830111::LoopDistributeForLoop
993 if (LDL.isForced().getValueOr(EnableLoopDistribute)) in runImpl()
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/
DDoc.java619 boolean isForced() { in isForced() method in Doc.Break
630 return isForced() ? Float.POSITIVE_INFINITY : (float) flat.length(); in computeWidth()
DOpsBuilder.java612 return op instanceof Doc.Break && ((Doc.Break) op).isForced(); in isForcedBreak()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/trackselection/
DDefaultTrackSelector.java2591 boolean isForced = (maskedSelectionFlags & C.SELECTION_FLAG_FORCED) != 0; in TextTrackScore()
2603 (preferredLanguageScore > 0 && !isForced) || (preferredLanguageScore == 0 && isForced); in TextTrackScore()
2612 || (isForced && selectedAudioLanguageScore > 0); in TextTrackScore()
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerView.java1260 private void maybeShowController(boolean isForced) { in maybeShowController() argument
1267 if (isForced || wasShowingIndefinitely || shouldShowIndefinitely) { in maybeShowController()