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

1 2 3 4 5 6 7

  /external/lisa/libs/utils/android/
screen.py 22 class Screen(object):
24 Set of utility functions to control an Android Screen
30 Set screen orientation mode
32 log = logging.getLogger('Screen')
69 Set screen brightness percentage
71 log = logging.getLogger('Screen')
82 msg = "Screen brightness {} out of range (0,100)"\
97 Set screen dimming mode
99 log = logging.getLogger('Screen')
106 log.info('Dim screen mode: %s', dim_mode_str
    [all...]
  /external/webrtc/webrtc/modules/desktop_capture/
screen_capturer.h 36 // A screen capture is performed if needed. For example, Windows requires
37 // a capture to calculate the diff from the previous screen, whereas the
45 // Use a struct to represent a screen although it has only an id for now,
47 struct Screen {
50 typedef std::vector<Screen> ScreenList;
85 // Select the screen to be captured. Returns false in case of a failure (e.g.
86 // if there is no screen with the specified id). If this is never called, the
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiImage/
HiiImage.h 58 EFI_GRAPHICS_OUTPUT_PROTOCOL *Screen;
171 This function renders an image to a bitmap or the screen using the specified
173 bitmap or uses the screen. The images can be clipped.
213 This function renders an image to a bitmap or the screen using the specified
215 bitmap or uses the screen. The images can be clipped.
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
HiiImage.h 186 @param Screen Points to the EFI_GRAPHICS_OUTPUT_PROTOCOL which
187 describes the screen on which to draw the
196 EFI_GRAPHICS_OUTPUT_PROTOCOL *Screen;
203 This function renders an image to a bitmap or the screen using
205 existing bitmap, allocates a new bitmap or uses the screen. The
213 Screen. Otherwise the image will be rendered to the bitmap
261 This function renders an image as a bitmap or to the screen and
271 specified by Screen. Otherwise the image will be rendered to
273 This function renders an image to a bitmap or the screen using
275 existing bitmap, allocates a new bitmap or uses the screen. The
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
ConsoleLogger.c 21 @param[in] ScreensToSave Sets how many screen-worths of data to save.
133 Displays previously logged output back to the screen.
135 This will scroll the screen forwards and backwards through the log of previous
136 output. If Rows is 0 then the size of 1/2 the screen will be scrolled. If Rows
137 is (UINTN)(-1) then the size of the screen will be scrolled.
192 // Clear the screen
206 // Change the screen
232 // Clear the screen
255 CHAR16 *Screen;
278 Screen = &ConsoleInfo->Buffer[(ConsoleInfo->ColsPerScreen + 2) * ConsoleInfo->CurrentStartRow];
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverSampleDxe/
DriverSample.c 413 // Update password's clear text in the screen
    [all...]
  /external/mesa3d/src/gallium/tools/trace/
dump_state.py 163 return Screen(self.interpreter)
165 def pipe_context_create(self, screen):
166 return screen.context_create()
179 class Screen(Dispatcher):
  /external/python/cpython2/Lib/lib-tk/
turtle.py 31 the command turtle.forward(15), and it moves (on-screen!) 15 pixels in
60 - Fine control over turtle movement and screen updates via delay(),
118 _tg_classes = ['ScrolledCanvas', 'TurtleScreen', 'Screen',
151 _CFG = {"width" : 0.5, # Screen
168 "examplescreen": "screen",
456 """Root class for Screen based on Tkinter."""
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
turtle.py 31 the command turtle.forward(15), and it moves (on-screen!) 15 pixels in
60 - Fine control over turtle movement and screen updates via delay(),
118 _tg_classes = ['ScrolledCanvas', 'TurtleScreen', 'Screen',
151 _CFG = {"width" : 0.5, # Screen
168 "examplescreen": "screen",
456 """Root class for Screen based on Tkinter."""
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
turtle.py 31 the command turtle.forward(15), and it moves (on-screen!) 15 pixels in
60 - Fine control over turtle movement and screen updates via delay(),
118 _tg_classes = ['ScrolledCanvas', 'TurtleScreen', 'Screen',
151 _CFG = {"width" : 0.5, # Screen
168 "examplescreen": "screen",
456 """Root class for Screen based on Tkinter."""
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 31 the command turtle.forward(15), and it moves (on-screen!) 15 pixels in
60 - Fine control over turtle movement and screen updates via delay(),
118 _tg_classes = ['ScrolledCanvas', 'TurtleScreen', 'Screen',
151 _CFG = {"width" : 0.5, # Screen
168 "examplescreen": "screen",
456 """Root class for Screen based on Tkinter."""
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 31 the command turtle.forward(15), and it moves (on-screen!) 15 pixels in
60 - Fine control over turtle movement and screen updates via delay(),
118 _tg_classes = ['ScrolledCanvas', 'TurtleScreen', 'Screen',
151 _CFG = {"width" : 0.5, # Screen
168 "examplescreen": "screen",
456 """Root class for Screen based on Tkinter."""
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlib.h 133 /* macros for screen oriented applications (toolkit) */
242 int c_class; /* C++ class of screen (monochrome, etc.) */
244 int class; /* class of screen (monochrome, etc.) */
261 * Information about the screen. The contents of this structure are
262 * implementation dependent. A Screen should be treated as opaque
272 int width, height; /* width and height of screen */
275 Depth *depths; /* list of allowable depths on the screen */
286 } Screen;
289 * Format structure; describes ZFormat data the screen will understand.
325 Window root; /* root of screen containing window *
344 Screen *screen; \/* back pointer to correct screen *\/ member in struct:__anon53603
1091 Screen *screen; member in union:__anon53656
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xlib.h 130 /* macros for screen oriented applications (toolkit) */
239 int c_class; /* C++ class of screen (monochrome, etc.) */
241 int class; /* class of screen (monochrome, etc.) */
258 * Information about the screen. The contents of this structure are
259 * implementation dependent. A Screen should be treated as opaque
269 int width, height; /* width and height of screen */
272 Depth *depths; /* list of allowable depths on the screen */
283 } Screen;
286 * Format structure; describes ZFormat data the screen will understand.
322 Window root; /* root of screen containing window *
341 Screen *screen; \/* back pointer to correct screen *\/ member in struct:__anon55469
1088 Screen *screen; member in union:__anon55522
    [all...]
  /prebuilts/devtools/tools/lib/
sdklib.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.0.0/
sdklib-25.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.0.0-alpha5/
sdklib-25.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.0.0-alpha7/
sdklib-25.0.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.0.0-alpha9/
sdklib-25.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.0.0-beta2/
sdklib-25.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.0.0-beta5/
sdklib-25.0.0-beta5.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.0.0-beta6/
sdklib-25.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.0.0-beta7/
sdklib-25.0.0-beta7.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.0.0-rc3/
sdklib-25.0.0-rc3.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.1.0/
sdklib-25.1.0.jar 

Completed in 1428 milliseconds

1 2 3 4 5 6 7