Home
last modified time | relevance | path

Searched full:search (Results 1 – 25 of 349) sorted by relevance

12345678910>>...14

/Zephyr-latest/doc/_templates/
Dsearchbox.html2 Override the default searchbox from RTD theme to provide the ability to select a search method
3 (ex. built-in search, Google Custom Search, ...)
6 <div class="search-container" role="search">
7 <form id="rtd-search-form" class="wy-form" action="{{ pathto('search') }}" method="get">
8 <input type="search" name="q" placeholder="{{ _('Search docs') }}"
9 aria-label="{{ _('Search docs') }}" />
11 <span id="search-se-settings-icon" class="fa fa-gear" role="button" tabindex="0"
12 title="Search settings" aria-label="Search settings"
13 aria-haspopup="true" aria-controls="search-se-menu" aria-expanded="false"
16 <div id="search-se-menu" role="menu" aria-labelledby="search-se-settings-icon">
[all …]
Dgsearch.html1 {%- extends "!search.html" %}
13 <h2>{{ _('Search Results') }}</h2>
/Zephyr-latest/doc/_extensions/zephyr/kconfig/static/
Dkconfig.css6 /* 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 …]
Dkconfig.mjs9 /* search state */
277 /** Perform a search and display the results. */
285 /* nothing to search for */
293 /* perform search */
305 if (name.search(regex) >= 0 || prompt.search(regex) >= 0) {
320 /* show results count and search tools */
321 summaryText.nodeValue = `${count} options match your search.`;
340 /** Do a search from URL hash */
359 /* populate kconfig-search container */
360 const container = document.getElementById('__kconfig-search');
[all …]
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dmcp.rst62 *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
304 Search subsubsection
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
[all …]
/Zephyr-latest/doc/
Dkconfig.rst3 .. _kconfig-search:
5 Kconfig Search
8 .. kconfig:search::
/Zephyr-latest/doc/_static/js/
Dscorer.js2 * Simple search result scoring code.
14 // For Zephyr search results, push display down for kconfig, boards,
18 if (result[0].search("reference/kconfig/")>=0) {
21 else if (result[0].search("boards/")>=0) {
24 else if (result[0].search("samples/")>=0) {
Dcustom.js41 const $search = $sidebar.children('.wy-side-nav-search');
52 $search.css('margin-top', `-${scrollTopPixels}px`);
59 $search.css('margin-top', `-${currentScroll}px`);
82 $search.addClass('fixed-and-scrolled');
84 $search.removeClass('fixed-and-scrolled');
88 $search.addClass('fixed');
107 $search.removeClass('fixed');
109 $search.css('margin-top', `0px`);
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dmcs.h294 * @name Search control point type values
299 /** Search for Track Name */
301 /** Search for Artist Name */
303 /** Search for Album Name */
305 /** Search for Group Name */
307 /** Search for Earliest Year */
309 /** Search for Latest Year */
311 /** Search for Genre */
313 /** Search for Tracks only */
315 /** Search for Groups only */
[all …]
Dmedia_proxy.h81 * @brief Search control item
86 char param[SEARCH_PARAM_MAX]; /**< Search parameter */
90 * @brief Search
93 /** The length of the @ref mpl_search.search value */
95 /** Concatenated search control items - (type, length, param) */
96 char search[SEARCH_LEN_MAX]; member
355 * @name Search operation type values
358 /** Search for Track Name */
360 /** Search for Artist Name */
362 /** Search for Album Name */
[all …]
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dmcc.c433 const struct mpl_search *search) in mcc_send_search_cb() argument
437 "Search send failed (%d)", err); in mcc_send_search_cb()
441 shell_print(ctx_shell, "Search sent"); in mcc_send_search_cb()
448 "Search notification error (%d), result code: %d", in mcc_search_ntf_cb()
453 shell_print(ctx_shell, "Search notification result code: %d", in mcc_search_ntf_cb()
464 "Search Results Object ID read failed (%d)", err); in mcc_read_search_results_obj_id_cb()
469 shell_print(ctx_shell, "Search Results Object ID: 0x000000000000"); in mcc_read_search_results_obj_id_cb()
472 shell_print(ctx_shell, "Search Results Object ID: %s", str); in mcc_read_search_results_obj_id_cb()
1549 struct mpl_search search; in cmd_mcc_send_search_raw() local
1552 if (len > sizeof(search.search)) { in cmd_mcc_send_search_raw()
[all …]
/Zephyr-latest/doc/_extensions/zephyr/domain/static/css/
Dcodesample-livesearch.css5 .cs-search-bar {
13 .cs-search-bar input {
25 .cs-search-bar i {
/Zephyr-latest/scripts/tests/twister_blackbox/
Dtest_quarantine.py92 … 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(
/Zephyr-latest/doc/_static/css/
Ddark.css45 --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 */
Dlight.css44 --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 */
/Zephyr-latest/doc/hardware/peripherals/
Dw1.rst49 This includes ROM commands like Match ROM, or Search ROM.
53 * In order to find slaves on the bus, the standard specifies an search
55 This algorithm is described in the `1-Wire Search Algorithm Application Note`_.
99 .. _1-Wire Search Algorithm Application Note:
100 https://www.analog.com/en/resources/app-notes/1wire-search-algorithm.html
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dmedia_controller_test.c442 static void search_send_cb(struct media_player *plr, int err, const struct mpl_search *search) in search_send_cb() argument
445 FAIL("Search failed (%d)", err); in search_send_cb()
460 FAIL("Search failed (%d), result code: %u", err, result_code); in search_recv_cb()
476 FAIL("Search Results Object ID read failed (%d)", err); in search_results_id_cb()
1201 struct mpl_search search; in test_scp() local
1206 * - verify that the search results object ID is zero before search in test_scp()
1207 * - write a search (one search control item) to the search control point, in test_scp()
1209 * - verify that the search results object ID is non-zero in test_scp()
1216 FAIL("Failed to read search results object ID: %d", err); in test_scp()
1223 FAIL("Search results object ID not zero before search\n"); in test_scp()
[all …]
/Zephyr-latest/doc/build/
Dzephyr_cmake_package.rst82 The Zephyr CMake package search functionality allows for explicitly specifying
91 This syntax instructs CMake to first search for Zephyr using the Zephyr base environment setting
92 :envvar:`ZEPHYR_BASE` and then use the normal search paths.
96 Zephyr CMake Package Search Order
185 CMake will search all exported candidates to find a Zephyr installation which matches this version
342 in the appropriate location. The CMake ``find_package`` mechanism will search for these files with
343 the steps below. Other default CMake package search paths and hints are disabled and there is no
345 installed in the CMake package registry. The search steps are:
348 search within this prefix path. If a matching file is found, execute this file. If no matching
350 2. Search within ``${ZEPHYR_BASE}/../*``, or ``${APPLICATION_SOURCE_DIR}`` respectively. If a
[all …]
/Zephyr-latest/samples/boards/nordic/coresight_stm/pytest/
Dtest_stm.py56 Search for benchmark results related to 'core' coprocessor.
59 latency_msg_0_str = re.search(
64 latency_msg_1_str = re.search(
69 latency_msg_2_str = re.search(
74 latency_msg_3_str = re.search(
79 latency_msg_string_str = re.search(
84 latency_tracepoint_str = re.search(
89 latency_tracepoint_d32_str = re.search(
/Zephyr-latest/samples/bluetooth/bap_broadcast_assistant/
DREADME.rst14 It will then search for a broadcast source and (if found) add the broadcast ID to
38 search for and connect to the first broadcast audio sink found (advertising PACS and
39 BASS UUIDs) and then search for and select the first broadcast audio source found
/Zephyr-latest/samples/bluetooth/cap_initiator/
DKconfig7 bool "Whether or not to search for CAP acceptors for unicast audio"
24 bool "Whether or not to search for CAP acceptors for broadcast audio"
/Zephyr-latest/samples/bluetooth/cap_acceptor/
DKconfig7 bool "Whether or not to search for CAP acceptors for unicast audio"
23 bool "Whether or not to search for CAP acceptors for unicast audio"
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/helpers/
Dmcumgr.py75 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/tests/subsys/debug/gdbstub/pytest/
Dtest_gdbstub.py87 …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/drivers/w1/
Dw1_net.c25 /* @brief Search bus for next slave.
29 * slave took part in the search.
30 * In case only one slave took part in the search, the discrepancy is set to
31 * W1_SEARCH_LAST_SLAVE, and in case no slave participated in the search,
36 * @see https://www.analog.com/media/en/technical-documentation/app-notes/1wire-search-algorithm.pdf
40 * participate in the search procedure if the next bit the master sends matches
52 * @param command Command to chose between normal and alarm search.
55 * the first call, it carries the search progress for
145 * no longer participate in this search until they are reset. in search_slave()

12345678910>>...14