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

<<21222324252627282930>>

  /external/kernel-headers/original/asm-x86/
page_32.h 149 * a virtual address space of one gigabyte, which limits the
161 * This much address space is reserved for vmalloc() and iomap()
thread_info_32.h 36 mm_segment_t addr_limit; /* thread address space:
159 /* work to do on any return to u-space */
  /external/kernel-headers/original/linux/
ftape.h 66 long space; member in union:__anon2958
74 long space; member in union:__anon2960
kd.h 50 #define KDMAPDISP 0x4B3C /* map display into address space */
51 #define KDUNMAPDISP 0x4B3D /* unmap display from address space */
pci.h 41 #define PCIIOC_MMAP_IS_IO (PCIIOC_BASE | 0x01) /* Set mmap state to I/O space. */
42 #define PCIIOC_MMAP_IS_MEM (PCIIOC_BASE | 0x02) /* Set mmap state to MEM space. */
148 int cfg_size; /* Size of configuration space */
165 unsigned int block_ucfg_access:1; /* userspace config space access is blocked */
170 u32 saved_config_space[16]; /* config space saved at suspend time */
211 * 7-10 bridges: address space assigned to buses behind the bridge
231 /* address space routed to this bus */
615 * configuration space.
  /external/libffi/src/
prep_cif.c 112 /* x86-64 and s390 stack space allocation is handled in prep_machdep. */
114 /* Make space for the return structure pointer */
  /external/libpcap/
pcap-dos.h 183 DWORD rx_dropped; /* no space in Rx buffers */
184 DWORD tx_dropped; /* no space available for Tx */
  /external/opencore/fileformats/mp4/parser/src/
esdescriptor.cpp 106 // allocate space for wide character buffer
213 // Free space allocated for url string
  /external/opencore/oscl/oscl/osclbase/src/
oscl_tls.cpp 89 //allocate space for key
121 // allocate the space and save the pointer
  /external/opencore/oscl/oscl/osclio/src/
oscl_socket_method.cpp 133 //Allocate space for new parameters, or recycle current space.
  /external/opencore/tools_v2/build/make/
g++.mk 22 AR_ARGS := rl # make sure to leave a space at the end
26 CO := -c -o # make sure to leave a space at the end
  /external/proguard/src/proguard/evaluation/
TracedStack.java 165 // Account for the extra space required by Category 2 values.
178 // Account for the extra space required by Category 2 values.
  /external/proguard/src/proguard/obfuscate/
MemberNameConflictFixer.java 133 // member (with a different old name) in a second name space,
134 // and now these two have to live together in this name space.
  /external/qemu/distrib/sdl-1.2.12/src/audio/mint/
SDL_mintaudio_it.S 112 /* Reserve space for registers */
134 /* Restore registers space */
  /external/qemu/
gen-charmap.py 58 'SPACE': 'Space',
  /external/skia/include/core/
SkMask.h 78 x,y are in the same coordiate space as fBounds.
89 x,y are in the same coordiate space as fBounds.
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
union.h 34 // - Space: O(V2 + E2)
104 // ith FST. Constant time and space to visit an input state or arc
  /external/tinyxml/
readme.txt 207 The syntax "&#xA0;" or "&#160;" are both to the non-breaking space characher.
219 Generates formatted output, with plenty of white space, intended to be as
252 <h3> White space </h3>
253 The world simply does not agree on whether white space should be kept, or condensed.
254 For example, pretend the '_' is a space, and look at "Hello____world". HTML, and
256 space. Some XML parsers do not, and will leave it as "Hello____world". (Remember
257 to keep pretending the _ is a space.) Others suggest that __Hello___world__ should become
262 The default is to condense white space.
  /external/v8/test/cctest/
test-serialize.cc 565 size, // Old pointer space.
566 size, // Old data space.
567 size, // Code space.
568 size, // Map space.
569 size, // Cell space.
570 size); // Large object space.
646 // Support for reserving space in large object space is not there yet,
  /external/v8/test/mjsunit/
substr.js 75 var w = Math.random() * 42; // Allocate something new in new-space.
93 var w = Math.random() * 42; // Allocate something new in new-space.
  /external/webkit/WebCore/css/
view-source.css 33 white-space: pre-wrap !important;
68 white-space: nowrap;
  /external/webkit/WebCore/platform/graphics/
SimpleFontData.h 144 #if !OS(WINCE) // disable unused members to save space
231 #if !OS(WINCE) // disable unused members to save space
  /external/webkit/WebCore/platform/text/gtk/
TextBreakIteratorGtk.cpp 136 // and return the position of the first white-space char after this one.
158 // FIXME: UBRK_WORD case: Single multibyte characters (i.e. white space around them), such as the euro symbol ?,
  /external/webkit/WebKit/mac/Plugins/
npapi.mm 217 return [pluginViewForInstance(instance) convertFromX:sourceX andY:sourceY space:sourceSpace toX:destX andY:destY space:destSpace];
  /external/webkit/WebKit/win/Interfaces/
IWebURLAuthenticationChallenge.idl 69 - (id)initWithProtectionSpace:(NSURLProtectionSpace *)space proposedCredential:(NSURLCredential *)credential previousFailureCount:(int)count failureResponse:(NSURLResponse *)response error:(NSError *)error sender:(id <NSURLAuthenticationChallengeSender>)sender
71 HRESULT initWithProtectionSpace([in] IWebURLProtectionSpace* space, [in] IWebURLCredential* proposedCredential, [in] int previousFailureCount, [in] IWebURLResponse* failureResponse, [in] IWebError* error, [in] IWebURLAuthenticationChallengeSender* sender);

Completed in 460 milliseconds

<<21222324252627282930>>