/external/webkit/Source/WebCore/manual-tests/ |
whitespace-pre-affinity.html | 6 <li>double-click a few times on the blanks lines below</li>
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/ |
testxxLexer.l | 22 {ws} /* skip blanks and tabs */
|
/frameworks/base/services/java/com/android/server/power/ |
DisplayBlanker.java | 20 * Blanks or unblanks all displays.
|
/external/openssh/regress/ |
sftp-batch.sh | 47 verbose "$tid: comments and blanks" 49 || fail "comments & blanks failed"
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
ViaParser.java | 89 // Ignore blanks 204 this.lexer.SPorHT(); // ignore blanks 206 this.lexer.SPorHT(); // ingore blanks.
|
/external/valgrind/main/coregrind/ |
m_commandline.c | 101 // We have alternating sequences: blanks, non-blanks, blanks... 102 // copy the non-blanks sequences, and add terminating '\0'
|
/external/quake/quake/src/WinQuake/data/ |
LICINFO.TXT | 74 registered version CD.) Sign/fill in the blanks of both copies where
87 block be legible. We prefer it if you enter the info into the blanks before
|
HELP.TXT | 60 e-mail message and fill in the blanks:
|
/dalvik/vm/analysis/ |
DexPrepare.h | 89 * "opt" header, and the caller is expected to fill in the blanks.
|
/external/oprofile/ |
opev.py | 67 lines = [s.strip() for s in all_lines if s.strip()] # strip blanks
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
fb.h | 303 #define FB_VBLANK_HAVE_VBLANK 0x004 /* vertical blanks can be detected */ 304 #define FB_VBLANK_HAVE_HBLANK 0x008 /* horizontal blanks can be detected */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
fb.h | 303 #define FB_VBLANK_HAVE_VBLANK 0x004 /* vertical blanks can be detected */ 304 #define FB_VBLANK_HAVE_HBLANK 0x008 /* horizontal blanks can be detected */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
fb.h | 303 #define FB_VBLANK_HAVE_VBLANK 0x004 /* vertical blanks can be detected */ 304 #define FB_VBLANK_HAVE_HBLANK 0x008 /* horizontal blanks can be detected */
|
/external/chromium/googleurl/src/ |
url_parse_internal.h | 62 // when the input string is all blanks; we don't want to back past the input.
|
/external/elfutils/ |
TODO | 130 files. If string contains embedded blanks, it must be
|
/frameworks/base/services/java/com/android/server/display/ |
DisplayDevice.java | 109 * Blanks the display, if supported.
|
/external/expat/tests/ |
runtests.c | 631 int blanks = 0; local 635 ++blanks; 641 if (blanks && !is_cdata) 642 /* illegal leading blanks */ 645 else if (blanks > 1 && !is_cdata) 647 blanks = 0; 651 if (blanks && !is_cdata) [all...] |
/bionic/libc/stdio/ |
vfprintf.c | 217 static const char blanks[PADSIZE] = local 724 * floating precision; finally, if LADJUST, pad with blanks. 737 PAD(width - realsz, blanks); 804 PAD(width - realsz, blanks);
|
/external/apache-http/src/org/apache/http/impl/cookie/ |
RFC2109Spec.java | 123 throw new MalformedCookieException("Cookie name may not contain blanks");
|
/ndk/sources/host-tools/make-3.81/w32/ |
pathstuff.c | 33 * contain blanks get trounced here. Use 8.3 format as a workaround.
|
/external/llvm/lib/Archive/ |
ArchiveReader.cpp | 106 // The empty name ( '/' and 15 blanks) is for a foreign (non-LLVM) symbol 107 // table. The special name "//" and 14 blanks is for a string table, used 114 // a '/' and blanks.
|
/external/libxml2/ |
legacy.c | 91 "keep blanks", 179 } else if (!strcmp(name, "keep blanks")) { 297 } else if (!strcmp(name, "keep blanks")) { [all...] |
/ndk/sources/host-tools/make-3.81/ |
vpath.c | 231 /* Skip over any initial separators and blanks. */ 277 /* Skip over separators and blanks between entries. */
|
/external/ipsec-tools/src/racoon/ |
racoon.conf.5 | [all...] |
/external/svox/pico/lib/ |
picotok.c | 285 /* Remove leading and trailing blanks of 'str' and reduce 286 groups of blanks within string to exactly one blank. */ 310 /* remove blanks at end of string */ [all...] |