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

<<11121314151617181920>>

  /external/icu4c/common/
util.cpp 21 static const UChar SPACE = 0x0020; // ' '
125 * Skip over a sequence of zero or more white space characters at pos.
126 * @param advance if true, advance pos to the first non-white-space
129 * @return the index of the first non-white-space character at or
348 if (c == SPACE) {
417 /* "white space" in the sense of ICU rule parsers
  /external/v8/src/
spaces-inl.h 164 bool MemoryAllocator::IsPageInSpace(Page* p, PagedSpace* space) {
173 (space == c.owner());
328 SemiSpace* space = local
330 ASSERT(space->low() <= alloc_info->top
331 && alloc_info->top <= space->high()
332 && alloc_info->limit == space->high());
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/GlobalObject/
15.1.2.2-1.js 167 for ( var space = " ", HEX_STRING = "0x0", HEX_VALUE = 0, POWER = 0;
169 POWER++, HEX_STRING = HEX_STRING +"f", space += " ")
171 array[item++] = new TestCase( SECTION, "parseInt("+space+HEX_STRING+space+", void 0)", HEX_VALUE, parseInt(space+HEX_STRING+space, void 0) );
  /external/webkit/WebCore/platform/graphics/cg/
ImageCG.cpp 115 static CGColorSpaceRef space = CGColorSpaceCreateDeviceRGB(); local
116 RetainPtr<CGContextRef> bmap(AdoptCF, CGBitmapContextCreate(pixel, 1, 1, 8, sizeof(pixel), space,
135 // If the image already has a (non-device) color space, we don't want to
229 // Adjust the color space.
268 // We have to adjust the phase to deal with the fact we're in Cartesian space now (with the bottom left corner of destRect being
286 // Adjust the color space.
  /external/webkit/WebCore/platform/graphics/win/
UniscribeController.cpp 258 // Convert all chars that should be treated as spaces to use the space glyph.
259 // We also create a map that allows us to quickly go from space glyphs or rounding
275 // Substitute in the space glyph at the appropriate place in the glyphs
315 // match the width of the space glyph have the same width as the space glyph.
328 // Account for padding. WebCore uses space padding to justify text.
  /external/webkit/WebKit/chromium/src/js/
ProfilerProcessor.js 453 devtools.profiler.Processor.prototype.processHeapSampleBegin_ = function(space, state, ticks)
455 if (space !== "Heap") return;
466 devtools.profiler.Processor.prototype.processHeapSampleStats_ = function(space, state, capacity, used)
468 if (space !== "Heap") return;
525 devtools.profiler.Processor.prototype.processHeapSampleEnd_ = function(space, state)
527 if (space !== "Heap") return;
  /frameworks/base/docs/html/guide/topics/ui/
layout-objects.jd 27 object. It's basically a blank space on your screen that you can
47 and allows it to expand to fill any remaining space in the parent view.
48 Child views can specify an integer weight value, and then any remaining space in the view group is
53 The other two will expand equally to fill the space remaining after all three boxes are measured.
55 "more important" than both the others, so it gets half the total remaining space, while the first two
138 <p>Columns can be hidden, marked to stretch and fill the available screen space,
  /system/core/run-as/
package.c 216 /* Return TRUE iff a character is a space or tab */
223 /* Skip any space or tab character from 'p' until 'end' is reached.
235 /* Skip any non-space and non-tab character from 'p' until 'end'.
259 /* Check that the non-space string starting at 'p' and eventually
263 * This function fails is 'name' is NULL, empty or contains any space.
287 /* must be followed by end of line or space */
  /cts/tests/tests/text/src/android/text/util/cts/
Rfc822TokenizerTest.java 135 String space = " "; local
138 assertEquals(text + comma + space, rfc822Tokenizer.terminateToken(text));
142 assertEquals(text + comma + space, rfc822Tokenizer.terminateToken(null));
  /dalvik/libcore/luni/src/main/java/java/net/
URIEncoderDecoder.java 41 * US-ASCII set, and are not ISO Control or are not ISO Space characters)
101 * not ISO Control or are not ISO Space chars, are preserved.
139 * not ISO Control or are not ISO Space chars are not preserved. They are
  /development/pdk/docs/community/
index.jd 63 user-space projects, such as the core system libraries, the Android
75 this is your place. This group isn't for user-space topics (see
77 call you naughty if you ask user-space questions here.<br/><br/>
  /external/bluetooth/glib/docs/reference/glib/tmpl/
arrays_pointer.sgml 15 are moved into the space previously occupied by the removed element.
134 The last element in the array is used to fill in the space, so this function
151 The last element in the array is used to fill in the space, so this function
  /external/dropbear/
cli-kex.c 255 /* there wasn't a space after the hostname, something dodgy */
256 TRACE(("missing space afte matching hostname"))
267 TRACE(("missing space after algo"))
  /external/jpeg/
jmemname.c 176 * This routine computes the total memory space available for allocation.
179 * If you can actually get the available space, it's a good idea to subtract
198 * jpeg_mem_available is less than the total space needed. You can dispense
  /external/kernel-headers/original/linux/
a.out.h 212 Space is allocated for the set in the text section, and each set
213 element's value is stored into one word of the space.
214 The first word of the space is the length of the set (number of elements).
swap.h 55 char magic[10]; /* SWAP-SPACE or SWAPSPACE2 */
58 char bootbits[1024]; /* Space for disklabel etc. */
71 * swapper address space.
  /external/opencore/oscl/oscl/osclbase/src/
oscl_mem_basic_functions.h 51 * @return a void pointer to the allocated space, or NULL if there is insufficient
68 * the total space allocated = nelems * size bytes.
70 * @return a void pointer to the allocated space, or NULL if there is insufficient
  /external/qemu/memcheck/
memcheck_malloc_map.h 17 * address range that belongs to a memory block allocated in the guest's space.
83 * address - Virtual address in the guest's user space to find matching
100 * address - Virtual address in the guest's user space to find matching
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
arcsort.h 40 // - Space: O(D)
180 // - Space: O(v + d)
182 // visited. Constant time and space to visit an input state is assumed
  /external/webkit/WebCore/storage/
SQLStatement.cpp 136 // Return the Quota error - the delegate will be asked for more space and this statement might be re-run
189 m_error = SQLError::create(4, "there was not enough remaining storage space, or the storage quota was reached and the user declined to allow more space");
  /external/webkit/WebKit/win/
WebURLAuthenticationChallenge.cpp 114 /* [in] */ IWebURLProtectionSpace* space,
123 if (!space || !proposedCredential || !failureResponse || !sender)
128 hr = space->QueryInterface(&webSpace);
  /external/zlib/contrib/masmx64/
inffas8664.c 61 LEN -- ran out of enough output space or enough available input
76 output space.
143 input data or output space */
  /hardware/ti/omap3/dspbridge/inc/
memry.h 57 * address space in the correct client process context. The virtual to
152 * shared address space.
214 * ulBytes: Size in bytes of the minimum space to reserve.
  /hardware/ti/omap3/dspbridge/libbridge/inc/
memry.h 57 * address space in the correct client process context. The virtual to
152 * shared address space.
214 * ulBytes: Size in bytes of the minimum space to reserve.
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/linux/
a.out.h 221 Space is allocated for the set in the text section, and each set
222 element's value is stored into one word of the space.
223 The first word of the space is the length of the set (number of elements).

Completed in 622 milliseconds

<<11121314151617181920>>