/cts/tests/tests/dpi/src/android/dpi/cts/ |
ConfigurationTest.java | 39 LOW (100, 140), 44 private int low; field in class:ConfigurationTest.Density 47 Density(int low, int high) { 48 this.low = low; 55 if (value >= d.low && value <= d.high) { 177 * QVGA | low (100-140) | small 178 * WQVGA | low (100-140) | normal 191 // QVGA | low (100-140) | small 192 new ScreenConfiguration(240, 320, Density.LOW, Configuration.SCREENLAYOUT_SIZE_SMALL) [all...] |
/dalvik/vm/mterp/armv5te/ |
OP_MUL_LONG.S | 12 * The low word of the result holds ZX, the high word holds 14 * it doesn't fit in the low 64 bits. 32 add r10, r2, r10 @ r10<- r10 + low(ZxW + (YxX))
|
OP_CONST_WIDE_32.S | 3 FETCH(r0, 1) @ r0<- 0000bbbb (low)
|
/bionic/libc/kernel/arch-arm/asm/ |
hardirq.h | 33 #error HARDIRQ_BITS is too low!
|
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/platform/ |
Platform.java | 24 * The Platform class gives access to the low-level underlying capabilities of 62 * @return a low-level file system interface. 72 * @return a low-level memory system interface. 82 * @return a low-level network system interface.
|
/external/dbus/dbus/ |
dbus.h | 48 * @defgroup DBus D-Bus low-level public API 49 * @brief The low-level public API of the D-Bus library 51 * libdbus provides a low-level C API intended primarily for use by 54 * bindings, Mono bindings, and so forth. This low-level API has a 65 * This manual documents the <em>low-level</em> D-Bus C API. <b>If you use 66 * this low-level API directly, you're signing up for some pain.</b> 68 * Caveats aside, you might get started learning the low-level API by reading 78 * The low-level API documented in this manual deliberately lacks 85 * The low-level API also contains plenty of clutter to support
|
/external/kernel-headers/original/asm-arm/ |
hardirq.h | 27 # error HARDIRQ_BITS is too low!
|
/ndk/build/platforms/android-3/arch-arm/usr/include/asm/ |
hardirq.h | 33 #error HARDIRQ_BITS is too low!
|
/ndk/build/platforms/android-4/arch-arm/usr/include/asm/ |
hardirq.h | 33 #error HARDIRQ_BITS is too low!
|
/ndk/build/platforms/android-5/arch-arm/usr/include/asm/ |
hardirq.h | 33 #error HARDIRQ_BITS is too low!
|
/ndk/build/platforms/android-8/arch-arm/usr/include/asm/ |
hardirq.h | 33 #error HARDIRQ_BITS is too low!
|
/prebuilt/linux-x86/sdl/lib/pkgconfig/ |
sdl.pc | 9 Description: Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer.
|
/prebuilt/windows/sdl/lib/pkgconfig/ |
sdl.pc | 9 Description: Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer.
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/ |
WriterToUTF8Buffered.java | 123 * the 16 low-order bits of the given integer value; the 16 high-order bits 215 // of a Unicode surrogate pair and low char of the pair 226 // Avoid spanning by including the low 231 * and it is the high char of a high/low pair with 232 * no low char provided. 235 * of a high/low surrogate pair, but there is 236 * no corresponding low as the high is the last char 282 * [1101 11yy] [yyxx xxxx] (low surrogate) 287 char high, low; local 290 low = chars[i] 415 char high, low; local [all...] |
/bionic/libc/kernel/common/linux/ |
hardirq.h | 28 #error HARDIRQ_BITS is too low! 47 #error PREEMPT_ACTIVE is too low!
|
/bionic/libm/src/ |
e_hypot.c | 70 u_int32_t low; local 72 GET_LOW_WORD(low,a); 73 if(((ha&0xfffff)|low)==0) w = a; 74 GET_LOW_WORD(low,b); 75 if(((hb^0x7ff00000)|low)==0) w = b; 85 u_int32_t low; local 86 GET_LOW_WORD(low,b); 87 if((hb|low)==0) return a;
|
/dalvik/vm/compiler/codegen/arm/Thumb/ |
Ralloc.c | 26 * Alloc a pair of core registers, or a double. Low reg in low byte,
|
/dalvik/vm/compiler/codegen/arm/Thumb2/ |
Ralloc.c | 26 * Alloc a pair of core registers, or a double. Low reg in low byte,
|
/dalvik/vm/mterp/x86/ |
OP_SHL_LONG.S | 5 * distance) is 32-bit. Also, Dalvik requires us to mask off the low 7 * the low 5 bits of %cl, so have to handle the 64 > shiftcount > 31
|
OP_SHR_LONG.S | 5 * distance) is 32-bit. Also, Dalvik requires us to mask off the low 7 * the low 5 bits of %cl, so have to handle the 64 > shiftcount > 31
|
OP_USHR_LONG.S | 5 * distance) is 32-bit. Also, Dalvik requires us to mask off the low 7 * the low 5 bits of %cl, so have to handle the 64 > shiftcount > 31
|
/external/e2fsprogs/lib/ext2fs/ |
badblocks.c | 164 int low, high, mid; local 172 low = 0; 174 if (blk == bb->list[low]) 175 return low; 179 while (low < high) { 180 mid = (low+high)/2; 181 if (mid == low || mid == high) 188 low = mid;
|
/hardware/ti/wlan/wl1271/stad/src/Application/ |
roamingMngrTypes.h | 83 TI_UINT16 lowPassFilterRoamingAttempt; /**< Time to wait in seconds before roaming caused by low connection quality; 108 TI_UINT8 txRateThreshold; /**< Low TX rate roaming even threshold; 111 TI_INT8 lowRssiThreshold; /**< When the low RSSI threshold is crossed, the low RSSI roaming event is initiated in dBm; 114 TI_UINT8 lowSnrThreshold; /**< When the low SNR threshold is crossed, the low SNR roaming event is initiated. 117 TI_INT8 lowQualityForBackgroungScanCondition; /**< Indicator used to increase the background scan period when quality is low 153 TI_UINT8 uDirection; /**< 0 - Low, 1 - High, 2 - Bidirectional */
|
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/ |
hardirq.h | 28 #error HARDIRQ_BITS is too low! 47 #error PREEMPT_ACTIVE is too low!
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/ |
hardirq.h | 28 #error HARDIRQ_BITS is too low! 47 #error PREEMPT_ACTIVE is too low!
|