Home
last modified time | relevance | path

Searched refs:CheckExpectations (Results 1 – 22 of 22) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/policy/
H A Dsite_isolation_policy_browsertest.cc38 void CheckExpectations(Expectations* expectations, size_t count) { in CheckExpectations() function in SiteIsolationPolicyBrowserTest
51 CheckExpectations(expectations, count); in CheckIsolatedOriginExpectations()
156 CheckExpectations(expectations, base::size(expectations)); in IN_PROC_BROWSER_TEST_F()
199 CheckExpectations(expectations, base::size(expectations)); in IN_PROC_BROWSER_TEST_F()
245 CheckExpectations(expectations, base::size(expectations)); in IN_PROC_BROWSER_TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/authpolicy/
H A Dauthpolicy_helper.unittest.cc41 void CheckExpectations() { in CheckExpectations() function in chromeos::__anoneb5ae9880111::MockAuthPolicyClient
74 mock_client->CheckExpectations(); in TEST()
/dports/lang/v8/v8-9.6.180.12/build/android/gyp/
H A Dcheck_flag_expectations.py126 diff_utils.CheckExpectations('\n'.join(sorted(flags)),
H A Dapkbuilder.py408 diff_utils.CheckExpectations(actual_data, options)
H A Dproguard.py653 diff_utils.CheckExpectations(merged_configs, options)
H A Dcompile_resources.py932 diff_utils.CheckExpectations(actual_data, options)
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/process_proxy/
H A Dprocess_output_watcher_unittest.cc63 bool CheckExpectations(const std::string& data, ProcessOutputType type) { in CheckExpectations() function in chromeos::__anon8de091720111::ProcessWatcherExpectations
125 failed_ = !expectations_.CheckExpectations(output, type); in OnRead()
/dports/www/chromium-legacy/chromium-88.0.4324.182/build/android/gyp/util/
H A Ddiff_utils.py91 def CheckExpectations(actual_data, options): function
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/build/android/gyp/util/
H A Ddiff_utils.py91 def CheckExpectations(actual_data, options): function
/dports/lang/v8/v8-9.6.180.12/build/android/gyp/util/
H A Ddiff_utils.py89 def CheckExpectations(actual_data, options, custom_msg=''): function
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/mb/lib/
H A Dvalidation.py140 def CheckExpectations(mbw, jsonish_blob, expectations_dir): function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/graphy/graphy/backends/google_chart_api/
H A Dbase_encoder_test.py569 def CheckExpectations(): function
572 CheckExpectations() # Check without adjustment
574 CheckExpectations() # Make sure adjustment hasn't changed anything
/dports/graphics/py-graphy/graphy_1.0/graphy/backends/google_chart_api/
H A Dbase_encoder_test.py569 def CheckExpectations(): function
572 CheckExpectations() # Check without adjustment
574 CheckExpectations() # Make sure adjustment hasn't changed anything
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/
H A Dcrx_installer.h278 base::Optional<CrxInstallError> CheckExpectations(const Extension* extension);
H A Dcrx_installer.cc324 base::Optional<CrxInstallError> CrxInstaller::CheckExpectations( in CheckExpectations() function in extensions::CrxInstaller
571 CheckExpectations(extension.get()); in OnUnpackSuccessOnSharedFileThread()
/dports/www/chromium-legacy/chromium-88.0.4324.182/build/android/gyp/
H A Dapkbuilder.py407 diff_utils.CheckExpectations(actual_data, options)
H A Dproguard.py626 diff_utils.CheckExpectations(merged_configs, options)
H A Dcompile_resources.py1144 diff_utils.CheckExpectations(actual_data, options)
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/build/android/gyp/
H A Dapkbuilder.py407 diff_utils.CheckExpectations(actual_data, options)
H A Dproguard.py473 diff_utils.CheckExpectations(merged_configs, options)
H A Dcompile_resources.py1135 diff_utils.CheckExpectations(actual_data, options)
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/mb/
H A Dmb.py802 if not validation.CheckExpectations(self, jsonish_blob, expectations_dir):