/external/mesa3d/src/gallium/auxiliary/hud/ |
D | hud_context.c | 347 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 …]
|
D | hud_private.h | 37 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 …]
|
D | hud_sensors_temp.c | 163 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()
|
D | hud_diskstat.c | 129 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()
|
D | hud_fps.c | 49 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()
|
D | hud_driver_query.c | 317 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()
|
D | hud_cpu.c | 151 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()
|
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 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()
|
D | hud_nic.c | 184 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/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/antlr-3.4/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/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/v8/tools/turbolizer/ |
D | turbo-visualizer.css | 8 .collapse-pane { 235 input:hover, .collapse-pane:hover input {
|
/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/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/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/ |
D | simplec.g | 18 * and look for blue tokens in the input window pane. :)
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
D | t018llstar.g | 26 * and look for blue tokens in the input window pane. :)
|
/external/antlr/antlr-3.4/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/libmtp/ |
D | README.windows.txt | 51 3. Go to the "Driver" pane and select "Roll Back Driver".
|
/external/python/cpython2/Doc/library/ |
D | pyclbr.rst | 14 information provided is sufficient to implement a traditional three-pane
|
/external/python/cpython2/Lib/lib-tk/ |
D | ttk.py | 967 def pane(self, pane, option=None, **kw): member in Panedwindow 976 return _val_or_dict(self.tk, kw, self._w, "pane", pane)
|
/external/python/cpython2/Lib/idlelib/ |
D | TODO.txt | 145 - Customizable views (multi-window or multi-pane). (Markus Gritsch) 166 and output). Use multi-pane windows for info that does need to be
|
/external/fmtlib/doc/bootstrap/ |
D | navs.less | 224 > .tab-pane {
|