/third_party/cef/libcef_dll/base/ |
D | cef_lock_impl.cc | 55 DCHECK_EQ(rv, 0) << ". " << strerror(rv); in LockImpl() 57 DCHECK_EQ(rv, 0) << ". " << strerror(rv); in LockImpl() 59 DCHECK_EQ(rv, 0) << ". " << strerror(rv); in LockImpl() 61 DCHECK_EQ(rv, 0) << ". " << strerror(rv); in LockImpl() 70 DCHECK_EQ(rv, 0) << ". " << strerror(rv); in ~LockImpl() 81 DCHECK_EQ(rv, 0) << ". " << strerror(rv); in Lock() 86 DCHECK_EQ(rv, 0) << ". " << strerror(rv); in Unlock()
|
/third_party/libphonenumber/cpp/src/phonenumbers/base/synchronization/ |
D | lock_posix.h | 33 DCHECK_EQ(0, ret); in Lock() 39 DCHECK_EQ(0, ret); in ~Lock() 45 DCHECK_EQ(0, ret); in Acquire() 51 DCHECK_EQ(0, ret); in Release()
|
/third_party/gn/src/util/ |
D | semaphore.cc | 40 DCHECK_EQ(0, result); in Semaphore() 45 DCHECK_EQ(0, result); in ~Semaphore() 62 DCHECK_EQ(-1, result); in Wait() 63 DCHECK_EQ(EINTR, errno); in Wait()
|
/third_party/re2/re2/ |
D | prog.h | 86 int cap() { DCHECK_EQ(opcode(), kInstCapture); return cap_; } in cap() 87 int lo() { DCHECK_EQ(opcode(), kInstByteRange); return lo_; } in lo() 88 int hi() { DCHECK_EQ(opcode(), kInstByteRange); return hi_; } in hi() 89 int foldcase() { DCHECK_EQ(opcode(), kInstByteRange); return hint_foldcase_&1; } in foldcase() 90 int hint() { DCHECK_EQ(opcode(), kInstByteRange); return hint_foldcase_>>1; } in hint() 91 int match_id() { DCHECK_EQ(opcode(), kInstMatch); return match_id_; } in match_id() 92 EmptyOp empty() { DCHECK_EQ(opcode(), kInstEmptyWidth); return empty_; } in empty() 95 DCHECK_EQ(opcode(), kInstAltMatch); in greedy() 103 DCHECK_EQ(opcode(), kInstByteRange); in Matches()
|
D | regexp.h | 334 int min() { DCHECK_EQ(op_, kRegexpRepeat); return min_; } in min() 335 int max() { DCHECK_EQ(op_, kRegexpRepeat); return max_; } in max() 336 Rune rune() { DCHECK_EQ(op_, kRegexpLiteral); return rune_; } in rune() 337 CharClass* cc() { DCHECK_EQ(op_, kRegexpCharClass); return cc_; } in cc() 338 int cap() { DCHECK_EQ(op_, kRegexpCapture); return cap_; } in cap() 339 const std::string* name() { DCHECK_EQ(op_, kRegexpCapture); return name_; } in name() 340 Rune* runes() { DCHECK_EQ(op_, kRegexpLiteralString); return runes_; } in runes() 341 int nrunes() { DCHECK_EQ(op_, kRegexpLiteralString); return nrunes_; } in nrunes() 342 int match_id() { DCHECK_EQ(op_, kRegexpHaveMatch); return match_id_; } in match_id()
|
D | prog.cc | 27 DCHECK_EQ(out_opcode_, 0); in InitAlt() 33 DCHECK_EQ(out_opcode_, 0); in InitByteRange() 41 DCHECK_EQ(out_opcode_, 0); in InitCapture() 47 DCHECK_EQ(out_opcode_, 0); in InitEmptyWidth() 53 DCHECK_EQ(out_opcode_, 0); in InitMatch() 59 DCHECK_EQ(out_opcode_, 0); in InitNop() 64 DCHECK_EQ(out_opcode_, 0); in InitFail() 617 DCHECK_EQ(total, static_cast<int>(flat.size())); in Flatten() 621 DCHECK_EQ(start(), 0); in Flatten()
|
D | nfa.cc | 184 DCHECK_EQ(t->ref, 0); in Decref() 533 DCHECK_EQ(runq->size(), 0); in Search() 607 DCHECK_EQ(runq->size(), 0); in Search() 723 DCHECK_EQ(fanout->max_size(), size()); in Fanout()
|
/third_party/cef/libcef_dll/cpptoc/ |
D | cpptoc_ref_counted.h | 69 DCHECK_EQ(kWrapperType, wrapperStruct->type_); in Get() 152 DCHECK_EQ(kWrapperType, wrapperStruct->type_); in struct_add_ref() 165 DCHECK_EQ(kWrapperType, wrapperStruct->type_); in struct_release() 178 DCHECK_EQ(kWrapperType, wrapperStruct->type_); in struct_has_one_ref() 192 DCHECK_EQ(kWrapperType, wrapperStruct->type_); in struct_has_at_least_one_ref()
|
D | cpptoc_scoped.h | 138 DCHECK_EQ(kWrapperType, wrapperStruct->type_); in GetWrapper() 149 DCHECK_EQ(kWrapperType, wrapperStruct->type_); in Get() 214 DCHECK_EQ(kWrapperType, wrapperStruct->type_); in struct_del()
|
/third_party/cef/tests/cefclient/browser/ |
D | response_filter_test.cc | 59 DCHECK_EQ(data_in_read, 0U); in Filter() 62 DCHECK_EQ(data_out_written, 0U); in Filter() 188 DCHECK_EQ(data_in_read, 0U); in Filter() 191 DCHECK_EQ(data_out_written, 0U); in Filter()
|
D | browser_window.cc | 43 DCHECK_EQ(browser->GetIdentifier(), browser_->GetIdentifier()); in OnBrowserClosing() 52 DCHECK_EQ(browser->GetIdentifier(), browser_->GetIdentifier()); in OnBrowserClosed()
|
/third_party/cef/libcef/browser/net_service/ |
D | browser_urlrequest_impl.cc | 172 DCHECK_EQ(status_, UR_IO_PENDING); in Cancel() 264 DCHECK_EQ(status_, UR_IO_PENDING); in ContinueOnOriginatingThread() 409 DCHECK_EQ(status_, UR_IO_PENDING); in OnHeadersOnly() 435 DCHECK_EQ(status_, UR_IO_PENDING); in OnRedirect() 451 DCHECK_EQ(status_, UR_IO_PENDING); in OnResponseStarted() 463 DCHECK_EQ(status_, UR_IO_PENDING); in OnUploadProgress() 474 DCHECK_EQ(status_, UR_IO_PENDING); in OnDownloadProgress() 503 DCHECK_EQ(status_, UR_IO_PENDING); in OnDataReceived() 543 DCHECK_EQ(status_, UR_IO_PENDING); in OnRetry()
|
/third_party/cef/libcef/browser/views/ |
D | textfield_view.cc | 23 DCHECK_EQ(sender, this); in HandleKeyEvent() 36 DCHECK_EQ(sender, this); in OnAfterUserAction()
|
D | box_layout_impl.cc | 31 DCHECK_EQ(view_ptr->parent(), owner_view()); in SetFlexForView() 45 DCHECK_EQ(view_ptr->parent(), owner_view()); in ClearFlexForView()
|
D | panel_impl.h | 159 DCHECK_EQ(view_ptr->parent(), ParentClass::content_view()); in ReorderChildView() 177 DCHECK_EQ(view_ptr->parent(), ParentClass::content_view()); in RemoveChildView()
|
/third_party/cef/libcef/browser/ |
D | browser_info.cc | 110 DCHECK_EQ(info->global_id_, global_id); in MaybeCreateFrame() 111 DCHECK_EQ(info->is_guest_view_, is_guest_view); in MaybeCreateFrame() 112 DCHECK_EQ(info->is_main_frame_, is_main_frame); in MaybeCreateFrame() 144 DCHECK_EQ(frame_util::MakeFrameId(global_id), in MaybeCreateFrame() 146 DCHECK_EQ(frame_info->is_main_frame_, frame_info->frame_->IsMain()); in MaybeCreateFrame()
|
/third_party/cef/libcef_dll/ctocpp/ |
D | ctocpp_scoped.h | 79 DCHECK_EQ(kWrapperType, wrapperStruct->type_); in GetStruct() 172 DCHECK_EQ(kWrapperType, wrapperStruct->type_);
|
D | ctocpp_ref_counted.h | 49 DCHECK_EQ(kWrapperType, wrapperStruct->type_); in GetStruct() 157 DCHECK_EQ(kWrapperType, wrapperStruct->type_);
|
/third_party/libphonenumber/cpp/src/phonenumbers/base/memory/ |
D | singleton_posix.h | 33 DCHECK_EQ(0, ret); in GetInstance()
|
/third_party/libphonenumber/cpp/src/phonenumbers/base/ |
D | logging.h | 30 #define DCHECK_EQ(X, Y) CHECK_EQ((X), (Y)) macro
|
/third_party/cef/patch/patches/ |
D | message_pump_mac_2495.patch | 12 DCHECK_EQ(kNSApplicationModalSafeModeMask, g_app_pump->GetModeMask());
|
/third_party/cef/libcef/renderer/ |
D | v8_impl.cc | 97 DCHECK_EQ(isolate_, v8::Isolate::GetCurrent()); in ~CefV8IsolateManager() 103 DCHECK_EQ(isolate_, v8::Isolate::GetCurrent()); in GetContextState() 125 DCHECK_EQ(isolate_, v8::Isolate::GetCurrent()); in ReleaseContext() 126 DCHECK_EQ(isolate_, context->GetIsolate()); in ReleaseContext() 137 DCHECK_EQ(isolate_, v8::Isolate::GetCurrent()); in AddGlobalTrackObject() 142 DCHECK_EQ(isolate_, v8::Isolate::GetCurrent()); in DeleteGlobalTrackObject() 907 DCHECK_EQ(isolate_, manager->isolate()); in CefV8HandleBase() 1537 DCHECK_EQ(type_, TYPE_INVALID); in InitUndefined() 1542 DCHECK_EQ(type_, TYPE_INVALID); in InitNull() 1547 DCHECK_EQ(type_, TYPE_INVALID); in InitBool() [all …]
|
/third_party/gn/src/gn/ |
D | bundle_data.cc | 66 DCHECK_EQ(target->output_type(), Target::BUNDLE_DATA); in AddBundleData() 96 DCHECK_EQ(target->action_values().outputs().list().size(), 1u); in OnTargetResolved()
|
/third_party/cef/libcef/browser/native/ |
D | window_x11.cc | 145 DCHECK_EQ(xwindow_, x11::Window::None); in ~CefWindowX11() 336 DCHECK_EQ(xwindow_, configure->event); in ProcessXEvent() 337 DCHECK_EQ(xwindow_, configure->window); in ProcessXEvent()
|
/third_party/cef/libcef/browser/extensions/ |
D | extension_view_host.cc | 91 DCHECK_EQ(process_util::PersistentBackgroundPageState::kReady, in OnExtensionHostDocumentElementAvailable()
|