Home
last modified time | relevance | path

Searched defs:must_split (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/yapf/yapf/yapflib/
H A Dformat_decision_state.py124 def CanSplit(self, must_split): argument
561 def AddTokenToState(self, newline, dry_run, must_split=False): argument
627 def _AddTokenOnNewline(self, dry_run, must_split): argument
/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c4025 int must_split = 0; in rd_pick_partition() local