HomeSort by relevance Sort by last modified time
    Searched full:area (Results 251 - 275 of 1514) sorted by null

<<11121314151617181920>>

  /external/libvpx/vp8/common/arm/neon/
copymem16x16_neon.asm 17 AREA Block, CODE, READONLY ; name this block of code
  /external/proguard/src/proguard/gui/splash/
ClipSprite.java 75 // Clear the clip area.
  /external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
SDL_gsvideo.h 58 /* The memory mapped DMA area and associated variables */
  /external/skia/src/core/
SkBitmap_scroll.cpp 61 // compute the dirty area
  /external/webkit/WebCore/platform/graphics/skia/
SkiaUtils.h 66 // will cover the same area as the source rectangle. It will clip to the canvas'
  /external/webkit/WebCore/rendering/
HitTestResult.h 87 bool m_isOverWidget; // Returns true if we are over a widget (and not in the border/padding area of a RenderWidget for example).
  /external/webkit/WebCore/storage/
StorageNamespaceImpl.h 66 unsigned m_quota; // The default quota for each new storage area.
  /external/webkit/WebKit/android/nav/
SelectText.h 75 SkIRect m_visibleRect; // constrains picture computations to visible area
  /external/webkit/WebKit/chromium/src/
DOMUtilitiesPrivate.h 59 // for link, a, area element, when attribute name is href,
  /external/webkit/WebKit/mac/Panels/
WebAuthenticationPanel.m 146 message = [NSString stringWithFormat:UI_STRING("To view this page, you must log in to area ?%@? on %@.",
149 message = [NSString stringWithFormat:UI_STRING("To view this page, you must log in to this area on %@:",
159 message = [NSString stringWithFormat:UI_STRING("The user name or password you entered for area ?%@? on %@ was incorrect. Make sure you?re entering them correctly, and then try again.",
162 message = [NSString stringWithFormat:UI_STRING("The user name or password you entered for this area on %@ was incorrect. Make sure you?re entering them correctly, and then try again.",
  /external/webkit/WebKit/mac/WebView/
WebFrameViewPrivate.h 35 @abstract Of the child WebFrameViews that are displaying scroll bars, determines which has the largest area.
  /frameworks/base/include/private/media/
AudioEffectShared.h 33 // Shared memory area used to exchange parameters between application and mediaserver
  /packages/apps/Music/src/com/android/music/
VerticalTextSpinner.java 280 /* The bounds of the top area where the text should be light */
296 * draws in the area above the selector
323 /* The bounds of the bottom area where the text should be light */
331 * in the area below the selector.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ProximityKeyDetector.java 26 // working area
  /packages/providers/DownloadProvider/ui/res/layout/
download_list.xml 23 <!-- The main area showing the list of downloads -->
  /prebuilt/windows/sdl/host/include/SDL/
SDL_thread.h 64 The return code for the thread function is placed in the area
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/editors/layout/gscripts/
DropFeedback.java 47 * feedback wants to capture the mouse as long as it stays in the given area.
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
PassFailButtons.java 55 * @param titleId for the text shown in the dialog title area
56 * @param messageId for the text shown in the dialog's body area
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_local.h 119 struct snd_shm_area *area; member in struct:_snd_pcm_channel_info::__anon1454::__anon1455
501 static inline void *snd_pcm_channel_area_addr(const snd_pcm_channel_area_t *area, snd_pcm_uframes_t offset)
503 unsigned int bitofs = area->first + area->step * offset;
505 return (char *) area->addr + bitofs / 8;
508 static inline unsigned int snd_pcm_channel_area_step(const snd_pcm_channel_area_t *area)
510 assert(area->step % 8 == 0);
511 return area->step / 8;
    [all...]
  /external/bluetooth/glib/tests/
slice-color.c 126 /* figure number of blocks from block and area size.
127 * divide area by 3 because touch_mem() allocates 3 areas
  /external/chromium/third_party/icu/source/i18n/
bocsu.c 116 * area into the middle of that area.
  /external/dnsmasq/contrib/wrt/
dhcp_lease_time.c 108 /* Can we look in filename area ? */
113 /* finally try sname area */
  /external/icu4c/i18n/
bocsu.c 116 * area into the middle of that area.
  /external/kernel-headers/original/asm-arm/
user.h 20 DATA: The data area is stored. We use current->end_text to
64 unsigned long start_stack; /* Starting virtual address of stack area.
  /external/kernel-headers/original/asm-x86/
user_32.h 19 DATA: The data area is stored. We use current->end_text to
103 unsigned long start_stack; /* Starting virtual address of stack area.

Completed in 760 milliseconds

<<11121314151617181920>>