HomeSort by relevance Sort by last modified time
    Searched defs:failed (Results 51 - 75 of 173) sorted by null

1 23 4 5 6 7

  /external/chromium_org/chrome/browser/autocomplete/
history_url_provider.h 131 // performed because the history system failed to properly init the database.
134 bool failed; member in struct:HistoryURLProviderParams
  /external/chromium_org/chrome/browser/chromeos/net/
cert_verify_proc_chromeos_unittest.cc 138 net::NSSCertDatabase::ImportCertFailureList failed; local
140 root_1_, net::NSSCertDatabase::TRUSTED_SSL, &failed));
141 EXPECT_EQ(0U, failed.size());
154 failed.clear();
156 root_2_, net::NSSCertDatabase::TRUSTED_SSL, &failed));
157 EXPECT_EQ(0U, failed.size());
253 net::NSSCertDatabase::ImportCertFailureList failed; local
255 db_2_->ImportCACerts(roots, net::NSSCertDatabase::TRUSTED_SSL, &failed));
256 EXPECT_EQ(0U, failed.size());
319 net::NSSCertDatabase::ImportCertFailureList failed; local
332 net::NSSCertDatabase::ImportCertFailureList failed; local
    [all...]
  /external/chromium_org/chrome/browser/devtools/
devtools_network_transaction.h 56 bool failed() const { return failed_; } function in class:DevToolsNetworkTransaction
  /external/chromium_org/chrome/browser/
process_singleton_browsertest.cc 199 DLOG_IF(ERROR, num_tries >= kNbTries) << "Failed to kill all processes!";
229 bool failed = false; local
230 for (size_t attempt = 0; attempt < kNbAttempts && !failed; ++attempt) {
300 // last one standing should be left waiting... So we failed...
302 failed) << "There is more than one main process.";
305 failed = true;
  /external/chromium_org/components/domain_reliability/
context_unittest.cc 87 unsigned successful, failed; local
88 context_.GetRequestCountsForTesting(index, &successful, &failed);
89 return successful == expected_successful && failed == expected_failed;
  /external/chromium_org/net/cert/
nss_cert_database_unittest.cc 286 NSSCertDatabase::ImportCertFailureList failed; local
288 &failed));
290 EXPECT_EQ(0U, failed.size());
317 NSSCertDatabase::ImportCertFailureList failed; local
319 &failed));
321 EXPECT_EQ(0U, failed.size());
348 NSSCertDatabase::ImportCertFailureList failed; local
350 &failed));
352 EXPECT_EQ(0U, failed.size());
379 NSSCertDatabase::ImportCertFailureList failed; local
399 NSSCertDatabase::ImportCertFailureList failed; local
424 NSSCertDatabase::ImportCertFailureList failed; local
463 NSSCertDatabase::ImportCertFailureList failed; local
485 NSSCertDatabase::ImportCertFailureList failed; local
510 NSSCertDatabase::ImportCertFailureList failed; local
539 NSSCertDatabase::ImportCertFailureList failed; local
574 NSSCertDatabase::ImportCertFailureList failed; local
605 NSSCertDatabase::ImportCertFailureList failed; local
640 NSSCertDatabase::ImportCertFailureList failed; local
676 NSSCertDatabase::ImportCertFailureList failed; local
718 NSSCertDatabase::ImportCertFailureList failed; local
797 NSSCertDatabase::ImportCertFailureList failed; local
857 NSSCertDatabase::ImportCertFailureList failed; local
921 NSSCertDatabase::ImportCertFailureList failed; local
997 NSSCertDatabase::ImportCertFailureList failed; local
    [all...]
  /external/chromium_org/ppapi/thunk/
enter.h 111 bool failed() const { return !succeeded(); } function in class:ppapi::thunk::subtle::EnterBase
235 bool failed() const { return !functions_; } function in class:ppapi::thunk::EnterInstance
283 bool failed() const { return !functions_; } function in class:ppapi::thunk::EnterInstanceAPI
  /external/chromium_org/testing/gtest/include/gtest/
gtest-test-part.h 53 kNonFatalFailure, // Failed but the test can continue.
54 kFatalFailure // Failed and the test should be terminated.
93 // Returns true iff the test part failed.
94 bool failed() const { return type_ != kSuccess; } function in class:testing::TestPartResult
96 // Returns true iff the test part non-fatally failed.
99 // Returns true iff the test part fatally failed.
  /external/chromium_org/third_party/icu/source/i18n/
