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

  /external/v8/build/android/gyp/util/
md5_check_test.py 40 expected_changes=None, added_or_modified_only=None):
50 if expected_changes or added_or_modified_only is not None:
65 pass_changes=(expected_changes or added_or_modified_only) is not None)
67 if expected_changes:
69 self.assertTrue(fnmatch.fnmatch(description, expected_changes),
71 repr(description), repr(expected_changes)))
77 expected_changes='Previous stamp file not found.',
84 expected_changes='Outputs do not exist:*',
87 expected_changes='force=True',
93 expected_changes='*Modified: %s' % input_file1.name
    [all...]
  /external/google-breakpad/src/common/
dwarf_cfi_to_module_unittest.cc 174 Module::RuleChangeMap expected_changes; local
175 expected_changes[entry_address + 1][".ra"] = ".cfa 16927065 + ^";
176 EXPECT_THAT(entries[0]->rule_changes, ContainerEq(expected_changes));
186 Module::RuleChangeMap expected_changes; local
187 expected_changes[entry_address + 1][".cfa"] = "reg4 -34530721 + ^";
188 EXPECT_THAT(entries[0]->rule_changes, ContainerEq(expected_changes));
201 Module::RuleChangeMap expected_changes; local
202 expected_changes[entry_address + 0x5ab7][".cfa"] =
204 EXPECT_THAT(entries[0]->rule_changes, ContainerEq(expected_changes));
274 Module::RuleChangeMap expected_changes; local
    [all...]

Completed in 2017 milliseconds