Home
last modified time | relevance | path

Searched refs:lines (Results 1 – 25 of 26) sorted by relevance

12

/openthread-3.6.0/third_party/mbedtls/repo/tests/data_files/
Dprint_c.pl36 my @lines = map {chomp; s/([\\"])/\\$1/g; "\"$_\\r\\n\""} <STDIN>;
39 foreach ("#define $pp_name", @lines[0..@lines-2]) {
42 print "$lines[@lines-1]\n";
46 foreach (@lines) {
/openthread-3.6.0/script/
Dupdate-makefiles.py54 lines = file.readlines()
55 return lines
58 def write_txt_file(file_name, lines): argument
61 file.writelines(lines)
75 lines = read_txt_file(file_name)
79 for line in lines:
99 if new_lines != lines:
/openthread-3.6.0/tools/harness-automation/autothreadharness/
Dopen_thread_controller.py61 self.lines = []
156 if len(self.lines) > 1:
157 return self.lines.pop(0)
160 if len(self.lines):
161 tail = self.lines.pop()
169 self.lines += linesepx.split(tail)
170 if len(self.lines) > 1:
171 return self.lines.pop(0)
179 self.lines = []
Dharness_case.py916 lines = self._hc.tail()
917 if 'SUCCESS: The process "dumpcap.exe" with PID ' in lines:
/openthread-3.6.0/tests/scripts/misc/
Dtest_multicast_join.py40lines = subprocess.run(['ot-ctl', '-I', if_name, 'ipmaddr'], stdout=subprocess.PIPE).stdout.decode…
41 return [ip_address(l) for l in lines if l.startswith('ff')]
/openthread-3.6.0/third_party/mbedtls/repo/scripts/
Drename.pl97 my @lines = <$rfh>;
101 for my $line (@lines) {
/openthread-3.6.0/third_party/mbedtls/repo/scripts/mbedtls_dev/
Dtest_case.py46 def add_comment(self, *lines: str) -> None:
47 self.comments += lines
Dmacro_collector.py475 with read_file_lines(filename, binary=True) as lines:
476 for line in lines:
524 with read_file_lines(filename) as lines:
525 for line in lines:
/openthread-3.6.0/tests/scripts/thread-cert/
Dnode.py262 lines = []
270 lines.append(line)
276 raise subprocess.CalledProcessError(proc.returncode, cmd, ''.join(lines))
278 return lines
821 lines = []
831 lines.append(line)
834 return lines
1122 lines = self._expect_command_output()
1124 while lines:
1127 host['fullname'] = lines.pop(0).strip()
[all …]
/openthread-3.6.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_pem.data13 PEM write (exactly two lines)
16 PEM write (exactly two lines + 1)
Dtest_suite_debug.function37 /* Detect if debug messages output partial lines and mark them */
/openthread-3.6.0/third_party/mbedtls/repo/tests/scripts/
Dcheck_files.py105 for filename, lines in sorted(self.files_with_issues.items()):
106 if lines:
108 filename, ", ".join(str(x) for x in lines)
/openthread-3.6.0/third_party/mbedtls/repo/
D.pylintrc42 # [too-many-lines]
43 max-module-lines=2000
DChangeLog704 eliminates the need for the lines declaring the files to be part of
2753 * The PEM parser now accepts a trailing space at end of lines (#226).
3036 * Change #include lines in test files to use double quotes instead of angle
3243 * Debug module only outputs full lines instead of parts
3388 * ssl_mail_client now terminates lines with CRLF, instead of LF
3671 * ssl_mail_client now terminates lines with CRLF, instead of LF
/openthread-3.6.0/third_party/mbedtls/repo/ChangeLog.d/
D00README.md41 spans multiple lines.
64 lines start with 5 spaces. Lines wrap at 79 characters.
/openthread-3.6.0/tools/harness-thci/
DOpenThread_BR.py612lines = self.bash_unwatched('tail +%d /var/log/syslog' % self.__syslog_skip_lines, sudo=False)
613 for line in lines:
620 self.__syslog_skip_lines += len(lines)
621 return len(lines)
DOpenThread.py1703 lines = self.__executeCommand('netdata show')
1707 for line in lines:
/openthread-3.6.0/tools/otci/otci/
Dcommand_handlers.py176 lines = self.wait(1)
179 for line in lines:
Dotci.py242lines = self.execute_command(cmd, timeout=(count - 1) * interval + timeout + timeout_allowance)
245 for line in lines:
1016 lines = self.execute_command(f'srp server lease')
1017 return tuple([int(line.split(':')[1].strip()) for line in lines])
/openthread-3.6.0/tests/toranj/
DREADME_CLI.md141 …ases, if any test fails, to help with debugging of the issue, the last 30 lines of logs of every n…
DREADME_NCP.md307 …ases, if any test fails, to help with debugging of the issue, the last 30 lines of `wpantund` logs…
/openthread-3.6.0/
DSTYLE_GUIDE.md41 …- All `#endif` directives equal to or greater than 20 lines away from the `#if` or `#ifdef` direct…
159 - Braces should go on their own lines.
/openthread-3.6.0/src/posix/platform/
Dspi_interface.cpp204 req.lines = 1; in SetupGpioHandle()
/openthread-3.6.0/third_party/mbedtls/repo/doxygen/
Dmbedtls.doxyfile548 # The MAX_INITIALIZER_LINES tag determines the maximum number of lines
550 # the documentation. If the initializer consists of more lines than specified
756 # Note that the filter must not add or remove lines; it is applied before the
757 # code is scanned, but not when the output code is generated. If lines are added
/openthread-3.6.0/doc/
DDoxyfile.in657 # The MAX_INITIALIZER_LINES tag determines the maximum number of lines that the
659 # documentation. If the initializer consists of more lines than specified here
928 # Note that the filter must not add or remove lines; it is applied before the
929 # code is scanned, but not when the output code is generated. If lines are added

12