HomeSort by relevance Sort by last modified time
    Searched full:blanks (Results 1 - 25 of 193) sorted by null

1 2 3 4 5 6 7 8

  /external/chromium_org/third_party/WebKit/ManualTests/
whitespace-pre-affinity.html 6 <li>double-click a few times on the blanks lines below</li>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_text_file.py 42 # result 5: strip comments and blanks, plus join lines (but don't
46 # result 6: strip comments and blanks, plus join lines (and
79 test_input(3, "strip blanks", in_file, result3)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_text_file.py 42 # result 5: strip comments and blanks, plus join lines (but don't
46 # result 6: strip comments and blanks, plus join lines (and
79 test_input(3, "strip blanks", in_file, result3)
  /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/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/examples/rexx/
rexx.l 272 bool blanks = FALSE;
285 blanks = TRUE;
289 { RETURN(blanks); }
313 { RETURN(blanks); }
  /external/clang/lib/Format/
BreakableToken.cpp 28 static const char *const Blanks = " \t\v\f";
56 StringRef::size_type SpaceOffset = Text.find_last_of(Blanks, MaxSplitBytes);
59 Text.find_last_not_of(Blanks, SpaceOffset) == StringRef::npos) {
62 StringRef::size_type FirstNonWhitespace = Text.find_first_not_of(Blanks);
67 Blanks, std::max<unsigned>(MaxSplitBytes, FirstNonWhitespace));
70 StringRef BeforeCut = Text.substr(0, SpaceOffset).rtrim(Blanks);
71 StringRef AfterCut = Text.substr(SpaceOffset).ltrim(Blanks);
299 Lines[LineIndex - 1].find_last_not_of(Blanks, EndOfPreviousLine);
305 size_t StartOfLine = Lines[LineIndex].find_first_not_of(Blanks);
  /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'
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
PercentEscaper.java 214 // Start with "%--" and fill in the blanks
222 // Start with "%--%--" and fill in the blanks
236 // Start with "%E-%--%--" and fill in the blanks
255 // Start with "%F-%--%--%--" and fill in the blanks
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
PercentEscaper.java 215 // Start with "%--" and fill in the blanks
223 // Start with "%--%--" and fill in the blanks
237 // Start with "%E-%--%--" and fill in the blanks
256 // Start with "%F-%--%--%--" and fill in the blanks
  /dalvik/vm/analysis/
DexPrepare.h 89 * "opt" header, and the caller is expected to fill in the blanks.
  /external/chromium_org/url/
url_parse_internal.h 37 // when the input string is all blanks; we don't want to back past the input.
  /external/oprofile/
opev.py 67 lines = [s.strip() for s in all_lines if s.strip()] # strip blanks
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_dis.py 94 # Trim trailing blanks (if any).
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_dis.py 94 # Trim trailing blanks (if any).
  /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...]
  /external/chromium_org/native_client_sdk/src/tools/tests/data/
test_static_arm.nexe 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urlparse.py 372 A true value indicates that blanks should be retained as
398 true value indicates that blanks should be retained as blank

Completed in 471 milliseconds

1 2 3 4 5 6 7 8