Home
last modified time | relevance | path

Searched refs:blank (Results 1 – 25 of 181) sorted by relevance

12345678

/external/apache-http/src/org/apache/http/message/
DBasicLineParser.java188 int blank = buffer.indexOf(' ', i, indexTo); in parseProtocolVersion() local
189 if (blank == -1) { in parseProtocolVersion()
190 blank = indexTo; in parseProtocolVersion()
194 minor = Integer.parseInt(buffer.substringTrimmed(i, blank)); in parseProtocolVersion()
201 cursor.updatePos(blank); in parseProtocolVersion()
319 int blank = buffer.indexOf(' ', i, indexTo); in parseRequestLine() local
320 if (blank < 0) { in parseRequestLine()
324 String method = buffer.substringTrimmed(i, blank); in parseRequestLine()
325 cursor.updatePos(blank); in parseRequestLine()
330 blank = buffer.indexOf(' ', i, indexTo); in parseRequestLine()
[all …]
/external/markdown/docs/extensions/
DMeta-Data.txt28 blank-value:
35 anything following the colon on the line and may even be blank. If a line is
38 The first blank line ends all meta-data for the document. Therefore, the first
39 line of a document must not be blank. All meta-data is stripped from the
61 'blank-value' : [''],
/external/markdown/tests/safe_mode/
Dscript_tags.txt7 With blank lines.
27 This time with blank lines.
/external/webkit/Tools/android/flex-2.5.4a/
Dscan.l75 WS [[:blank:]]+
76 OPTWS [[:blank:]]*
77 NOT_WS [^[:blank:]\n]
337 "$"/([[:blank:]]|{NL}) return '$';
521 "[:blank:]" BEGIN(CCL); return CCE_BLANK;
/external/llvm/lib/Target/ARM/
DARMInstrVFP.td276 [/* For disassembly only; pattern left blank */]>;
281 [/* For disassembly only; pattern left blank */]> {
331 [/* For disassembly only; pattern left blank */]> {
339 [/* For disassembly only; pattern left blank */]> {
390 [/* For disassembly only; pattern left blank */]>;
397 [/* For disassembly only; pattern left blank */]>;
404 [/* For disassembly only; pattern left blank */]>;
408 [/* For disassembly only; pattern left blank */]>;
516 [/* For disassembly only; pattern left blank */]> {
554 [/* For disassembly only; pattern left blank */]> {
[all …]
/external/chromium/base/data/file_util_unittest/
Dblank_line.txt1 The next line is blank.
Dblank_line_crlf.txt1 The next line is blank.
/external/openssl/crypto/des/
Ddes.c863 unsigned int blank=(unsigned int)'\n'-' '; in uudecode() local
868 if (n == blank) in uudecode()
899 if (w == blank) k=1; in uudecode()
900 if (x == blank) k=2; in uudecode()
901 if (y == blank) k=3; in uudecode()
902 if (z == blank) k=4; in uudecode()
/external/pcre/doc/
Dpcre-config.txt44 some -I options, but is blank on many systems).
49 library (this may include some -I options, but is blank on
/external/srtp/doc/
DDoxyfile31 # where doxygen was started. If left blank the current directory will be used.
304 # by doxygen. Possible values are YES and NO. If left blank NO is used.
309 # generated by doxygen. Possible values are YES and NO. If left blank
335 # and error messages should be written. If left blank the output is written
354 # blank the following patterns are tested:
362 # If left blank NO is used.
392 # blank all files are included.
399 # Possible values are YES and NO. If left blank NO is used.
490 # put in front of it. If left blank `html' will be used as the default path.
495 # each generated HTML page (for example: .htm,.php,.asp). If it is left blank
[all …]
/external/qemu/hw/
Dgoldfish_fb.c58 uint32_t blank : 1; member
83 qemu_put_byte(f, s->blank); in goldfish_fb_save()
121 s->blank = qemu_get_byte(f); in goldfish_fb_load()
507 if (s->blank) in goldfish_fb_update_display()
618 s->blank = val; in goldfish_fb_write()
/external/dbus/test/data/auth/
Dmechanisms.auth-script2 ## in response to blank AUTH
/external/dropbear/libtomcrypt/
DDoxyfile31 # where doxygen was started. If left blank the current directory will be used.
85 # blank, the following values are used ("$name" is automatically replaced with the
114 # If left blank the directory from which doxygen is run is used as the
122 # If left blank only the name of the header file containing the class
375 # by doxygen. Possible values are YES and NO. If left blank NO is used.
380 # generated by doxygen. Possible values are YES and NO. If left blank
406 # and error messages should be written. If left blank the output is written
425 # blank the following patterns are tested:
433 # If left blank NO is used.
463 # blank all files are included.
[all …]
/external/pcre/testdata/
Dgreplist1 This is a file of patterns for testing the -f option. Don't include any blank
/external/markdown/tests/misc/
Dtabs-in-lists.txt7 Just a blank line:
Dbenchmark.dat9 blank-block-quote:0.010000:0.000000
/external/markdown/tests/extensions-x-toc/
Dinvalid.txt8 clue the author in that s/he needs to add a blank line between the TOC and
/external/clang/docs/
Ddoxygen.cfg.in31 # where doxygen was started. If left blank the current directory will be used.
85 # If left blank, the following values are used ("$name" is automatically
115 # If left blank the directory from which doxygen is run is used as the
123 # If left blank only the name of the header file containing the class
398 # by doxygen. Possible values are YES and NO. If left blank NO is used.
403 # generated by doxygen. Possible values are YES and NO. If left blank
439 # and error messages should be written. If left blank the output is written
460 # blank the following patterns are tested:
468 # If left blank NO is used.
501 # blank all files are included.
[all …]
/external/markdown/MarkdownTest/Tests_2007/
DMarkdown Documentation - Basics.text38 by one or more blank lines. (A blank line is any line that looks like a
39 blank line -- a line containing nothing spaces or tabs is considered
40 blank.) Normal paragraphs should not be intended with spaces or tabs.
167 If you put blank lines between items, you'll get `<p>` tags for the
/external/markdown/MarkdownTest/Tests_2004/
DMarkdown Documentation - Basics.text38 by one or more blank lines. (A blank line is any line that looks like a
39 blank line -- a line containing nothing spaces or tabs is considered
40 blank.) Normal paragraphs should not be intended with spaces or tabs.
167 If you put blank lines between items, you'll get `<p>` tags for the
/external/markdown/tests/markdown-test/
Dmarkdown-documentation-basics.txt38 by one or more blank lines. (A blank line is any line that looks like a
39 blank line -- a line containing nothing spaces or tabs is considered
40 blank.) Normal paragraphs should not be intended with spaces or tabs.
167 If you put blank lines between items, you'll get `<p>` tags for the
/external/webkit/Tools/DumpRenderTree/qt/
Dfonts.conf44 These are the default Unicode chars that are expected to be blank
45 in fonts. All other blank chars are assumed to be broken and
/external/chromium/chrome/browser/ui/cocoa/
Dbase_view.mm37 // This method left intentionally blank.
41 // This method left intentionally blank.
/external/libvpx/
Dlibs.doxy_template44 # where doxygen was started. If left blank the current directory will be used.
88 # If left blank, the following values are used ("$name" is automatically
118 # If left blank the directory from which doxygen is run is used as the
126 # If left blank only the name of the header file containing the class
439 # by doxygen. Possible values are YES and NO. If left blank NO is used.
444 # generated by doxygen. Possible values are YES and NO. If left blank
480 # and error messages should be written. If left blank the output is written
506 # blank the following patterns are tested:
514 # If left blank NO is used.
554 # blank all files are included.
[all …]
/external/srec/doc/
Dsrec.doxygen39 # where doxygen was started. If left blank the current directory will be used.
83 # If left blank, the following values are used ("$name" is automatically
123 # If left blank the directory from which doxygen is run is used as the
131 # If left blank only the name of the header file containing the class
435 # by doxygen. Possible values are YES and NO. If left blank NO is used.
440 # generated by doxygen. Possible values are YES and NO. If left blank
476 # and error messages should be written. If left blank the output is written
504 # blank the following patterns are tested:
512 # If left blank NO is used.
576 # blank all files are included.
[all …]

12345678