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

  /external/chromium_org/ppapi/generators/
idl_c_header.py 231 from_text = 'From %s' % GetPathFromNode(filenode).replace(os.sep, '/')
234 if len(from_text) + len(modified_text) < 74:
235 out.Write('/* %s %s */\n\n' % (from_text, modified_text))
237 out.Write('/* %s,\n * %s\n */\n\n' % (from_text, modified_text))
idl_thunk.py 450 from_text = 'From %s' % (
454 if len(from_text) + len(modified_text) < 74:
455 out.Write('// %s %s\n\n' % (from_text, modified_text))
457 out.Write('// %s,\n// %s\n\n' % (from_text, modified_text))
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
PrettyPatch.rb 895 from_text = change.first[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 95 milliseconds