/external/chromium_org/sandbox/linux/seccomp-bpf/ |
D | errorcode.cc | 44 failed_(failed), in ErrorCode() 63 passed_->Equals(*err.passed_) && failed_->Equals(*err.failed_); in Equals() 93 } else if (!failed_->Equals(*err.failed_)) { in LessThan() 94 return failed_->LessThan(*err.failed_); in LessThan()
|
D | errorcode.h | 141 const ErrorCode* failed() const { return failed_; } in failed() 185 const ErrorCode* failed_; // or if it failed. member
|
D | sandbox_bpf.cc | 822 RetExpression(gen, *cond.failed_)); in CondExpression() 832 RetExpression(gen, *cond.failed_)); in CondExpression() 856 RetExpression(gen, *cond.failed_)); in CondExpression() 870 RetExpression(gen, *cond.failed_)))); in CondExpression() 888 RetExpression(gen, *cond.failed_)); in CondExpression() 902 RetExpression(gen, *cond.failed_)))); in CondExpression() 914 lsb_head = RetExpression(gen, *cond.failed_); in CondExpression() 920 RetExpression(gen, *cond.failed_)); in CondExpression()
|
/external/chromium_org/chrome/browser/extensions/ |
D | extension_test_message_listener.cc | 21 failed_(false) { in ExtensionTestMessageListener() 30 return !failed_; in WaitUntilSatisfied() 33 return !failed_; in WaitUntilSatisfied() 55 if (!failed_) in Observe() 56 failed_ = (content == failure_message_); in Observe()
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/ |
D | function_sequence.js | 20 this.failed_ = false; 62 if (!this.failed_) { 63 this.failed_ = true; 76 if (!this.failed_ && this.currentStepIdx_ < this.steps_.length) { 91 if (this.failed_) {
|
D | function_parallel.js | 20 this.failed_ = false; 42 if (!this.failed_) { 43 this.failed_ = true; 56 if (--this.remaining == 0 && !this.failed_) {
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
D | memfs_malloc.cc | 92 : failed_(true), // To disable allocator until Initialize() is called. in HugetlbSysAllocator() 102 bool failed_; // Whether failed to allocate memory. member in HugetlbSysAllocator 119 if (failed_) { in Alloc() 143 "HugetlbSysAllocator: (failed, allocated)", failed_, hugetlb_base_); in Alloc() 165 failed_ = true; in AllocInternal() 180 failed_ = true; in AllocInternal() 196 failed_ = true; in AllocInternal() 253 failed_ = false; in Initialize()
|
D | system-alloc.cc | 169 failed_[i] = true; in DefaultSysAllocator() 178 failed_[index] = false; in SetChildAllocator() 186 bool failed_[kMaxAllocators]; member in DefaultSysAllocator 198 failed_ = true; in Alloc() 270 failed_ = true; in Alloc() 339 failed_ = true; in Alloc() 429 if (!failed_[i] && allocs_[i] != NULL) { in Alloc() 434 failed_[i] = true; in Alloc() 440 failed_[i] = false; in Alloc()
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
D | memfs_malloc.cc | 92 : failed_(true), // To disable allocator until Initialize() is called. in HugetlbSysAllocator() 102 bool failed_; // Whether failed to allocate memory. member in HugetlbSysAllocator 119 if (failed_) { in Alloc() 143 "HugetlbSysAllocator: (failed, allocated)", failed_, hugetlb_base_); in Alloc() 165 failed_ = true; in AllocInternal() 180 failed_ = true; in AllocInternal() 196 failed_ = true; in AllocInternal() 253 failed_ = false; in Initialize()
|
D | system-alloc.cc | 312 failed_[i] = true; in DefaultSysAllocator() 321 failed_[index] = false; in SetChildAllocator() 329 bool failed_[kMaxAllocators]; member in DefaultSysAllocator 566 if (!failed_[i] && allocs_[i] != NULL) { in Alloc() 571 failed_[i] = true; in Alloc() 577 failed_[i] = false; in Alloc()
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/ |
D | printer.cc | 49 failed_(false) { in Printer() 54 if (buffer_size_ > 0 && !failed_) { in ~Printer() 163 if (failed_) return; in PrintRaw() 168 if (failed_) return; in WriteRaw() 175 if (failed_) return; in WriteRaw() 185 failed_ = !output_->Next(&void_buffer, &buffer_size_); in WriteRaw() 186 if (failed_) return; in WriteRaw()
|
D | zero_copy_stream_impl_lite.cc | 210 failed_(false), in CopyingInputStreamAdaptor() 224 if (failed_) { in Next() 245 failed_ = true; in Next() 272 if (failed_) { in Skip() 316 failed_(false), in CopyingOutputStreamAdaptor() 362 if (failed_) { in WriteBuffer() 374 failed_ = true; in WriteBuffer()
|
D | printer.h | 116 bool failed() const { return failed_; } in failed() 127 bool failed_; variable
|
D | zero_copy_stream_impl_lite.h | 226 bool failed_; variable 315 bool failed_; variable
|
/external/protobuf/src/google/protobuf/io/ |
D | printer.cc | 50 failed_(false) { in Printer() 153 if (failed_) return; in PrintRaw() 158 if (failed_) return; in WriteRaw() 165 if (failed_) return; in WriteRaw() 175 failed_ = !output_->Next(&void_buffer, &buffer_size_); in WriteRaw() 176 if (failed_) return; in WriteRaw()
|
D | zero_copy_stream_impl_lite.cc | 208 failed_(false), in CopyingInputStreamAdaptor() 222 if (failed_) { in Next() 243 failed_ = true; in Next() 270 if (failed_) { in Skip() 314 failed_(false), in CopyingOutputStreamAdaptor() 360 if (failed_) { in WriteBuffer() 372 failed_ = true; in WriteBuffer()
|
D | printer.h | 112 bool failed() const { return failed_; } in failed() 123 bool failed_; variable
|
/external/chromium_org/chrome/test/base/ |
D | module_system_test.cc | 69 failed_(false) { in AssertNatives() 77 bool failed() { return failed_; } in failed() 82 failed_ = failed_ || !args[0]->ToBoolean()->Value(); in AssertTrue() 88 failed_ = failed_ || args[0]->ToBoolean()->Value(); in AssertFalse() 93 bool failed_; member in ModuleSystemTest::AssertNatives
|
/external/chromium_org/chrome/browser/extensions/api/push_messaging/ |
D | obfuscated_gaia_id_fetcher_unittest.cc | 29 failed_ = true; in OnObfuscatedGaiaIdFetchFailure() 31 TestDelegate() : succeeded_(false), failed_(false) {} in TestDelegate() 34 bool failed() const { return failed_; } in failed() 38 bool failed_; member in __anon0794c3f90111::TestDelegate
|
/external/chromium_org/base/threading/ |
D | thread_collision_warner_unittest.cc | 42 : failed_(false) {} in AssertReporter() 45 failed_ = true; in warn() 50 bool fail_state() const { return failed_; } in fail_state() 51 void reset() { failed_ = false; } in reset() 54 bool failed_; member in __anon5db2b2480111::AssertReporter
|
/external/chromium/base/threading/ |
D | thread_collision_warner_unittest.cc | 42 : failed_(false) {} in AssertReporter() 45 failed_ = true; in warn() 50 bool fail_state() const { return failed_; } in fail_state() 51 void reset() { failed_ = false; } in reset() 54 bool failed_; member in __anon95ac32e10111::AssertReporter
|
/external/chromium_org/third_party/re2/re2/ |
D | compile.cc | 220 bool failed_; // Did we give up compiling? member in re2::Compiler 242 failed_ = false; in Compiler() 261 if (failed_ || inst_len_ + n > max_inst_) { in AllocInst() 262 failed_ = true; in AllocInst() 671 failed_ = true; in Copy() 678 failed_ = true; in ShortVisit() 685 if (failed_) in PreVisit() 718 if (failed_) in PostVisit() 795 failed_ = true; in PostVisit() 852 failed_ = true; in PostVisit() [all …]
|
/external/regex-re2/re2/ |
D | compile.cc | 219 bool failed_; // Did we give up compiling? member in re2::Compiler 241 failed_ = false; in Compiler() 260 if (failed_ || inst_len_ + n > max_inst_) { in AllocInst() 261 failed_ = true; in AllocInst() 670 failed_ = true; in Copy() 677 failed_ = true; in ShortVisit() 684 if (failed_) in PreVisit() 717 if (failed_) in PostVisit() 794 failed_ = true; in PostVisit() 851 failed_ = true; in PostVisit() [all …]
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
D | policy_oauth2_token_fetcher.h | 66 return failed_; in failed() 122 bool failed_; variable
|
D | policy_oauth2_token_fetcher.cc | 41 failed_(false), in PolicyOAuth2TokenFetcher() 119 failed_ = true; in RetryOnError()
|