Searched
full:area (Results
251 -
275 of
4396) sorted by null
<<11121314151617181920>>
/external/chromium_org/ui/gfx/ |
canvas_paint.h | 19 // sized to the client area of |view|.
|
/external/chromium_org/ui/views/widget/ |
monitor_win.h | 18 // Returns the bounds for the monitor that contains the largest area of
|
widget_hwnd_utils.h | 21 // Returns true if the WINDOWPOS data provided indicates the client area of
|
/external/chromium_org/ui/views/window/ |
client_view.h | 18 // A ClientView is a View subclass that is used to occupy the "client area" 52 // in the non-client area it is (if it is). 54 // to detect if regions within the client area count as parts of the "non- 55 // client" area. A good example of this is the size box at the bottom right
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/string/ |
StringPropertyDialog.java | 74 Composite area = (Composite) super.createDialogArea(parent); local 80 m_valueText = new Text(area, SWT.BORDER | SWT.MULTI | SWT.WRAP); 84 m_valueText = new Text(area, SWT.BORDER | SWT.SINGLE); 109 return area;
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/control/ |
AreaUtils.java | 41 * <code>AreaUtils</code> is used to calculate the area of various objects, such as bounding volumes. These 51 * Aproximates the screen area of a bounding volume. If the volume isn't a 57 * @return The area in pixels on the screen of the bounding volume. 70 // // Calc radius based on these two points and plug into circle area formula.
|
/external/kernel-headers/original/asm-arm/ |
a.out.h | 12 __u32 a_bss; /* length of uninitialized data area for file, in bytes */
|
/external/kernel-headers/original/asm-mips/ |
a.out.h | 21 unsigned a_bss; /* length of uninitialized data area for
|
/external/kernel-headers/original/asm-x86/ |
a.out.h | 9 unsigned a_bss; /* length of uninitialized data area for file, in bytes */
|
/external/kernel-headers/original/linux/mtd/ |
bbm.h | 27 * @offs: offset of the pattern in the oob area of the page 28 * @veroffs: offset of the bbt version counter in the oob area of the page 41 * that the pattern and the version count are always located in the oob area 98 * @badblockpos: [INTERN] position of the bad block marker in the oob area
|
/external/libffi/testsuite/libffi.call/ |
return_dbl.c | 0 /* Area: ffi_call
|
return_fl.c | 0 /* Area: ffi_call
|
return_fl1.c | 0 /* Area: ffi_call
|
return_ll.c | 0 /* Area: ffi_call
|
return_sc.c | 0 /* Area: ffi_call
|
return_sl.c | 0 /* Area: ffi_call
|
return_uc.c | 0 /* Area: ffi_call
|
return_ul.c | 0 /* Area: ffi_call
|
strlen.c | 0 /* Area: ffi_call
|
strlen_win32.c | 0 /* Area: ffi_call
|
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/ |
AreaCodeMapStorageStrategy.java | 26 * Abstracts the way area code data is stored into memory and serialized to a stream. It is used by 67 * @param objectInput the object input stream from which the area code map is read 76 * @param objectOutput the object output stream to which the area code map is written 82 * @return the number of entries contained in the area code map
|
/external/libvpx/libvpx/vp8/common/arm/neon/ |
dequantizeb_neon.asm | 17 AREA ||.text||, CODE, READONLY, ALIGN=2
|
save_reg_neon.asm | 19 AREA ||.text||, CODE, READONLY, ALIGN=2
|
/external/proguard/src/proguard/gui/ |
ProGuardRunnable.java | 32 * area and any exceptions to message dialogs. 46 * @param consoleTextArea the text area to send the console output to. 68 // Redirect the System's out and err streams to the console text area. 118 // Make sure all output has been sent to the console text area.
|
ReTraceRunnable.java | 32 * area and any exceptions to message dialogs. 47 * @param consoleTextArea the text area to send the console output to. 72 // out and err streams to the console text area. 123 // Make sure all output has been sent to the console text area.
|
Completed in 431 milliseconds
<<11121314151617181920>>