Searched refs:isForced (Results 1 – 9 of 9) sorted by relevance
83 const COpenSpecFlags &GetSpec(bool isForced, bool isMain, bool isUnknown) const in GetSpec()85 …return isForced ? SpecForcedType : (isMain ? SpecMainType : (isUnknown ? SpecUnknownExt : SpecWron… in GetSpec()
1618 bool isForced = false; in OpenStream2() local1624 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()
755 bool Forced = isForced().getValueOr(false); in fail()787 const Optional<bool> &isForced() const { return IsForced; } in isForced() function in __anon018575150111::LoopDistributeForLoop902 if (LDL.isForced().getValueOr(ProcessAllLoops)) in runOnFunction()
863 bool Forced = isForced().getValueOr(false); in fail()898 const Optional<bool> &isForced() const { return IsForced; } in isForced() function in __anon354fd7f70111::LoopDistributeForLoop996 if (LDL.isForced().getValueOr(EnableLoopDistribute)) in runImpl()
861 bool Forced = isForced().getValueOr(false); in fail()896 const Optional<bool> &isForced() const { return IsForced; } in isForced() function in __anon9398d4830111::LoopDistributeForLoop993 if (LDL.isForced().getValueOr(EnableLoopDistribute)) in runImpl()
619 boolean isForced() { in isForced() method in Doc.Break630 return isForced() ? Float.POSITIVE_INFINITY : (float) flat.length(); in computeWidth()
612 return op instanceof Doc.Break && ((Doc.Break) op).isForced(); in isForcedBreak()
2591 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()
1260 private void maybeShowController(boolean isForced) { in maybeShowController() argument1267 if (isForced || wasShowingIndefinitely || shouldShowIndefinitely) { in maybeShowController()