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

<<11121314151617181920>>

  /external/kernel-headers/original/asm-arm/
uaccess.h 12 * User space memory access functions
90 * which read from user space (*get_*) need to take care not to leak
95 * main code path. When we only write to user space, there is no
170 * uClinux has only one addr space, so has simplified address limits.
192 * address space - it must have been done previously with a separate
  /external/kernel-headers/original/linux/raid/
md_p.h 162 __u64 reshape_position; /* 12,13 next address in array-space for reshape */
214 __u8 set_uuid[16]; /* user-space generated. */
215 char set_name[32]; /* set and interpreted by user-space */
231 __u64 reshape_position; /* next address in array-space for reshape */
244 __u8 device_uuid[16]; /* user-space setable, ignored by kernel */
  /external/openssl/crypto/ocsp/
ocsp_ht.c 167 /* Skip to first white space (passed protocol info) */
178 /* Skip past white space to start of response code */
209 /* Skip over any leading white space in message */
215 /* Finally zap any trailing white space in message (include
218 /* We know q has a non white space character so this is OK */
  /external/proguard/src/proguard/evaluation/
Stack.java 43 * space required by Category 2 values.
66 * operations, accounting for the double space required by Category 2 values.
177 * double space required by Category 2 values.
252 // Account for the extra space required by Category 2 values.
278 // Account for the extra space required by Category 2 values.
  /frameworks/base/awt/org/apache/harmony/x/imageio/plugins/jpeg/
JPEGImageWriter.java 188 //-- using default color space
296 * @param inColorSpace - original color space
297 * @param outColorSpace - destination color space
326 * Maps color space types to IJG color spaces
365 * Returns destination color space.
  /hardware/broadcom/wlan/bcm4329/src/include/
sbsdpcmdev.h 224 #define SDA_CCCR_SPACE 0x000 /* sdioAccess CCCR register space */
225 #define SDA_F1_FBR_SPACE 0x100 /* sdioAccess F1 FBR register space */
226 #define SDA_F2_FBR_SPACE 0x200 /* sdioAccess F2 FBR register space */
227 #define SDA_F1_REG_SPACE 0x300 /* sdioAccess F1 core-specific register space */
229 /* SDA_F1_REG_SPACE sdioaccess-accessible F1 reg space register offsets */
  /hardware/ti/omap3/dspbridge/inc/
DSPProcessor.h 237 * Maps a MPU buffer to DSP address space.
295 * Reserve a virtually contiguous region of DSP address space.
298 * ulSize : Size of the address space to reserve.
318 * Removes a MPU buffer mapping from the DSP address space.
340 * Frees a previously reserved region of DSP address space.
  /hardware/ti/omap3/dspbridge/libbridge/inc/
DSPProcessor.h 237 * Maps a MPU buffer to DSP address space.
295 * Reserve a virtually contiguous region of DSP address space.
298 * ulSize : Size of the address space to reserve.
318 * Removes a MPU buffer mapping from the DSP address space.
340 * Frees a previously reserved region of DSP address space.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
vec.h 55 occupy minimal space in the structure containing them.
59 there is sufficient allocated space for the operation to succeed
92 the 'space' predicate will tell you whether there is spare capacity
193 Allocate a new vector with space for RESERVE objects. If RESERVE
228 If V has space for RESERVE additional entries, return nonzero. You
235 (VEC_OP(T,base,space)(VEC_BASE(V),R VEC_CHECK_INFO))
237 /* Reserve space.
248 /* Reserve space exactly.
267 be sufficient space in the vector. */
345 place. There must be sufficient space. *
    [all...]
  /system/extras/librank/
librank.c 96 fprintf(stderr, "Couldn't allocate space for library struct: %s\n", strerror(errno));
101 fprintf(stderr, "Couldn't allocate space for library name: %s\n", strerror(errno));
107 fprintf(stderr, "Couldn't allocate space for library mappings array: %s\n", strerror(errno));
139 fprintf(stderr, "Couldn't allocate space for mapping struct: %s\n", strerror(errno));
155 fprintf(stderr, "Couldn't allocate space for process struct: %s\n", strerror(errno));
  /external/grub/docs/
texinfo.tex 113 \def\linenumber{l.\the\inputlineno:\space}
185 stand-alone strong-est time-stamp time-stamps which-ever white-space
223 % This is the space between the bar and the text.
257 % we did was a \nobreak, we don't want to insert more space.
335 % Only leave this space if the footline is nonempty.
378 % offset so that the space between them is truly \outerhsize or \outervsize
413 % Each occurence of `\^^M' or `<space>\^^M' is replaced by a single space.
415 % \argremovec might leave us with trailing space, e.g.,
417 % This space token undergoes the same procedure and is eventually remove
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
inftrees.c 54 code FAR *next; /* next available space in table */
96 table. The sorted table is work[], with that space being provided by
169 provided *table space. It is checked when a LENS table is being made
170 against the space in *table, ENOUGH, minus the maximum space needed by
211 /* check available table space */
278 /* check for enough space */
  /external/webkit/WebCore/platform/graphics/chromium/
TransparencyWin.cpp 253 // Compute the inverse mapping from the canvas space to the
254 // coordinate space of our bitmap.
309 // same coordinate space as the parent.
326 // Untransformed space we'll use for drawing.
347 // Just go ahead and use the layer's coordinate space to draw into.
440 // We want to use Untransformed space.
486 // We want to use Untransformed space (see above)
  /external/zlib/contrib/infback9/
