/Zephyr-Core-3.6.0/samples/drivers/soc_flash_nrf/ |
D | README.rst | 51 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/ |
D | Kconfig.loopback | 29 if the filter matches. 37 if the filter matches. 46 filter matches.
|
/Zephyr-Core-3.6.0/subsys/modem/ |
D | modem_chat.c | 93 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/ |
D | warnings_filter.py | 78 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/ |
D | testsuite.py | 39 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
|
D | harness.py | 50 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/ |
D | test_testsuite.py | 105 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/ |
D | Kconfig.fnmatch | 10 "*.c" matches the filename "hello.c".
|
/Zephyr-Core-3.6.0/doc/_static/js/ |
D | custom.js | 44 if (mediaQuery.matches) {
|
D | dark-mode-toggle.min.mjs | 2 …matches: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/ |
D | menuconfig.py | 2055 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/ |
D | test_runner.py | 730 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/ |
D | Kconfig | 123 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/ |
D | bindings-intro.rst | 33 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/ |
D | doxygen-awesome-darkmode-toggle.js | 93 return window.matchMedia('(prefers-color-scheme: dark)').matches
|
/Zephyr-Core-3.6.0/samples/drivers/spi_flash/ |
D | README.rst | 47 Data read matches data written. Good!
|
/Zephyr-Core-3.6.0/samples/drivers/memc/ |
D | README.rst | 48 Read data matches written data
|
/Zephyr-Core-3.6.0/scripts/dts/ |
D | README.txt | 19 README.txt matches the standalone python-devicetree repository linked
|
/Zephyr-Core-3.6.0/doc/build/kconfig/ |
D | extensions.rst | 69 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/ |
D | README.txt | 40 Data read matches data written
|
/Zephyr-Core-3.6.0/scripts/ci/ |
D | check_compliance.py | 219 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/ |
D | chat.h | 228 const struct modem_chat_match *matches[3]; member
|
/Zephyr-Core-3.6.0/doc/_extensions/zephyr/kconfig/static/ |
D | kconfig.mjs | 300 let matches = 0; 306 matches++; 310 if (matches === regexes.length) {
|
/Zephyr-Core-3.6.0/cmake/modules/ |
D | west.cmake | 64 # Make sure its version matches the minimum required one.
|
/Zephyr-Core-3.6.0/subsys/bluetooth/audio/ |
D | Kconfig.bap | 47 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.
|