/external/webkit/WebKitTools/Scripts/webkitpy/style/processors/ |
cpp_unittest.py | 739 ['Extra space before ( in function call [whitespace/parens] [4]', [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/ |
Constants.java | 148 ELEMNAME_PRESERVESPACE_STRING = "preserve-space", 152 ELEMNAME_STRIPSPACE_STRING = "strip-space", 201 ATTRNAME_DEFAULTSPACE = "default-space", 265 ATTRNAME_XMLSPACE = "xml:space", 339 /* For space-att*/
|
/external/icu4c/test/thaitest/ |
thaitest.cpp | 52 // return current space count 71 // current space count 381 fprintf(stderr, "Couldn't allocate memory for the space stripped text.\n"); 440 char *fileName = "space.txt"; 556 * Returns the current space count
|
/external/iproute2/doc/ |
api-ip6-flowlabels.tex | 149 message to user space, though the kernels which support flow labels 224 storage, so that the full implementation necessarily includes user space flow 229 to user space. When user needs label he requests manager directly. The approach 245 \item {\bf ``Stupid''.} To allocate labels in kernel space. It is the simplest 250 flow label space.
|
/external/kernel-headers/original/asm-arm/ |
pgtable.h | 34 * VMALLOC_END. VMALLOC_END defines the (exclusive) limit of this space, 35 * which may not overlap IO space. 98 * switch which changes the user space mapping occurs. 129 * This is the lowest virtual address we can permit any user space 379 #define MK_IOSPACE_PFN(space, pfn) (pfn)
|
tlbflush.h | 193 * space. 194 * - mm - mm_struct describing address space 199 * address space. 200 * - mm - mm_struct describing address space 213 * will be in the kernels virtual memory space. Current uses
|
/external/libffi/src/pa/ |
hpux32.S | 33 .SPACE $PRIVATE$ 50 .SPACE $TEXT$ 72 [ Stack space for actual call, passed as ] <- %arg0 264 .SPACE $TEXT$ 300 .SPACE $PRIVATE$
|
/external/libffi/src/sparc/ |
ffi.c | 33 /* ffi_prep_args is called by the assembly routine once stack space 265 /* sparc call frames require that space is allocated for 6 args, 266 even if they aren't used. Make that space if necessary. */ 275 /* sparc call frames require that space is allocated for 6 args, 276 even if they aren't used. Make that space if necessary. */
|
/external/openssl/crypto/x509/ |
x509_cmp.c | 186 /* Case insensitive string comparision with space normalization 187 * Space normalization - ignore leading, trailing spaces, 188 * multiple spaces between characters are replaced by single space 218 /* compare strings with space normalization */ 235 /* is white space next character ? */
|
/external/openssl/patches/ |
small_records.patch | 106 - len += headerlen + 256; /* extra space for empty fragment */ 115 + len += SSL3_RT_DEFAULT_WRITE_OVERHEAD; /* extra space for empty 190 /* insufficient space */ 225 +/* Extra space for empty fragment, headers, MAC, and padding. */ 229 +#error "Insufficient space allocated for write buffers."
|
/external/tinyxml/docs/ |
classTiXmlBase.html | 41 <tr><td class="mdescLeft"> </td><td class="mdescRight">The world does not agree on whether white space should be kept or not. <a href="#e0"></a><br></td></tr> 45 <tr><td class="mdescLeft"> </td><td class="mdescRight">Return the current white space setting. <br></td></tr> 183 The world does not agree on whether white space should be kept or not. 185 In order to make everyone happy, these global, static functions are provided to set whether or not TinyXml will condense all white space into a single space or not. The default is to condense. Note changing this values is not thread safe. </td>
|
/hardware/ti/omap3/dspbridge/inc/ |
drv.h | 86 * the adress space 0x1000:0000 to 0x10ff:ffff 125 * space 131 /* MEM1 is L2 RAM + L2 Cache space */ 137 /* MEM2 is L1P RAM/CACHE space */ 142 /* MEM3 is L1D RAM/CACHE space */
|
/external/e2fsprogs/lib/et/ |
texinfo.tex | 208 % offset so that the space between them is truly \outerhsize or \outervsize 359 % @sp n outputs n lines of vertical space 601 \def\today{\number\day\space 605 \space\number\year} 611 %\space\number\day, \number\year} [all...] |
/external/jpeg/ |
libjpeg.doc | 325 in_color_space Color space of source image 328 of 1 to 64K pixels in either direction. The input color space is typically 652 relevant parameters (scaling, output color space, and quantization flag). [all...] |
/external/quake/quake/src/QW/client/ |
zone.c | 54 There is never any space between memblocks, and there will never be two 168 size += 4; // space for memory trash tester 530 Return space from the top of the hunk 584 // we are clearing up space at the bottom, so only allocate it late 621 return; // there is space to grow the hunk 622 Cache_Move ( c ); // reclaim the space 644 return; // there is space to grow the hunk 707 // search from the bottom up for space 717 { // found space 767 Cache_Free ( cache_head.next->user ); // reclaim the space [all...] |
/external/quake/quake/src/WinQuake/ |
zone.cpp | 54 There is never any space between memblocks, and there will never be two 168 size += 4; // space for memory trash tester 525 Return space from the top of the hunk 579 // we are clearing up space at the bottom, so only allocate it late 616 return; // there is space to grow the hunk 617 Cache_Move ( c ); // reclaim the space 639 return; // there is space to grow the hunk 702 // search from the bottom up for space 712 { // found space 762 Cache_Free ( cache_head.next->user ); // reclaim the space [all...] |
/external/kernel-headers/original/linux/ |
wireless.h | 45 * This file is only concerned with the user space API and common definitions. 140 * - Add DEV PRIVATE IOCTL to avoid collisions in SIOCDEVPRIVATE space 142 * - Add average quality (for user space calibration) 202 * - Remove header includes to help user space 241 /* SIOCGIWSTATS is strictly used between user space and the kernel, and 264 * point to a string in user space, like it is done for RANGE... */ 323 * We now have 32 commands, so a bit more space ;-). 576 #define IW_AUTH_ROAMING_DISABLE 1 /* user space program used for roaming 641 * pointer to memory allocated in user space. 645 void __user *pointer; /* Pointer to the data (in user space) */ [all...] |
/external/v8/src/x64/ |
macro-assembler-x64.cc | 186 // catch stores of Smis and stores into young gen (which does not have space 220 // Test that the object address is not in the new space. We cannot 221 // set remembered set bits in the new space. [all...] |
/build/core/ |
base_rules.mk | 55 #space := $(empty) $(empty) 56 #$(shell echo $(lastword $(filter-out config/% out/%,$(MAKEFILE_LIST))),$(LOCAL_MODULE),$(strip $(LOCAL_MODULE_CLASS)),$(subst $(space),$(comma),$(sort $(LOCAL_MODULE_TAGS))) >> tag-list.csv) 260 $(subst $(space),:,$(strip \ 291 $(addprefix $(word 1,$(subst :,$(space),$(group)))/, \ 292 $(wordlist 2,9999,$(subst :,$(space),$(group))) \ 298 $(addprefix -C $(word 1,$(subst :,$(space),$(group))) , \ 299 $(wordlist 2,9999,$(subst :,$(space),$(group))) \
|
/external/e2fsprogs/misc/ |
mke2fs.8.in | 201 Reserve enough space so that the block group descriptor table can grow 240 bytes of space on the disk. The larger the 258 the more space the inode table will consume, and this reduces the usable 259 space in the filesystem and can also negatively impact performance. 442 Reserve space so the block group descriptor table may grow in the future. 447 will attempt to reserve enough space so that the 455 (saves space on large filesystems).
|
/external/qemu/memcheck/ |
memcheck_common.h | 46 * space that contains allocated block information. Note that 'libc_pid' field 55 * guest's address space that contains information about block that's being 64 * guest's address space that contains query parameters. Note that 'libc_pid' 73 * that this string is located in the guest's address space. 168 /* Address in guest's virtual space of memory allocation descriptor for the 243 /* Starting address of mmapping of a module in the guest's address space. */ 246 /* Ending address of mmapping of a module in the guest's address space. */
|
/external/webkit/WebKit/android/nav/ |
FindCanvas.cpp | 96 } // Otherwise, we just used local storage space, so no need to delete 279 // inspection, half the point size seems a good guess at the width of a space 299 // so, the user needs to have added a space, which we do not draw. 315 uint16_t space; local 316 clonePaint.textToGlyphs(" ", 1, &space); 317 if (glyphSet->characterMatches(space, mWorkingIndex)) { 338 // this case, we can continue without adding a space.
|
/packages/apps/Email/src/org/apache/james/mime4j/codec/ |
EncoderUtil.java | 125 // CFWS = comment or folding white space 149 // CFWS = comment or folding white space 234 // folding white space; that leaves 77 characters. 250 * words separated by space. The text is separated into a sequence of 274 * words separated by space. The text is separated into a sequence of 298 * words separated by space. The text is separated into a sequence of 434 // token := 1*<any (US-ASCII) CHAR except SPACE, CTLs, or tspecials>
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
OpenWnnEN.java | 46 /** A space character */ 47 private static final char[] SPACE = {' '}; 211 if (chars[0] == SPACE[0] || chars[0] == '\u0009') { 212 /* if the character is a space, commit the composing text */ 217 /* if the character is a separator, remove an auto-inserted space and commit the composing text. */ 666 insertCharToComposingText(SPACE); 863 * @param withSpace Append a space after the word if {@code true}. [all...] |
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
Helpers.java | 160 * Check whether there's enough space on the target filesystem to save the file. 166 // Insufficient space; try discarding purgeable files. 171 "download aborted - not enough free space in internal storage"); 176 // Recalculate available space and try again. 187 * Check whether there's enough space on the target filesystem to save the file. 191 // Insufficient space. 193 Log.d(Constants.TAG, "download aborted - not enough free space");
|