/external/chromium_org/chrome/browser/chromeos/login/ |
auth_attempt_state.h | 41 // Copy |user_context| and copy |outcome| into this object, so we can have 45 const LoginFailure& outcome);
|
online_attempt.h | 55 void TriggerResolve(const LoginFailure& outcome);
|
online_attempt.cc | 158 const LoginFailure& outcome) { 159 attempt_->RecordOnlineLoginStatus(outcome);
|
/external/chromium_org/chrome/browser/chromeos/login/screens/ |
base_screen.h | 76 // it's work with |outcome|. 77 void Finish(const std::string& outcome);
|
/external/chromium_org/chrome/browser/diagnostics/ |
diagnostics_test.h | 20 // for the outcome of the test. 38 // The actual outcome of the test should be set using the RecordXX functions.
|
diagnostics_model.h | 17 // uniform interface for querying the outcome. 43 // Called when a test has finished, regardless of outcome. 47 // Called when a recovery has finished regardless of outcome.
|
/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
api_index.html | 50 If you need to know the outcome of an operation,
|
/external/chromium_org/v8/test/webkit/ |
try-catch-try-try-catch-try-finally-return-catch-finally-expected.txt | 24 Tests what would happen if you a throwing operation at the beginning of a finally blow that gets inlined inside a complicated catch/finally stack. The correct outcome is for this test to not crash during exception throwing.
|
try-catch-try-try-catch-try-finally-return-catch-finally.js | 25 "Tests what would happen if you a throwing operation at the beginning of a finally blow that gets inlined inside a complicated catch/finally stack. The correct outcome is for this test to not crash during exception throwing."
|
try-try-return-finally-finally-expected.txt | 24 Tests what would happen if you have nested try-finally's with interesting control statements nested within them. The correct outcome is for this test to not crash during bytecompilation.
|
try-try-return-finally-finally.js | 25 "Tests what would happen if you have nested try-finally's with interesting control statements nested within them. The correct outcome is for this test to not crash during bytecompilation."
|
/external/oauth/core/src/main/java/net/oauth/http/ |
HttpResponseMessage.java | 53 /** The statusCode that indicates a normal outcome. */
|
/external/chromium/chrome/browser/chromeos/login/ |
cryptohome_op_unittest.cc | 111 void RunTest(CryptohomeOp* op, bool outcome, int code) { 112 mock_library_->SetAsyncBehavior(outcome, code); 122 EXPECT_EQ(outcome, state_.cryptohome_outcome());
|
online_attempt.cc | 153 const LoginFailure& outcome) { 154 attempt_->RecordOnlineLoginStatus(credentials, outcome);
|
/external/chromium_org/v8/tools/testrunner/local/ |
statusfile.py | 106 for outcome in item[1:]: 107 assert type(outcome) == str 108 _AddOutcome(result, outcome)
|
progress.py | 117 outcome = 'CRASH' 119 outcome = 'FAIL' 121 outcome = 'pass' 122 print 'Done running %s: %s' % (test.GetLabel(), outcome)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
filecmp.py | 51 outcome = _cache.get((f1, f2, s1, s2)) 52 if outcome is None: 53 outcome = _do_cmp(f1, f2) 56 _cache[f1, f2, s1, s2] = outcome 57 return outcome
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
filecmp.py | 51 outcome = _cache.get((f1, f2, s1, s2)) 52 if outcome is None: 53 outcome = _do_cmp(f1, f2) 56 _cache[f1, f2, s1, s2] = outcome 57 return outcome
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
prmwait.h | 130 ** 'outcome' field. The fields are not valid when the NSPR runtime 142 PRMWStatus outcome; /* outcome of the current/last operation */ member in struct:PRRecvWait 215 ** The outcome of the wait operation may still fail, and 217 ** outcome field. Details can be retrieved from PR_GetError(). 237 ** PRRecvWait object with the outcome noted.
|
/external/chromium_org/base/ |
version.h | 28 // the outcome.
|
/external/chromium_org/chrome/browser/ui/views/ |
color_chooser_dialog.h | 67 // longer cares about the outcome.
|
/external/chromium_org/chrome/common/ |
chrome_result_codes.h | 49 // simple outcome back to the process that launched us. This is used for
|
/frameworks/base/docs/html/design/style/ |
touch-feedback.jd | 37 <p>When your objects react to more complex gestures, help users understand what the outcome of the
|
/external/chromium_org/chrome/browser/metrics/ |
perf_provider_chromeos.cc | 70 void AddToPerfHistogram(GetPerfDataOutcome outcome) { 72 outcome,
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
predict.def | 37 /* A value used as final outcome of all heuristics. */ 40 /* An outcome estimated by Dempster-Shaffer theory. */
|