Home
last modified time | relevance | path

Searched refs:outcome (Results 1 – 25 of 59) sorted by relevance

123

/external/chromium_org/chrome/browser/chromeos/login/signin/
Doauth2_login_manager.cc294 MergeVerificationOutcome outcome = POST_MERGE_SUCCESS; in OnListAccountsSuccess() local
314 outcome = POST_MERGE_MISSING_PRIMARY_ACCOUNT; in OnListAccountsSuccess()
316 outcome = POST_MERGE_PRIMARY_NOT_FIRST_ACCOUNT; in OnListAccountsSuccess()
319 outcome = POST_MERGE_NO_ACCOUNTS; in OnListAccountsSuccess()
323 RecordCookiesCheckOutcome(is_pre_merge, outcome); in OnListAccountsSuccess()
327 if (outcome != POST_MERGE_SUCCESS && in OnListAccountsSuccess()
328 outcome != POST_MERGE_PRIMARY_NOT_FIRST_ACCOUNT) { in OnListAccountsSuccess()
357 SessionRestoreOutcome outcome, in RecordSessionRestoreOutcome() argument
360 outcome, in RecordSessionRestoreOutcome()
368 MergeVerificationOutcome outcome) { in RecordCookiesCheckOutcome() argument
[all …]
Doauth2_login_manager.h215 void RecordSessionRestoreOutcome(SessionRestoreOutcome outcome,
222 MergeVerificationOutcome outcome);
/external/chromium_org/gin/test/
Dexpect.js262 var outcome = predicate.apply(null, arguments);
263 outcome.result = !outcome.result;
264 return outcome;
270 var outcome = predicate.apply(null, arguments);
271 if (outcome.result)
273 throw outcome.message;
/external/chromium_org/v8/tools/testrunner/local/
Dtestsuite.py195 outcome = statusfile.CRASH
197 outcome = statusfile.TIMEOUT
199 outcome = statusfile.FAIL
201 outcome = statusfile.PASS
203 return outcome != statusfile.PASS
204 return not outcome in testcase.outcomes
Dstatusfile.py108 for outcome in item[1:]:
109 assert type(outcome) == str
110 _AddOutcome(result, outcome)
Dprogress.py124 outcome = 'CRASH'
126 outcome = 'FAIL'
128 outcome = 'pass'
129 print 'Done running %s: %s' % (test.GetLabel(), outcome)
/external/chromium_org/chrome/browser/extensions/
Dinstall_verifier.cc342 void MustRemainDisabledHistogram(MustRemainDisabledOutcome outcome) { in MustRemainDisabledHistogram() argument
344 outcome, MUST_REMAIN_DISABLED_OUTCOME_MAX); in MustRemainDisabledHistogram()
371 MustRemainDisabledOutcome outcome = VERIFIED; in MustRemainDisabled() local
374 outcome = FORCED_NOT_VERIFIED; in MustRemainDisabled()
377 outcome = NOT_FROM_STORE; in MustRemainDisabled()
384 outcome = NO_SIGNATURE; in MustRemainDisabled()
388 outcome = NOT_VERIFIED_BUT_UNKNOWN_ID; in MustRemainDisabled()
391 outcome = NOT_VERIFIED; in MustRemainDisabled()
396 outcome = NOT_VERIFIED_BUT_NOT_ENFORCING; in MustRemainDisabled()
398 MustRemainDisabledHistogram(outcome); in MustRemainDisabled()
/external/chromium_org/chrome/browser/chromeos/first_run/
Ddrive_first_run_controller.cc147 DriveFirstRunController::UMAOutcome outcome);
151 DriveFirstRunController::UMAOutcome outcome);
240 DriveFirstRunController::UMAOutcome outcome) { in OnOfflineInit() argument
249 outcome)); in OnOfflineInit()
256 DriveFirstRunController::UMAOutcome outcome) { in RunCompletionCallback() argument
257 completion_callback_.Run(success, outcome); in RunCompletionCallback()
450 void DriveFirstRunController::OnOfflineInit(bool success, UMAOutcome outcome) { in OnOfflineInit() argument
455 outcome, OUTCOME_MAX); in OnOfflineInit()
Ddrive_first_run_controller.h68 void OnOfflineInit(bool success, UMAOutcome outcome);
/external/chromium_org/chrome/installer/util/
Duser_experiment.cc503 const wchar_t* outcome = NULL; in InactiveUserToastExperiment() local
506 outcome = kToastExpTriesOkGroup; in InactiveUserToastExperiment()
509 outcome = kToastExpCancelGroup; in InactiveUserToastExperiment()
512 outcome = kToastExpUninstallGroup; in InactiveUserToastExperiment()
515 outcome = kToastExpTriesErrorGroup; in InactiveUserToastExperiment()
518 SetClient(experiment_group + outcome, true); in InactiveUserToastExperiment()
520 if (outcome != kToastExpUninstallGroup) in InactiveUserToastExperiment()
/external/chromium_org/chrome/browser/chromeos/login/auth/
Dtest_attempt_state.cc24 const LoginFailure& outcome) { in PresetOnlineLoginStatus() argument
26 online_outcome_ = outcome; in PresetOnlineLoginStatus()
Donline_attempt.cc158 const LoginFailure& outcome) { in TriggerResolve() argument
159 attempt_->RecordOnlineLoginStatus(outcome); in TriggerResolve()
Dauth_attempt_state.cc40 const LoginFailure& outcome) { in RecordOnlineLoginStatus() argument
43 online_outcome_ = outcome; in RecordOnlineLoginStatus()
Dtest_attempt_state.h25 const LoginFailure& outcome);
Donline_attempt.h58 void TriggerResolve(const LoginFailure& outcome);
Dauth_attempt_state.h36 const LoginFailure& outcome);
/external/chromium_org/chrome/browser/chromeos/login/screens/
Dscreen_flow.h33 const std::string& outcome,
Dbase_screen.cc42 void BaseScreen::Finish(const std::string& outcome) { in Finish() argument
Dbase_screen.h77 void Finish(const std::string& outcome);
/external/chromium_org/chrome/browser/metrics/
Dperf_provider_chromeos.cc61 void AddToPerfHistogram(GetPerfDataOutcome outcome) { in AddToPerfHistogram() argument
63 outcome, in AddToPerfHistogram()
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
Dprmwait.h142 PRMWStatus outcome; /* outcome of the current/last operation */ member
/external/valgrind/main/memcheck/tests/x86/
Dpushfpopf_s.S26 # resulting flag definedness depends on outcome of sub above
/external/protobuf/gtest/src/
Dgtest-death-test.cc332 DeathTestOutcome outcome() const { return outcome_; } in outcome() function in testing::internal::DeathTestImpl
333 void set_outcome(DeathTestOutcome outcome) { outcome_ = outcome; } in set_outcome() argument
457 switch (outcome()) { in Passed()
/external/chromium_org/third_party/webrtc/tools/e2e_quality/audio/
DREADME11 resampling in PulseAudio. This will reduce the resampling impact on the outcome
/external/chromium_org/v8/test/webkit/
Dtry-try-return-finally-finally-expected.txt24 …ly's with interesting control statements nested within them. The correct outcome is for this test …

123