Home
last modified time | relevance | path

Searched refs:matches (Results 1 – 25 of 58) sorted by relevance

123

/Zephyr-Core-3.6.0/samples/drivers/soc_flash_nrf/
DREADME.rst51 Data read matches data written. Good!
55 Data read matches data written. Good!
59 Data read matches data written. Good!
63 Data read matches data written. Good!
72 Data read matches data written. Good!
76 Data read matches data written. Good!
80 Data read matches data written. Good!
84 Data read matches data written. Good!
93 Data read matches data written. Good!
97 Data read matches data written. Good!
[all …]
/Zephyr-Core-3.6.0/drivers/can/
DKconfig.loopback29 if the filter matches.
37 if the filter matches.
46 filter matches.
/Zephyr-Core-3.6.0/subsys/modem/
Dmodem_chat.c93 chat->matches[MODEM_CHAT_MATCHES_INDEX_ABORT] = NULL; in modem_chat_script_stop()
95 chat->matches[MODEM_CHAT_MATCHES_INDEX_RESPONSE] = NULL; in modem_chat_script_stop()
131 chat->matches[MODEM_CHAT_MATCHES_INDEX_RESPONSE] = script_chat->response_matches; in modem_chat_script_set_response_matches()
137 chat->matches[MODEM_CHAT_MATCHES_INDEX_RESPONSE] = NULL; in modem_chat_script_clear_response_matches()
181 chat->matches[MODEM_CHAT_MATCHES_INDEX_ABORT] = script->abort_matches; in modem_chat_script_start()
385 for (uint16_t i = 0; i < ARRAY_SIZE(chat->matches); i++) { in modem_chat_parse_find_match()
389 if (chat->matches[i][u].match_size != chat->receive_buf_len) { in modem_chat_parse_find_match()
394 if (modem_chat_match_matches_received(chat, &chat->matches[i][u]) == in modem_chat_parse_find_match()
400 chat->parse_match = &chat->matches[i][u]; in modem_chat_parse_find_match()
484 for (uint16_t i = 0; i < ARRAY_SIZE(chat->matches); i++) { in modem_chat_parse_find_catch_all_match()
[all …]
/Zephyr-Core-3.6.0/doc/_extensions/zephyr/
Dwarnings_filter.py78 matches = bool(re.match(self.pattern, str))
79 self.matched = matches or self.matched
80 return matches
/Zephyr-Core-3.6.0/scripts/pylib/twister/twisterlib/
Dtestsuite.py39 matches: List[str] = None,
45 self.matches = matches
55 return (sorted(self.matches) == sorted(other.matches) and
148 matches=testcase_names,
299 if result.matches:
300 subcases += result.matches
318 if result.matches:
319 subcases += result.matches
Dharness.py50 self.matches = OrderedDict()
237 if pattern.search(line) and not r in self.matches:
238 self.matches[r] = line
242 if len(self.matches) == len(self.regex):
274 … if self.state == "passed" and not self.ordered and len(self.matches) < self.patterns_expected:
/Zephyr-Core-3.6.0/scripts/tests/twister/
Dtest_testsuite.py105 matches=[
124 matches=['1a', '1c', '2a', '2b'],
135 matches=['unit_1a', 'unit_1b', 'Unit_1c'],
151 matches=['unit_1a', 'unit_1b'],
167 matches=['1a', '1b'],
519 matches = ['test_a', 'b'],
528 matches = ['test_b', 'a'],
553 matches = ['test_b', 'a'],
578 matches = ['test_b', 'a'],
/Zephyr-Core-3.6.0/lib/posix/options/
DKconfig.fnmatch10 "*.c" matches the filename "hello.c".
/Zephyr-Core-3.6.0/doc/_static/js/
Dcustom.js44 if (mediaQuery.matches) {
Ddark-mode-toggle.min.mjs2matches:e})=>{this.mode=e?r:s;this.R(u,{colorScheme:this.mode})}))}const b=t.getItem($);if(b&&[r,s…
/Zephyr-Core-3.6.0/scripts/kconfig/
Dmenuconfig.py2055 if sel_node_i == len(matches) - 1:
2059 and scroll < _max_scroll(matches, matches_win):
2095 matches = []
2096 add_match = matches.append
2137 matches = []
2144 bad_re, matches, sel_node_i, scroll)
2151 if matches:
2152 _jump_to(matches[sel_node_i])
2169 if matches:
2171 _info_dialog(matches[sel_node_i], True)
[all …]
/Zephyr-Core-3.6.0/scripts/tests/twister_blackbox/
Dtest_runner.py730 matches = pattern.findall(err)
732 if matches:
733 last_iteration = max(int(match[0]) for match in matches)
734 last_match = next(match for match in matches if int(match[0]) == last_iteration)
978 matches = pattern.findall(err)
980 if matches:
981 last_iteration = max(int(match[0]) for match in matches)
982 last_match = next(match for match in matches if int(match[0]) == last_iteration)
/Zephyr-Core-3.6.0/subsys/mgmt/updatehub/
DKconfig123 downloaded matches the server side SHA.
125 To check if the data written to permanent storage matches the SHA
137 To check if the download data stream matches the SHA simultaneously,
/Zephyr-Core-3.6.0/doc/build/dts/
Dbindings-intro.rst33 Here is a minimal binding file which matches the node:
46 The build system matches the ``bar-device`` node to its YAML binding because
47 the node's ``compatible`` property matches the binding's ``compatible:`` line.
/Zephyr-Core-3.6.0/doc/_doxygen/
Ddoxygen-awesome-darkmode-toggle.js93 return window.matchMedia('(prefers-color-scheme: dark)').matches
/Zephyr-Core-3.6.0/samples/drivers/spi_flash/
DREADME.rst47 Data read matches data written. Good!
/Zephyr-Core-3.6.0/samples/drivers/memc/
DREADME.rst48 Read data matches written data
/Zephyr-Core-3.6.0/scripts/dts/
DREADME.txt19 README.txt matches the standalone python-devicetree repository linked
/Zephyr-Core-3.6.0/doc/build/kconfig/
Dextensions.rst69 If the pattern ``foo/bar/*/Kconfig`` matches the files
85 is available. ``osource`` is a no-op if no file matches.
/Zephyr-Core-3.6.0/tests/subsys/fs/fat_fs_api/
DREADME.txt40 Data read matches data written
/Zephyr-Core-3.6.0/scripts/ci/
Dcheck_compliance.py219 matches = re.findall(regex, output, re.MULTILINE)
220 for m in matches:
225 if len(matches) == 0:
968 matches = re.findall(regex, output, re.MULTILINE)
969 for m in matches:
980 if len(matches) == 0:
/Zephyr-Core-3.6.0/include/zephyr/modem/
Dchat.h228 const struct modem_chat_match *matches[3]; member
/Zephyr-Core-3.6.0/doc/_extensions/zephyr/kconfig/static/
Dkconfig.mjs300 let matches = 0;
306 matches++;
310 if (matches === regexes.length) {
/Zephyr-Core-3.6.0/cmake/modules/
Dwest.cmake64 # Make sure its version matches the minimum required one.
/Zephyr-Core-3.6.0/subsys/bluetooth/audio/
DKconfig.bap47 The default value 19 matches the required fields for the LC3 codec.
72 The default value 19 matches the required fields for the LC3 codec.

123