/external/libvpx/build/make/ |
ads2gas.pl | 81 # No AREA required 82 s/^\s*AREA.*$/.text/;
|
ads2gas_apple.pl | 99 # No AREA required 100 s/^\s*AREA.*$/.text/;
|
/external/libvpx/vp8/common/arm/neon/ |
bilinearpredict4x4_neon.asm | 17 AREA ||.text||, CODE, READONLY, ALIGN=2 126 AREA bilinearfilters4_dat, DATA, READWRITE ;read/write by default
|
bilinearpredict8x4_neon.asm | 17 AREA ||.text||, CODE, READONLY, ALIGN=2 131 AREA bifilters8x4_dat, DATA, READWRITE ;read/write by default
|
loopfiltersimplehorizontaledge_neon.asm | 17 AREA ||.text||, CODE, READONLY, ALIGN=2 107 AREA hloopfiltery_dat, DATA, READWRITE ;read/write by default
|
/external/libvpx/vp8/encoder/arm/neon/ |
fastfdct4x4_neon.asm | 18 AREA ||.text||, CODE, READONLY, ALIGN=2 115 AREA fastfdct_dat, DATA, READONLY
|
shortfdct_neon.asm | 19 AREA ||.text||, CODE, READONLY, ALIGN=2 125 AREA dct4x4_dat, DATA, READONLY
|
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/ |
SDL_fbvideo.h | 144 extern void FB_SavePaletteTo(_THIS, int palette_len, __u16 *area); 145 extern void FB_RestorePaletteFrom(_THIS, int palette_len, __u16 *area);
|
/external/quake/quake/src/QW/server/ |
progs.h | 38 link_t area; // linked to a division node or leaf member in struct:edict_s 49 #define EDICT_FROM_AREA(l) STRUCT_FROM_LINK(l,edict_t,area)
|
world.c | 176 ENTITY AREA CHECKING 254 if (!ent->area.prev) 256 RemoveLink (&ent->area); 257 ent->area.prev = ent->area.next = NULL; 366 if (ent->area.prev) 426 InsertLinkBefore (&ent->area, &node->trigger_edicts); 428 InsertLinkBefore (&ent->area, &node->solid_edicts); 627 return false; // never got out of the solid area 713 Mins and maxs enclose the entire area swept by the mov [all...] |
/external/quake/quake/src/WinQuake/ |
progs.h | 38 link_t area; // linked to a division node or leaf member in struct:edict_s 54 #define EDICT_FROM_AREA(l) STRUCT_FROM_LINK(l,edict_t,area)
|
world.cpp | 176 ENTITY AREA CHECKING 265 if (!ent->area.prev) 267 RemoveLink (&ent->area); 268 ent->area.prev = ent->area.next = NULL; 376 if (ent->area.prev) 464 InsertLinkBefore (&ent->area, &node->trigger_edicts); 466 InsertLinkBefore (&ent->area, &node->solid_edicts); 675 return false; // never got out of the solid area 811 Mins and maxs enclose the entire area swept by the mov [all...] |
/external/speex/libspeex/ |
os_support.h | 60 /** Same as speex_alloc, except that the area is only needed inside a Speex call (might cause problem with wideband though) */ 85 /** Same as speex_free, except that the area is only needed inside a Speex call (might cause problem with wideband though) */
|
/external/tinyxml/docs/ |
classTiXmlComment.html | 16 <area href="classTiXmlNode.html" alt="TiXmlNode" shape="rect" coords="0,56,94,80"> 17 <area href="classTiXmlBase.html" alt="TiXmlBase" shape="rect" coords="0,0,94,24">
|
classTiXmlUnknown.html | 16 <area href="classTiXmlNode.html" alt="TiXmlNode" shape="rect" coords="0,56,94,80"> 17 <area href="classTiXmlBase.html" alt="TiXmlBase" shape="rect" coords="0,0,94,24">
|
/external/webkit/WebCore/html/ |
HTMLAreaElement.cpp | 228 // If the AREA element was a link, it should support focus. 230 // for the element to support focus. AREA elements do not have render objects.
|
/frameworks/base/core/java/android/view/ |
TouchDelegate.java | 25 * Helper class to handle situations where you want a view to have a larger touch area than its 26 * actual view bounds. The view whose touch area is changed is called the delegate view. This
|
/frameworks/base/docs/html/guide/topics/views/ |
intro.jd | 9 <p>A view is an object of base class {@link android.view.View android.view.View}. It's a data structure whose properties store the layout and content for a specific rectangular area of the screen. A View object handles measuring and layout, drawing, focus change, scrolling, and key/gestures for the screen area it represents. </p>
|
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
Environment.java | 42 * The height of the candidates area for portrait mode. It is relative to 48 * The height of the candidates area for portrait mode. It is relative to
|
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/ |
mmc_tnetw1150_api.c | 37 /* 0x10c - 0x10e - Pointer to Function 1 Code Storage Area */ 38 /* 0x10f - Data access window to Function 1 Code Storage Area */ 48 /* CIS common and per-function area 0x001000 - 0x017fff */ 77 u32 csa_offset; /* 0x01ffe0 - Code Storage Area */ 244 Pointer to Func 1 Code Storage Area :0x%02x 0x%02x 0x%02x\n \ 245 Data access window to Func 1 Code Storage Area : 0x%02x\n \ 448 printk("%s: memory area: start_addr=0x%08lx end_addr=0x%08lx part_size=0x%08lx\n", __FUNCTION__, TNETW_table.mem_start_addr, TNETW_table.mem_end_addr, TNETW_table.mem_part_size); 449 printk("%s: register area: start_addr=0x%08lx end_addr=0x%08lx part_size=0x%08lx\n", __FUNCTION__, TNETW_table.reg_start_addr, TNETW_table.reg_end_addr, TNETW_table.reg_part_size);
|
/frameworks/base/opengl/libagl/ |
primitives.cpp | 258 const GGLcoord area = (m_area + TRI_HALF) >> TRI_FRACTION_BITS; local 260 // triangles with an area smaller than 1.0 are not smooth-shaded 263 if (abs(area) >= minArea) { 265 // factor for deltas/area: 267 // First compute the 1/area with full 32-bits precision, 269 d = gglRecipQNormalized(area, &q); 275 // We'll keep 16-bits of precision for deltas/area. So we need 698 // rho = sqrt( texelArea / area ) 700 // lod = log2( texelArea / area ) / 2 701 // lod = (log2( texelArea ) - log2( area )) / 703 const GGLcoord area = abs(lerp.area()); local [all...] |
/external/tcpdump/ |
decnet.h | 51 #define AREAMASK 0176000 /* mask for area field */ 52 #define AREASHIFT 10 /* bit-offset for area field */ 75 byte lg_darea; /* destination area (reserved) */ 78 byte lg_sarea; /* source area (reserved) */ 230 byte eh_area; /* area (reserved) */
|
/external/webkit/WebKit/chromium/src/ |
WebFrameImpl.h | 233 // A bit mask specifying area of the frame to invalidate. 238 InvalidateAll // Both content area and the scrollbar. 251 // Invalidates a certain area within the frame. 282 // Determines whether to invalidate the content area and scrollbar. 344 // and the frame area.
|
/frameworks/base/docs/html/resources/articles/ |
on-screen-inputs.jd | 56 only works for applications that have a resizeable area that can be reduced to 72 <p>Because the IME is covering the application, it has its own editing area, 225 text area, leaving more room for text.</li><li>The <code>flagNoExtractUi</code> 226 completely removes the text area, allowing the application to be seen behind 249 explicitly hiding or showing the current IME's input area.</p>
|
/external/kernel-headers/original/linux/ |
mm.h | 53 * This struct defines a memory VMM memory area. There is one of these 54 * per VM-area/task. A VM area is any part of the process virtual memory 56 * library, the executable area etc). 192 * These are the virtual MM functions - opening of an area, closing and 197 void (*open)(struct vm_area_struct * area); 198 void (*close)(struct vm_area_struct * area); 199 struct page * (*nopage)(struct vm_area_struct * area, unsigned long address, int *type); 200 int (*populate)(struct vm_area_struct * area, unsigned long address, unsigned long len, pgprot_t prot, unsigned long pgoff, int nonblock); 560 * On an anonymous page mapped into a user virtual memory area, [all...] |