Home
last modified time | relevance | path

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

/external/yapf/yapf/yapflib/
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
/external/libvpx/vp9/encoder/
Dvp9_encodeframe.c3997 int must_split = 0; in rd_pick_partition() local