/external/webkit/WebCore/platform/chromium/ |
ThemeChromiumMac.mm | 669 // shadow" and the check. We don't consider this part of the bounds of the control in WebKit. 680 // shadow". We don't consider this part of the bounds of the control in WebKit.
|
/external/webkit/WebCore/platform/mac/ |
ThemeMac.mm | 534 // shadow" and the check. We don't consider this part of the bounds of the control in WebKit. 545 // shadow". We don't consider this part of the bounds of the control in WebKit.
|
/frameworks/base/awt/java/awt/ |
Dispatcher.java | 118 * component's state or bounds 123 * Handle native event that affects component's state or bounds
|
/frameworks/base/docs/html/guide/topics/ui/ |
ui-events.jd | 71 or any movement gesture on the screen (within the bounds of the item).</dd> 269 <li>If, in the course of processing the event, the View's bounds may need
|
/frameworks/base/graphics/java/android/graphics/ |
BitmapFactory.java | 235 * bounds and then decode the image. In that case the intermediary 236 * can check, inbetween the bounds decode and the image decode, to see
|
Matrix.java | 487 * src, and then setting dst to the bounds of those points. 503 * and then setting it to the bounds of those points
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
BitmapFactory.java | 234 * bounds and then decode the image. In that case the intermediary 235 * can check, inbetween the bounds decode and the image decode, to see
|
/ndk/build/platforms/android-3/arch-arm/usr/include/sys/ |
exec_elf.h | 233 #define SHN_LORESERVE 0xff00 /* lower bounds of reserved indexes */ 238 #define SHN_HIRESERVE 0xffff /* upper bounds of reserved indexes */
|
/ndk/build/platforms/android-4/arch-arm/usr/include/sys/ |
exec_elf.h | 233 #define SHN_LORESERVE 0xff00 /* lower bounds of reserved indexes */ 238 #define SHN_HIRESERVE 0xffff /* upper bounds of reserved indexes */
|
/ndk/build/platforms/android-5/arch-arm/usr/include/sys/ |
exec_elf.h | 233 #define SHN_LORESERVE 0xff00 /* lower bounds of reserved indexes */ 238 #define SHN_HIRESERVE 0xffff /* upper bounds of reserved indexes */
|
/ndk/build/platforms/android-5/arch-x86/usr/include/sys/ |
exec_elf.h | 233 #define SHN_LORESERVE 0xff00 /* lower bounds of reserved indexes */ 238 #define SHN_HIRESERVE 0xffff /* upper bounds of reserved indexes */
|
/ndk/build/platforms/android-8/arch-arm/usr/include/sys/ |
exec_elf.h | 233 #define SHN_LORESERVE 0xff00 /* lower bounds of reserved indexes */ 238 #define SHN_HIRESERVE 0xffff /* upper bounds of reserved indexes */
|
/ndk/build/platforms/android-8/arch-x86/usr/include/sys/ |
exec_elf.h | 233 #define SHN_LORESERVE 0xff00 /* lower bounds of reserved indexes */ 238 #define SHN_HIRESERVE 0xffff /* upper bounds of reserved indexes */
|
/external/elfutils/src/ |
elflint.c | 756 section [%2d] '%s': symbol %zu: st_value out of bounds\n"), 779 section [%2d] '%s': symbol %zu: st_value out of bounds of referenced section [%2d] '%s'\n"), 821 section [%2d] '%s': symbol %zu: st_value out of bounds of referenced section [%2d] '%s'\n"), [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/ |
SDL_os2fslib.c | 1636 SDL_Rect bounds; local [all...] |
/cts/tools/signature-tools/src/signature/compare/ |
ApiComparator.java | [all...] |
/external/icu4c/test/cintltst/ |
reapits.c | 718 /* Transparent Bounds */ 727 TEST_ASSERT(uregex_find(re, -1, &status) == FALSE); /* with region, opaque bounds */ 729 TEST_ASSERT(uregex_find(re, -1, &status) == TRUE); /* with region, transparent bounds */ [all...] |
/external/webkit/WebKit/mac/WebView/ |
WebHTMLView.mm | [all...] |
/external/webkit/WebKitTools/DumpRenderTree/mac/ |
DumpRenderTree.mm | 314 NSBitmapImageRep *imageRep = [webView bitmapImageRepForCachingDisplayInRect:[webView bounds]]; 315 [webView cacheDisplayInRect:[webView bounds] toBitmapImageRep:imageRep]; 738 NSPoint scrollPosition = [[[[f frameView] documentView] superview] bounds].origin; [all...] |
/frameworks/base/core/java/android/inputmethodservice/ |
KeyboardView.java | 672 final Rect bounds = keyBackground.getBounds(); local 673 if (key.width != bounds.right || 674 key.height != bounds.bottom) { [all...] |
/frameworks/base/core/java/android/widget/ |
LinearLayout.java | 178 + "set to an index that is out of bounds."); 484 // shrink them if they extend beyond our current bounds [all...] |
/dalvik/docs/ |
java-constraints.html | 204 within the same method. Upper and lower bounds must be consistent.
|
/dalvik/libcore/archive/src/main/java/java/util/zip/ |
ZipOutputStream.java | 340 * and 8 according to the {@code Deflater} compression level bounds.
|
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
ThreadPoolExecutor.java | 43 * according to the bounds set by 168 * when the Executor uses finite bounds for both maximum threads and [all...] |
/dalvik/libcore/json/src/test/java/org/json/ |
JSONArrayTest.java | 48 // out of bounds is co-opted with defaulting
|