Home
last modified time | relevance | path

Searched refs:pane (Results 1 – 25 of 71) sorted by relevance

123

/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c347 xoffset + (gr->pane->max_num_vertices - gr->index - 1) * 2 - 1, in hud_draw_graph_line_strip()
362 const struct hud_pane *pane) in hud_pane_accumulate_vertices() argument
368 const unsigned last_line = pane->last_line; in hud_pane_accumulate_vertices()
372 pane->x1, pane->y1, in hud_pane_accumulate_vertices()
373 pane->x2, pane->y2); in hud_pane_accumulate_vertices()
377 unsigned x = pane->x2 + 2; in hud_pane_accumulate_vertices()
378 unsigned y = pane->inner_y1 + in hud_pane_accumulate_vertices()
379 pane->inner_height * (last_line - i) / last_line - in hud_pane_accumulate_vertices()
382 number_to_human_readable(pane->max_value * i / last_line, in hud_pane_accumulate_vertices()
383 pane->type, str); in hud_pane_accumulate_vertices()
[all …]
Dhud_private.h37 struct hud_pane *pane; member
83 void hud_pane_add_graph(struct hud_pane *pane, struct hud_graph *gr);
84 void hud_pane_set_max_value(struct hud_pane *pane, uint64_t value);
94 void hud_fps_graph_install(struct hud_pane *pane);
95 void hud_cpu_graph_install(struct hud_pane *pane, unsigned cpu_index);
97 struct hud_pane *pane, struct pipe_context *pipe,
105 struct hud_pane *pane,
118 void hud_nic_graph_install(struct hud_pane *pane, const char *nic_index,
124 void hud_diskstat_graph_install(struct hud_pane *pane, const char *dev_name,
131 void hud_cpufreq_graph_install(struct hud_pane *pane, int cpu_index, unsigned int mode);
[all …]
Dhud_sensors_temp.c163 if (sti->last_time + gr->pane->period <= now) { in query_sti_load()
201 hud_sensors_temp_graph_install(struct hud_pane *pane, const char *dev_name, in hud_sensors_temp_graph_install() argument
231 hud_pane_add_graph(pane, gr); in hud_sensors_temp_graph_install()
235 hud_pane_set_max_value(pane, 120); in hud_sensors_temp_graph_install()
238 hud_pane_set_max_value(pane, 12); in hud_sensors_temp_graph_install()
241 hud_pane_set_max_value(pane, 5000); in hud_sensors_temp_graph_install()
244 hud_pane_set_max_value(pane, 5000 /* mW */); in hud_sensors_temp_graph_install()
Dhud_diskstat.c129 if (dsi->last_time + gr->pane->period <= now) { in query_dsi_load()
140 (((float) gr->pane->period / 1000) / 1000); in query_dsi_load()
146 (((float) gr->pane->period / 1000) / 1000); in query_dsi_load()
174 hud_diskstat_graph_install(struct hud_pane *pane, const char *dev_name, in hud_diskstat_graph_install() argument
205 hud_pane_add_graph(pane, gr); in hud_diskstat_graph_install()
206 hud_pane_set_max_value(pane, 100); in hud_diskstat_graph_install()
Dhud_driver_query.c317 if (info->num_results && info->last_time + gr->pane->period <= now) { in query_new_value()
360 struct hud_pane *pane, struct pipe_context *pipe, in hud_pipe_query_install() argument
399 hud_pane_add_graph(pane, gr); in hud_pipe_query_install()
400 pane->type = type; /* must be set before updating the max_value */ in hud_pipe_query_install()
402 if (pane->max_value < max_value) in hud_pipe_query_install()
403 hud_pane_set_max_value(pane, max_value); in hud_pipe_query_install()
414 struct hud_pane *pane, struct pipe_context *pipe, in hud_driver_query_install() argument
438 hud_pipe_query_install(pbq, pane, pipe, query.name, query.query_type, 0, in hud_driver_query_install()
Dhud_fps.c49 if (info->last_time + gr->pane->period <= now) { in query_fps()
70 hud_fps_graph_install(struct hud_pane *pane) in hud_fps_graph_install() argument
93 hud_pane_add_graph(pane, gr); in hud_fps_graph_install()
Dhud_cpufreq.c100 if (cfi->last_time + gr->pane->period <= now) { in query_cfi_load()
124 hud_cpufreq_graph_install(struct hud_pane *pane, int cpu_index, in hud_cpufreq_graph_install() argument
160 hud_pane_add_graph(pane, gr); in hud_cpufreq_graph_install()
161 hud_pane_set_max_value(pane, 3000000 /* 3 GHz */); in hud_cpufreq_graph_install()
Dhud_cpu.c151 if (info->last_time + gr->pane->period <= now) { in query_cpu_load()
180 hud_cpu_graph_install(struct hud_pane *pane, unsigned cpu_index) in hud_cpu_graph_install() argument
218 hud_pane_add_graph(pane, gr); in hud_cpu_graph_install()
219 hud_pane_set_max_value(pane, 100); in hud_cpu_graph_install()
Dhud_nic.c184 if (nic->last_time + gr->pane->period <= now) { in query_nic_load()
195 float periodMs = gr->pane->period / 1000; in query_nic_load()
246 hud_nic_graph_install(struct hud_pane *pane, const char *nic_name, in hud_nic_graph_install() argument
281 hud_pane_add_graph(pane, gr); in hud_nic_graph_install()
282 hud_pane_set_max_value(pane, 100); in hud_nic_graph_install()
/external/perfetto/tools/
Dtmux131 tmux set-option -g mouse-resize-pane on
132 tmux set-option -g mouse-select-pane on
141 tmux select-pane -t 0
147 tmux select-pane -t 1
153 tmux select-pane -t 2
161 tmux select-pane -t 1
164 tmux select-pane -t 0
167 tmux select-pane -t 2
171 tmux select-pane -t 2
/external/python/cpython2/Demo/tix/samples/
DPanedWin.py37 pane = Tix.PanedWindow(w, orientation='vertical')
39 p1 = pane.add('list', min=70, size=100)
40 p2 = pane.add('text', min=70)
77 pane.pack(side=Tix.TOP, padx=3, pady=3, fill=Tix.BOTH, expand=1)
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
DTestCaseEditController.java605 final JPanel pane = new JPanel(); in getListCellRendererComponent() local
622 pane.setBorder(BorderFactory.createEtchedBorder()); in getListCellRendererComponent()
623 pane.setLayout(new BoxLayout(pane, BoxLayout.Y_AXIS)); in getListCellRendererComponent()
624 pane.add(labIn); in getListCellRendererComponent()
625 pane.add(labOut); in getListCellRendererComponent()
626 pane.setBackground(isSelected ? Color.LIGHT_GRAY : Color.WHITE); in getListCellRendererComponent()
629 return pane; in getListCellRendererComponent()
/external/python/cpython2/Demo/turtle/
DturtleDemo.py71 pane = PanedWindow(orient=HORIZONTAL, sashwidth=5,
73 pane.add(self.makeTextFrame(pane))
74 pane.add(self.makeGraphFrame(pane))
75 pane.grid(row=1, columnspan=4, sticky='news')
/external/python/cpython3/Lib/turtledemo/
D__main__.py165 pane = PanedWindow(orient=HORIZONTAL, sashwidth=5,
167 pane.add(self.makeTextFrame(pane))
168 pane.add(self.makeGraphFrame(pane))
169 pane.grid(row=0, columnspan=4, sticky='news')
/external/python/cpython2/Demo/tix/
Dtixwidgets.py616 pane = Tix.LabelFrame(w, label='Tix.PanedWindow', options=options)
619 MkPanedWindow(pane.frame)
622 pane.form(top=0, left=0, right=note, bottom=-1)
635 pane = Tix.PanedWindow(w, orientation='vertical')
637 p1 = pane.add('list', min=70, size=100)
638 p2 = pane.add('text', min=70)
670 pane.pack(side=Tix.TOP, padx=3, pady=3, fill=Tix.BOTH, expand=1)
879 pane = Tix.PanedWindow(w, orientation='horizontal')
880 pane.pack(side=Tix.TOP, expand=1, fill=Tix.BOTH)
881 f1 = pane.add('list', expand='1')
[all …]
/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dtest_widgets.py584 self.assertEqual(self.paned.pane(0), self.paned.pane(1))
585 self.assertRaises(tkinter.TclError, self.paned.pane, 2)
588 self.assertRaises(tkinter.TclError, self.paned.pane, 0)
636 self.assertRaises(tkinter.TclError, self.paned.pane, 0)
640 self.assertIsInstance(self.paned.pane(0), dict)
641 self.assertEqual(self.paned.pane(0, weight=None),
644 self.assertEqual(self.paned.pane(0, 'weight'),
646 self.assertEqual(self.paned.pane(0), self.paned.pane(str(child)))
648 self.assertRaises(tkinter.TclError, self.paned.pane, 0,
/external/python/cpython3/Lib/tkinter/test/test_ttk/
Dtest_widgets.py583 self.assertEqual(self.paned.pane(0), self.paned.pane(1))
584 self.assertRaises(tkinter.TclError, self.paned.pane, 2)
587 self.assertRaises(tkinter.TclError, self.paned.pane, 0)
635 self.assertRaises(tkinter.TclError, self.paned.pane, 0)
639 self.assertIsInstance(self.paned.pane(0), dict)
640 self.assertEqual(self.paned.pane(0, weight=None),
643 self.assertEqual(self.paned.pane(0, 'weight'),
645 self.assertEqual(self.paned.pane(0), self.paned.pane(str(child)))
647 self.assertRaises(tkinter.TclError, self.paned.pane, 0,
/external/v8/tools/turbolizer/
Dturbo-visualizer.css8 .collapse-pane {
235 input:hover, .collapse-pane:hover input {
/external/libogg/
DREADME118 open ogg/mac/libogg.mcp, switch to the "Targets" pane, select
126 found in the "access paths" pane in your project settings. Now simply
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Drhino-python.input205 pane = swing.JScrollPane(c.textpane)
206 swing.test(pane, size=(500,400), name='JPython Console')
Dt018llstar.g25 * and look for blue tokens in the input window pane. :)
/external/antlr/antlr-3.4/runtime/Python/tests/
Dt018llstar.g26 * and look for blue tokens in the input window pane. :)
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
Dsimplec.g18 * and look for blue tokens in the input window pane. :)
/external/python/cpython2/Lib/lib-tk/
Dttk.py967 def pane(self, pane, option=None, **kw): member in Panedwindow
976 return _val_or_dict(self.tk, kw, self._w, "pane", pane)
/external/python/cpython3/Lib/tkinter/
Dttk.py971 def pane(self, pane, option=None, **kw): argument
980 return _val_or_dict(self.tk, kw, self._w, "pane", pane)

123