HomeSort by relevance Sort by last modified time
    Searched defs:Display (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /external/clang/utils/analyzer/
ubiviz 11 # display in Ubigraph.
28 def Display(G, data):
66 Display(G,x)
  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_tensor.cc 20 void TFProfTensor::Display(string* formatted_str,
25 strings::StrCat(formatted_str_, "...omitted from display\n\n");
  /external/rmi4utils/f54test/
display.h 21 class Display
24 Display() {}
25 virtual ~Display() {}
32 class AnsiConsole : public Display
  /hardware/intel/common/libva/test/basic/
test_android.c 24 #define Display unsigned int
25 Display *dpy;
33 dpy = (Display*)malloc(sizeof(Display));
36 status("malloc Display: dpy = %08x\n", dpy);
54 status("free Display\n");
  /packages/apps/DocumentsUI/src/com/android/documentsui/base/
Display.java 25 * Convenience class for getting display related attributes
27 public final class Display {
38 * Returns logical density of the display.
  /external/deqp/external/vulkancts/framework/vulkan/
vkWsiPlatform.hpp 50 class Display
53 virtual ~Display (void) {}
58 Display (void) {}
61 Display (const Display&); // Not allowed
62 Display& operator= (const Display&); // Not allowed
75 struct DisplayInterface : public Display
  /external/deqp/framework/platform/lnx/wayland/
tcuLnxWayland.cpp 39 const struct wl_registry_listener Display::s_registryListener =
41 Display::handleGlobal,
42 Display::handleGlobalRemove
52 void Display::handleGlobal (void* data, struct wl_registry* registry, uint32_t id, const char* interface, uint32_t version)
54 Display* _this = static_cast<Display*>(data);
64 void Display::handleGlobalRemove (void* data, struct wl_registry* registry, uint32_t name)
71 Display::Display (EventState& eventState, const char* name)
82 throw ResourceError("Failed to open display", name, __FILE__, __LINE__)
    [all...]
tcuLnxWaylandEglDisplayFactory.cpp 23 * \brief wayland Egl Display Factory.
58 class Display : public NativeDisplay
64 Display (MovePtr<wayland::Display> waylandDisplay)
71 ~Display(void) {}
72 wayland::Display& getWaylandDisplay (void) { return *m_display; }
79 UniquePtr<wayland::Display> m_display;
91 Window (Display& display,
103 Window::Window (Display& display, const WindowParams& params
144 Display& display = *dynamic_cast<Display*>(nativeDisplay); local
159 Display& display = *dynamic_cast<Display*>(nativeDisplay); local
    [all...]
tcuLnxWayland.hpp 43 class Display
46 Display (EventState& platform, const char* name);
47 virtual ~Display (void);
63 Display (const Display&);
64 Display& operator= (const Display&);
75 Window (Display& display, int width, int height);
81 Display& getDisplay (void) { return m_display;
    [all...]
  /external/libvncserver/webclients/novnc/include/
display.js 12 var Display;
17 Display = function (defaults) {
45 Util.Debug(">> Display.constructor");
90 Display.changeCursor(this._target, curDat, curDat, 2, 2, 8, 8);
108 Util.Debug("<< Display.constructor");
111 Display.prototype = {
119 Util.Debug("Setting viewport to full display region");
463 Display.changeCursor(this._target, pixels, mask, hotx, hoty, w, h);
465 Display.changeCursor(this._target, pixels, mask, hotx, hoty, w, h, this._colourMap);
622 Util.make_properties(Display, [
    [all...]
  /external/autotest/frontend/client/src/autotest/afe/
CheckBoxPanel.java 7 public static interface Display {
12 private Display display; field in class:CheckBoxPanel
14 public void bindDisplay(Display display) {
15 this.display = display;
19 return display.generateCheckBox(checkBoxes.size());
ControlTypeSelect.java 4 public static interface Display {
9 private Display display; field in class:ControlTypeSelect
11 public void bindDisplay(Display display) {
12 this.display = display;
13 display.getClient().setText(TestSelector.CLIENT_TYPE);
14 display.getServer().setText(TestSelector.SERVER_TYPE);
18 if (display.getClient().getValue())
    [all...]
RadioChooser.java 7 public static interface Display {
16 private Display display; field in class:RadioChooser
18 public void bindDisplay(Display display) {
19 this.display = display;
28 IRadioButton button = display.generateRadioButton(groupName, choice);
  /external/swiftshader/src/OpenGL/libGL/
Display.h 15 // Display.h: Defines the Display class, representing the abstract
16 // display on which graphics are drawn.
36 class Display
39 ~Display();
41 static Display *getDisplay(NativeDisplayType displayId);
64 Display(NativeDisplayType displayId);
Display.cpp 15 // Display.cpp: Implements the Display class, representing the abstract
16 // display on which graphics are drawn.
18 #include "Display.h"
31 typedef std::map<NativeDisplayType, Display*> DisplayMap;
34 Display *Display::getDisplay(NativeDisplayType displayId)
41 // FIXME: Check if displayId is a valid display device context
42 Display *display = new Display(displayId) local
    [all...]
  /external/deqp/framework/platform/raspi/
tcuRaspiPlatform.cpp 49 class Display : public eglu::NativeDisplay
52 Display (void) : eglu::NativeDisplay(DISPLAY_CAPABILITIES) {}
53 ~Display (void) {}
89 eglu::NativeWindow* createWindow (eglu::NativeDisplay* display, const eglu::WindowParams& params) const;
102 return new Display();
  /external/deqp/framework/platform/nullws/
tcuNullWSPlatform.cpp 95 class Display: public eglu::NativeDisplay
100 Display()
124 : eglu::NativeDisplayFactory ("nullws", "NullWS Display", Display::CAPABILITIES)
132 return new Display();
  /frameworks/base/core/tests/coretests/src/com/android/internal/os/
BatteryStatsNoteTest.java 29 import android.view.Display;
63 bi.updateTimeBasesLocked(true, Display.STATE_OFF, 0, 0);
97 bi.updateTimeBasesLocked(true, Display.STATE_OFF, 0, 0);
143 bi.updateTimeBasesLocked(true, Display.STATE_ON, 0, 0);
210 bi.updateTimeBasesLocked(false, Display.STATE_OFF, 0, 0);
212 bi.updateTimeBasesLocked(false, Display.STATE_DOZE, 10, 10);
214 bi.updateTimeBasesLocked(false, Display.STATE_ON, 20, 20);
217 bi.updateTimeBasesLocked(true, Display.STATE_ON, 30, 30);
220 bi.updateTimeBasesLocked(true, Display.STATE_DOZE, 40, 40);
222 bi.updateTimeBasesLocked(true, Display.STATE_OFF, 40, 40)
    [all...]
  /external/swiftshader/src/OpenGL/libEGL/
Display.h 15 // Display.h: Defines the egl::Display class, representing the abstract
16 // display on which graphics are drawn. Implements EGLDisplay.
47 class [[clang::lto_visibility_public]] Display
50 explicit Display(EGLDisplay eglDisplay, void *nativeDisplay);
51 virtual ~Display() = 0;
54 static Display *get(EGLDisplay dpy);
Display.cpp 15 // Display.cpp: Implements the egl::Display class, representing the abstract
16 // display on which graphics are drawn. Implements EGLDisplay.
19 #include "Display.h"
48 class DisplayImplementation : public Display
51 DisplayImplementation(EGLDisplay dpy, void *nativeDisplay) : Display(dpy, nativeDisplay) {}
56 return Display::getSharedImage(name);
60 Display *Display::get(EGLDisplay dpy)
62 if(dpy != PRIMARY_DISPLAY && dpy != HEADLESS_DISPLAY) // We only support the default display
    [all...]
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/internal/
DisplayConfig.java 29 import android.view.Display;
37 * Describes the characteristics of a particular logical display.
43 * The surface flinger layer stack associated with this logical display.
48 * Display flags.
53 * Display type.
58 * Display address, or null if none.
59 * Interpretation varies by display type.
64 * The human-readable name of the display.
69 * Unique identifier for the display. Shouldn't be displayed to the user.
74 * The width of the portion of the display that is available to applications, in pixels
    [all...]
  /frameworks/base/services/core/java/com/android/server/display/
DisplayDeviceInfo.java 17 package com.android.server.display;
19 import android.hardware.display.DisplayViewport;
21 import android.view.Display;
29 * Describes the characteristics of a physical display device.
33 * Flag: Indicates that this display device should be considered the default display
39 * Flag: Indicates that the orientation of this display device is coupled to the
40 * rotation of its associated logical display.
42 * This flag should be applied to the default display to indicate that the user
43 * physically rotates the display when content is presented in a different orientation
    [all...]
  /external/deqp/framework/platform/lnx/X11/
tcuLnxX11EglDisplayFactory.cpp 21 * \brief X11Egl Display Factory.
41 typedef ::Display* EGLNativeDisplayType;
103 class Display : public NativeDisplay
109 Display (MovePtr<XlibDisplay> x11Display)
136 Window (Display& display,
151 Window::Window (Display& display, const WindowParams& params, Visual* visual)
153 , m_window (display.getX11Display(), params.width, params.height, visual)
179 eglw::EGLDisplay display,
193 Display& display = *dynamic_cast<Display*>(nativeDisplay); local
206 Display& display = *dynamic_cast<Display*>(nativeDisplay); local
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
RotationBufferProvider.h 33 #define Display unsigned int
74 Display mDisplay;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
RotationBufferProvider.h 33 #define Display unsigned int
74 Display mDisplay;

Completed in 760 milliseconds

1 2 3 4