Home
last modified time | relevance | path

Searched refs:lines (Results 251 - 275 of 960) sorted by relevance

1...<<11121314151617181920>>...39

/third_party/node/test/v8-updates/
H A Dtest-trace-gc-flag.js19 const lines = splitByLine(output);
29 lines.forEach((line, index) => {
/third_party/node/deps/base64/base64/lib/tables/
H A Dtable_enc_12bit.py30 lines = [
41 for line in lines:
/third_party/node/deps/npm/node_modules/@sigstore/core/dist/
H A Dpem.js38 // Split the certificate into lines of 64 characters.
39 const lines = der.match(/.{1,64}/g) || '';
40 return [`-----BEGIN ${type}-----`, ...lines, `-----END ${type}-----`]
/third_party/skia/third_party/externals/brotli/scripts/dictionary/
H A Dstep-02-rfc-to-bin.py11 lines = rfc.readlines() variable
17 for line in lines:
/third_party/skia/docs/examples/
H A DPoint_Normalize.cpp10 const SkPoint lines[][2] = { {{ 30, 110 }, { 190, 30 }}, in REG_FIDDLE() local
12 for (auto line : lines) { in REG_FIDDLE()
H A DPoint_normalize_2.cpp9 const SkPoint lines[][2] = { {{ 30, 110 }, { 190, 30 }}, in REG_FIDDLE() local
11 for (auto line : lines) { in REG_FIDDLE()
/third_party/backends/backend/
H A Dcanon_pp.c199 continue; /* ignore empty lines */ in sane_init()
950 params->lines = ((cs->vals[OPT_BR_Y] - cs->vals[OPT_TL_Y]) * res) in sane_get_parameters()
970 if(params->lines > max_height) params->lines = max_height; in sane_get_parameters()
991 params->lines = 0; in sane_get_parameters()
1000 DBG(10, "get_params: bytes_per_line=%d, pixels_per_line=%d, lines=%d\n" in sane_get_parameters()
1003 params->bytes_per_line, params->pixels_per_line, params->lines, in sane_get_parameters()
1142 unsigned int lines, bytes, bpl; in sane_read() local
1219 /* Decide how many lines we can fit into this buffer */ in sane_read()
1228 lines in sane_read()
[all...]
/third_party/python/Lib/test/
H A Dtest_traceback.py117 lines = stderr.splitlines()
118 self.assertEqual(len(lines), 4)
119 self.assertEqual(lines[0], b'Traceback (most recent call last):')
120 self.assertIn(b'line 1, in <module>', lines[1])
121 self.assertEqual(lines[2], b' x = 1 / 0')
122 self.assertEqual(lines[3], b'ZeroDivisionError: division by zero')
141 lines = stderr.splitlines()
142 self.assertEqual(len(lines), 4)
143 self.assertEqual(lines[0], b'Traceback (most recent call last):')
144 self.assertIn(b'line 4, in <module>', lines[
[all...]
/third_party/backends/sanei/
H A Dsanei_ir.c90 num_pixels = params->pixels_per_line * params->lines; in sanei_ir_create_norm_histo()
92 DBG (1, "sanei_ir_create_norm_histo: %d pixels_per_line, %d lines => %d num_pixels\n", params->pixels_per_line, params->lines, num_pixels); in sanei_ir_create_norm_histo()
427 itop = params->pixels_per_line * params->lines; in sanei_ir_RGB_luminance()
458 ssize = params->pixels_per_line * params->lines; in sanei_ir_to_8bit()
537 itop = params->pixels_per_line * params->lines; in sanei_ir_spectral_clean()
676 num_rows = params->lines; in sanei_ir_filter_mean()
793 num_rows = params->lines; in sanei_ir_filter_madmean()
866 itop = params->pixels_per_line * params->lines; in sanei_ir_add_threshold()
898 rows = params->lines; in sanei_ir_manhattan_dist()
[all...]
/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/
H A Dbuild_only_parser_lite.py46 def __process__(self, lines):
48 self.state_machine.trace_logs.extend(lines)
54 for line in lines:
/third_party/elfutils/libdw/
H A Ddwarf_getsrc_file.c68 Dwarf_Lines *lines; in dwarf_getsrc_file() local
70 if (INTUSE(dwarf_getsrclines) (cudie, &lines, &nlines) != 0) in dwarf_getsrc_file()
87 Dwarf_Line *line = &lines->info[cnt]; in dwarf_getsrc_file()
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dc_parsing_helper.py83 """Read logical lines from a file.
85 Logical lines are one or more physical line, with balanced parentheses.
93 lines = enumerate(content.splitlines(), 1)
94 for line_number, line in lines:
101 _, more = next(lines) #pylint: disable=stop-iteration-return
/third_party/jinja2/
H A Dexceptions.py118 lines = [t.cast(str, self.message), " " + location]
127 lines.append(" " + line.strip())
129 return "\n".join(lines)
/third_party/node/deps/v8/tools/testrunner/local/
H A Dutils.py58 lines = []
66 lines.append(line)
67 return lines
/third_party/node/deps/v8/third_party/jinja2/
H A Dexceptions.py129 lines = [self.message, " " + location]
138 lines.append(" " + line.strip())
140 return u"\n".join(lines)
/third_party/node/tools/inspector_protocol/jinja2/
H A Dexceptions.py105 lines = [self.message, ' ' + location]
114 lines.append(' ' + line.strip())
116 return u'\n'.join(lines)
/third_party/mesa3d/src/util/
H A Dlog.c131 /* Clear out the lines we printed and move any trailing chars to the start. */ in mesa_log_stream_flush()
151 _mesa_log_multiline(enum mesa_log_level level, const char *tag, const char *lines) in _mesa_log_multiline() argument
156 .msg = strdup(lines), in _mesa_log_multiline()
157 .pos = strlen(lines), in _mesa_log_multiline()
H A Dlog.h100 void _mesa_log_multiline(enum mesa_log_level level, const char *tag, const char *lines);
101 #define mesa_log_multiline(level, lines) _mesa_log_multiline(level, (MESA_LOG_TAG), lines)
/third_party/python/Tools/scripts/
H A Dpep384_macrocheck.py56 Scan lines for #ifdef and track the level.
70 Scan lines for Py_LIMITED_API yes(1) no(-1) or nothing (0)
111 lines = f.readlines()
116 for nr, line in enumerate(lines):
129 line = lines[idx].rstrip()
/third_party/rust/crates/cxx/book/
H A Dbuild.js62 const lines = node.html().split('\n');
63 const boring = lines.map((line) =>
66 const ellipsis = lines.map((line) => line.includes('// ...'));
/third_party/python/Lib/idlelib/
H A Dcalltip.py159 The next lines are the first lines of the doc string up to the first
171 # Initialize argspec and wrap it to get lines.
185 lines = (textwrap.wrap(argspec, _MAX_COLS, subsequent_indent=_INDENT)
188 # Augment lines from docstring, if any, and join to get argspec.
197 lines.append(line)
198 argspec = '\n'.join(lines)
/third_party/vk-gl-cts/external/vulkan-docs/src/config/ifdef-mismatch/
H A Dextension.rb25 def initialize document, lines
27 super(document,lines)
91 # // Script adds 2 'endif::undefined_attribute[]' lines here
125 reader = IfDefMismatchPreprocessorReader.new(document, reader.lines)
/third_party/skia/third_party/externals/jinja2/
H A Dexceptions.py129 lines = [self.message, " " + location]
138 lines.append(" " + line.strip())
140 return u"\n".join(lines)
/third_party/skia/third_party/externals/swiftshader/third_party/marl/tools/bench/
H A Dbench.go89 lines := strings.Split(blocks[2], "\n")
91 Tests: make([]Test, 0, len(lines)),
93 for _, line := range lines {
/third_party/skia/tools/
H A Dsanitize_source_files.py30 lines in a file (Eg: TabReplacer).
43 lines = f.readlines()
47 new_lines = [] # Collect changed lines here.
52 for line in lines:
63 old_content = ''.join(lines)

Completed in 12 milliseconds

1...<<11121314151617181920>>...39