/third_party/alsa-utils/alsamixer/ |
H A D | widget.c | 77 if (widget->panel) { in widget_init() 78 replace_panel(widget->panel, widget->window); in widget_init() 80 widget->panel = new_panel(widget->window); in widget_init() 81 if (!widget->panel) in widget_init() 82 fatal_error("cannot create panel"); in widget_init() 83 set_panel_userptr(widget->panel, widget); in widget_init() 94 if (widget->panel) { in widget_free() 95 del_panel(widget->panel); in widget_free() 96 widget->panel = NULL; in widget_free() 123 PANEL *panel, *belo in window_size_changed() local [all...] |
H A D | widget.h | 4 #include <panel.h> 15 PANEL *panel; member
|
H A D | mainloop.c | 24 #include <panel.h>
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/ |
H A D | AboutDialog.java | 34 JPanel panel = new JPanel(); in initComponents() 52 panel.add(box); in initComponents() 54 dialog.getContentPane().add(panel, BorderLayout.CENTER); in initComponents()
|
H A D | RBGroupPanel.java | 122 // Lower panel components in initComponents() 298 //panel.rbm.deleteItem(item.getKey()); in initComponents() 399 RBGroupPanel panel; field in GroupComboActionListener 401 protected GroupComboActionListener(RBGroupPanel panel) { in GroupComboActionListener() argument 402 this.panel = panel; in GroupComboActionListener() 406 panel.updateComponents(); in actionPerformed()
|
/third_party/alsa-utils/topology/nhlt/intel/dmic/ |
H A D | dmic-process.h | 24 uint8_t type, uint8_t panel, uint32_t speaker_position_distance, 39 uint8_t *type, uint8_t *panel, uint32_t *speaker_position_distance,
|
H A D | dmic-process.c | 1083 uint8_t *type, uint8_t *panel, uint32_t *speaker_position_distance, in dmic_get_mic_params() 1096 *panel = dmic->dmic_mic_config.vendor[index].panel; in dmic_get_mic_params() 1295 uint8_t type, uint8_t panel, uint32_t speaker_position_distance, in dmic_set_mic_params() 1308 dmic->dmic_mic_config.vendor[index].panel = panel; in dmic_set_mic_params() 1082 dmic_get_mic_params(struct intel_nhlt_params *nhlt, int index, uint8_t *type, uint8_t *panel, uint32_t *speaker_position_distance, uint32_t *horizontal_offset, uint32_t *vertical_offset, uint8_t *frequency_low_band, uint8_t *frequency_high_band, uint16_t *direction_angle, uint16_t *elevation_angle, uint16_t *vertical_angle_begin, uint16_t *vertical_angle_end, uint16_t *horizontal_angle_begin, uint16_t *horizontal_angle_end) dmic_get_mic_params() argument 1294 dmic_set_mic_params(struct intel_nhlt_params *nhlt, int index, uint8_t type, uint8_t panel, uint32_t speaker_position_distance, uint32_t horizontal_offset, uint32_t vertical_offset, uint8_t frequency_low_band, uint8_t frequency_high_band, uint16_t direction_angle, uint16_t elevation_angle, uint16_t vertical_angle_begin, uint16_t vertical_angle_end, uint16_t horizontal_angle_begin, uint16_t horizontal_angle_end) dmic_set_mic_params() argument
|
H A D | dmic-internal.h | 298 uint8_t panel; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/ |
H A D | InspectableNativeWindow.cpp | 47 ComPtr<ABI::Windows::UI::Xaml::Controls::ISwapChainPanel> panel; in IsSwapChainPanel() local 48 if (SUCCEEDED(win.As(&panel))) in IsSwapChainPanel() 52 *swapChainPanel = panel; in IsSwapChainPanel()
|
H A D | SwapChainPanelNativeWindow_unittest.cpp | 439 void expectNativeWindowInitCalls(MockSwapChainPanel &panel, bool expectRenderSize) in expectNativeWindowInitCalls() argument 443 EXPECT_CALL(panel, get_RenderSize(testing::_)).Times(1); in expectNativeWindowInitCalls() 446 EXPECT_CALL(panel, add_SizeChanged(testing::_, testing::_)).Times(1); in expectNativeWindowInitCalls() 447 EXPECT_CALL(panel, remove_SizeChanged(testing::_)).Times(1); in expectNativeWindowInitCalls()
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/ |
H A D | RbnfDemo.java | 252 Panel panel = new Panel(); in createDemoFrame() 253 panel.setLayout(new BorderLayout()); in createDemoFrame() 259 panel.add(panel1, "Center"); in createDemoFrame() 329 panel.add(panel2, "East"); in createDemoFrame() 330 leftPanel.add(panel, "North"); in createDemoFrame()
|
/third_party/alsa-utils/topology/nhlt/intel/ |
H A D | dmic-nhlt.c | 220 uint8_t panel; in nhlt_dmic_get_ep() local 356 &panel, &speaker_position_distance, in nhlt_dmic_get_ep() 369 mic_conf.panel = panel; in nhlt_dmic_get_ep()
|
/third_party/backends/japi/ |
H A D | Jscanimage.java | 372 * Set up "Output" panel. 376 JPanel panel = new JPanel(new GridBagLayout()); in initOutputPanel() 385 panel.setBorder(new TitledBorder("Output")); in initOutputPanel() 386 panel.add(new Label("Filename"), c); in initOutputPanel() 388 panel.add(outputField, c); in initOutputPanel() 392 panel.add(browseButton, c); in initOutputPanel() 393 return (panel); in initOutputPanel() 408 // Main panel will be 1 column. in init() 475 * Set up buttons panel at very bottom. 769 super(new GridBagLayout()); // Create panel in SaneSlider() [all...] |
/third_party/python/Lib/test/ |
H A D | test_curses.py | 23 import curses.panel namespace 1023 @requires_curses_func('panel') 1026 p = curses.panel.new_panel(w) 1028 with self.assertRaises(curses.panel.error, 1032 @requires_curses_func('panel') 1035 p = curses.panel.new_panel(w) 1045 @requires_curses_func('panel') 1048 panel = curses.panel.new_panel(w) 1051 panel [all...] |
/third_party/alsa-utils/topology/nhlt/ |
H A D | nhlt.h | 99 uint8_t panel; member
|
/third_party/python/Modules/ |
H A D | _curses_panel.c | 2 * Interface to the ncurses panel library 17 #include <panel.h> 85 /* Definition of the panel object and panel type */ 94 associated with a panel. To ensure that Python's GC doesn't pull 101 pan = win.panel() 109 dozens of panel objects within a typical program. */ 118 /* Insert a new panel object into lop */ 134 /* Remove the panel object from lop */ 160 /* Return the panel objec [all...] |
/third_party/glfw/deps/ |
H A D | nuklear.h | 543 /// __nk_init_custom__ | Initializes context from two buffers. One for draw commands the other for window/panel/table allocations 1400 /// nk_window_get_panel | Returns the underlying panel which contains all processing state of the current window 1613 /// Returns the underlying panel which contains all processing state of the current window. 1618 /// Do not keep the returned panel pointer around, it is only valid until `nk_end` 4368 call. It allocates space on the panel reserved for this widget to be used, 5892 /* panel */ 15673 /* setup panel */ in nk_panel_begin() 15705 /* panel header */ in nk_panel_begin() 15719 /* shrink panel by header */ in nk_panel_begin() 15865 /* update panel heigh in nk_panel_end() 16807 struct nk_panel *panel; nk_popup_begin() local 16904 struct nk_panel *panel; nk_nonblock_begin() local 17244 struct nk_panel *panel; nk_contextual_end() local 18696 struct nk_window panel; nk_group_scrolled_offset_begin() local [all...] |
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |