/third_party/benchmark/test/ |
D | state_assembly_test.cc | 10 benchmark::State& GetState(); 19 State& S = GetState(); in test_for_auto_loop() 42 State& S = GetState(); in test_while_loop()
|
/third_party/cef/libcef/browser/views/ |
D | button_impl.h | 34 cef_button_state_t GetState() override; 53 views::Button::ButtonState old_state = ParentClass::root_view()->GetState(); in SetState() 75 CEF_BUTTON_IMPL_T cef_button_state_t CEF_BUTTON_IMPL_D::GetState() { in GetState() function 77 return static_cast<cef_button_state_t>(ParentClass::root_view()->GetState()); in GetState()
|
D | button_view.h | 66 ParentClass::GetState() != views::Button::STATE_PRESSED) { in ButtonPressed()
|
/third_party/cef/libcef/browser/ |
D | download_item_impl.cc | 29 return const_value().GetState() == download::DownloadItem::IN_PROGRESS; in IsInProgress() 34 return const_value().GetState() == download::DownloadItem::COMPLETE; in IsComplete() 39 return const_value().GetState() == download::DownloadItem::CANCELLED; in IsCanceled()
|
D | download_manager_delegate.cc | 126 if (!item || item->GetState() != DownloadItem::IN_PROGRESS) in ChooseDownloadPath() 227 if (item && item->GetState() == DownloadItem::IN_PROGRESS) in DoCancel() 240 if (item && item->GetState() == DownloadItem::IN_PROGRESS) in DoPause()
|
/third_party/gptfdisk/ |
D | gdisk.cc | 36 if (theGPT.GetState() != use_gpt) in main() 43 if (theGPT.GetState() != use_gpt) in main()
|
D | cgdisk.cc | 68 if (theGPT.GetState() != use_gpt) { in main()
|
D | gpt.h | 163 WhichToUse GetState(void) {return whichWasUsed;} in GetState() function
|
/third_party/cef/libcef/browser/net_service/ |
D | resource_request_handler_wrapper.cc | 606 RequestState* state = GetState(request_id); in AllowCookieLoad() 630 RequestState* state = GetState(request_id); in ContinueWithLoadedCookies() 664 RequestState* state = GetState(request_id); in ShouldInterceptRequest() 712 RequestState* state = GetState(request_id); in ContinueShouldInterceptRequest() 791 RequestState* state = GetState(request_id); in ProcessResponseHeaders() 818 RequestState* state = GetState(request_id); in OnRequestResponse() 979 RequestState* state = GetState(request_id); in AllowCookieSave() 1011 RequestState* state = GetState(request_id); in OnFilterResponseBody() 1035 RequestState* state = GetState(request_id); in OnFilterError() 1053 RequestState* state = GetState(request_id); in OnRequestComplete() [all …]
|
/third_party/cef/include/views/ |
D | cef_button.h | 69 virtual cef_button_state_t GetState() = 0;
|
/third_party/lzma/CS/7zip/Compress/LZMA/ |
D | LzmaDecoder.cs | 125 uint GetState(uint pos, byte prevByte) in GetState() method in SevenZip.Compression.LZMA.Decoder.LiteralDecoder 129 { return m_Coders[GetState(pos, prevByte)].DecodeNormal(rangeDecoder); } in DecodeNormal() 132 { return m_Coders[GetState(pos, prevByte)].DecodeWithMatchByte(rangeDecoder, matchByte); } in DecodeWithMatchByte()
|
/third_party/node/deps/v8/src/execution/ |
D | embedder-state.h | 23 EmbedderStateTag GetState() const { return tag_; } in GetState() function
|
/third_party/openSLES/api/1.0.1/ |
D | OpenSLES_OpenHarmony.h | 58 SLresult (*GetState) ( member
|
/third_party/cef/tests/ceftests/views/ |
D | button_unittest.cc | 34 EXPECT_EQ(CEF_BUTTON_STATE_NORMAL, button->GetState()); in VerifyButtonStyle() 36 EXPECT_EQ(CEF_BUTTON_STATE_HOVERED, button->GetState()); in VerifyButtonStyle() 38 EXPECT_EQ(CEF_BUTTON_STATE_PRESSED, button->GetState()); in VerifyButtonStyle() 40 EXPECT_EQ(CEF_BUTTON_STATE_DISABLED, button->GetState()); in VerifyButtonStyle()
|
/third_party/cef/libcef_dll/ctocpp/views/ |
D | button_ctocpp.h | 40 cef_button_state_t GetState() override;
|
D | menu_button_ctocpp.h | 59 cef_button_state_t GetState() override;
|
D | label_button_ctocpp.h | 55 cef_button_state_t GetState() override;
|
/third_party/node/deps/v8/src/codegen/ |
D | source-position-table.h | 137 IndexAndPositionState GetState() const { in GetState() function
|
/third_party/ffmpeg/libavdevice/ |
D | dshow_filter.c | 163 SETVTBL(vtbl, filter, GetState); in ff_dshow_filter_Setup()
|
/third_party/node/deps/npm/node_modules/node-gyp/lib/ |
D | Find-VisualStudio.cs | 108 InstanceState GetState(); in GetState() method
|
/third_party/cef/tests/cefclient/browser/ |
D | views_menu_bar.cc | 266 if (button->GetState() == CEF_BUTTON_STATE_PRESSED) in GetActiveMenuId()
|
/third_party/openmax/api/1.1.2/ |
D | OMX_Component.h | 401 OMX_ERRORTYPE (*GetState)( member
|
D | OMX_Core.h | 961 ((OMX_COMPONENTTYPE*)hComponent)->GetState( \
|
/third_party/skia/third_party/externals/oboe/src/opensles/ |
D | AudioStreamOpenSLES.cpp | 298 SLresult result = (*bq)->GetState(bq, &queueState); in getBufferDepth()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | DeviceGL.cpp | 293 ASSERT(GetState() == State::Disconnected); in DestroyImpl()
|