/packages/wallpapers/Basic/src/com/android/wallpaper/ |
RenderScriptWallpaper.java | 103 mRs.contextSetPriority(RenderScript.Priority.LOW);
|
/packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/ |
RenderScriptWallpaper.java | 110 mRs.contextSetPriority(RenderScript.Priority.LOW);
|
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/ |
RenderScriptWallpaper.java | 109 mRs.contextSetPriority(RenderScript.Priority.LOW);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/resources/configurations/ |
PixelDensityQualifierTest.java | 47 assertEquals(Density.LOW, config.getPixelDensityQualifier().getValue());
|
/system/wlan/ti/wilink_6_1/CUDK/configurationutility/inc/ |
console.h | 65 U32 low_val; /* Low val for range checking */
|
/system/wlan/ti/wilink_6_1/TWD/TwIf/ |
TwIf.h | 61 * A low level driver may use this padding internally
|
/system/wlan/ti/wilink_6_1/utils/ |
tidef.h | 181 #define INRANGE(x,low,high) (((x) >= (low)) && ((x) <= (high))) 190 #define OUTRANGE(x,low,high) (((x) < (low)) || ((x) > (high)))
|
/bionic/libc/string/ |
bcopy.c | 80 t = (long)src; /* only need low bits */ 84 * unless the low bits match.
|
/dalvik/libcore/luni/src/main/java/java/util/ |
SortedMap.java | 85 * the low boundary of the range (inclusive). 111 * the low boundary of the range specified.
|
/dalvik/libdex/ |
Leb128.h | 109 * any but the low-order four bits set. Additionally, if the limit is 121 * any but the low-order four bits set. Additionally, if the limit is
|
/dalvik/vm/compiler/codegen/arm/ |
Ralloc.h | 116 int low, int high); 119 int low, int high);
|
/development/host/windows/usb/legacy/driver/ |
android_usb_file_object.h | 48 This method must be called at low IRQL.
68 This method must be called at low IRQL.
|
/development/pdk/docs/porting/ |
intro_source_code.jd | 28 <li>Low Memory Killer: Based on hints from the userspace, the low memory killer can kill off processes to free up memory as necessary. It is designed to provide more flexibility than the Out Of Memory (OOM) killer in the standard kernel.</li>
|
/device/htc/dream-sapphire/ |
media_profiles.xml | 25 <!ATTLIST EncoderProfile quality (high|low) #REQUIRED> 95 <EncoderProfile quality="low" fileFormat="3gp" duration="60">
|
/device/htc/passion-common/ |
media_profiles.xml | 25 <!ATTLIST EncoderProfile quality (high|low) #REQUIRED> 95 <EncoderProfile quality="low" fileFormat="3gp" duration="30">
|
/external/bluetooth/bluez/doc/ |
device-api.txt | 62 terminating the low-level ACL connection. The use of 107 This signal will be sent when a low level
|
/external/bluetooth/glib/glib/ |
gmain.h | 123 /* Low level functions for implementing custom main loops. 150 /* Low level functions for use by source implementations
|
/external/fdlibm/ |
e_fmod.c | 39 lx = __LO(x); /* low word of x */ 41 ly = __LO(y); /* low word of y */
|
/external/freetype/src/base/ |
ftsystem.c | 5 /* ANSI-specific FreeType low-level system interface (body). */ 21 /* low-level, i.e. memory management, i/o access as well as thread */
|
/external/kernel-headers/original/linux/ |
ftape.h | 92 #define FT_SOFT_RETRIES 1 /* number of low level retries */ 95 #define FT_SOFT_RETRIES 6 /* number of low level retries (triple) */
|
gfp.h | 13 /* Zone modifiers in GFP_ZONEMASK (see linux/mmzone.h - low three bits) */ 38 #define __GFP_FS ((__force gfp_t)0x80u) /* Can call down to low-level FS? */
|
/external/libffi/src/mips/ |
ffi.c | 494 /* Low level routine for calling O32 functions */ 499 /* Low level routine for calling N32 functions */ 587 /* ori $25,low(fn) */ 593 /* ori $12,low(codeloc) */ 609 /* ori $25,mid-low(fn) */ 611 /* ori $12,mid-low(codeloc) */ 617 /* ori $25,low(fn) */ 621 /* ori $12,low(codeloc) */
|
/external/libxml2/include/libxml/ |
chvalid.h | 31 unsigned short low; member in struct:_xmlChSRange 38 unsigned int low; member in struct:_xmlChLRange
|
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/ |
cnst_vad.h | 116 #define CVAD_THRESH_ADAPT_LOW (Word16)(0.5 * MAX_16) /* threshold for adapt stopping low */ 124 #define CVAD_LOWPOW_RESET (Word16) (0.40 * MAX_16) /* init in low power segment */
|
/external/qemu/ |
cpu-defs.h | 115 uint16_t low; member in struct:icount_decr_u16 119 uint16_t low; member in struct:icount_decr_u16
|