/external/swiftshader/third_party/LLVM/test/lib/ |
D | llvm.exp | 56 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/ |
D | args.c | 78 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/ |
D | PRESUBMIT.py | 153 if any((not new_line.startswith('removed')) 154 and new_line != old_line for old_line, new_line
|
/external/autotest/client/tests/iozone/ |
D | postprocessing.py | 78 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/ |
D | strip_asm.py | 72 new_line = '' 80 new_line += tk 81 return new_line
|
/external/google-benchmark/tools/ |
D | strip_asm.py | 72 new_line = '' 80 new_line += tk 81 return new_line
|
/external/autotest/client/tools/ |
D | html_report.py | 1639 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/ |
D | peephole.c | 308 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/ |
D | rtpdump_unittest.cc | 92 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/ |
D | dwarf_getsrclines.c | 108 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/ |
D | path_builder.h | 63 void (* new_line )(struct skc_path_builder_impl * const impl); member
|
D | path_builder.c | 126 path_builder->new_line(path_builder->impl); in skc_path_line_to()
|
/external/skqp/src/compute/skc/ |
D | path_builder.h | 63 void (* new_line )(struct skc_path_builder_impl * const impl); member
|
D | path_builder.c | 126 path_builder->new_line(path_builder->impl); in skc_path_line_to()
|
/external/harfbuzz_ng/util/ |
D | view-cairo.hh | 51 void new_line () {} in new_line() function
|
D | shape-consumer.hh | 58 output.new_line (); in consume_line()
|
D | hb-shape.cc | 86 void new_line () { line_no++; } in new_line() function
|
/external/harfbuzz_ng/src/ |
D | gen-tag-table.py | 950 def print_subtag_matches (subtag, new_line): argument 952 if new_line:
|
/external/v8/src/ |
D | gdb-jit.cc | 1488 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/ |
D | device_utils.py | 2200 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/ |
D | path_builder_cl_12.c | 1280 (*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/ |
D | path_builder_cl_12.c | 1280 (*path_builder)->new_line = skc_path_builder_pfn_new_line; in skc_path_builder_cl_12_create()
|