inftree9.c 54 code FAR *next; /* next available space in table */
98 table. The sorted table is work[], with that space being provided by
163 provided *table space. It is checked when a LENS table is being made
164 against the space in *table, ENOUGH, minus the maximum space needed by
205 /* check available table space */
271 /* check for enough space */
  /external/zlib/
inftrees.c 54 code FAR *next; /* next available space in table */
96 table. The sorted table is work[], with that space being provided by
169 provided *table space. It is checked when a LENS table is being made
170 against the space in *table, ENOUGH, minus the maximum space needed by
211 /* check available table space */
278 /* check for enough space */
  /frameworks/base/awt/java/awt/
Graphics2D.java 119 * Draws BufferedImage transformed from image space into user space
125 * the affine transformation from the image to the user space.
134 * Draws a RenderableImage which is transformed from image space into user
140 * the affine transformation from image to user space.
145 * Draws a RenderedImage which is transformed from image space into user
151 * the affine transformation from image to user space.
  /external/e2fsprogs/doc/
texinfo.tex 65 % Be sure we're in horizontal mode when doing a tie, since we make space
66 % equivalent to this in @example-like environments. Otherwise, a space
230 % offset so that the space between them is truly \outerhsize or \outervsize
251 % If the next token is an obeyed space (from an @example environment or
262 % Remove a single space (as the delimiter token to the macro call).
309 % Change the active space to expand to nothing.
375 % Why was this kern here? It messes up equalizing space above and below
462 % therefore, no glue is inserted, and the space between the headline and
474 % the TeXbook.) Thus, space below is not quite equal to space
    [all...]
  /external/webkit/WebCore/rendering/
RenderText.cpp 507 const UChar space = ' '; local
508 int spaceWidth = f.width(TextRun(&space, 1));
554 return c == ' ' || (c == noBreakSpace && style->nbspMode() == SPACE);
613 bool breakNBSP = style()->autoWrap() && style()->nbspMode() == SPACE;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/testdata/
mock_attrs.xml 165 <!-- Not displayed, but taken into account during layout (space is left for it). -->
258 <!-- Specifies extra space on the left side of this view.
259 This space is outside this view's bounds. -->
261 <!-- Specifies extra space on the top side of this view.
262 This space is outside this view's bounds. -->
264 <!-- Specifies extra space on the right side of this view.
265 This space is outside this view's bounds. -->
267 <!-- Specifies extra space on the bottom side of this view.
268 This space is outside this view's bounds. -->
286 space by giving it a layout_weight of 0.5 and setting the weightSu
    [all...]
  /bionic/libc/bionic/
dlmalloc.c 74 if necessary (up to 128bytes), at the expense of using more space.
97 space that is not currently malloc'ed or overwriting past the
109 from its space. These check words are the same within each
115 security at the expense of time and space overhead. (Note that
159 This is not the fastest, most space-conserving, most portable, or
161 while also being among the most space-conserving, portable and
170 exactly fitting available chunk by preferring to use space adjacent
261 space and time overhead.
264 If true, omit checks for usage errors and heap space overwrites.
286 upon a detected overwrite of freed heap space, thus losing th
    [all...]
  /external/libffi/src/
dlmalloc.c 47 if necessary (up to 128bytes), at the expense of using more space.
70 space that is not currently malloc'ed or overwriting past the
82 from its space. These check words are the same within each
88 security at the expense of time and space overhead. (Note that
132 This is not the fastest, most space-conserving, most portable, or
134 while also being among the most space-conserving, portable and
143 exactly fitting available chunk by preferring to use space adjacent
234 space and time overhead.
237 If true, omit checks for usage errors and heap space overwrites.
259 upon a detected overwrite of freed heap space, thus losing th
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_malloc.c 83 if necessary (up to 128bytes), at the expense of using more space.
106 space that is not currently malloc'ed or overwriting past the
118 from its space. These check words are the same within each
124 security at the expense of time and space overhead. (Note that
168 This is not the fastest, most space-conserving, most portable, or
170 while also being among the most space-conserving, portable and
179 exactly fitting available chunk by preferring to use space adjacent
270 space and time overhead.
273 If true, omit checks for usage errors and heap space overwrites.
295 upon a detected overwrite of freed heap space, thus losing th
    [all...]
  /external/quake/quake/src/WinQuake/
net_dgrm.cpp 633 // save space for the header, filled in later
690 // save space for the header, filled in later
757 // save space for the header, filled in later
873 // save space for the header, filled in later
911 // save space for the header, filled in later
955 // save space for the header, filled in later
979 // save space for the header, filled in later
999 // save space for the header, filled in later
1024 // save space for the header, filled in later
1047 // save space for the header, filled in late
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
Insn.java 430 // This space intentionally left blank.
435 // This space intentionally left blank.
440 // This space intentionally left blank.
445 // This space intentionally left blank.
450 // This space intentionally left blank.
455 // This space intentionally left blank.
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
BlockingQueue.java 19 * element, and wait for space to become available in the queue when
157 * <tt>IllegalStateException</tt> if no space is currently available.
176 * <tt>true</tt> upon success and <tt>false</tt> if no space is currently
194 * for space to become available.
208 * specified wait time if necessary for space to become available.
216 * the specified waiting time elapses before space is available

Completed in 452 milliseconds

<<11121314151617181920>>