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

  /external/chromium_org/tools/idl_parser/
idl_lexer_test.py 50 to_text = '\n'.join(['%s' % t.value for t in tokens1])
51 tokens2 = TextToTokens(self.lexer, to_text)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
PrettyPatch.rb 896 to_text = change.last[i].text
897 next if from_text.length > MAXIMUM_INTRALINE_DIFF_LINE_LENGTH or to_text.length > MAXIMUM_INTRALINE_DIFF_LINE_LENGTH
898 raw_operations = HTMLDiff::DiffBuilder.new(from_text, to_text).operations

Completed in 3797 milliseconds