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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
PrettyPatch_test.rb 58 assert_equal(info[Info::ADD], $last_prettify_part_count["add"], "Wrong number of 'add' parts in " + description)
59 assert_equal(info[Info::REMOVE], $last_prettify_part_count["remove"], "Wrong number of 'remove' parts in " + description)
60 assert_equal(info[Info::SHARED], $last_prettify_part_count["shared"], "Wrong number of 'shared' parts in " + description)
61 assert_equal(0, $last_prettify_part_count["binary"], "Wrong number of 'binary' parts in " + description)
62 assert_equal(0, $last_prettify_part_count["extract-error"], "Wrong number of 'extract-error' parts in " + description)
PrettyPatch.rb 17 $last_prettify_part_count = { "remove" => 0, "add" => 0, "shared" => 0, "binary" => 0, "extract-error" => 0 }
586 $last_prettify_part_count["extract-error"] += 1
643 $last_prettify_part_count["binary"] += 1
808 $last_prettify_part_count[className] += 1

Completed in 223 milliseconds