Home
last modified time | relevance | path

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

123

/Zephyr-latest/samples/drivers/soc_flash_nrf/
DREADME.rst50 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/
Dtest_output.py147 matches = []
154 matches.append(match)
155 if len(matches) == 8:
156 return matches
158 matches = []
159 return matches
Dtest_runner.py492 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/
DKconfig.loopback29 if the filter matches.
37 if the filter matches.
46 filter matches.
/Zephyr-latest/drivers/sensor/veaa_x_3/
DKconfig15 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/
Dtestsuite.py41 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/
Dmodem_chat.c100 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/
Dtest_testsuite.py106 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/
Dboard-catalog.js178 let matches = true;
182 matches =
188 board.classList.toggle("hidden", !matches);
/Zephyr-latest/doc/_static/js/
Dcustom.js44 if (mediaQuery.matches) {
Ddark-mode-toggle.min.mjs2matches:e})=>{if(this.permanent){return}this.mode=e?r:s;this.j(k,{colorScheme:this.mode})}))}let i…
/Zephyr-latest/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-latest/subsys/mgmt/updatehub/
DKconfig124 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/
DREADME.rst36 Read data matches written data
/Zephyr-latest/doc/build/flashing/
Dconfiguration.rst33 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/
DREADME.rst44 Data read matches data written. Good!
/Zephyr-latest/samples/drivers/spi_flash/
DREADME.rst47 Data read matches data written. Good!
/Zephyr-latest/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-latest/doc/_doxygen/
Ddoxygen-awesome-darkmode-toggle.js93 return window.matchMedia('(prefers-color-scheme: dark)').matches
/Zephyr-latest/samples/drivers/memc/
DREADME.rst54 Read data matches written data
/Zephyr-latest/scripts/dts/
DREADME.txt19 README.txt matches the standalone python-devicetree repository linked
/Zephyr-latest/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-latest/tests/subsys/fs/fat_fs_api/
DREADME.txt40 Data read matches data written
/Zephyr-latest/dts/common/nordic/
Dnrf91xx_partition.dtsi12 * This layout matches (by necessity) that in the TF-M repository:
Dnrf5340_cpuapp_partition.dtsi12 * This layout matches (by necessity) that in the TF-M repository:

123