/dalvik/libcore/xml/src/test/resources/ |
SimpleParserTest.xml | 3 <!-- This space intentionally left blank. -->
|
/external/kernel-headers/original/asm-generic/ |
swab.h | 8 * set __SWAB_64_THRU_32__. In user space, this is only
|
/frameworks/base/awt/java/awt/ |
Paint.java | 30 * device space for fill, draw, or stroke operations in a Graphics2D. 43 * the Rectangle represents the bounding box of device space for 46 * the Rectangle represents bounding box of user space for the 49 * the AffineTransform for translation from user space to device 50 * space.
|
/packages/wallpapers/MusicVisualization/res/raw/ |
many.rs | 46 -208.0f, -33.0f, 600.0f, // space 48 208, -33.0f, 600.0f, // space 50 208, 200.0f, 600.0f, // space 52 -208.0f, 200.0f, 600.0f, // space 62 140.0f, 70.0f, 600.0f, // space 64 196, 70.0f, 600.0f, // space 66 196, 128.0f, 600.0f, // space 68 140.0f, 128.0f, 600.0f, // space 83 -44.0f, -102.0f+57.f, 600.0f, // space 85 44.0f, -102.0f+57.f, 600.0f, // space [all...] |
/frameworks/base/awt/java/awt/color/ |
ColorSpace.java | 29 * The ColorSpace class defines a color space type for a Color and provides 40 * The Constant TYPE_XYZ indicates XYZ color space type. 45 * The Constant TYPE_Lab indicates Lab color space type. 50 * The Constant TYPE_Luv indicates Luv color space type. 55 * The Constant TYPE_YCbCr indicates YCbCr color space type. 60 * The Constant TYPE_Yxy indicates Yxy color space type. 65 * The Constant TYPE_RGB indicates RGB color space type. 70 * The Constant TYPE_GRAY indicates Gray color space type. 75 * The Constant TYPE_HSV indicates HSV color space type. 80 * The Constant TYPE_HLS indicates HLS color space type [all...] |
/external/v8/src/ |
serialize.h | 140 // It is very common to have a reference to the object at word 10 in space 2, 141 // the object at word 5 in space 2 and the object at word 28 in space 4. This 142 // only works for objects in the first page of a space. 182 // One variant per space. 184 // One per space (only code spaces in use). 194 // One per space, must be kSpaceMask aligned. 197 // One per space and common references. Must be kSpaceMask aligned. 199 // One per space, must be kSpaceMask aligned. 202 // One per space, must be kSpaceMask aligned [all...] |
json.js | 231 function JSONStringify(value, replacer, space) { 234 if (IS_OBJECT(space)) { 235 // Unwrap 'space' if it is wrapped 236 if (IS_NUMBER_WRAPPER(space)) { 237 space = $Number(space); 238 } else if (IS_STRING_WRAPPER(space)) { 239 space = $String(space); 243 if (IS_NUMBER(space)) { [all...] |
/external/v8/test/mjsunit/third_party/ |
string-trim.js | 53 {s : '\u0020', t : 'SPACE'}, 54 {s : '\u00A0', t : 'NO-BREAK SPACE'}, 57 {s : '\u2002', t : 'EN SPACE'}, 58 {s : '\u2003', t : 'EM SPACE'}, 59 {s : '\u2004', t : 'THREE-PER-EM SPACE'}, 60 {s : '\u2005', t : 'FOUR-PER-EM SPACE'}, 61 {s : '\u2006', t : 'SIX-PER-EM SPACE'}, 62 {s : '\u2007', t : 'FIGURE SPACE'}, 63 {s : '\u2008', t : 'PUNCTUATION SPACE'}, 64 {s : '\u2009', t : 'THIN SPACE'}, [all...] |
/bionic/libc/bionic/ |
dlmalloc.h | 71 null if no space is available, in which case errno is set to ENOMEM 78 requests for huge amounts of space, which will often fail. The 104 if no space is available. 112 If space is not available, realloc returns null, errno is set (if on 116 space is lopped off and freed if possible. realloc with a size 135 Overreliance on memalign is a sure way to fragment space. 215 value will be greater than current footprint if deallocated space 235 usmblks: the maximum total allocated space. This will be greater 238 uordblks: current total allocated space (normal or mmapped) 239 fordblks: total free space [all...] |
/bionic/libc/kernel/common/linux/ |
efs_dir.h | 35 unsigned char space[EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE]; member in struct:efs_dir 40 #define EFS_SLOTAT(dir, slot) EFS_REALOFF((dir)->space[slot])
|
ftape.h | 40 long space; member in union:__anon215 48 long space; member in union:__anon217
|
/dalvik/dx/tests/059-dex-call-super/ |
Zorch.java | 20 // This space intentionally left blank. 28 // This space intentionally left blank.
|
/dalvik/dx/tests/068-dex-infinite-loop/ |
Blort.java | 25 // This space intentionally left blank. 31 // This space intentionally left blank.
|
/dalvik/dx/tests/077-dex-code-alignment/ |
Blort.java | 20 // This space intentionally left blank. 24 // This space intentionally left blank.
|
/development/simulator/wrapsim/ |
BitVector.h | 21 /* allocate a bit vector with enough space to hold "startBits" bits */ 28 * We always allocate the first possible bit. If we run out of space in
|
/external/dropbear/ |
MULTI | 4 To compile for systems without much space (floppy distributions etc), you 5 can create a single binary. This will save disk space by avoiding repeated
|
/external/iproute2/include/linux/ |
atmapi.h | 1 /* atmapi.h - ATM API user space/kernel compatibility */ 11 figure that we are on a sparc64 while compiling user-space programs. */
|
/external/kernel-headers/original/asm-arm/ |
msgbuf.h | 7 * between kernel and user space. 9 * Pad space is left for:
|
shmbuf.h | 7 * between kernel and user space. 9 * Pad space is left for:
|
types.h | 10 * header files exported to user space 30 * These aren't exported outside the kernel to avoid name space clashes
|
/external/kernel-headers/original/linux/ |
atmapi.h | 1 /* atmapi.h - ATM API user space/kernel compatibility */ 11 figure that we are on a sparc64 while compiling user-space programs. */
|
/external/webkit/LayoutTests/storage/ |
quota-tracking-expected.txt | 9 Expected quota exception - there was not enough remaining storage space, or the storage quota was reached and the user declined to allow more space
|
/external/webkit/WebCore/manual-tests/ |
textarea-caret-position-after-auto-spell-correct.html | 5 <p>SUCCESS: After hitting space, 'teh' is auto-corrected to 'the', and the caret stays on in the place it is supposed to be in after typing the word and hitting space.</p>
|
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/ |
efs_dir.h | 35 unsigned char space[EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE]; member in struct:efs_dir 40 #define EFS_SLOTAT(dir, slot) EFS_REALOFF((dir)->space[slot])
|
ftape.h | 40 long space; member in union:__anon9176 48 long space; member in union:__anon9178
|