Home
last modified time | relevance | path

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

/external/yapf/yapf/yapflib/
Dformat_decision_state.py123 def CanSplit(self, must_split): argument
484 def AddTokenToState(self, newline, dry_run, must_split=False): argument
542 def _AddTokenOnNewline(self, dry_run, must_split): argument
Dformat_token.py244 def must_split(self): member in FormatToken
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c3686 int must_split = 0; in rd_pick_partition() local