/Zephyr-latest/doc/_extensions/zephyr/kconfig/static/ |
D | kconfig.css | 6 /* Kconfig search */ 8 #__kconfig-search .input-container { 17 #__kconfig-search .input-container input { 27 #__kconfig-search .input-container input:focus, 28 #__kconfig-search .input-container input:active { 32 #__kconfig-search .input-container button { 42 #__kconfig-search select { 49 #__kconfig-search .search-tools { 55 #__kconfig-search .results-per-page-container { 59 #__kconfig-search .results-per-page-title { [all …]
|
D | kconfig.mjs | 11 /* search state */ 324 /** Perform a search and display the results. */ 332 /* nothing to search for */ 340 /* perform search */ 352 if (name.search(regex) >= 0 || prompt.search(regex) >= 0) { 367 /* show results count and search tools */ 368 summaryText.nodeValue = `${count} options match your search.`; 387 /** Do a search from URL hash */ 406 /* populate kconfig-search container */ 407 const container = document.getElementById('__kconfig-search'); [all …]
|
/Zephyr-latest/doc/_static/js/ |
D | scorer.js | 18 if (result[0].search("reference/kconfig/")>=0) { 21 else if (result[0].search("boards/")>=0) { 24 else if (result[0].search("samples/")>=0) {
|
/Zephyr-latest/doc/ |
D | kconfig.rst | 3 .. _kconfig-search: 8 .. kconfig:search::
|
/Zephyr-latest/subsys/bluetooth/audio/shell/ |
D | mcc.c | 425 const struct mpl_search *search) in mcc_send_search_cb() argument 1525 struct mpl_search search; in cmd_mcc_send_search_raw() local 1528 if (len > sizeof(search.search)) { in cmd_mcc_send_search_raw() 1533 search.len = len; in cmd_mcc_send_search_raw() 1534 memcpy(search.search, argv[1], search.len); in cmd_mcc_send_search_raw() 1537 result = bt_mcc_send_search(default_conn, &search); in cmd_mcc_send_search_raw() 1551 struct mpl_search search; in cmd_mcc_send_search_ioptest() local 1612 search.len = 0; in cmd_mcc_send_search_ioptest() 1613 memcpy(&search.search[search.len], &sci_1.len, sizeof(sci_1.len)); in cmd_mcc_send_search_ioptest() 1614 search.len += sizeof(sci_1.len); in cmd_mcc_send_search_ioptest() [all …]
|
/Zephyr-latest/scripts/tests/twister_blackbox/ |
D | test_quarantine.py | 92 … board1_match1 = re.search('agnostic/group2/dummy.agnostic.group2 FILTERED: Quarantine: test ' 94 board1_match2 = re.search( 98 qemu_64_match = re.search( 102 all_platforms_match = re.search( 106 all_platforms_match2 = re.search( 110 all_platforms_match3 = re.search(
|
D | test_disable.py | 94 assert re.search(expected[0], err) is None, f"Not expected string in log: {expected[0]}" 95 assert re.search(expected[1], err) is None, f"Not expected: {expected[1]}" 97 assert re.search(expected[0], err) is not None, f"Expected string in log: {expected[0]}" 98 assert re.search(expected[1], err) is not None, f"Expected string in log: {expected[1]}"
|
D | test_platform.py | 125 board_error = re.search(error_regex, log) 250 pass_search = re.search(pass_regex, err, re.MULTILINE) 258 built_search = re.search(built_regex, err, re.MULTILINE) 324 select_search = re.search(select_regex, err, re.MULTILINE) 338 pass_search = re.search(pass_regex, err, re.MULTILINE) 354 case_search = re.search(case_regex, err, re.MULTILINE) 363 skip_search = re.search(skip_regex, err, re.MULTILINE) 369 built_search = re.search(built_regex, err, re.MULTILINE)
|
D | test_footprint.py | 113 assert re.search(self.DELTA_WARNING_COMPARE, caplog.text), \ 117 assert not re.search(self.DELTA_WARNING_COMPARE, caplog.text), \ 239 assert re.search(self.DELTA_WARNING_COMPARE, caplog.text), \ 243 assert not re.search(self.DELTA_WARNING_COMPARE, caplog.text), \ 308 assert re.search(self.DELTA_DETAIL, caplog.text), \ 310 assert re.search(self.DELTA_WARNING_COMPARE, caplog.text), \ 314 assert not re.search(self.DELTA_DETAIL, caplog.text), \ 316 assert re.search(self.DELTA_WARNING_COMPARE, caplog.text), \ 381 assert re.search(self.DELTA_WARNING_RUN, caplog.text), \ 385 assert not re.search(self.DELTA_WARNING_RUN, caplog.text), \ [all …]
|
D | test_runner.py | 220 built_search = re.search(built_regex, err, re.MULTILINE) 298 select_search = re.search(select_regex, err, re.MULTILINE) 312 pass_search = re.search(pass_regex, err, re.MULTILINE) 326 case_search = re.search(case_regex, err, re.MULTILINE) 335 skip_search = re.search(skip_regex, err, re.MULTILINE) 340 built_search = re.search(built_regex, err, re.MULTILINE) 405 pass_search = re.search(pass_regex, err, re.MULTILINE) 413 built_search = re.search(built_regex, err, re.MULTILINE) 559 elapsed_time = float(re.search(r'Timeout \(qemu (\d+\.\d+)s.*\)', err).group(1)) 593 assert re.search(line, err), f"no expected:'{line}' in '{err}'" [all …]
|
/Zephyr-latest/doc/_extensions/zephyr/domain/static/css/ |
D | codesample-livesearch.css | 5 .cs-search-bar { 13 .cs-search-bar input { 25 .cs-search-bar i {
|
/Zephyr-latest/doc/_static/css/ |
D | light.css | 44 --search-input-background-color: #e6eef3; /* derived from --input-background-color */ 45 --search-match-color: #2c6b96; /* derived from --link-color */ 46 --search-match-background-color: #e3f2fd; /* derived from --link-color */ 47 --search-active-color: #efefef; 48 --search-credits-background-color: #333f67; /* derived from --navbar-background-color */ 49 --search-credits-color: #b3b3b3; /* derived from --footer-color */ 50 --search-credits-link-color: #4392c5; /* derived from --link-color */
|
D | dark.css | 45 --search-input-background-color: #43464a; /* derived from --input-background-color */ 46 --search-match-color: #52b4ff; /* derived from --link-color */ 47 --search-match-background-color: #414c56; /* derived from --link-color */ 48 --search-active-color: #202326; 49 --search-credits-background-color: #202123; /* derived from --navbar-background-color */ 50 --search-credits-color: #6b6b6b; /* derived from --footer-color */ 51 --search-credits-link-color: #628fb1; /* derived from --link-color */
|
/Zephyr-latest/tests/subsys/debug/gdbstub/pytest/ |
D | test_gdbstub.py | 87 …assert all([ex_re.search(gdb_process.stdout, re.MULTILINE) for ex_re in expected_gdb]), 'No expect… 88 …assert not any([ex_re.search(gdb_process.stdout, re.MULTILINE) for ex_re in unexpected_gdb]), 'Une… 89 …assert any([ex_re.search(gdb_process.stdout, re.MULTILINE) for ex_re in expected_gdb_detach]), 'No… 92 …assert all([ex_re.search(app_output, re.MULTILINE) for ex_re in expected_app]), 'No expected Appli…
|
/Zephyr-latest/samples/boards/nordic/coresight_stm/pytest/ |
D | test_stm.py | 73 latency_msg_0_str = re.search( 78 latency_msg_1_str = re.search( 83 latency_msg_2_str = re.search( 88 latency_msg_3_str = re.search( 93 latency_msg_string_str = re.search( 98 latency_tracepoint_str = re.search( 103 latency_tracepoint_d32_str = re.search( 148 observed_str = re.search(cfg[check]["regex"], output).group(1)
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/helpers/ |
D | mcumgr.py | 75 if m := re_image.search(line): 83 if m := re_version.search(line): 85 elif m := re_flags.search(line): 87 elif m := re_hash.search(line):
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | mcp.rst | 62 *search control point* that allows to search for groups and tracks 63 according to various criteria, with the result returned in the *search 96 characteristics, including the media control point and the search 307 The search control point takes as its input a sequence of search 309 artist name) and parameter (the track name or artist name to search 310 for). If the result is successful, the search results are stored in 311 an object in the object transfer service. The ID of the search 312 results ID object can be read from the search results object ID 313 characteristic. The search result object can then be downloaded as 314 for the current group object above. (Note that the search results [all …]
|
/Zephyr-latest/scripts/ |
D | gen_gcov_files.py | 23 if re.search("GCOV_COVERAGE_DUMP_START", line): 26 if re.search("GCOV_COVERAGE_DUMP_END", line):
|
/Zephyr-latest/scripts/build/ |
D | process_gperf.py | 87 if re.search(args.pattern + " [*]$", line): 91 m = re.search("gperf version (.*) [*][/]$", line) 121 if re.search("if [(][*]str", line):
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | link-roles.py | 79 m = re.search(r"(.*)\s*<(.*)>", text) 88 line_match = re.search(r"(.+?)(?:#(L\d+(?:-L\d+)?))?$", link) 93 module_match = re.search(r"(.+?):\s*(.+)", link)
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | media_controller_test.c | 442 static void search_send_cb(struct media_player *plr, int err, const struct mpl_search *search) in search_send_cb() argument 1201 struct mpl_search search; in test_scp() local 1237 search.len = 0; in test_scp() 1238 memcpy(&search.search[search.len], &sci.len, sizeof(sci.len)); in test_scp() 1239 search.len += sizeof(sci.len); in test_scp() 1241 memcpy(&search.search[search.len], &sci.type, sizeof(sci.type)); in test_scp() 1242 search.len += sizeof(sci.type); in test_scp() 1244 memcpy(&search.search[search.len], &sci.param, strlen(sci.param)); in test_scp() 1245 search.len += strlen(sci.param); in test_scp() 1251 err = media_proxy_ctrl_send_search(current_player, &search); in test_scp()
|
/Zephyr-latest/samples/net/ |
D | net.rst | 4 :live-search:
|
/Zephyr-latest/scripts/gitlint/ |
D | zephyr_commit_rules.py | 71 … if not re.search(r"(^)Signed-off-by: ([-'\w.]+) ([-'\w.]+) (.*)", line, flags=flags): 99 if not pattern.search(title): 130 if re.search(rf"^\s*{tag}:", line, flags=flags):
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | media_proxy_internal.h | 71 void (*search)(uint8_t result_code); member 129 void media_proxy_sctrl_send_search(const struct mpl_search *search);
|
/Zephyr-latest/samples/drivers/ |
D | drivers.rst | 4 :live-search:
|