HomeSort by relevance Sort by last modified time
    Searched refs:is_transient (Results 1 - 2 of 2) sorted by null

  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
indentation.py 65 is_transient: Whether the token should be automatically removed without
92 self.is_transient = not is_block and token.type not in (
101 result += ' {is_block: %s, is_transient: %s}' % (
102 self.is_block, self.is_transient)
616 while self._stack and self._stack[-1].is_transient:
  /external/libopus/celt/
celt_encoder.c 233 int is_transient = 0; local
364 is_transient = mask_metric>200;
373 is_transient = rand()&0x1;
375 /*printf("%d %f %d\n", is_transient, (float)*tf_estimate, tf_max);*/
376 return is_transient;
    [all...]

Completed in 68 milliseconds