Home
last modified time | relevance | path

Searched refs:SetID (Results 1 – 25 of 41) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.h220 bool isSGPRPressureSet(unsigned SetID) const { in isSGPRPressureSet() argument
221 return SGPRPressureSets.test(SetID) && !VGPRPressureSets.test(SetID) && in isSGPRPressureSet()
222 !AGPRPressureSets.test(SetID); in isSGPRPressureSet()
224 bool isVGPRPressureSet(unsigned SetID) const { in isVGPRPressureSet() argument
225 return VGPRPressureSets.test(SetID) && !SGPRPressureSets.test(SetID) && in isVGPRPressureSet()
226 !AGPRPressureSets.test(SetID); in isVGPRPressureSet()
228 bool isAGPRPressureSet(unsigned SetID) const { in isAGPRPressureSet() argument
229 return AGPRPressureSets.test(SetID) && !SGPRPressureSets.test(SetID) && in isAGPRPressureSet()
230 !VGPRPressureSets.test(SetID); in isAGPRPressureSet()
/third_party/cef/tests/ceftests/views/
Dscroll_view_unittest.cc79 scroll_view->SetID(kScrollViewID); in RunScrollViewLayout()
83 content_panel->SetID(kContentPanelID); in RunScrollViewLayout()
Dbutton_unittest.cc208 button->SetID(kButtonID); in RunLabelButtonClick()
443 button->SetID(kButtonID); in RunMenuButtonClick()
625 button->SetID(kButtonID); in RunMenuButtonCustomPopupClick()
Dwindow_unittest.cc90 panel_child1->SetID(kWPanel1ID); in CreateBoxLayout()
96 panel_child2->SetID(kWPanel2ID); in CreateBoxLayout()
Dtextfield_unittest.cc267 textfield->SetID(kTextfieldID); in RunTextfieldKeyEvent()
/third_party/cef/tests/cefclient/browser/
Dviews_window.cc503 window_->SetID(ID_WINDOW); in OnWindowCreated()
824 browser_view_->SetID(ID_BROWSER_VIEW); in SetBrowserView()
848 button->SetID(id); in CreateBrowseButton()
861 menu_button_->SetID(ID_MENU_BUTTON); in CreateMenuButton()
883 url_textfield->SetID(ID_URL_TEXTFIELD); in CreateLocationBar()
1069 button->SetID(id); in UpdateExtensionControls()
Dviews_overlay_controls.cc173 button->SetID(static_cast<int>(command)); in CreateButton()
Dviews_menu_bar.cc81 button->SetID(new_menu_id); in CreateMenuModel()
/third_party/cef/libcef/browser/views/
Dview_impl.h376 void SetID(int id) override;
502 CEF_VIEW_IMPL_T void CEF_VIEW_IMPL_D::SetID(int id) { in SetID() function
504 root_view()->SetID(id); in SetID()
/third_party/cef/libcef_dll/ctocpp/views/
Dview_ctocpp.h61 void SetID(int id) override;
Dscroll_view_ctocpp.h59 void SetID(int id) override;
Dbrowser_view_ctocpp.h55 void SetID(int id) override;
Dbutton_ctocpp.h59 void SetID(int id) override;
Dpanel_ctocpp.h72 void SetID(int id) override;
Dmenu_button_ctocpp.h78 void SetID(int id) override;
Dlabel_button_ctocpp.h74 void SetID(int id) override;
Dtextfield_ctocpp.h85 void SetID(int id) override;
Dwindow_ctocpp.h115 void SetID(int id) override;
Dview_ctocpp.cc250 NO_SANITIZE("cfi-icall") void CefViewCToCpp::SetID(int id) { in SetID() function in CefViewCToCpp
Dbutton_ctocpp.cc349 NO_SANITIZE("cfi-icall") void CefButtonCToCpp::SetID(int id) { in SetID() function in CefButtonCToCpp
Dbrowser_view_ctocpp.cc351 NO_SANITIZE("cfi-icall") void CefBrowserViewCToCpp::SetID(int id) { in SetID() function in CefBrowserViewCToCpp
/third_party/cef/include/views/
Dcef_view.h146 virtual void SetID(int id) = 0;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPassManager.h301 AnalysisSetKey *SetID = AnalysisSetT::ID(); in preservedSet() local
303 PA.PreservedIDs.count(SetID)); in preservedSet()
344 bool allAnalysesInSetPreserved(AnalysisSetKey *SetID) const { in allAnalysesInSetPreserved() argument
346 (PreservedIDs.count(&AllAnalysesKey) || PreservedIDs.count(SetID)); in allAnalysesInSetPreserved()
/third_party/flutter/skia/third_party/externals/sdl/src/video/haiku/
DSDL_bwindow.cc73 bwin->SetID(winID); in _InitWindow()
DSDL_BWin.h448 void SetID(int32 id) { _id = id; } in SetID() function

12