Searched defs:display (Results 1 - 25 of 332) sorted by relevance

1234567891011>>

/external/autotest/frontend/client/src/autotest/tko/embedded_spreadsheet/
H A DEmbeddedSpreadsheetClient.java9 private EmbeddedSpreadsheetDisplay display = new EmbeddedSpreadsheetDisplay(); field in class:EmbeddedSpreadsheetClient
13 presenter.bindDisplay(display);
15 RootPanel.get().add(display);
/external/autotest/tko/
H A Dquery_lib.py12 from autotest_lib.tko import display namespace
H A Dtest.cgi3 Further display the tests in a matrix of the form tests X machines
13 from autotest_lib.tko import db, display, frontend namespace
18 display.print_main_header()
44 header_row = [ display.box('', header = True) ]
46 header_row.append(display.box(test_name, header=True))
51 row = [display.box(mach_name[0][0])]
62 box = display.status_count_box(db, testlist, link=link)
65 display.print_table(matrix)
/external/python/cpython2/Tools/scripts/
H A Ddutree.py20 display(total, d)
34 def display(total, d): function
/external/python/cpython3/Tools/scripts/
H A Ddutree.py20 display(total, d)
34 def display(total, d): function
/external/autotest/frontend/client/src/autotest/moblab/wizard/
H A DConfigViewMode.java41 public Widget display() { method in class:ConfigViewMode
/external/caliper/caliper/src/main/java/com/google/caliper/config/
H A DInvalidConfigurationException.java43 public void display(PrintWriter writer) { method in class:InvalidConfigurationException
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
H A DInvalidBenchmarkException.java37 public void display(PrintWriter writer) { method in class:InvalidBenchmarkException
H A DInvalidInstrumentException.java28 public void display(PrintWriter writer) { method in class:InvalidInstrumentException
H A DUserCodeException.java33 @Override public void display(PrintWriter writer) { method in class:UserCodeException
/external/caliper/caliper/src/main/java/com/google/caliper/util/
H A DDisplayUsageException.java29 @Override public void display(PrintWriter writer) { method in class:DisplayUsageException
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemContext.cpp49 vk::wsi::Display& display,
58 , m_surface (vk::wsi::createSurface(m_vki, *m_instance, wsiType, display, window))
47 ProtectedContext(Context& ctx, vk::wsi::Type wsiType, vk::wsi::Display& display, vk::wsi::Window& window, const std::vector<std::string> instanceExtensions, const std::vector<std::string> deviceExtensions) argument
/external/deqp/framework/egl/
H A DegluConfigInfo.cpp87 void queryCoreConfigInfo (const Library& egl, EGLDisplay display, EGLConfig config, ConfigInfo* dst) argument
89 egl.getConfigAttrib(display, config, EGL_BUFFER_SIZE, &dst->bufferSize);
90 egl.getConfigAttrib(display, config, EGL_RED_SIZE, &dst->redSize);
91 egl.getConfigAttrib(display, config, EGL_GREEN_SIZE, &dst->greenSize);
92 egl.getConfigAttrib(display, config, EGL_BLUE_SIZE, &dst->blueSize);
93 egl.getConfigAttrib(display, config, EGL_LUMINANCE_SIZE, &dst->luminanceSize);
94 egl.getConfigAttrib(display, config, EGL_ALPHA_SIZE, &dst->alphaSize);
95 egl.getConfigAttrib(display, config, EGL_ALPHA_MASK_SIZE, &dst->alphaMaskSize);
96 egl.getConfigAttrib(display, config, EGL_BIND_TO_TEXTURE_RGB, (EGLint*)&dst->bindToTextureRGB);
97 egl.getConfigAttrib(display, confi
123 queryExtConfigInfo(const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLConfig config, ConfigInfo* dst) argument
[all...]
/external/mesa3d/src/amd/vulkan/
H A Dradv_wsi_wayland.c35 struct wl_display* display)
39 return wsi_wl_get_presentation_support(&physical_device->wsi_device, display);
32 radv_GetPhysicalDeviceWaylandPresentationSupportKHR( VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, struct wl_display* display) argument
/external/mesa3d/src/glx/windows/
H A Dxwindowsdri.h35 Display *display; /* Display the event was read from */ member in struct:__anon16968
/external/mesa3d/src/intel/vulkan/
H A Danv_wsi_wayland.c36 struct wl_display* display)
40 return wsi_wl_get_presentation_support(&physical_device->wsi_device, display);
33 anv_GetPhysicalDeviceWaylandPresentationSupportKHR( VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, struct wl_display* display) argument
/external/oj-libjdwp/src/solaris/javavm/export/
H A Djawt_md.h44 Display* display; member in struct:jawt_X11DrawingSurfaceInfo
/external/swiftshader/src/OpenGL/libEGL/
H A DContext.hpp43 Display *getDisplay() const { return display; }
46 Context(egl::Display *display) : display(display) {} argument
49 egl::Display *const display; member in class:egl::Context::egl
/external/trappy/tests/trappy/wa/
H A Dsysfs_extractor.py82 from IPython.display import display, HTML namespace
93 display(HTML(dfr.to_html(header=False)))
/external/trappy/trappy/wa/
H A Dsysfs_extractor.py82 from IPython.display import display, HTML namespace
93 display(HTML(dfr.to_html(header=False)))
/external/webrtc/webrtc/modules/desktop_capture/x11/
H A Dx_error_trap.cc29 int XServerErrorHandler(Display* display, XErrorEvent* error_event) { argument
39 XErrorTrap::XErrorTrap(Display* display) argument
/external/autotest/client/deps/glbench/src/
H A Degl_stuff.h39 const EGLDisplay display() const { function in class:EGLInterface
H A Dwaffle_stuff.h36 const struct waffle_display* display() const { function in class:WaffleInterface
/external/autotest/frontend/client/src/autotest/afe/
H A DCheckBoxPanel.java12 private Display display; field in class:CheckBoxPanel
14 public void bindDisplay(Display display) { argument
15 this.display = display;
19 return display.generateCheckBox(checkBoxes.size());
H A DControlTypeSelect.java9 private Display display; field in class:ControlTypeSelect
11 public void bindDisplay(Display display) { argument
12 this.display = display;
13 display.getClient().setText(TestSelector.CLIENT_TYPE);
14 display.getServer().setText(TestSelector.SERVER_TYPE);
18 if (display.getClient().getValue()) {
19 return display.getClient().getText();
21 return display.getServer().getText();
25 if (display
[all...]

Completed in 8199 milliseconds

1234567891011>>