HomeSort by relevance Sort by last modified time
    Searched full:area (Results 151 - 175 of 4534) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/skia/include/gpu/
GrRect.h 19 int area() const { return this->width() * this->height(); } function in struct:GrIRect16
  /external/chromium_org/ui/base/
work_area_watcher_observer.h 13 // when the work area has changed due to something like screen resolution or
  /external/jmdns/src/javax/jmdns/
package-info.java 4 * JmDNS is a Java implementation of multi-cast DNS and can be used for service registration and discovery in local area networks. JmDNS is fully compatible with Apple's Bonjour. The project was originally started in December 2002 by Arthur van Hoff
  /external/kernel-headers/original/asm-mips/
tlb.h 6 * we need to flush cache for area to be unmapped.
  /external/libffi/testsuite/libffi.call/
return_ldl.c 0 /* Area: ffi_call
  /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);
  /external/skia/include/gpu/
GrRect.h 19 int area() const { return this->width() * this->height(); } function in struct:GrIRect16
  /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/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-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.7-4.6/sysroot/usr/include/asm/
a.out.h 9 unsigned a_bss; /* length of uninitialized data area for file, in bytes */
  /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 164 frame, code_addr, area, symbol_present, symbol_name = match.group(
174 if area == UNKNOWN or area == HEAP or area == STACK:
175 trace_lines.append((code_addr, "", area))
179 info = symbol.SymbolInformation(area, code_addr, more_info)
188 source_location = area
204 (unused_, addr, value, area, symbol_present, symbol_name) = match.groups()
205 if area == UNKNOWN or area == HEAP or area == STACK or not area
    [all...]
  /external/chromium/chrome/browser/chromeos/status/
status_area_host.h 37 // Returns the Profile if this status area is inside the browser and has a
41 // Returns native window hosting the status area.
  /external/chromium/chrome/browser/resources/options/
autofill_edit_creditcard_overlay.html 3 <div class="content-area">
24 <div class="action-area button-strip">
content_settings_exceptions_area.html 1 <div class="page hidden" id="content-settings-exceptions-area">
18 <div class="flash-plugin-area">
  /external/chromium/chrome/browser/resources/options/chromeos/
language_customize_modifier_keys_overlay.html 2 <div class="content-area">
34 <div class="action-area">
  /external/chromium/chrome/browser/ui/cocoa/
floating_bar_backing_view.mm 44 // a double-click in the blank area should try to minimize, to be consistent
45 // with double-clicks on the contiguous tab strip area. (It'll fail and beep.)
  /external/chromium_org/chrome/browser/resources/options/
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">
31 <div class="action-area">
certificate_edit_ca_trust_overlay.html 4 <div class="content-area">
30 <div class="action-area">

Completed in 4230 milliseconds

1 2 3 4 5 67 8 91011>>