/external/apache-http/src/org/apache/http/message/ |
D | BasicLineParser.java | 188 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/jmonkeyengine/engine/src/core/com/jme3/font/ |
D | Letters.java | 93 LetterQuad blank = l; in update() local 94 while (!blank.isBlank()) { in update() 95 if (blank.isLineStart() || blank.isHead()) { in update() 98 blank = null; in update() 101 blank = blank.getPrevious(); in update() 103 if (blank != null) { in update() 104 blank.setEndOfLine(); in update() 106 while (blank != l) { in update() 107 blank = blank.getNext(); in update() 108 blank.invalidate(); in update() [all …]
|
/external/chromium_org/third_party/WebKit/Tools/RebaselineLogServer/ |
D | main_unittest.py | 50 request = webapp2.Request.blank('/updatelog') 64 request = webapp2.Request.blank('/updatelog') 74 request = webapp2.Request.blank('/updatelog') 88 request = webapp2.Request.blank('/updatelog') 99 request = webapp2.Request.blank('/updatelog') 110 request = webapp2.Request.blank('/updatelog')
|
/external/chromium_org/tools/json_schema_compiler/dart_test/ |
D | comments.idl | 9 // This comment is separated by at least one blank line from the start of 13 // There's a blank line at the start of this comment. 28 // There's also a blank line at the end of this comment.
|
D | comments.dart | 21 /// There's a blank line at the start of this comment. Documentation for 26 /// great function. There's also a blank line at the end of this comment.
|
/external/markdown/tests/safe_mode/ |
D | script_tags.txt | 7 With blank lines. 27 This time with blank lines.
|
/external/markdown/docs/extensions/ |
D | Meta-Data.txt | 28 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/mdnsresponder/mDNSPosix/ |
D | Services.txt | 9 # Note that any line beginning with white space is considered a blank line. 18 # <One or more blank lines between records>
|
/external/chromium_org/ui/message_center/cocoa/ |
D | settings_controller.mm | 31 // Calculated additional blank space above the header text, including 32 // the intrinsic blank space above the header label. 36 // Calculated additional blank space above the subheader text, including 37 // the intrinsic blank space above the subheader label. 43 // blank space included with the drop-down control. 48 // Calculated additional horizontal blank space for the drop down, including 49 // the blank space included with the drop-down control.
|
/external/bison/examples/calc++/ |
D | calc++-scanner.ll | 26 blank [ \t] 37 {blank}+ yylloc->step ();
|
/external/chromium_org/tools/gyp/test/ninja/s-needs-no-depfiles/ |
D | empty.s | 1 # This file intentionally left blank.
|
/external/chromium_org/base/test/data/file_util/ |
D | blank_line_crlf.txt | 1 The next line is blank.
|
D | blank_line.txt | 1 The next line is blank.
|
/external/chromium/base/data/file_util_unittest/ |
D | blank_line_crlf.txt | 1 The next line is blank.
|
D | blank_line.txt | 1 The next line is blank.
|
/external/qemu/distrib/sdl-1.2.15/include/ |
D | doxyfile | 31 # where doxygen was started. If left blank the current directory will be used. 281 # by doxygen. Possible values are YES and NO. If left blank NO is used. 286 # generated by doxygen. Possible values are YES and NO. If left blank 305 # and error messages should be written. If left blank the output is written 324 # blank the following patterns are tested: 332 # If left blank NO is used. 362 # blank all files are included. 369 # Possible values are YES and NO. If left blank NO is used. 454 # put in front of it. If left blank `html' will be used as the default path. 459 # each generated HTML page (for example: .htm,.php,.asp). If it is left blank [all …]
|
/external/chromium_org/third_party/openssl/openssl/crypto/des/ |
D | des.c | 863 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/openssl/crypto/des/ |
D | des.c | 863 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/srtp/doc/ |
D | Doxyfile | 31 # 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/ |
D | goldfish_fb.c | 58 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() 516 if (s->blank) in goldfish_fb_update_display() 627 s->blank = val; in goldfish_fb_write()
|
/external/markdown/tests/misc/ |
D | tabs-in-lists.txt | 7 Just a blank line:
|
/external/markdown/tests/extensions-x-toc/ |
D | invalid.txt | 8 clue the author in that s/he needs to add a blank line between the TOC and
|
/external/dropbear/libtomcrypt/ |
D | Doxyfile | 31 # 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/libmtp/doc/ |
D | Doxyfile.in | 32 # where doxygen was started. If left blank the current directory will be used. 76 # blank, the following values are used ("$name" is automatically replaced with the 105 # If left blank the directory from which doxygen is run is used as the 113 # If left blank only the name of the header file containing the class 372 # by doxygen. Possible values are YES and NO. If left blank NO is used. 378 # generated by doxygen. Possible values are YES and NO. If left blank 407 # and error messages should be written. If left blank the output is written 428 # blank the following patterns are tested: 436 # If left blank NO is used. 466 # blank all files are included. [all …]
|
/external/mesa3d/doxygen/ |
D | common.doxy | 31 # 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 …]
|