HomeSort by relevance Sort by last modified time
    Searched full:area (Results 276 - 300 of 5029) sorted by null

<<11121314151617181920>>

  /external/openssl/crypto/threads/
README 1 Mutithreading testing area.
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_GetClipRect.3 11 Gets the clipping rectangle for a surface\&. When this surface is the destination of a blit, only the area within the clip rectangle is drawn into\&.
SDL_WaitEvent.3 13 If \fBevent\fR is not \fBNULL\fP, the next event is removed from the queue and stored in that area\&.
SDL_WaitThread.3 15 The return code for the thread function is placed in the area pointed to by \fBstatus\fR, if \fBstatus\fR is not \fBNULL\fR\&.
  /external/qemu/distrib/sdl-1.2.15/test/
graywin.c 21 SDL_Rect area; local
32 area.w = (rand()%width);
33 area.h = (rand()%height);
34 area.x = X-(area.w/2);
35 area.y = Y-(area.h/2);
48 SDL_FillRect(screen, &area, color);
52 SDL_UpdateRects(screen, 1, &area);
  /frameworks/compile/mclinker/unittests/
MCRegionFragmentTest.cpp 49 MemoryArea* area = areaFactory->produce(path, MemoryArea::ReadWrite); local
51 MemoryRegion* region = area->request(0, 4096);
64 MemoryArea* area = areaFactory->produce(path, MemoryArea::ReadWrite); local
66 MemoryRegion* region = area->request(0, 4096);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm/
a.out.h 9 unsigned a_bss; /* length of uninitialized data area for file, in bytes */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
a.out.h 9 unsigned a_bss; /* length of uninitialized data area for file, in bytes */
  /frameworks/base/core/java/android/hardware/camera2/legacy/
ParameterUtils.java 24 import android.hardware.Camera.Area;
58 /** The default normalized area uses the default normalized rectangle with a weight=1 */
59 public static final Camera.Area CAMERA_AREA_DEFAULT =
60 new Camera.Area(new Rect(NORMALIZED_RECTANGLE_DEFAULT),
89 * The metering area scaled to the range of [-1000, 1000].
92 public final Camera.Area meteringArea;
106 public MeteringData(Area meteringArea, Rect previewMetering, Rect reportedMetering) {
283 * Returns the largest supported picture size, as compared by its area.
293 * Convert a camera area into a human-readable string.
295 public static String stringFromArea(Camera.Area area)
    [all...]
  /external/chromium_org/ash/
focus_cycler_unittest.cc 153 // Cycle focus to the status area.
180 // Cycle focus to the status area.
203 // Cycle focus to the status area.
211 // Cycle focus to the status area.
232 // Cycle focus to the status area.
240 // Cycle focus to the status area.
248 // Cycle focus to the status area.
253 // Tests that focus cycles from the active browser to the status area and back.
266 // Cycle focus to the status area.
274 // Cycle focus to the status area
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/data/
summary.html 390 for (var area in areas) {
391 areas[area].numberOfReviewedPatches = areas[area].reviewed;
392 areas[area].numberOfUnreviewedPatches = areas[area].unreviewed;
399 for (var area in contributorData.reviews.areas) {
400 if (!areas[area])
401 areas[area] = {'numberOfReviewedPatches': 0};
402 areas[area].numberOfReviews = contributorData.reviews.areas[area];
    [all...]
  /external/chromium_org/third_party/android_platform/development/scripts/
stack_core.py 193 frame, code_addr, area, symbol_present, symbol_name = match.group(
203 if area == UNKNOWN or area == HEAP or area == STACK:
204 trace_lines.append((code_addr, "", area))
208 info = symbol.SymbolInformation(area, code_addr, more_info)
217 source_location = area
233 (unused_, addr, value, area, symbol_present, symbol_name) = match.groups()
234 if area == UNKNOWN or area == HEAP or area == STACK or not area
    [all...]
  /external/chromium_org/chrome/browser/resources/options/
autofill_edit_address_overlay.html 4 <div class="content-area">
31 <div class="action-area button-strip">
autofill_edit_creditcard_overlay.html 4 <div class="content-area">
25 <div class="action-area button-strip">
autofill_options.html 4 <div class="content-area">
32 <div class="action-area">
certificate_edit_ca_trust_overlay.html 4 <div class="content-area">
30 <div class="action-area">
font_settings.css 9 #font-settings .action-area {
13 #font-settings .action-area .spacer {
password_manager.html 4 <div class="content-area">
30 <div class="action-area">
search_engine_manager.html 4 <div class="content-area">
18 <div class="action-area">
  /external/chromium_org/chrome/browser/resources/options/chromeos/
bluetooth_add_device_overlay.html 4 <div class="settings-list bluetooth-device-list content-area">
11 <div class="action-area button-strip">
display_overscan.html 3 <div class="content-area" id="display-overscan-content-area">
  /external/chromium_org/chrome/browser/ui/cocoa/
floating_bar_backing_view.mm 42 // a double-click in the blank area should try to minimize, to be consistent
43 // with double-clicks on the contiguous tab strip area. (It'll fail and beep.)
  /external/chromium_org/chrome/browser/ui/views/status_icons/
status_tray_state_changer_win.h 41 // receive notifications about the state of the notification area manager.
50 // area in the Windows taskbar. It is used to promote a tray icon from the
51 // overflow area to the taskbar, and refuses to do anything if the user has
60 // taskbar from the overflow area. This will not make any changes if the
72 // entry in Explorer's list of notification area icons, and ever time
113 // The ID assigned to the notification area icon that we want to manipulate.
115 // The HWND associated with the notification area icon that we want to
119 // |window_|, this uniquely identifies a notification area entry to Explorer.
  /external/chromium_org/gpu/command_buffer/tests/
gl_test_utils.h 43 // Checks an area of pixels for a color.
48 // Uses ReadPixels to save an area of the current FBO/Backbuffer.
  /external/chromium_org/native_client_sdk/src/examples/demo/pi_generator/
index.html 22 circle (a quadrant). Because the area of the quadrant is r&#178;&pi;/4 and
23 the area of the square is r&#178;, dividing the number of points inside the

Completed in 256 milliseconds

<<11121314151617181920>>