Home
last modified time | relevance | path

Searched refs:expected_changes (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/build/android/gyp/util/
Dmd5_check_test.py40 expected_changes=None, added_or_modified_only=None): argument
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/
Ddwarf_cfi_to_module_unittest.cc174 Module::RuleChangeMap expected_changes; in TEST_F() local
175 expected_changes[entry_address + 1][".ra"] = ".cfa 16927065 + ^"; in TEST_F()
176 EXPECT_THAT(entries[0]->rule_changes, ContainerEq(expected_changes)); in TEST_F()
186 Module::RuleChangeMap expected_changes; in TEST_F() local
187 expected_changes[entry_address + 1][".cfa"] = "reg4 -34530721 + ^"; in TEST_F()
188 EXPECT_THAT(entries[0]->rule_changes, ContainerEq(expected_changes)); in TEST_F()
201 Module::RuleChangeMap expected_changes; in TEST_F() local
202 expected_changes[entry_address + 0x5ab7][".cfa"] = in TEST_F()
204 EXPECT_THAT(entries[0]->rule_changes, ContainerEq(expected_changes)); in TEST_F()
274 Module::RuleChangeMap expected_changes; in TEST_F() local
[all …]
/external/autotest/server/site_tests/firmware_FWupdateThenSleep/
Dfirmware_FWupdateThenSleep.py223 expected_changes = {'bios': None, 'ec': None}
225 expected_changes = {'bios': None}
228 before_sleep_fwids, None, after_sleep_fwids, expected_changes)