Searched refs:new_line (Results 1 - 18 of 18) sorted by relevance

/external/swiftshader/third_party/LLVM/test/lib/
H A Dllvm.exp56 set new_line [subst $line ]
59 regsub -all {%%} $new_line {_#MARKER#_} new_line
61 regsub -all {%llvmgcc_only} $new_line "$llvmgcc" new_line
63 regsub -all {%llvmgcc} $new_line "$llvmgcc $emitir -w" new_line
65 regsub -all {%llvmgxx} $new_line "$llvmgxx $emitir -w" new_line
67 regsub -all {%compile_cxx} $new_line "
[all...]
/external/toybox/lib/
H A Dportability.c39 char *line, *new_line; local
58 new_line = realloc(*linep, new_len);
59 if (!new_line) return -1;
61 line = *linep = new_line;
71 new_line = realloc(*linep, new_len);
72 if (!new_line) return -1;
74 line = *linep = new_line;
/external/harfbuzz_ng/util/
H A Dshape-consumer.hh58 output.new_line ();
H A Dview-cairo.hh52 void new_line (void) function in struct:view_cairo_t
H A Dhb-shape.cc84 void new_line (void) function in struct:output_buffer_t
/external/valgrind/coregrind/
H A Dlauncher-linux.c318 char* new_line; local
439 new_line = malloc(strlen(VALGRIND_LAUNCHER) + 1
441 if (new_line == NULL)
442 barf("malloc of new_line failed.");
443 strcpy(new_line, VALGRIND_LAUNCHER);
444 strcat(new_line, "=");
445 strcat(new_line, launcher_name);
454 new_env[i++] = new_line;
H A Dlauncher-darwin.c216 char* new_line; local
375 asprintf(&new_line, VALGRIND_LAUNCHER "=%s", launcher_name);
389 new_env[i++] = new_line;
/external/autotest/client/tests/iozone/
H A Dpostprocessing.py78 new_line = []
83 new_line.append((100 * ratio - 1) - 100)
86 new_line.append("+" + str((100 * ratio - 1) - 100))
90 new_line.append(element1)
92 new_line.append(".")
93 new_matrix.append(new_line)
/external/autotest/client/tools/
H A Dhtml_report.py1639 new_line = rx.sub('', line)
1640 errors_found = errors.findall(new_line)
1642 data += '<font color=red>%s</font><br>' % str(new_line)
1644 data += '%s<br>' % str(new_line)
/external/elfutils/libdw/
H A Ddwarf_getsrclines.c109 add_new_line (struct line_state *state, struct linelist *new_line) argument
115 new_line->next = state->linelist;
116 new_line->sequence = state->nlinelist;
117 state->linelist = new_line;
126 new_line->line.field = state->field; \
127 if (unlikely (new_line->line.field != state->field)) \
/external/webrtc/talk/media/base/
H A Drtpdump_unittest.cc92 const char new_line[] = "#!rtpplay1.0 1.1.1.1/1\n"; local
94 stream.WriteAll(new_line, strlen(new_line), NULL, NULL));
/external/python/cpython2/Python/
H A Dpeephole.c308 int new_line, cum_orig_line, last_line, tabsiz; local
609 new_line = addrmap[cum_orig_line];
610 assert (new_line - last_line < 255);
611 lineno[i] =((unsigned char)(new_line - last_line));
612 last_line = new_line;
/external/autotest/server/
H A Dserver_job.py1399 def _parse_status(self, new_line):
1402 new_tests = self.parser.process_lines([new_line])
1410 new_tests = self.parser.process_lines([new_line])
/external/libmojo/third_party/catapult/devil/devil/android/
H A Ddevice_utils.py1788 new_line = '%s=%s' % (self.JAVA_ASSERT_PROPERTY, new_value)
1790 properties.append(new_line)
1792 properties[index] = new_line
/external/fio/
H A Dstat.c478 int new_line = 1, i, line = 0, shown = 0; local
484 if (new_line) {
488 new_line = 0;
496 new_line = 1;
/external/chromium-trace/catapult/devil/devil/android/
H A Ddevice_utils.py2035 new_line = '%s=%s' % (self.JAVA_ASSERT_PROPERTY, new_value)
2037 properties.append(new_line)
2039 properties[index] = new_line
/external/v8/src/
H A Dgdb-jit.cc1525 intptr_t new_line = desc_->GetScriptLineNumber(info->pos_); local
1526 if (new_line == line) {
1547 intptr_t line_diff = new_line - line;
/external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
H A D_ast_util.py376 self.new_line = True

Completed in 1166 milliseconds