cpdtrans.cpp 285 UBool failed = FALSE; local
303 failed = TRUE;
309 // if memory allocation failed delete backwards trans array
310 if (failed && i > 0) {
352 UBool failed = FALSE; local
356 failed = TRUE;
360 if (failed && i > 0) {
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
gtest-test-part.h 53 kNonFatalFailure, // Failed but the test can continue.
54 kFatalFailure // Failed and the test should be terminated.
91 // Returns true iff the test part failed.
92 bool failed() const { return type_ != kSuccess; } function in class:testing::TestPartResult
94 // Returns true iff the test part non-fatally failed.
97 // Returns true iff the test part fatally failed.
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/test/
test_util_fft.c 18 /* Number of tests that failed */
30 /* Number of tests that unexpectedly failed */
105 printf(" *FAILED: %s ", id);
108 printf("**FAILED: %s ", id);
128 printf("%sSummary: %d %s tests failed out of %d tests. "
189 int failed; local
204 failed = forward_results.failed_count_ + inverse_results.failed_count_;
210 printf("%sTotal: %d tests failed out of %d tests. "
212 failed ? "**" : "",
213 failed,
    [all...]
  /external/chromium_org/third_party/re2/re2/testing/
dfa_test.cc 208 bool matched, failed = false; local
211 NULL, &failed, NULL);
212 CHECK(!failed);
216 NULL, &failed, NULL);
217 CHECK(!failed);
243 bool matched, failed = false; local
246 NULL, &failed, NULL);
247 CHECK(!failed);
251 NULL, &failed, NULL);
252 CHECK(!failed);
332 bool failed = false; local
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrConfigConversionEffect.cpp 207 bool failed = true; local
209 for (size_t i = 0; i < SK_ARRAY_COUNT(kConversionRules) && failed; ++i) {
248 failed = false;
249 for (int y = 0; y < 256 && !failed; ++y) {
252 failed = true;
258 if (failed) {
  /external/chromium_org/tools/android/forwarder2/
daemon.cc 55 bool failed = false; local
62 failed = true;
68 failed = true;
73 return !failed;
235 bool failed = false; local
241 failed = true;
244 if (!failed)
249 failed = true;
251 return !failed;
  /external/clang/test/SemaTemplate/
instantiate-field.cpp 37 struct failed ;
39 template <class Model> struct requirement<failed *Model::*>
41 static void failed() function in struct:PR7123::requirement
47 template <class Model> struct requirement_<void(*)(Model)> : requirement<failed *Model::*>
64 instantiate< requirement_<void(*)(usage_requirements<BidirectionalIterator>)>::failed> int534; // expected-note{{in instantiation of}}
  /external/gtest/include/gtest/
gtest-test-part.h 53 kNonFatalFailure, // Failed but the test can continue.
54 kFatalFailure // Failed and the test should be terminated.
93 // Returns true iff the test part failed.
94 bool failed() const { return type_ != kSuccess; } function in class:testing::TestPartResult
96 // Returns true iff the test part non-fatally failed.
99 // Returns true iff the test part fatally failed.
  /external/icu/icu4c/source/i18n/
cpdtrans.cpp 285 UBool failed = FALSE; local
303 failed = TRUE;
309 // if memory allocation failed delete backwards trans array
310 if (failed && i > 0) {
352 UBool failed = FALSE; local
356 failed = TRUE;
360 if (failed && i > 0) {
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-test-part.h 53 kNonFatalFailure, // Failed but the test can continue.
54 kFatalFailure // Failed and the test should be terminated.
91 // Returns true iff the test part failed.
92 bool failed() const { return type_ != kSuccess; } function in class:testing::TestPartResult
94 // Returns true iff the test part non-fatally failed.
97 // Returns true iff the test part fatally failed.
  /external/mesa3d/src/gtest/include/gtest/
gtest-test-part.h 53 kNonFatalFailure, // Failed but the test can continue.
54 kFatalFailure // Failed and the test should be terminated.
91 // Returns true iff the test part failed.
92 bool failed() const { return type_ != kSuccess; } function in class:testing::TestPartResult
94 // Returns true iff the test part non-fatally failed.
97 // Returns true iff the test part fatally failed.
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
BaseRecognizer.pm 55 $state->failed(0);
73 $self->state->failed(0);
78 $self->state->failed(1);
91 $self->state->failed(0);
208 return 'rule ' . $e->rule_name . ' failed predicate: {'
490 sub failed { subroutine
492 return $self->state->failed;
542 $self->state->failed(1);
554 my $stop_token_index = $self->state->failed ? $self->MEMO_RULE_FAILED : $input->index() - 1;
579 if ($self->state->failed) {
    [all...]
  /external/chromium-libpac/test/js-unittest/
pac_library_unittest.js 18 if (t.failed()) {
286 TestContext.prototype.failed = function() {
  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_external_updater.cc 190 external_updates_[app_id].update_status = FAILED;
224 external_updates_[app_id].update_status = FAILED;
406 external_updates_[app_id].update_status = FAILED;
429 external_updates_[app_id].update_status = FAILED;
486 int failed = 0; local
499 } else { // FAILED
500 ++failed;
521 if (failed) {
  /external/chromium_org/content/browser/loader/
redirect_to_file_resource_handler.cc 268 bool failed = false; local
272 failed = !WriteMore();
274 failed = true;
277 if (failed) {
282 // If the request successfully completed mid-write, but the write failed,
293 // this should run even in the |failed| case above, otherwise a failed write
  /external/chromium_org/extensions/renderer/
module_system_test.cc 78 bool failed() { return failed_; } function in class:extensions::ModuleSystemTestEnvironment::AssertNatives
228 EXPECT_FALSE(env_->assert_natives()->failed());
  /external/chromium_org/ipc/
ipc_channel_win.cc 199 bool failed = !it.ReadInt(&claimed_pid); local
201 if (!failed && validate_client_) {
203 failed = it.ReadInt(&secret) ? (secret != client_secret_) : true;
206 if (failed) {
274 LOG(WARNING) << "DuplicateHandle failed. Error :" << GetLastError();

Completed in 1595 milliseconds

1 23 4 5 6 7