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

1 2 3 45 6 7 8 91011>>

  /dalvik/libcore/xml/src/main/java/org/apache/xalan/processor/
ProcessorStripSpace.java 32 * TransformerFactory for xsl:strip-space markup.
34 * <!ELEMENT xsl:strip-space EMPTY>
35 * <!ATTLIST xsl:strip-space elements CDATA #REQUIRED>
43 * Receive notification of the start of an strip-space element.
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/
DOMImplementationSource.java 29 * are required. This is a space separated list in which each feature
30 * is specified by its name optionally followed by a space and a
49 * are required. This is a space separated list in which each feature
50 * is specified by its name optionally followed by a space and a
  /external/clearsilver/imd/
README 10 Then, copy example.imd to somewhere in your URL space, and modify the
  /external/clearsilver/man/man3/
cgi_url_escape.3 31 %, ?, +, space, =, &, /, and "
cgi_url_escape_more.3 33 %, ?, +, space, =, &, /, and " and any characters in
  /external/kernel-headers/original/asm-arm/
hardirq.h 22 * The hardirq mask has to be large enough to have space
statfs.h 26 * Note that user space does NOT have to pack this structure.
  /external/qemu/android/skin/
composer.c 134 int n, count = areflist_count( p->space.viewports );
136 SkinViewport* v = areflist_get( p->space.viewports, n );
229 areflist_init( p->space.viewports );
238 while ( areflist_count( p->space.viewports ) )
239 skin_viewport_free( areflist_get( p->space.viewports, 0 ) );
345 skin_viewport( SkinPlate* space, SkinRect* rect, void* surface, int sx, int sy )
350 v->space = space;
363 SkinPlate* space = v->space; local
    [all...]
  /external/webkit/WebCore/manual-tests/inspector/
errors-with-space in-url.html 2 Resources with a space in their URL don't get error/warning bubbles</a>.</p>
  /frameworks/base/common/java/com/android/common/
Rfc822InputFilter.java 25 * The first space key entry following an "@" symbol that is followed by any combination
27 * comma (followed by the space).
36 // quick check - did they enter a single space?
41 // determine if the characters before the new space fit the pattern
  /external/v8/src/
