Home
last modified time | relevance | path

Searched refs:line (Results 1276 - 1300 of 5981) sorted by relevance

1...<<51525354555657585960>>...240

/kernel/linux/linux-5.10/drivers/tty/serial/8250/
H A D8250_pxa.c30 int line; member
38 serial8250_suspend_port(data->line); in serial_pxa_suspend()
47 serial8250_resume_port(data->line); in serial_pxa_resume()
120 uart.port.line = ret; in serial_pxa_probe()
139 data->line = ret; in serial_pxa_probe()
154 serial8250_unregister_port(data->line); in serial_pxa_remove()
/kernel/linux/linux-5.10/lib/
H A Dbug.c11 CONFIG_DEBUG_BUGVERBOSE - emit full file+line information for each BUG
26 - NOTE: struct bug_entry does not have "file" or "line" entries
148 unsigned line, warning, once, done; in report_bug() local
160 line = 0; in report_bug()
168 line = bug->line; in report_bug()
187 * "cut here" line now. WARN() issues its own "cut here" before the in report_bug()
195 __warn(file, line, (void *)bugaddr, BUG_GET_TAINT(bug), regs, in report_bug()
201 pr_crit("kernel BUG at %s:%u!\n", file, line); in report_bug()
/kernel/linux/linux-6.6/drivers/tty/serial/8250/
H A D8250_pxa.c29 int line; member
37 serial8250_suspend_port(data->line); in serial_pxa_suspend()
46 serial8250_resume_port(data->line); in serial_pxa_resume()
119 uart.port.line = ret; in serial_pxa_probe()
138 data->line = ret; in serial_pxa_probe()
153 serial8250_unregister_port(data->line); in serial_pxa_remove()
/third_party/ffmpeg/tests/
H A Drotozoom.c123 char line[3 * W]; in init_demo() local
133 if (fread(line, 1, 15, input_file) != 15) in init_demo()
136 if (fread(line, 1, 3 * W, input_file) != 3 * W) in init_demo()
139 tab_r[W * i + j] = line[3 * j ]; in init_demo()
140 tab_g[W * i + j] = line[3 * j + 1]; in init_demo()
141 tab_b[W * i + j] = line[3 * j + 2]; in init_demo()
/third_party/cJSON/tests/unity/auto/
H A Dunity_test_summary.py31 lines = list(map(lambda line: line.rstrip(), open(result_file, "r").read().split('\n')))
87 for line in lines:
88 parts = line.split(':')
97 line_out = "%s%s" % (self.root, line)
99 line_out = line
/third_party/jerryscript/tools/
H A Dgen-doctest.py62 `params` string) and the line number of the declaration.
87 :return: a tuple of a list (of the first line(s) of the doctest) and the
88 line number of the start of the code block.
90 return ['#line %d "%s"\n' % (fileinput.filelineno() + 1, self._infile)], fileinput.filelineno()
122 for line in fileinput.input(infile):
123 decl_match = re.match(r'^\[doctest\]:\s+#\s+\((.*)\)\s*$', line)
124 nl_match = re.match(r'^\s*$', line)
125 start_match = re.match(r'^```c\s*$', line)
126 end_match = re.match(r'^```\s*', line)
147 code.append(line)
[all...]
/third_party/node/deps/v8/tools/ignition/
H A Dlinux_perf_report.py82 for line in perf_stream:
84 if line[0] == "#":
87 line = line.strip()
89 # Empty line signals the end of the callchain.
90 if not line:
105 symbol = line.split(" ", 1)[1].split("+", 1)[0]
/third_party/node/deps/v8/tools/clusterfuzz/foozzie/
H A Dv8_suppressions.py19 3. Relax line-to-line comparisons with expressions of lines to ignore and
37 # Max line length for regular experessions checking for lines to ignore.
131 def short_line_output(line):
132 if len(line) <= MAX_LINE_LENGTH:
134 return line
135 return line[0:MAX_LINE_LENGTH] + '...'
162 def fun(line):
163 return all(not e.match(line) for e in ignore)
194 # Look ahead. If next line i
[all...]
/third_party/python/Lib/
H A Dcode.py59 line.
115 msg, (dummy_filename, lineno, offset, line) = value.args
121 value = SyntaxError(msg, (filename, lineno, offset, line))
227 line = self.raw_input(prompt)
232 more = self.push(line)
242 def push(self, line):
243 """Push a line to the interpreter.
245 The line should not have a trailing newline; it may have
246 internal newlines. The line is appended to a buffer and the
251 is left as it was after the line wa
[all...]
/third_party/python/Lib/test/
H A Dtest_profile.py47 output = [line.rstrip() for line in output if mod_name in line]
136 for line in f:
137 newfile.append(line)
138 if line.startswith('#--cut'):
/third_party/skia/third_party/externals/tint/src/ast/
H A Dstruct_test.cc44 EXPECT_EQ(s->source.range.begin.line, 0u); in TEST_F()
46 EXPECT_EQ(s->source.range.end.line, 0u); in TEST_F()
61 EXPECT_EQ(s->source.range.begin.line, 0u); in TEST_F()
63 EXPECT_EQ(s->source.range.end.line, 0u); in TEST_F()
77 EXPECT_EQ(s->source.range.begin.line, 27u); in TEST_F()
79 EXPECT_EQ(s->source.range.end.line, 27u); in TEST_F()
/third_party/unity/auto/
H A Dunity_test_summary.py31 lines = list(map(lambda line: line.rstrip(), open(result_file, "r").read().split('\n')))
87 for line in lines:
88 parts = line.split(':')
97 line_out = "%s%s" % (self.root, line)
99 line_out = line
/third_party/selinux/libsepol/cil/test/unit/
H A DCuTest.h82 void CuFail_Line(CuTest* tc, const char* file, int line, const char* message2, const char* message);
83 void CuAssert_Line(CuTest* tc, const char* file, int line, const char* message, int condition);
85 const char* file, int line, const char* message,
88 const char* file, int line, const char* message,
91 const char* file, int line, const char* message,
94 const char* file, int line, const char* message,
H A Dtest_cil.c71 test_ast_node->line = 1; in test_cil_get_symtab_block()
89 test_ast_node->line = 1; in test_cil_get_symtab_class()
107 test_ast_node->line = 1; in test_cil_get_symtab_root()
125 test_ast_node->line = 1; in test_cil_get_symtab_flavor_neg()
142 test_ast_node->line = 1; in test_cil_get_symtab_null_neg()
173 test_ast_node->line = 1; in test_cil_get_symtab_parent_null_neg()
/base/hiviewdfx/hiview/framework/native/unified_collection/graphic_memory/
H A Dfile_helper.cpp39 std::string line; in ReadFileByLine() local
40 while (std::getline(file, line)) { in ReadFileByLine()
41 if (func(line)) { in ReadFileByLine()
/kernel/linux/linux-5.10/sound/core/seq/
H A Dseq_lock.c12 void snd_use_lock_sync_helper(snd_use_lock_t *lockp, const char *file, int line) in snd_use_lock_sync_helper() argument
17 pr_warn("ALSA: seq_lock: lock trouble [counter = %d] in %s:%d\n", atomic_read(lockp), file, line); in snd_use_lock_sync_helper()
22 pr_warn("ALSA: seq_lock: waiting [%d left] in %s:%d\n", atomic_read(lockp), file, line); in snd_use_lock_sync_helper()
/kernel/linux/linux-6.6/sound/core/seq/
H A Dseq_lock.c12 void snd_use_lock_sync_helper(snd_use_lock_t *lockp, const char *file, int line) in snd_use_lock_sync_helper() argument
17 pr_warn("ALSA: seq_lock: lock trouble [counter = %d] in %s:%d\n", atomic_read(lockp), file, line); in snd_use_lock_sync_helper()
22 pr_warn("ALSA: seq_lock: waiting [%d left] in %s:%d\n", atomic_read(lockp), file, line); in snd_use_lock_sync_helper()
/test/ostest/wukong/common/include/
H A Dcommon.h27 char line[NUMBER]; in runProcess() local
28 while (fgets(line, NUMBER, fp)) { in runProcess()
29 stm << line; in runProcess() local
/third_party/node/deps/v8/tools/unittests/testdata/
H A Dresults_processor.py19 for line in fileinput.input():
20 match = re.match(r'^Richards\d: (.*)$', line)
23 match = re.match(r'^DeltaBlue\d: (.*)$', line)
/third_party/node/tools/
H A Dgetmoduleversion.py17 for line in f:
18 if re.match(regex, line):
19 major = line.split()[2]
H A Dgetnapibuildversion.py17 for line in f:
18 if re.match(regex, line):
19 napi_version = line.split()[2]
/third_party/musl/src/passwd/
H A Dfgetspent.c6 static char *line; in fgetspent() local
12 if (getline(&line, &size, f) >= 0 && __parsespent(line, &sp) >= 0) res = &sp; in fgetspent()
/third_party/skia/src/sksl/
H A DSkSLErrorReporter.cpp24 void ErrorReporter::error(int line, skstd::string_view msg) { in error() argument
29 if (line == -1) { in error()
33 this->error(msg, PositionInfo(/*file=*/nullptr, line)); in error()
/applications/standard/app_samples/code/Project/HapBuild/test-tool/
H A DInstallAndTestSpecial_ci.py169 line = p.stdout.readline()
170 auto_log.writelines(line)
171 if line and "current" in line:
172 nums = re.findall(r"\d+", line)
177 if line and "stack" in line:
180 if line == '' and p.poll() != None:
433 for line in f1:
434 if old_str in line
[all...]
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/hls/
H A Dhls_tags.cpp337 static void ParseTag(std::list<std::shared_ptr<Tag>>& entriesList, std::shared_ptr<Tag>& lastTag, std::string& line) in ParseTag() argument
339 if (line.find("#EXT") != std::string::npos) { // tag in ParseTag()
340 line = line.substr(1); in ParseTag()
343 auto keyValue = Split(line, ":"); in ParseTag()
359 std::shared_ptr<Tag>& lastTag, const std::string& line) in ParseURI()
364 auto uriAttr = std::make_shared<Attribute>("URI", line); in ParseURI()
369 auto tag = TagFactory::CreateTagByName("", line); in ParseURI()
385 for (auto line : lines) { in ParseEntries()
386 if (line[ in ParseEntries()
358 ParseURI(std::list<std::shared_ptr<Tag>>& entriesList, std::shared_ptr<Tag>& lastTag, const std::string& line) ParseURI() argument
[all...]

Completed in 10 milliseconds

1...<<51525354555657585960>>...240