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

  /external/chromium_org/media/tools/layout_tests/
layouttest_analyzer_helpers.py 198 def ConvertToString(self, prev_time, diff_map, issue_detail_mode):
203 diff_map: the compared map generated by |CompareResultMaps()|.
211 if diff_map:
219 AnalyzerResultMap.GetDiffString(diff_map['whole'], 'whole'),
221 AnalyzerResultMap.GetDiffString(diff_map['skip'], 'skip'),
223 AnalyzerResultMap.GetDiffString(diff_map['nonskip'], 'nonskip'),
256 Please refer to |diff_map| in |SendStatusEmail()|.
321 def SendStatusEmail(prev_time, analyzer_result_map, diff_map,
331 diff_map: a map that has 'whole', 'skip' and 'nonskip' as keys.
369 def GetRevisionString(prev_time, current_time, diff_map)
    [all...]
layouttest_analyzer_helpers_unittest.py 122 diff_map = None
124 diff_map = {
131 diff_map))
  /external/google-diff-match-patch/name/fraser/neil/plaintext/
diff_match_patch.java 266 diffs = diff_map(text1, text2);
413 protected LinkedList<Diff> diff_map(String text1, String text2) { method in class:diff_match_patch
    [all...]
diff_match_patch_test.java 559 assertNull("diff_main: Timeout.", dmp.diff_map(a, b));
    [all...]

Completed in 29 milliseconds