heap.cc 175 GarbageCollector Heap::SelectGarbageCollector(AllocationSpace space) {
177 if (space != NEW_SPACE || FLAG_gc_global) {
194 // Is there enough space left in OLD to guarantee that a scavenge can
199 // allocator has not yet allocated from the OS and assigned to any space,
200 // and does not count available bytes already in the old space or code
201 // space. Undercounting is safe---we may get an unrequested full GC when
250 PrintF("New space, used: %8d, available: %8d\n",
257 PrintF("Old data space, used: %8d, available: %8d, waste: %8d\n",
261 PrintF("Code space, used: %8d, available: %8d, waste: %8d\n",
265 PrintF("Map space, used: %8d, available: %8d, waste: %8d\n"
1423 AllocationSpace space = (pretenure == TENURED) ? OLD_DATA_SPACE : NEW_SPACE; local
1841 AllocationSpace space = (pretenure == TENURED) ? OLD_DATA_SPACE : NEW_SPACE; local
2126 AllocationSpace space = local
2152 AllocationSpace space = (pretenure == TENURED) ? OLD_DATA_SPACE : NEW_SPACE; local
2168 AllocationSpace space = (pretenure == TENURED) ? OLD_DATA_SPACE : NEW_SPACE; local
2312 AllocationSpace space = local
2791 AllocationSpace space = (pretenure == TENURED) ? OLD_DATA_SPACE : NEW_SPACE; local
2823 AllocationSpace space = (pretenure == TENURED) ? OLD_DATA_SPACE : NEW_SPACE; local
3059 AllocationSpace space = local
    [all...]
spaces.cc 37 // For contiguous spaces, top should be in the space (or at the end) and limit
38 // should be the end of the space.
39 #define ASSERT_SEMISPACE_ALLOCATION_INFO(info, space) \
40 ASSERT((space).low() <= (info).top \
41 && (info).top <= (space).high() \
42 && (info).limit == (space).high())
48 HeapObjectIterator::HeapObjectIterator(PagedSpace* space) {
49 Initialize(space->bottom(), space->top(), NULL);
53 HeapObjectIterator::HeapObjectIterator(PagedSpace* space,
    [all...]
  /dalvik/dx/tests/061-dex-try-catch/
Blort.java 20 // This space intentionally left blank.
24 // This space intentionally left blank.
  /dalvik/dx/tests/062-dex-synch-method/
Blort.java 20 // This space intentionally left blank.
48 // This space intentionally left blank.
  /dalvik/dx/tests/089-dex-define-object/
Object.java 21 // This space intentionally left blank.
29 // This space intentionally left blank.
  /device/htc/common/
README.ecclist_for_mcc.conf 22 [MCC of a country] white space [Emergency number for that country, separated by comma]
25 1. Use white space instead of TAB between MCC and emergency number list.
  /external/kernel-headers/original/asm-x86/
types.h 10 * header files exported to user space
35 * These aren't exported outside the kernel to avoid name space clashes
  /external/kernel-headers/original/linux/
circ_buf.h 13 /* Return space available, 0..size-1. We always leave one free char
26 /* Return space available up to the end of the buffer. */
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
regress-57572.js 49 expectedmatch = Array(string, 'Test', ' this'); //single space in front of 'this'
53 pattern = /(\S+)? ?(.*)/; //single space between the ? characters
56 expectedmatch = Array(string, 'Test', 'this'); //NO space in front of 'this'
63 expectedmatch = Array(string, 'Stupid', ' phrase, with six - (short) words'); //single space in front of 'phrase'
67 pattern = /(\S+)? ?(.*)/; //single space between the ? characters
70 expectedmatch = Array(string, 'Stupid', 'phrase, with six - (short) words'); //NO space in front of 'phrase'
76 pattern = /(\S+)?( ?)(.*)/; //single space before second ? character
83 pattern = /^(\S+)?( ?)(B+)$/; //single space before second ? character
  /external/webkit/WebCore/manual-tests/
scrollbar-hittest.html 10 1. Scroll down by clicking in the empty space below the scroll thumb. <br>
11 2. Scroll up by clicking in the empty space above the scroll thumb.</p>
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/VMS/
mkskel.tpu 7 ! to backslash quote (\"). For each line, insert space+space+quote
  /frameworks/base/awt/javax/imageio/event/
IIOReadUpdateListener.java 59 * equals 1, there is no space between pixels.
62 * equals 1, there is no space between pixels.
101 * equals 1, there is no space between pixels.
104 * equals 1, there is no space between pixels.
143 * equals 1, there is no space between pixels.
146 * equals 1, there is no space between pixels.
172 * equals 1, there is no space between pixels.
175 * equals 1, there is no space between pixels.
  /frameworks/base/opengl/libagl/
light.h 26 // Set to 1 for object-space lighting evaluation.
27 // There are still some bugs with object-space lighting,
  /external/webkit/WebKit/mac/Panels/
WebAuthenticationPanel.m 122 NSURLProtectionSpace *space = [chall protectionSpace];
125 if ([space port] == 0) {
126 host = [[space host] _web_decodeHostName];
128 host = [NSString stringWithFormat:@"%@:%u", [[space host] _web_decodeHostName], [space port]];
131 NSString *realm = [space realm];
140 if ([space isProxy]) {
143 [space proxyType], host];
153 if ([space isProxy]) {
156 [space proxyType], host]
    [all...]
  /external/opencore/tools_v2/build/make/
basic_defs.mk 8 # The definitions below give the basic definition of a space
10 SPACE:=
11 SPACE+=
54 $(foreach path,$(1),$(patsubst %,/%,$(subst $(SPACE),/,$(call truncate,$(call truncate,$(subst /, ,$(dir $(path))))))))
66 # replace delimiter with space, so that it can be split

Completed in 368 milliseconds

1 2 3 45 6 7 8 91011>>