HomeSort by relevance Sort by last modified time
    Searched full:blanks (Results 1 - 25 of 191) 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>
  /external/llvm/lib/Support/
LineIterator.cpp 36 size_t Blanks = 0;
37 while (Pos[Blanks] == '\n')
38 ++Blanks;
39 Pos += Blanks;
40 LineNumber += Blanks;
  /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)
  /external/pcre/dist/
CleanTxt 69 # Cut out chunks of the form <3 blanks><non-blank><3 blanks>
79 # Otherwise output the saved blanks, the current, and the next three
98 # any blanks there are, and the line. Remember it. Force two blank lines
  /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\r";
63 StringRef::size_type SpaceOffset = Text.find_last_of(Blanks, MaxSplitBytes);
66 Text.find_last_not_of(Blanks, SpaceOffset) == StringRef::npos) {
69 StringRef::size_type FirstNonWhitespace = Text.find_first_not_of(Blanks);
74 Blanks, std::max<unsigned>(MaxSplitBytes, FirstNonWhitespace));
77 StringRef BeforeCut = Text.substr(0, SpaceOffset).rtrim(Blanks);
78 StringRef AfterCut = Text.substr(SpaceOffset).ltrim(Blanks);
331 Lines[LineIndex - 1].find_last_not_of(Blanks, EndOfPreviousLine);
337 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/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
  /external/chromium_org/tools/gn/
c_include_iterator_unittest.cc 110 // Allow a series of includes with blanks in between.
  /external/chromium_org/url/
url_parse_internal.h 39 // for when the input string is all blanks; we don't want to back past the
  /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).
  /external/valgrind/main/auxprogs/
s390-check-opcodes.pl 95 $description =~ s/^[\s]+//g; # remove leading blanks
96 $description =~ s/[\s]+$//g; # remove trailing blanks
97 $description =~ s/[ ][ ]+/ /g; # replace multiple blanks with a single one
  /external/elfutils/0.153/
TODO 160 files. If string contains embedded blanks, it must be
  /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/lib/tests/data/
test_static_arm.nexe 
  /external/kernel-headers/original/uapi/linux/
fb.h 320 #define FB_VBLANK_HAVE_VBLANK 0x004 /* vertical blanks can be detected */
321 #define FB_VBLANK_HAVE_HBLANK 0x008 /* horizontal blanks can be detected */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
fb.h 312 #define FB_VBLANK_HAVE_VBLANK 0x004 /* vertical blanks can be detected */
313 #define FB_VBLANK_HAVE_HBLANK 0x008 /* horizontal blanks can be detected */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
fb.h 312 #define FB_VBLANK_HAVE_VBLANK 0x004 /* vertical blanks can be detected */
313 #define FB_VBLANK_HAVE_HBLANK 0x008 /* horizontal blanks can be detected */
  /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
  /prebuilts/python/linux-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
  /ndk/sources/host-tools/make-3.81/w32/
pathstuff.c 33 * contain blanks get trounced here. Use 8.3 format as a workaround.

Completed in 2316 milliseconds

1 2 3 4 5 6 7 8