/external/mesa3d/src/gallium/auxiliary/hud/ |
D | hud_context.c | 310 xoffset + (gr->pane->max_num_vertices - gr->index - 1) * 2 - 1, in hud_draw_graph_line_strip() 325 const struct hud_pane *pane) in hud_pane_accumulate_vertices() argument 331 const unsigned last_line = pane->last_line; in hud_pane_accumulate_vertices() 335 pane->x1, pane->y1, in hud_pane_accumulate_vertices() 336 pane->x2, pane->y2); in hud_pane_accumulate_vertices() 340 unsigned x = pane->x2 + 2; in hud_pane_accumulate_vertices() 341 unsigned y = pane->inner_y1 + in hud_pane_accumulate_vertices() 342 pane->inner_height * (last_line - i) / last_line - in hud_pane_accumulate_vertices() 345 number_to_human_readable(pane->max_value * i / last_line, in hud_pane_accumulate_vertices() 346 pane->type, str); in hud_pane_accumulate_vertices() [all …]
|
D | hud_private.h | 101 struct hud_pane *pane; member 149 void hud_pane_add_graph(struct hud_pane *pane, struct hud_graph *gr); 150 void hud_pane_set_max_value(struct hud_pane *pane, uint64_t value); 160 void hud_fps_graph_install(struct hud_pane *pane); 161 void hud_frametime_graph_install(struct hud_pane *pane); 162 void hud_cpu_graph_install(struct hud_pane *pane, unsigned cpu_index); 163 void hud_thread_busy_install(struct hud_pane *pane, const char *name, bool main); 164 void hud_thread_counter_install(struct hud_pane *pane, const char *name, 167 struct hud_pane *pane, 176 struct hud_pane *pane, [all …]
|
D | hud_cpu.c | 237 if (info->last_time + gr->pane->period <= now) { in query_cpu_load() 267 hud_cpu_graph_install(struct hud_pane *pane, unsigned cpu_index) in hud_cpu_graph_install() argument 303 hud_pane_add_graph(pane, gr); in hud_cpu_graph_install() 304 hud_pane_set_max_value(pane, 100); in hud_cpu_graph_install() 332 if (info->last_time + gr->pane->period*1000 <= now) { in query_api_thread_busy_status() 338 struct util_queue_monitoring *mon = gr->pane->hud->monitored_queue; in query_api_thread_busy_status() 368 hud_thread_busy_install(struct hud_pane *pane, const char *name, bool main) in hud_thread_busy_install() argument 392 hud_pane_add_graph(pane, gr); in hud_thread_busy_install() 393 hud_pane_set_max_value(pane, 100); in hud_thread_busy_install() 404 struct util_queue_monitoring *mon = gr->pane->hud->monitored_queue; in get_counter() [all …]
|
D | hud_fps.c | 55 else if (info->last_time + gr->pane->period <= now) { in query_fps() 76 hud_fps_graph_install(struct hud_pane *pane) in hud_fps_graph_install() argument 99 hud_pane_add_graph(pane, gr); in hud_fps_graph_install() 103 hud_frametime_graph_install(struct hud_pane *pane) in hud_frametime_graph_install() argument 123 hud_pane_add_graph(pane, gr); in hud_frametime_graph_install()
|
D | hud_sensors_temp.c | 167 if (sti->last_time + gr->pane->period <= now) { in query_sti_load() 205 hud_sensors_temp_graph_install(struct hud_pane *pane, const char *dev_name, in hud_sensors_temp_graph_install() argument 235 hud_pane_add_graph(pane, gr); in hud_sensors_temp_graph_install() 239 hud_pane_set_max_value(pane, 120); in hud_sensors_temp_graph_install() 242 hud_pane_set_max_value(pane, 12); in hud_sensors_temp_graph_install() 245 hud_pane_set_max_value(pane, 5000); in hud_sensors_temp_graph_install() 248 hud_pane_set_max_value(pane, 5000 /* mW */); in hud_sensors_temp_graph_install()
|
D | hud_diskstat.c | 130 if (dsi->last_time + gr->pane->period <= now) { in query_dsi_load() 141 (((float) gr->pane->period / 1000) / 1000); in query_dsi_load() 147 (((float) gr->pane->period / 1000) / 1000); in query_dsi_load() 175 hud_diskstat_graph_install(struct hud_pane *pane, const char *dev_name, in hud_diskstat_graph_install() argument 208 hud_pane_add_graph(pane, gr); in hud_diskstat_graph_install() 209 hud_pane_set_max_value(pane, 100); in hud_diskstat_graph_install()
|
D | hud_driver_query.c | 320 if (info->num_results && info->last_time + gr->pane->period <= now) { in query_new_value() 371 struct hud_pane *pane, in hud_pipe_query_install() argument 409 hud_pane_add_graph(pane, gr); in hud_pipe_query_install() 410 pane->type = type; /* must be set before updating the max_value */ in hud_pipe_query_install() 412 if (pane->max_value < max_value) in hud_pipe_query_install() 413 hud_pane_set_max_value(pane, max_value); in hud_pipe_query_install() 424 struct hud_pane *pane, struct pipe_screen *screen, in hud_driver_query_install() argument 447 hud_pipe_query_install(pbq, pane, query.name, query.query_type, 0, in hud_driver_query_install()
|
D | hud_cpufreq.c | 100 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 161 hud_pane_add_graph(pane, gr); in hud_cpufreq_graph_install() 162 hud_pane_set_max_value(pane, 3000000 /* 3 GHz */); in hud_cpufreq_graph_install()
|
D | hud_nic.c | 185 if (nic->last_time + gr->pane->period <= now) { in query_nic_load() 196 float periodMs = gr->pane->period / 1000.0; in query_nic_load() 247 hud_nic_graph_install(struct hud_pane *pane, const char *nic_name, in hud_nic_graph_install() argument 284 hud_pane_add_graph(pane, gr); in hud_nic_graph_install() 285 hud_pane_set_max_value(pane, 100); in hud_nic_graph_install()
|
/external/perfetto/tools/ |
D | tmux | 274 tmux set-option -g mouse-resize-pane on 275 tmux set-option -g mouse-select-pane on 288 tmux select-pane -t 0 294 tmux select-pane -t 1 300 tmux select-pane -t 2 307 tmux select-pane -t 3 316 tmux select-pane -t 1 326 tmux select-pane -t 0 336 tmux select-pane -t 2 347 tmux select-pane -t 3 [all …]
|
/external/python/cpython2/Demo/tix/samples/ |
D | PanedWin.py | 37 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/gunit/src/main/java/org/antlr/gunit/swingui/ |
D | TestCaseEditController.java | 605 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/ |
D | turtleDemo.py | 71 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__.py | 165 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/ |
D | tixwidgets.py | 616 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/ |
D | test_widgets.py | 584 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/antlr/runtime/Python3/tests/ |
D | t018llstar.g | 26 * and look for blue tokens in the input window pane. :)
|
/external/antlr/runtime/JavaScript/tests/functional/ |
D | t018llstar.g | 25 * and look for blue tokens in the input window pane. :)
|
D | rhino-python.input | 205 pane = swing.JScrollPane(c.textpane) 206 swing.test(pane, size=(500,400), name='JPython Console')
|
/external/antlr/runtime/ObjC/Framework/examples/LL-star/ |
D | simplec.g | 18 * and look for blue tokens in the input window pane. :)
|
/external/antlr/runtime/Python/tests/ |
D | t018llstar.g | 26 * and look for blue tokens in the input window pane. :)
|
/external/libogg/ |
D | README | 118 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/runtime/Cpp/tests/ |
D | t018llstar.g | 39 * and look for blue tokens in the input window pane. :)
|
/external/python/cpython3/Lib/tkinter/test/test_ttk/ |
D | test_widgets.py | 586 self.assertEqual(self.paned.pane(0), self.paned.pane(1)) 587 self.assertRaises(tkinter.TclError, self.paned.pane, 2) 590 self.assertRaises(tkinter.TclError, self.paned.pane, 0) 638 self.assertRaises(tkinter.TclError, self.paned.pane, 0) 642 self.assertIsInstance(self.paned.pane(0), dict) 643 self.assertEqual(self.paned.pane(0, weight=None), 646 self.assertEqual(self.paned.pane(0, 'weight'), 648 self.assertEqual(self.paned.pane(0), self.paned.pane(str(child))) 650 self.assertRaises(tkinter.TclError, self.paned.pane, 0,
|
/external/perfetto/docs/quickstart/ |
D | linux-tracing.md | 54 the down-most [consumer] pane.
|