/external/mksh/src/ |
histrap.c | 229 /* Run editor on selected lines, then run resulting commands */ 590 * a) permit HISTSIZE to control number of lines of history stored 687 int lines, fd, rv = 0; local 740 lines = hist_count_lines(base+2, hsize-2); 741 if (lines > histsize) { 777 int lines = 0; local 795 lines++; 801 return (lines); 805 * Shrink the history file to histsize lines 860 int lines = 0 local [all...] |
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/ |
picoloaddbg.lua | 48 for line in infile:lines() do
50 -- discard comment-only lines
|
picoloadphones.lua | 46 for line in infile:lines() do
48 -- discard comment-only lines
|
/packages/apps/Email/emailcommon/src/org/apache/commons/io/ |
FileUtils.java | [all...] |
/sdk/anttasks/src/com/android/ant/ |
DependencyGraph.java | 156 // expect it's likely split on several lines. So let's move it back on a single line 158 String[] lines = content.toString().split("\n"); local 160 for (String line : lines) {
|
/external/quake/quake/src/WinQuake/ |
draw.cpp | 539 void Draw_ConsoleBackground (int lines) 573 for (y=0 ; y<lines ; y++, dest += vid.conrowbytes) 575 v = (vid.conheight - lines + y)*200/vid.conheight; 601 for (y=0 ; y<lines ; y++, pusdest += (vid.conrowbytes >> 1)) 605 v = (vid.conheight - lines + y)*200/vid.conheight;
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/ |
LogPanel.java | 100 * following lines are the message (can be several line).<br> 230 public void processNewLines(String[] lines) { 232 processLogLines(lines); 269 public void processNewLines(String[] lines) { 270 for (String line : lines) { 787 * Selects all lines. 861 // all lines must be concatenated. [all...] |
/external/oprofile/events/i386/nehalem/ |
unit_masks | 173 0x01 repl Counts the number of lines brought into the L1 data cache 174 0x02 m_repl Counts the number of modified lines brought into the L1 data cache 175 0x04 m_evict Counts the number of modified lines evicted from the L1 data cache due to replacement 176 0x08 m_snoop_evict Counts the number of modified lines evicted from the L1 data cache due to snoop HITM intervention 299 0x04 llc_unshared_hit Counts number of retired loads that hit their own, unshared lines in the LLC cache 337 0x02 s_state Counts the number of cache lines allocated in the L2 cache in the S (shared) state 338 0x04 e_state Counts the number of cache lines allocated in the L2 cache in the E (exclusive) state 339 0x07 any Counts the number of cache lines allocated in the L2 cache 341 0x01 demand_clean Counts L2 clean cache lines evicted by a demand request 342 0x02 demand_dirty Counts L2 dirty (modified) cache lines evicted by a demand reques [all...] |
/external/webkit/Tools/Scripts/webkitpy/common/system/ |
executive.py | 185 lines = fs.read_text_file(script_path).splitlines() 186 if not len(lines): 188 first_line = lines[0]
|
/cts/tools/dx-tests/scripts/ |
collect_dasm_files.sh | 91 OUT=`dx --dex --no-optimize --positions=lines --output="/tmp/dxclasses.jar" ${jtestclassfile} 2>&1`
|
/development/tools/glesv2debugger/ |
generate_MessageFormatter_java.py | 32 lines = open("../../../frameworks/base/opengl/libs/GLES2_dbg/gl2_api_annotated.in").readlines() variable 123 for line in lines:
|
/external/elfutils/libdw/ |
libdwP.h | 238 Dwarf_Lines *lines; member in struct:Dwarf_CU
|
/external/quake/quake/src/QW/client/ |
menu.c | 181 void M_DrawTextBox (int x, int y, int width, int lines) 193 for (n = 0; n < lines; n++) 209 for (n = 0; n < lines; n++) 227 for (n = 0; n < lines; n++)
|
/external/v8/test/mjsunit/ |
debug-breakpoints.js | 78 // Second test set and clear breakpoints on lines 1, 2 and 3 (position = 0). 164 //Second test set and clear breakpoints on lines 1, 2 and 3 (column = 0).
|
/frameworks/base/core/tests/hosttests/src/android/content/pm/ |
PackageManagerHostTestUtils.java | 541 public void processNewLines(String[] lines) { 542 for (String line: lines) { 644 public void processNewLines(String[] lines) { 645 for (String line : lines) { [all...] |
/frameworks/opt/vcard/java/com/android/vcard/ |
VCardUtils.java | 720 String[] lines; local 722 lines = quotedPrintable.split("\r\n"); 749 lines = list.toArray(new String[0]); 753 for (String line : lines) {
|
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/ |
OMX_TI_Debug.h | 551 int lines[mem_array_size]; variable 571 while((lines[e]!=0)&& (e<(mem_array_size - 1)) ){ 575 lines[e]=line; 592 lines[q]=0;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/ |
XmlPrettyPrinter.java | 328 // adds blank lines between comments this formatter will preserve that fact, and vice 372 // Strip off blank lines at the beginning and end of the comment text. 417 // When stripping out prefix and suffix blank lines we might have ended up 433 // where the left side column no longer lines up. 480 String[] lines = trimmed.split("\n"); //$NON-NLS-1$ local 482 for (int i = 1; i < lines.length; i++) { 484 String line = lines[i]; 489 // blank lines can exist in the comment without affecting 505 String line = lines[0]; 617 // on their own lines [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/ |
generate_MessageFormatter_java.py | 32 lines = open("../../../frameworks/base/opengl/libs/GLES2_dbg/gl2_api_annotated.in").readlines() variable 123 for line in lines:
|
/device/samsung/toro/ |
full_toro.mk | 21 # lines, full and toro, hence its name.
|
/external/bluetooth/glib/gio/ |
gcontenttype.c | 1269 gchar **lines; local 1281 lines = g_strsplit (text + strlen ("MIME-TreeMagic") + 2, "\n", 0); 1283 for (i = 0; lines[i] && lines[i][0]; i++) 1285 if (lines[i][0] == '[') 1287 match = parse_header (lines[i]); 1292 matchlet = parse_match_line (lines[i], &depth); 1297 g_strfreev (lines); [all...] |
/external/webkit/Tools/CodeCoverage/ |
regenerate-coverage-display | 110 <td class="headerItem" width="20%%">Instrumented lines:</td> 117 <td class="headerItem" width="20%%">Executed lines:</td> 140 <td class="%(numClass)s">%(covered_lines)s / %(total_lines)s lines</td> 221 (lines,covered) = file_series[file][-1] 222 generate_table_item(site, file, lines, covered) 238 # lines covered in the path but they are not lcov files. 356 # Rest of lines are path, total_lines, covered_lines
|
/frameworks/base/telephony/java/android/telephony/ |
SmsMessage.java | 167 * TS 27.005 3.4.1 lines[0] and lines[1] are the two lines read from the 175 public static SmsMessage newFromCMT(String[] lines) { 178 com.android.internal.telephony.gsm.SmsMessage.newFromCMT(lines);
|
/external/clang/www/demo/ |
index.cgi | 440 my ( $ip, $host, $lg, $lines ); 441 chomp( $lines = `wc -l < $inputFile` ); 446 "--- Query: ---\nFrom: ($ip) $host\nInput: $lines lines of $lg\n"
|
/external/icu4c/tools/gennames/ |
gennames.c | 259 static Line lines[MAX_LINE_COUNT]; variable 926 /* store the groups like lines, with compressed data after raw strings */ 931 /* loop over all lines */ 933 line=lines+i++; 936 /* segment the lines to groups of 32 */ 938 /* finish the current group with empty lines */ 959 /* write empty lines between the previous line in the group and this one */ 970 /* finish the current group with empty lines */ [all...] |