/external/icu4c/tools/gennames/ |
gennames.c | 244 static Line lines[MAX_LINE_COUNT]; variable 810 /* store the groups like lines, with compressed data after raw strings */ 815 /* loop over all lines */ 817 line=lines+i++; 820 /* segment the lines to groups of 32 */ 822 /* finish the current group with empty lines */ 843 /* write empty lines between the previous line in the group and this one */ 854 /* finish the current group with empty lines */ 1042 groupWords[0]=(uint16_t)lines[i].code; 1045 offset = (uint32_t)((lines[i].s - stringStore)-groupBottom) [all...] |
/external/guava/src/com/google/common/io/ |
Files.java | 525 * Reads all of the lines from a file. The lines do not include 531 * @return a mutable {@link List} containing all the lines 540 * Streams lines from a {@link File}, stopping when our callback returns 541 * false, or we have read all of the lines. 545 * @param callback the {@link LineProcessor} to use to handle the lines 546 * @return the output of processing the lines
|
/external/webkit/WebKitTools/Scripts/webkitpy/style/ |
checker.py | 192 To prevent specific lines from being linted, add a '// NOLINT' comment to the 733 # (which codecs doesn't support anyway), so the resulting lines do 754 lines = contents.split("\n") 756 for line_number in range(len(lines)): 765 check_no_carriage_return(lines[line_number], line_number, 767 if lines[line_number].endswith("\r"): 768 lines[line_number] = lines[line_number].rstrip("\r") 770 processor.process(lines)
|
/packages/apps/Email/src/com/android/email/mail/store/ |
Pop3Store.java | 754 * to the specified number of lines. If lines is -1 the entire message 755 * is fetched. This is implemented with RETR for lines = -1 or TOP 757 * emulated with RETR and extra lines are thrown away. 764 * @param lines 766 private void fetchBody(Pop3Message message, int lines) 770 if (lines == -1) { 776 response = executeSimpleCommand(String.format("TOP %d %d", messageId, lines)); 796 if (lines == -1) { [all...] |
/external/dropbear/libtommath/ |
booker.pl | 118 print "$inline lines\n"; 262 print "Read $readline lines, wrote $wroteline lines\n";
|
/external/elfutils/libdw/ |
libdw.h | 334 extern int dwarf_getsrclines (Dwarf_Die *cudie, Dwarf_Lines **lines, 337 /* Return one of the source lines of the CU. */ 338 extern Dwarf_Line *dwarf_onesrcline (Dwarf_Lines *lines, size_t idx);
|
/external/icu4c/tools/genctd/ |
genctd.cpp | 20 // Words end at the first whitespace; lines beginning with whitespace 277 // Create a MutableTrieDictionary, and loop through all the lines, inserting 309 // lines, and must be at least one UChar.
|
/external/webkit/WebCore/manual-tests/inspector/ |
display-form-data.html | 46 <br>Request Payload: 3 lines of text data with a very long 2nd line which should wrap 49 <br>Request Payload: 3 lines of text data with a very long 2nd line which should wrap 52 <br>Request Payload: 3 lines of text data with a very long 2nd line of binary data which should wrap
|
/external/webkit/WebCore/rendering/ |
InlineFlowBox.cpp | 212 // Check to see if all initial lines are unconstructed. If so, then 544 // box-shadow on root line boxes is applying to the block and not to the lines. 697 // We have a fill image that spans multiple lines. 698 // We need to adjust _tx and _ty by the width of all previous lines. 700 // strip. Even though that strip has been broken up across multiple lines, you still paint it 725 // protrude incorrectly at the edges, and we want to possibly include shadows cast from the previous/following lines [all...] |
/external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/webkit/ |
steps.py | 100 lines = logText.splitlines() 101 leakLines = [line for line in lines if line.find('total leaks found!') >= 0] 102 leakLines += [line for line in lines if line.find('LEAK: ') >= 0]
|
/external/webkit/WebKitTools/Scripts/ |
svn-unapply | 39 # Paths from Index: lines are used rather than the paths on the patch lines, which 124 # Fix paths on diff, ---, and +++ lines to match preceding Index: line.
|
/packages/apps/Email/src/com/android/email/mail/transport/ |
SmtpSender.java | 241 * onto multiple lines. Throws MessagingException if response code is 4xx or 5xx. All traffic 253 * onto multiple lines. Throws MessagingException if response code is 4xx or 5xx. 293 // Lines 2-5 of the conversation contain base64-encoded information. The same conversation, with base64 strings decoded, reads:
|
/system/extras/tests/sdcard/ |
plot_sdcard.py | 201 gp('set data style lines') 217 with_='lines ls %d' % styles[dataset.name]) 220 with_='lines ls %d' % styles[dataset.name])
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/info/ |
gprof.info | 176 lines. *Note Line-by-line::. 385 The `-t' option causes the NUM most active source lines in each 451 Sets width of output lines to WIDTH. Currently only used when 455 `--all-lines' 457 only the lines at the beginning of a basic-block are annotated. 516 histogram hits to be charged to individual source code lines, 705 * Line-by-line:: `gprof' can analyze individual source code lines [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/info/ |
gprof.info | 375 The `-t' option causes the NUM most active source lines in each 441 Sets width of output lines to WIDTH. Currently only used when 445 `--all-lines' 447 only the lines at the beginning of a basic-block are annotated. 506 histogram hits to be charged to individual source code lines, 700 * Line-by-line:: `gprof' can analyze individual source code lines [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/info/ |
gprof.info | 375 The `-t' option causes the NUM most active source lines in each 441 Sets width of output lines to WIDTH. Currently only used when 445 `--all-lines' 447 only the lines at the beginning of a basic-block are annotated. 506 histogram hits to be charged to individual source code lines, 700 * Line-by-line:: `gprof' can analyze individual source code lines [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/info/ |
gprof.info | 375 The `-t' option causes the NUM most active source lines in each 441 Sets width of output lines to WIDTH. Currently only used when 445 `--all-lines' 447 only the lines at the beginning of a basic-block are annotated. 506 histogram hits to be charged to individual source code lines, 700 * Line-by-line:: `gprof' can analyze individual source code lines [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/info/ |
gprof.info | 376 The `-t' option causes the NUM most active source lines in each 442 Sets width of output lines to WIDTH. Currently only used when 446 `--all-lines' 448 only the lines at the beginning of a basic-block are annotated. 507 histogram hits to be charged to individual source code lines, 701 * Line-by-line:: `gprof' can analyze individual source code lines [all...] |
/build/tools/ |
dump-package-stats | 122 # Only look for lines where the ratio is the fourth column;
|
/dalvik/dx/src/com/android/dx/util/ |
HexParser.java | 39 * quote. Quoted strings may not span multiple lines.
|
IndentingWriter.java | 25 * optionally-prefixed output to its subordinate. When lines are
|
/dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
elementnormalize.java | 37 * across multiple lines. The content of the "name" child
|
/dalvik/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
normalize01.java | 40 * across multiple lines. The content of the "name" child
|
/dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/ |
Normalize.java | 45 * across multiple lines. The content of the "name" child
|
/dalvik/vm/mterp/ |
NOTES.txt | 49 source lines and move-result is grouped with the method invoke.)
|