Home
last modified time | relevance | path

Searched refs:DCHECK_EQ (Results 1 – 25 of 96) sorted by relevance

1234

/third_party/cef/libcef_dll/base/
Dcef_lock_impl.cc55 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/
Dlock_posix.h33 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/
Dsemaphore.cc40 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/
Dprog.h86 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()
Dregexp.h334 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()
Dprog.cc27 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()
Dnfa.cc184 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/
Dcpptoc_ref_counted.h69 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()
Dcpptoc_scoped.h138 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/
Dresponse_filter_test.cc59 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()
Dbrowser_window.cc43 DCHECK_EQ(browser->GetIdentifier(), browser_->GetIdentifier()); in OnBrowserClosing()
52 DCHECK_EQ(browser->GetIdentifier(), browser_->GetIdentifier()); in OnBrowserClosed()
/third_party/cef/libcef/browser/net_service/
Dbrowser_urlrequest_impl.cc172 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/
Dtextfield_view.cc23 DCHECK_EQ(sender, this); in HandleKeyEvent()
36 DCHECK_EQ(sender, this); in OnAfterUserAction()
Dbox_layout_impl.cc31 DCHECK_EQ(view_ptr->parent(), owner_view()); in SetFlexForView()
45 DCHECK_EQ(view_ptr->parent(), owner_view()); in ClearFlexForView()
Dpanel_impl.h159 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/
Dbrowser_info.cc110 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/
Dctocpp_scoped.h79 DCHECK_EQ(kWrapperType, wrapperStruct->type_); in GetStruct()
172 DCHECK_EQ(kWrapperType, wrapperStruct->type_);
Dctocpp_ref_counted.h49 DCHECK_EQ(kWrapperType, wrapperStruct->type_); in GetStruct()
157 DCHECK_EQ(kWrapperType, wrapperStruct->type_);
/third_party/libphonenumber/cpp/src/phonenumbers/base/memory/
Dsingleton_posix.h33 DCHECK_EQ(0, ret); in GetInstance()
/third_party/libphonenumber/cpp/src/phonenumbers/base/
Dlogging.h30 #define DCHECK_EQ(X, Y) CHECK_EQ((X), (Y)) macro
/third_party/cef/patch/patches/
Dmessage_pump_mac_2495.patch12 DCHECK_EQ(kNSApplicationModalSafeModeMask, g_app_pump->GetModeMask());
/third_party/cef/libcef/renderer/
Dv8_impl.cc97 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/
Dbundle_data.cc66 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/
Dwindow_x11.cc145 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/
Dextension_view_host.cc91 DCHECK_EQ(process_util::PersistentBackgroundPageState::kReady, in OnExtensionHostDocumentElementAvailable()

1234