HomeSort by relevance Sort by last modified time
    Searched refs:lines (Results 251 - 275 of 486) sorted by null

<<11121314151617181920

  /external/linux-tools-perf/util/
annotate.c 126 struct source_line *src_line = notes->src->lines;
391 struct source_line *src_line = notes->src->lines;
398 notes->src->lines = NULL;
416 src_line = notes->src->lines = calloc(len, sizeof(struct source_line));
417 if (!notes->src->lines)
553 * Filtered by min_pcnt or non IP lines when
  /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;
  /external/v8/tools/gcmole/
gcmole.lua 114 func(filename, pipe:lines())
262 local function parse (filename, lines)
265 for funcname in lines do
335 local function SearchForErrors(filename, lines)
337 for l in lines do
  /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);
271 public void processNewLines(String[] lines) {
272 for (String line : lines) {
791 * Selects all lines.
869 // 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]
  /external/regex-re2/lib/codereview/
codereview.py 371 lines = msg.splitlines()
372 if len(lines) >= 2:
373 msg = lines[0]
374 patchset = lines[1].strip()
375 patches = [x.split(" ", 1) for x in lines[2:]]
674 # some lines with spaces, some with tabs. Only a heuristic
734 # Lines beginning with # are ignored.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
ConfigTab.java 144 // Add lines to the table
308 * Fill the lines of the tables.
309 * Get all the information from the model which are returned in a list (lines) of lists (columns).
323 Iterator lines = differences.iterator();
324 this.firstLine = (List) lines.next();
330 while (lines.hasNext()) {
331 List line = (List) lines.next();
  /external/linux-tools-perf/
builtin-kmem.c 691 int lines; local
696 lines = strtoul(arg, NULL, 10);
699 caller_lines = lines;
701 alloc_lines = lines;
719 "show n lines",
  /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...]
  /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/ddms/libs/ddmlib/src/com/android/ddmlib/
Device.java 87 public void processNewLines(String[] lines) {
88 for (String line : lines) {
134 public void processNewLines(String[] lines) {
135 for (String line : lines) {
  /device/samsung/toro/
full_toro.mk 21 # lines, full and toro, hence its name.
  /device/samsung/torospr/
full_torospr.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/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
HtmlTooltipHelper.java 327 * @return the source as single {@link String}, lines joined using "\n".
329 public static String getSource(String... lines) {
330 return Joiner.on('\n').join(lines);
  /external/guava/guava-tests/test/com/google/common/io/
CharStreamsTest.java 97 List<String> lines = CharStreams.readLines( local
99 assertEquals(ImmutableList.of("a", "b", "c"), lines);
134 assertEquals("processLine was not called for all the lines", 3,
  /external/webkit/Tools/CodeCoverage/
regenerate-coverage-display 110 <td class="headerItem" width="20%%">Instrumented&nbsp;lines:</td>
117 <td class="headerItem" width="20%%">Executed&nbsp;lines:</td>
140 <td class="%(numClass)s">%(covered_lines)s&nbsp;/&nbsp;%(total_lines)s&nbsp;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);
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
LoadTestsAutoTest.java 234 String lines[] = webViewDump.split("\\r?\\n");
235 for (String line : lines) {
  /packages/inputmethods/LatinIME/tools/maketext/src/com/android/inputmethod/latin/maketext/
MoreKeysResources.java 212 private static String addPrefix(final String prefix, final String lines) {
214 for (final String line : lines.split("\n")) {
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
BaseTest.java 817 String[] lines = this.stderrDuringParse.split("\n"); local
819 return lines[0].substring(prefix.length(),lines[0].length());
847 String lines[] = s.split("\n"); local
848 Arrays.sort(lines);
849 List<String> linesL = Arrays.asList(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"

Completed in 875 milliseconds

<<11121314151617181920