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

1 2 3 4 5 6 78 91011>>

  /external/kernel-headers/original/linux/
msm_kgsl.h 55 * mmio space */
128 GPU register space.
215 /* add a block of pmem or fb into the GPU address space */
226 /* remove memory from the GPU's address space */
263 /* add a block of memory into the GPU address space */
267 /* If set from user space then will attempt to
futex.h 25 * Per-lock list entry - embedded in user-space locks, somewhere close
26 * to the futex field. (Note: user-space uses a double-linked list to
52 * This relative offset is set by user-space, it gives the kernel
  /external/stlport/test/unit/
string_test.cpp 953 string space(1, ' ');
1003 CPPUNIT_CHECK( (one + space) == "one " );
1006 CPPUNIT_CHECK( ((one + space) + "two") == "one two" );
1007 CPPUNIT_CHECK( ("one" + (space + two)) == "one two" );
1008 CPPUNIT_CHECK( ((one + space) + two) == "one two" );
1009 CPPUNIT_CHECK( (one + (space + two)) == "one two" );
1010 CPPUNIT_CHECK( ((one + space) + 't') == "one t" );
1011 CPPUNIT_CHECK( ('o' + (space + two)) == "o two" );
1014 CPPUNIT_CHECK( ((one + space) + (two + space)) == "one two " )
    [all...]
  /external/v8/src/
mark-compact.h 58 // allocation function for each (compactable) space based on the location
238 // We sweep the large object space in the same way whether we are
239 // compacting or not, because the large object space is never compacted.
257 // non-live regions have been added to their space's free
264 // The forwarding address of live objects in the new space is
269 // eached paged-space page that contains live objects after
278 // its space. This word is only used for map space pages, in
285 // In both the new space and the paged spaces, a linked list
294 // Encodes the forwarding addresses of objects in new space
    [all...]
  /frameworks/base/awt/java/awt/color/
ICC_ColorSpace.java 32 * independent and device dependent color spaces. This color space is based on
145 * Instantiates a new ICC color space from an ICC_Profile object.
185 * color space.
189 * @return the float array with color components in the RGB color space.
223 * CS_CIEXYZ color space.
228 * space.
269 * Performs the transformation of a color from the RGB color space into this
273 * the float array representing a color in the RGB color space.
306 * Performs the transformation of a color from the CS_CIEXYZ color space
311 * space
    [all...]
  /frameworks/base/awt/java/awt/image/
PackedColorModel.java 57 * @param space
58 * the color space.
77 public PackedColorModel(ColorSpace space, int bits, int colorMaskArray[], int alphaMask,
80 super(bits, createBits(colorMaskArray, alphaMask), space, (alphaMask == 0 ? false : true),
106 * @param space
107 * the color space.
129 public PackedColorModel(ColorSpace space, int bits, int rmask, int gmask, int bmask, int amask,
132 super(bits, createBits(rmask, gmask, bmask, amask), space, (amask == 0 ? false : true),
141 // awt.239=The space is not a TYPE_RGB space
    [all...]
  /external/webkit/LayoutTests/fast/js/resources/
json2-es5-compat.js 14 JSON.stringify(value, replacer, space)
21 space an optional parameter that specifies the indentation
71 The optional space parameter produces a stringification of the
75 If the space parameter is a non-empty string, then that string will
76 be used for indentation. If the space parameter is a number, then
352 JSON.stringify = function (value, replacer, space) {
355 // space parameter, and returns a JSON text. The replacer can be a function
357 // A default replacer method can be provided. Use of the space parameter can
364 // If the space parameter is a number, make an indent string containing that
367 if (typeof space === 'number')
    [all...]
  /external/webkit/SunSpider/hosted/
json2.js 22 JSON.stringify(value, replacer, space)
29 space an optional parameter that specifies the indentation
79 The optional space parameter produces a stringification of the
83 If the space parameter is a non-empty string, then that string will
84 be used for indentation. If the space parameter is a number, then
356 JSON.stringify = function (value, replacer, space) {
359 // space parameter, and returns a JSON text. The replacer can be a function
361 // A default replacer method can be provided. Use of the space parameter can
368 // If the space parameter is a number, make an indent string containing that
371 if (typeof space === 'number')
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/
BufferedBlockCipher.java 107 * @return the space required to accommodate a call to update
133 * @return the space required to accommodate a call to update and doFinal
162 * @param out the space for any output that might be produced.
165 * @exception DataLengthException if there isn't enough space in out.
193 * @param out the space for any output that might be produced.
196 * @exception DataLengthException if there isn't enough space in out.
264 * @exception DataLengthException if there is insufficient space in out for
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/paddings/
PaddedBufferedBlockCipher.java 89 * @return the space required to accommodate a call to update and doFinal
116 * @return the space required to accommodate a call to update
137 * @param out the space for any output that might be produced.
140 * @exception DataLengthException if there isn't enough space in out.
168 * @param out the space for any output that might be produced.
171 * @exception DataLengthException if there isn't enough space in out.
235 * @exception DataLengthException if there is insufficient space in out for
  /bootable/recovery/applypatch/
applypatch.sh 46 # free up enough space on the system partition for the test to run.
162 # Check that the partition has enough space to apply the patch without
163 # copying. If it doesn't, we'll be testing the low-space condition
164 # when we intend to test the not-low-space condition.
165 testname "apply patches (with enough space)"
169 echo "Not enough space on /$WORK_FS to patch test file."
172 echo "just that /$WORK_FS doesn't have enough free space to"
193 # Check that the partition has enough space to apply the patch without
194 # copying. If it doesn't, we'll be testing the low-space condition
195 # when we intend to test the not-low-space condition
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
HighlightView.java 34 // space to screen space.
240 // Handles motion (dx, dy) in screen space.
247 // Convert to image space before sending to moveBy().
259 // Convert to image space before sending to growBy().
267 // Grows the cropping rectange by (dx, dy) in image space.
288 // Grows the cropping rectange by (dx, dy) in image space.
348 // Returns the cropping rectangle in image space.
354 // Maps the cropping rectangle from image space to screen space
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
HighlightView.java 34 // space to screen space.
212 // Handles motion (dx, dy) in screen space.
219 // Convert to image space before sending to moveBy().
230 // Convert to image space before sending to growBy().
237 // Grows the cropping rectange by (dx, dy) in image space.
254 // Grows the cropping rectange by (dx, dy) in image space.
312 // Returns the cropping rectangle in image space.
317 // Maps the cropping rectangle from image space to screen space
    [all...]
  /bionic/libc/regex/
regexec.c 111 #define STATEVARS long vn; char *space
112 #define STATESETUP(m, nv) { (m)->space = malloc((nv)*(m)->g->nstates); \
113 if ((m)->space == NULL) return(REG_ESPACE); \
115 #define STATETEARDOWN(m) { free((m)->space); }
116 #define SETUP(v) ((v) = &m->space[m->vn++ * m->g->nstates])
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
ElemTextLiteral.java 39 * Tell if space should be preserved.
45 * Set whether or not space should be preserved.
48 * or not space should be preserved
56 * Get whether or not space should be preserved.
59 * or not space should be preserved
  /external/grub/stage2/
dir.h 62 * The macro DIRSIZ(dp) gives the amount of space required to represent
63 * a directory entry. Free space in a directory is represented by
68 * space is returned to the previous entry in the same directory
87 * the directory entry. This requires the amount of space in struct direct
88 * without the d_name field, plus enough space for the name with a terminating
  /external/netperf/
netcpu_procstat.c 146 int space; local
161 /* Idle time is the 4th space-separated token */
163 for (space = 0; space < 4; space ++) {
  /external/oprofile/libpopt/
poptparse.c 159 /* loop until first non-space char or EOL */
176 /* a space after the name, find next non space */
199 /* find next non-space letter of value */
208 *x = 0; /* null out last char if space (including fgets() NL) */
  /dalvik/dx/src/com/android/dx/ssa/back/
FirstFitAllocator.java 72 * Reserve space for the params at the bottom of the register
73 * space. Later, we'll flip the params to the end of the register
74 * space.
  /external/jpeg/
jmemansi.c 69 * This routine computes the total memory space available for allocation.
72 * If you can actually get the available space, it's a good idea to subtract
91 * jpeg_mem_available is less than the total space needed. You can dispense
  /external/webkit/WebCore/platform/graphics/chromium/
UniscribeHelper.h 56 // This object is "kind of large" (~1K) because it reserves a lot of space for
103 // Set letter spacing. We will try to insert this much space between
116 // Set the width of a standard space character. We use this to normalize
117 // space widths. Windows will make spaces after Hindi characters larger than
118 // other spaces. A space_width of 0 means to use the default space width.
130 // Set word spacing. We will try to insert this much extra space between
170 // Call to justify the text, with the amount of space that should be ADDED
261 // This is the advance amount of space that we have added to the
297 // This is the same as the advance array, but with extra space added
299 // width and it's |advance| width is the extra space added
    [all...]
  /external/zlib/contrib/puff/
README 33 unsigned long *destlen, /* amount of output space */
44 If destlen is not enough space for the uncompressed data, then inflate will
50 output space. This is done by passing dest equal to (unsigned char *)0. Then
  /frameworks/base/awt/org/apache/harmony/awt/gl/color/
LUTColorConverter.java 52 * values from Linear RGB Color Space to sRGB and vice versa.
53 * Conversion is producing according to sRGB Color Space definition.
54 * "A Standard Default Color Space for the Internet - sRGB",
  /packages/apps/Browser/src/com/android/browser/
BrowserHomepagePreference.java 78 int space = url.indexOf(' '); local
79 if (colon == -1 && space == -1) {
80 // if no colon, no space, add "http://" to make it a url
  /external/kernel-headers/original/asm-arm/
memory.h 34 * TASK_SIZE - the maximum size of a user space task.
42 * The maximum size of a 26-bit user space task.
54 * The module space lives between the addresses given by TASK_SIZE
61 #error Top of user space clashes with start of module space
121 * Physical vs virtual RAM address space conversion. These are

Completed in 426 milliseconds

1 2 3 4 5 6 78 91011>>