Searched refs:matches (Results 1 – 25 of 66) sorted by relevance
123
/Zephyr-latest/samples/drivers/soc_flash_nrf/ |
D | README.rst | 50 Data read matches data written. Good! 54 Data read matches data written. Good! 58 Data read matches data written. Good! 62 Data read matches data written. Good! 71 Data read matches data written. Good! 75 Data read matches data written. Good! 79 Data read matches data written. Good! 83 Data read matches data written. Good! 92 Data read matches data written. Good! 96 Data read matches data written. Good! [all …]
|
/Zephyr-latest/scripts/tests/twister_blackbox/ |
D | test_output.py | 147 matches = [] 154 matches.append(match) 155 if len(matches) == 8: 156 return matches 158 matches = [] 159 return matches
|
D | test_runner.py | 492 matches = pattern.findall(err) 494 if matches: 495 last_iteration = max(int(match[0]) for match in matches) 496 last_match = next(match for match in matches if int(match[0]) == last_iteration) 695 matches = pattern.findall(err) 697 if matches: 698 last_iteration = max(int(match[0]) for match in matches) 699 last_match = next(match for match in matches if int(match[0]) == last_iteration)
|
/Zephyr-latest/drivers/can/ |
D | Kconfig.loopback | 29 if the filter matches. 37 if the filter matches. 46 filter matches.
|
/Zephyr-latest/drivers/sensor/veaa_x_3/ |
D | Kconfig | 15 The driver assumes that the maximum ADC value matches the maximum 16 output from the device, and that the maximum DAC value matches the
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | testsuite.py | 41 matches: list[str] = None, 49 self.matches = matches 59 return (sorted(self.matches) == sorted(other.matches) and 163 matches=testcase_names, 322 if result.matches: 323 subcases += result.matches 347 if result.matches: 348 subcases += result.matches
|
/Zephyr-latest/subsys/modem/ |
D | modem_chat.c | 100 chat->matches[MODEM_CHAT_MATCHES_INDEX_ABORT] = NULL; in modem_chat_script_stop() 102 chat->matches[MODEM_CHAT_MATCHES_INDEX_RESPONSE] = NULL; in modem_chat_script_stop() 138 chat->matches[MODEM_CHAT_MATCHES_INDEX_RESPONSE] = script_chat->response_matches; in modem_chat_script_set_response_matches() 144 chat->matches[MODEM_CHAT_MATCHES_INDEX_RESPONSE] = NULL; in modem_chat_script_clear_response_matches() 226 chat->matches[MODEM_CHAT_MATCHES_INDEX_ABORT] = script->abort_matches; in modem_chat_script_start() 432 for (uint16_t i = 0; i < ARRAY_SIZE(chat->matches); i++) { in modem_chat_parse_find_match() 436 if (chat->matches[i][u].match_size != chat->receive_buf_len) { in modem_chat_parse_find_match() 441 if (modem_chat_match_matches_received(chat, &chat->matches[i][u]) == in modem_chat_parse_find_match() 447 chat->parse_match = &chat->matches[i][u]; in modem_chat_parse_find_match() 531 for (uint16_t i = 0; i < ARRAY_SIZE(chat->matches); i++) { in modem_chat_parse_find_catch_all_match() [all …]
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_testsuite.py | 106 matches=[ 125 matches=['1a', '1c', '2a', '2b'], 136 matches=['unit_1a', 'unit_1b', 'Unit_1c'], 152 matches=['unit_1a', 'unit_1b'], 168 matches=['feature5.1a', 'feature5.1b'], 535 matches = ['test_a', 'b'], 544 matches = ['test_b', 'a'], 569 matches = ['test_b', 'a'], 594 matches = ['test_b', 'a'],
|
/Zephyr-latest/doc/_extensions/zephyr/domain/static/js/ |
D | board-catalog.js | 178 let matches = true; 182 matches = 188 board.classList.toggle("hidden", !matches);
|
/Zephyr-latest/doc/_static/js/ |
D | custom.js | 44 if (mediaQuery.matches) {
|
D | dark-mode-toggle.min.mjs | 2 …matches:e})=>{if(this.permanent){return}this.mode=e?r:s;this.j(k,{colorScheme:this.mode})}))}let i…
|
/Zephyr-latest/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-latest/subsys/mgmt/updatehub/ |
D | Kconfig | 124 downloaded matches the server side SHA. 126 To check if the data written to permanent storage matches the SHA 138 To check if the download data stream matches the SHA simultaneously,
|
/Zephyr-latest/samples/drivers/mspi/mspi_async/ |
D | README.rst | 36 Read data matches written data
|
/Zephyr-latest/doc/build/flashing/ |
D | configuration.rst | 33 target sets. Board targets are regular expression matches, for ``soc.yml`` files each set of 34 board targets must be in a ``qualifiers`` key (only regular expression matches for board 37 matches which form a singular group. A final parameter ``run`` can be set to ``first`` which
|
/Zephyr-latest/samples/drivers/mspi/mspi_flash/ |
D | README.rst | 44 Data read matches data written. Good!
|
/Zephyr-latest/samples/drivers/spi_flash/ |
D | README.rst | 47 Data read matches data written. Good!
|
/Zephyr-latest/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-latest/doc/_doxygen/ |
D | doxygen-awesome-darkmode-toggle.js | 93 return window.matchMedia('(prefers-color-scheme: dark)').matches
|
/Zephyr-latest/samples/drivers/memc/ |
D | README.rst | 54 Read data matches written data
|
/Zephyr-latest/scripts/dts/ |
D | README.txt | 19 README.txt matches the standalone python-devicetree repository linked
|
/Zephyr-latest/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-latest/tests/subsys/fs/fat_fs_api/ |
D | README.txt | 40 Data read matches data written
|
/Zephyr-latest/dts/common/nordic/ |
D | nrf91xx_partition.dtsi | 12 * This layout matches (by necessity) that in the TF-M repository:
|
D | nrf5340_cpuapp_partition.dtsi | 12 * This layout matches (by necessity) that in the TF-M repository:
|
123