HomeSort by relevance Sort by last modified time
    Searched full:space (Results 51 - 75 of 3731) sorted by null

1 23 4 5 6 7 8 91011>>

  /ndk/build/platforms/android-4/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:__anon9530
48 long space; member in union:__anon9532
  /ndk/build/platforms/android-5/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:__anon9884
48 long space; member in union:__anon9886
  /ndk/build/platforms/android-5/arch-x86/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:__anon10292
48 long space; member in union:__anon10294
  /ndk/build/platforms/android-8/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:__anon10666
48 long space; member in union:__anon10668
  /ndk/build/platforms/android-8/arch-x86/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:__anon11079
48 long space; member in union:__anon11081
  /external/v8/src/
heap-inl.h 52 AllocationSpace space,
55 ASSERT(space != NEW_SPACE ||
63 return Failure::RetryAfterGC(size_in_bytes, space);
69 if (NEW_SPACE == space) {
72 space = retry_space;
78 if (OLD_POINTER_SPACE == space) {
80 } else if (OLD_DATA_SPACE == space) {
82 } else if (CODE_SPACE == space) {
84 } else if (LO_SPACE == space) {
86 } else if (CELL_SPACE == space) {
192 AllocationSpace space = TargetSpaceId(type); local
    [all...]
spaces.h 41 // object space. The young generation is divided into two semispaces. A
43 // separated into a map space and an old object space. The map space contains
44 // all (and only) map objects, the rest of old objects go into the old space.
56 // There is a separate large object space for objects larger than
58 // collection. The large object space is paged and uses the same remembered
59 // set implementation. Pages in large object space may be larger than 8K.
208 // Use a state to mark whether remembered set space can be used for other
250 // If a page is not in the large object space, the first word
    [all...]
  /external/clearsilver/man/man3/
cgi_url_unescape.3 31 decode + as space
  /external/iproute2/include/linux/
socket.h 15 /* space to achieve desired size, */
  /external/kernel-headers/original/mtd/
mtd-user.h 4 * MTD ABI header for use by user space only.
  /frameworks/base/tools/localize/testdata/
xml.xml 13 <exact xml:space="preserve">a<b>,</b>b </exact>
  /external/icu4c/common/
unistr_props.cpp 37 // first cut off trailing white space
52 // find leading white space
66 // move string forward over leading white space
  /external/kernel-headers/original/asm-x86/
shmbuf.h 7 * between kernel and user space.
9 * Pad space on 32 bit is left for:
13 * Pad space on 64 bit is left for:
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
3dfx_mmio.h 37 /* Wait for fifo space */
38 #define tdfx_wait(space) \
40 while ( (tdfx_in8(TDFX_STATUS) & 0x1F) < space ) \
matrox_mmio.h 37 /* Wait for fifo space */
38 #define mga_wait(space) \
40 while ( mga_in8(MGAREG_FIFOSTATUS) < space ) \
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Unicode/
uc-002.js 31 printStatus ("Unicode non-breaking space character test.");
35 "Unicode non-breaking space character test.");
39 "Unicode non-breaking space character regexp test.");
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/LexicalConventions/
7.1-2.js 24 ECMA Section: 7.1 White Space
28 - in strings, white space characters are significant
31 white space characters are:
36 \u0020 space <SP> " "
45 var TITLE = "White Space";
  /frameworks/base/awt/java/awt/
PaintContext.java 29 * color patterns in device space for fill, draw, or stroke rendering operations
54 * the X coordinate of the device space area for which colors are
57 * the Y coordinate of the device space area for which colors are
60 * the width of the device space area for which colors are
63 * the height of the device space area for which colors are
  /external/icu4c/i18n/
name2uni.cpp 31 static const UChar SPACE = 32; // ' '
119 ++maxLen; // allow for temporary trailing space
159 // to a single space. If closeDelimiter is found, exit
163 // Convert \s+ => SPACE. This assumes there are no
164 // runs of >1 space characters in names.
168 name.charAt(name.length()-1) != SPACE) {
169 name.append(SPACE);
171 // temporary trailing space, so use '>'.
182 // Delete trailing space, if any
184 name.charAt(len-1) == SPACE) {
    [all...]
  /bionic/libc/include/
malloc.h 49 size_t arena; /* non-mmapped space allocated from system */
53 size_t hblkhd; /* space in mmapped regions */
54 size_t usmblks; /* maximum total allocated space */
56 size_t uordblks; /* total allocated space */
57 size_t fordblks; /* total free space */
58 size_t keepcost; /* releasable (via malloc_trim) space */
82 Prints on stderr the amount of space obtained from the system (both

Completed in 141 milliseconds

1 23 4 5 6 7 8 91011>>