Home
last modified time | relevance | path

Searched refs:Extender (Results 1 – 25 of 1263) sorted by relevance

12345678910>>...51

/dports/net-mgmt/p5-FusionInventory-Agent/FusionInventory-Agent-2.5.2/resources/hpux/cprop/
H A Dhpux4-memory275 [Location Identifiers]: Cell Slot: 03, Slot: 01, Extender: 01
282 [Location Identifiers]: Cell Slot: 03, Slot: 07, Extender: 01
289 [Location Identifiers]: Cell Slot: 03, Slot: 06, Extender: 01
296 [Location Identifiers]: Cell Slot: 03, Slot: 10, Extender: 01
303 [Location Identifiers]: Cell Slot: 03, Slot: 03, Extender: 01
310 [Location Identifiers]: Cell Slot: 03, Slot: 09, Extender: 01
317 [Location Identifiers]: Cell Slot: 03, Slot: 04, Extender: 01
324 [Location Identifiers]: Cell Slot: 03, Slot: 12, Extender: 01
331 [Location Identifiers]: Cell Slot: 03, Slot: 02, Extender: 01
338 [Location Identifiers]: Cell Slot: 03, Slot: 08, Extender: 01
[all …]
/dports/graphics/cfdg/cfdg-3.3_1/src-net/DPS_3.06/ThemeVS2015/
H A DVS2015ThemeBase.cs26 Extender.AutoHideStripFactory = new VS2012AutoHideStripFactory(); in VS2015ThemeBase()
27 Extender.AutoHideWindowFactory = new VS2012AutoHideWindowFactory(); in VS2015ThemeBase()
28 Extender.DockPaneFactory = new VS2013DockPaneFactory(); in VS2015ThemeBase()
29 Extender.DockPaneCaptionFactory = new VS2013DockPaneCaptionFactory(); in VS2015ThemeBase()
30 Extender.DockPaneStripFactory = new VS2013DockPaneStripFactory(); in VS2015ThemeBase()
32 Extender.WindowSplitterControlFactory = new VS2013WindowSplitterControlFactory(); in VS2015ThemeBase()
33 Extender.DockWindowFactory = new VS2012DockWindowFactory(); in VS2015ThemeBase()
34 Extender.PaneIndicatorFactory = new VS2012PaneIndicatorFactory(); in VS2015ThemeBase()
35 Extender.PanelIndicatorFactory = new VS2012PanelIndicatorFactory(); in VS2015ThemeBase()
36 Extender.DockOutlineFactory = new VS2012DockOutlineFactory(); in VS2015ThemeBase()
[all …]
/dports/graphics/cfdg/cfdg-3.3_1/src-net/DPS_3.06/ThemeVS2013/
H A DVS2013ThemeBase.cs22 Extender.AutoHideStripFactory = new VS2012AutoHideStripFactory(); in VS2013ThemeBase()
23 Extender.AutoHideWindowFactory = new VS2012AutoHideWindowFactory(); in VS2013ThemeBase()
24 Extender.DockPaneFactory = new VS2013DockPaneFactory(); in VS2013ThemeBase()
25 Extender.DockPaneCaptionFactory = new VS2013DockPaneCaptionFactory(); in VS2013ThemeBase()
26 Extender.DockPaneStripFactory = new VS2013DockPaneStripFactory(); in VS2013ThemeBase()
28 Extender.WindowSplitterControlFactory = new VS2013WindowSplitterControlFactory(); in VS2013ThemeBase()
29 Extender.DockWindowFactory = new VS2012DockWindowFactory(); in VS2013ThemeBase()
30 Extender.PaneIndicatorFactory = new VS2012PaneIndicatorFactory(); in VS2013ThemeBase()
31 Extender.PanelIndicatorFactory = new VS2012PanelIndicatorFactory(); in VS2013ThemeBase()
32 Extender.DockOutlineFactory = new VS2012DockOutlineFactory(); in VS2013ThemeBase()
[all …]
/dports/graphics/cfdg/cfdg-3.3_1/src-net/DPS_3.06/ThemeVS2012/
H A DVS2012ThemeBase.cs22 Extender.DockPaneCaptionFactory = new VS2012DockPaneCaptionFactory(); in VS2012ThemeBase()
23 Extender.AutoHideStripFactory = new VS2012AutoHideStripFactory(); in VS2012ThemeBase()
24 Extender.AutoHideWindowFactory = new VS2012AutoHideWindowFactory(); in VS2012ThemeBase()
25 Extender.DockPaneStripFactory = new VS2012DockPaneStripFactory(); in VS2012ThemeBase()
26Extender.DockPaneSplitterControlFactory = splitterFactory ?? new VS2012DockPaneSplitterControlFact… in VS2012ThemeBase()
27Extender.WindowSplitterControlFactory = windowsSplitterFactory ?? new VS2012WindowSplitterControlF… in VS2012ThemeBase()
28 Extender.DockWindowFactory = new VS2012DockWindowFactory(); in VS2012ThemeBase()
29 Extender.PaneIndicatorFactory = new VS2012PaneIndicatorFactory(); in VS2012ThemeBase()
30 Extender.PanelIndicatorFactory = new VS2012PanelIndicatorFactory(); in VS2012ThemeBase()
31 Extender.DockOutlineFactory = new VS2012DockOutlineFactory(); in VS2012ThemeBase()
[all …]
/dports/net-p2p/ktorrent/ktorrent-21.12.3/ktorrent/view/
H A Dviewdelegate.h23 class Extender; variable
35 void add(Extender *ext);
38 void remove(Extender *ext);
41 void removeSimilar(Extender *ext);
54 QList<Extender *> extenders;
70 void extend(bt::TorrentInterface *tc, Extender *widget, bool close_similar);
96 void closeExtender(bt::TorrentInterface *tc, Extender *ext);
100 void closeRequested(Extender *ext);
101 void resized(Extender *ext);
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/scheduler/apis/config/v1/
H A Dconversion_test.go33 out config.Extender
34 want config.Extender
39 out: config.Extender{},
40 want: config.Extender{},
76 out: config.Extender{},
77 want: config.Extender{
113 out: config.Extender{
145 want: config.Extender{},
164 in config.Extender
170 in: config.Extender{},
[all …]
/dports/net-p2p/ktorrent/ktorrent-21.12.3/libktcore/gui/
H A Dextender.h22 class KTCORE_EXPORT Extender : public QWidget
26 Extender(bt::TorrentInterface *tc, QWidget *parent);
27 ~Extender() override;
36 virtual bool similar(Extender *ext) const = 0;
40 void closeRequest(Extender *ext);
43 void resized(Extender *ext);
/dports/graphics/cfdg/cfdg-3.3_1/src-net/DPS_3.06/ThemeVS2005Multithreading/
H A DVS2005MultithreadingTheme.cs17 Extender.DockPaneCaptionFactory = new VS2005MultithreadingDockPaneCaptionFactory(); in VS2005MultithreadingTheme()
18 Extender.AutoHideStripFactory = new VS2005MultithreadingAutoHideStripFactory(); in VS2005MultithreadingTheme()
19 Extender.AutoHideWindowFactory = null; in VS2005MultithreadingTheme()
20 Extender.DockPaneStripFactory = new VS2005MultithreadingDockPaneStripFactory(); in VS2005MultithreadingTheme()
21 Extender.DockPaneSplitterControlFactory = null; in VS2005MultithreadingTheme()
22 Extender.WindowSplitterControlFactory = null; in VS2005MultithreadingTheme()
23 Extender.DockWindowFactory = null; in VS2005MultithreadingTheme()
24 Extender.PaneIndicatorFactory = new VS2005MultithreadingPaneIndicatorFactory(); in VS2005MultithreadingTheme()
25 Extender.PanelIndicatorFactory = new VS2005MultithreadingPanelIndicatorFactory(); in VS2005MultithreadingTheme()
26 Extender.DockOutlineFactory = null; in VS2005MultithreadingTheme()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCShuffler.cpp35 MCInst const *Extender = nullptr; in init() local
44 append(MI, Extender, HexagonMCInstrInfo::getUnits(MCII, STI, MI)); in init()
45 Extender = nullptr; in init()
47 Extender = &MI; in init()
60 MCInst const *Extender = nullptr; in init() local
66 append(MI, Extender, HexagonMCInstrInfo::getUnits(MCII, STI, MI)); in init()
67 Extender = nullptr; in init()
69 Extender = &MI; in init()
87 MCInst const *Extender = I->getExtender(); in copyTo() local
88 if (Extender) in copyTo()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCShuffler.cpp35 MCInst const *Extender = nullptr; in init() local
44 append(MI, Extender, HexagonMCInstrInfo::getUnits(MCII, STI, MI)); in init()
45 Extender = nullptr; in init()
47 Extender = &MI; in init()
60 MCInst const *Extender = nullptr; in init() local
66 append(MI, Extender, HexagonMCInstrInfo::getUnits(MCII, STI, MI)); in init()
67 Extender = nullptr; in init()
69 Extender = &MI; in init()
87 MCInst const *Extender = I->getExtender(); in copyTo() local
88 if (Extender) in copyTo()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCShuffler.cpp35 MCInst const *Extender = nullptr; in init() local
44 append(MI, Extender, HexagonMCInstrInfo::getUnits(MCII, STI, MI)); in init()
45 Extender = nullptr; in init()
47 Extender = &MI; in init()
60 MCInst const *Extender = nullptr; in init() local
66 append(MI, Extender, HexagonMCInstrInfo::getUnits(MCII, STI, MI)); in init()
67 Extender = nullptr; in init()
69 Extender = &MI; in init()
87 MCInst const *Extender = I->getExtender(); in copyTo() local
88 if (Extender) in copyTo()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCShuffler.cpp35 MCInst const *Extender = nullptr; in init() local
44 append(MI, Extender, HexagonMCInstrInfo::getUnits(MCII, STI, MI)); in init()
45 Extender = nullptr; in init()
47 Extender = &MI; in init()
60 MCInst const *Extender = nullptr; in init() local
66 append(MI, Extender, HexagonMCInstrInfo::getUnits(MCII, STI, MI)); in init()
67 Extender = nullptr; in init()
69 Extender = &MI; in init()
87 MCInst const *Extender = I->getExtender(); in copyTo() local
88 if (Extender) in copyTo()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCShuffler.cpp35 MCInst const *Extender = nullptr; in init() local
44 append(MI, Extender, HexagonMCInstrInfo::getUnits(MCII, STI, MI)); in init()
45 Extender = nullptr; in init()
47 Extender = &MI; in init()
60 MCInst const *Extender = nullptr; in init() local
66 append(MI, Extender, HexagonMCInstrInfo::getUnits(MCII, STI, MI)); in init()
67 Extender = nullptr; in init()
69 Extender = &MI; in init()
87 MCInst const *Extender = I->getExtender(); in copyTo() local
88 if (Extender) in copyTo()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCShuffler.cpp35 MCInst const *Extender = nullptr; in init() local
44 append(MI, Extender, HexagonMCInstrInfo::getUnits(MCII, STI, MI)); in init()
45 Extender = nullptr; in init()
47 Extender = &MI; in init()
60 MCInst const *Extender = nullptr; in init() local
66 append(MI, Extender, HexagonMCInstrInfo::getUnits(MCII, STI, MI)); in init()
67 Extender = nullptr; in init()
69 Extender = &MI; in init()
87 MCInst const *Extender = I->getExtender(); in copyTo() local
88 if (Extender) in copyTo()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCShuffler.cpp35 MCInst const *Extender = nullptr; in init() local
44 append(MI, Extender, HexagonMCInstrInfo::getUnits(MCII, STI, MI)); in init()
45 Extender = nullptr; in init()
47 Extender = &MI; in init()
60 MCInst const *Extender = nullptr; in init() local
66 append(MI, Extender, HexagonMCInstrInfo::getUnits(MCII, STI, MI)); in init()
67 Extender = nullptr; in init()
69 Extender = &MI; in init()
87 MCInst const *Extender = I->getExtender(); in copyTo() local
88 if (Extender) in copyTo()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCShuffler.cpp35 MCInst const *Extender = nullptr; in init() local
44 append(MI, Extender, HexagonMCInstrInfo::getUnits(MCII, STI, MI)); in init()
45 Extender = nullptr; in init()
47 Extender = &MI; in init()
60 MCInst const *Extender = nullptr; in init() local
66 append(MI, Extender, HexagonMCInstrInfo::getUnits(MCII, STI, MI)); in init()
67 Extender = nullptr; in init()
69 Extender = &MI; in init()
87 MCInst const *Extender = I->getExtender(); in copyTo() local
88 if (Extender) in copyTo()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCShuffler.cpp35 MCInst const *Extender = nullptr; in init() local
44 append(MI, Extender, HexagonMCInstrInfo::getUnits(MCII, STI, MI)); in init()
45 Extender = nullptr; in init()
47 Extender = &MI; in init()
60 MCInst const *Extender = nullptr; in init() local
66 append(MI, Extender, HexagonMCInstrInfo::getUnits(MCII, STI, MI)); in init()
67 Extender = nullptr; in init()
69 Extender = &MI; in init()
87 MCInst const *Extender = I->getExtender(); in copyTo() local
88 if (Extender) in copyTo()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCShuffler.cpp35 MCInst const *Extender = nullptr; in init() local
44 append(MI, Extender, HexagonMCInstrInfo::getUnits(MCII, STI, MI)); in init()
45 Extender = nullptr; in init()
47 Extender = &MI; in init()
60 MCInst const *Extender = nullptr; in init() local
66 append(MI, Extender, HexagonMCInstrInfo::getUnits(MCII, STI, MI)); in init()
67 Extender = nullptr; in init()
69 Extender = &MI; in init()
87 MCInst const *Extender = I->getExtender(); in copyTo() local
88 if (Extender) in copyTo()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCShuffler.cpp35 MCInst const *Extender = nullptr; in init() local
44 append(MI, Extender, HexagonMCInstrInfo::getUnits(MCII, STI, MI)); in init()
45 Extender = nullptr; in init()
47 Extender = &MI; in init()
60 MCInst const *Extender = nullptr; in init() local
66 append(MI, Extender, HexagonMCInstrInfo::getUnits(MCII, STI, MI)); in init()
67 Extender = nullptr; in init()
69 Extender = &MI; in init()
87 MCInst const *Extender = I->getExtender(); in copyTo() local
88 if (Extender) in copyTo()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCShuffler.cpp35 MCInst const *Extender = nullptr; in init() local
44 append(MI, Extender, HexagonMCInstrInfo::getUnits(MCII, STI, MI)); in init()
45 Extender = nullptr; in init()
47 Extender = &MI; in init()
60 MCInst const *Extender = nullptr; in init() local
66 append(MI, Extender, HexagonMCInstrInfo::getUnits(MCII, STI, MI)); in init()
67 Extender = nullptr; in init()
69 Extender = &MI; in init()
87 MCInst const *Extender = I->getExtender(); in copyTo() local
88 if (Extender) in copyTo()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCShuffler.cpp35 MCInst const *Extender = nullptr; in init() local
44 append(MI, Extender, HexagonMCInstrInfo::getUnits(MCII, STI, MI)); in init()
45 Extender = nullptr; in init()
47 Extender = &MI; in init()
60 MCInst const *Extender = nullptr; in init() local
66 append(MI, Extender, HexagonMCInstrInfo::getUnits(MCII, STI, MI)); in init()
67 Extender = nullptr; in init()
69 Extender = &MI; in init()
87 MCInst const *Extender = I->getExtender(); in copyTo() local
88 if (Extender) in copyTo()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCShuffler.cpp35 MCInst const *Extender = nullptr;
44 append(MI, Extender, HexagonMCInstrInfo::getUnits(MCII, STI, MI));
45 Extender = nullptr;
47 Extender = &MI;
60 MCInst const *Extender = nullptr; in XhciInit()
66 append(MI, Extender, HexagonMCInstrInfo::getUnits(MCII, STI, MI)); in XhciInit()
67 Extender = nullptr; in XhciInit()
69 Extender = &MI; in XhciInit()
87 MCInst const *Extender = I->getExtender();
88 if (Extender)
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCShuffler.cpp35 MCInst const *Extender = nullptr; in init() local
44 append(MI, Extender, HexagonMCInstrInfo::getUnits(MCII, STI, MI)); in init()
45 Extender = nullptr; in init()
47 Extender = &MI; in init()
60 MCInst const *Extender = nullptr; in init() local
66 append(MI, Extender, HexagonMCInstrInfo::getUnits(MCII, STI, MI)); in init()
67 Extender = nullptr; in init()
69 Extender = &MI; in init()
87 MCInst const *Extender = I->getExtender(); in copyTo() local
88 if (Extender) in copyTo()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCShuffler.cpp37 MCInst const *Extender = nullptr; in init() local
46 append(MI, Extender, HexagonMCInstrInfo::getUnits(MCII, STI, MI)); in init()
47 Extender = nullptr; in init()
49 Extender = &MI; in init()
62 MCInst const *Extender = nullptr; in init() local
68 append(MI, Extender, HexagonMCInstrInfo::getUnits(MCII, STI, MI)); in init()
69 Extender = nullptr; in init()
71 Extender = &MI; in init()
89 MCInst const *Extender = I->getExtender(); in copyTo() local
90 if (Extender) in copyTo()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCShuffler.cpp37 MCInst const *Extender = nullptr; in init() local
46 append(MI, Extender, HexagonMCInstrInfo::getUnits(MCII, STI, MI)); in init()
47 Extender = nullptr; in init()
49 Extender = &MI; in init()
62 MCInst const *Extender = nullptr; in init() local
68 append(MI, Extender, HexagonMCInstrInfo::getUnits(MCII, STI, MI)); in init()
69 Extender = nullptr; in init()
71 Extender = &MI; in init()
89 MCInst const *Extender = I->getExtender(); in copyTo() local
90 if (Extender) in copyTo()
[all …]

12345678910>>...51