Home
last modified time | relevance | path

Searched refs:new_line (Results 1 – 22 of 22) sorted by relevance

/external/swiftshader/third_party/LLVM/test/lib/
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 "$compile_cxx" new_line
69 regsub -all {%compile_c} $new_line "$compile_c" new_line
71 regsub -all {%link} $new_line "$link" new_line
73 regsub -all {%shlibext} $new_line "$shlibext" new_line
75 regsub -all {%ocamlopt} $new_line "$ocamlopt" new_line
[all …]
/external/libaom/libaom/common/
Dargs.c78 char *new_line = (char *)malloc(sizeof(*new_line) * 128); in arg_cfg() local
83 snprintf(new_line, sizeof(*new_line) * 128, "--%s", left); in arg_cfg()
85 snprintf(new_line, sizeof(*new_line) * 128, "--%s=%s", left, right); in arg_cfg()
88 new_args[(*argc) - 2] = new_line; in arg_cfg()
/external/perfetto/
DPRESUBMIT.py153 if any((not new_line.startswith('removed'))
154 and new_line != old_line for old_line, new_line
/external/autotest/client/tests/iozone/
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/libcxx/utils/google-benchmark/tools/
Dstrip_asm.py72 new_line = ''
80 new_line += tk
81 return new_line
/external/google-benchmark/tools/
Dstrip_asm.py72 new_line = ''
80 new_line += tk
81 return new_line
/external/autotest/client/tools/
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/python/cpython2/Python/
Dpeephole.c308 int new_line, cum_orig_line, last_line, tabsiz; in PyCode_Optimize() local
609 new_line = addrmap[cum_orig_line]; in PyCode_Optimize()
610 assert (new_line - last_line < 255); in PyCode_Optimize()
611 lineno[i] =((unsigned char)(new_line - last_line)); in PyCode_Optimize()
612 last_line = new_line; in PyCode_Optimize()
/external/webrtc/talk/media/base/
Drtpdump_unittest.cc92 const char new_line[] = "#!rtpplay1.0 1.1.1.1/1\n"; in TEST() local
94 stream.WriteAll(new_line, strlen(new_line), NULL, NULL)); in TEST()
/external/elfutils/libdw/
Ddwarf_getsrclines.c108 add_new_line (struct line_state *state, struct linelist *new_line) in add_new_line() argument
114 new_line->next = state->linelist; in add_new_line()
115 new_line->sequence = state->nlinelist; in add_new_line()
116 state->linelist = new_line; in add_new_line()
125 new_line->line.field = state->field; \ in add_new_line()
126 if (unlikely (new_line->line.field != state->field)) \ in add_new_line()
/external/skia/src/compute/skc/
Dpath_builder.h63 void (* new_line )(struct skc_path_builder_impl * const impl); member
Dpath_builder.c126 path_builder->new_line(path_builder->impl); in skc_path_line_to()
/external/skqp/src/compute/skc/
Dpath_builder.h63 void (* new_line )(struct skc_path_builder_impl * const impl); member
Dpath_builder.c126 path_builder->new_line(path_builder->impl); in skc_path_line_to()
/external/harfbuzz_ng/util/
Dview-cairo.hh51 void new_line () {} in new_line() function
Dshape-consumer.hh58 output.new_line (); in consume_line()
Dhb-shape.cc86 void new_line () { line_no++; } in new_line() function
/external/harfbuzz_ng/src/
Dgen-tag-table.py950 def print_subtag_matches (subtag, new_line): argument
952 if new_line:
/external/v8/src/
Dgdb-jit.cc1488 intptr_t new_line = desc_->GetScriptLineNumber(info->pos_); in WriteBodyInternal() local
1489 if (new_line == line) { in WriteBodyInternal()
1510 intptr_t line_diff = new_line - line; in WriteBodyInternal()
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils.py2200 new_line = '%s=%s' % (self.JAVA_ASSERT_PROPERTY, new_value)
2202 properties.append(new_line)
2204 properties[index] = new_line
/external/skqp/src/compute/skc/platforms/cl_12/
Dpath_builder_cl_12.c1280 (*path_builder)->new_line = skc_path_builder_pfn_new_line; in skc_path_builder_cl_12_create()
/external/skia/src/compute/skc/platforms/cl_12/
Dpath_builder_cl_12.c1280 (*path_builder)->new_line = skc_path_builder_pfn_new_line; in skc_path_builder_cl_12_create()