Home
last modified time | relevance | path

Searched full:found (Results 1 – 25 of 1802) sorted by relevance

12345678910>>...73

/Zephyr-latest/samples/sensor/sensor_shell/pytest/
Dtest_sensor_shell.py15 assert any(['device name: sensor@0' in line for line in lines]), 'expected response not found'
16 assert any(['device name: sensor@1' in line for line in lines]), 'expected response not found'
25 … assert any(['channel type=31(voltage)' in line for line in lines]), 'expected response not found'
28 …'channel type=53(gauge_state_of_health)' in line for line in lines]), 'expected response not found'
33 …type=59(gauge_desired_charging_current)' in line for line in lines]), 'expected response not found'
42 …0(channel=co2, attr=sampling_frequency)' in line for line in lines]), 'expected response not found'
45 …l=gauge_state_of_health, attr=slope_th)' in line for line in lines]), 'expected response not found'
55 assert any([expected_line in line for line in lines]), 'expected response not found'
59 assert any([expected_line in line for line in lines]), 'expected response not found'
69 assert any([expected_line in line for line in lines]), 'expected response not found'
[all …]
/Zephyr-latest/subsys/mgmt/mcumgr/util/src/
Dzcbor_bulk.c30 bool found = false; in zcbor_map_decode_bulk() local
43 if (dptr->found) { in zcbor_map_decode_bulk()
55 dptr->found = true; in zcbor_map_decode_bulk()
56 found = true; in zcbor_map_decode_bulk()
66 if (!found && ok) { in zcbor_map_decode_bulk()
85 return dptr->found; in zcbor_map_decode_bulk_key_found()
97 return dptr->found; in zcbor_map_decode_bulk_key_found()
108 map[map_index].found = false; in zcbor_map_decode_bulk_reset()
/Zephyr-latest/doc/
D404.rst3 .. _page-not-found:
5 Sorry, Page Not Found
14 Sorry, the page you requested was not found on this site.
22 strReferrer + "</a> was not found on this site.</p>");
24 document.write("<p>Sorry, the page you requested was not found on this site.</p>")
/Zephyr-latest/samples/drivers/w1/scanner/
DREADME.rst12 devices found.
32 [00:00:00.392,272] <inf> main: Device found; family: 0x3a, serial: 0x3af9985800000036
33 [00:00:00.524,169] <inf> main: Device found; family: 0x3a, serial: 0x3a6ea2580000003b
34 [00:00:00.656,097] <inf> main: Device found; family: 0x28, serial: 0x2856fb470d000022
35 [00:00:00.656,097] <inf> main: Number of devices found on bus: 3
Dsample.yaml15 - "Number of devices found on bus: .*"
26 - "Number of devices found on bus: .*"
37 - "Number of devices found on bus: .*"
49 - "Number of devices found on bus: .*"
/Zephyr-latest/tests/net/lib/http_server/crime/src/
Dnot_found_page.html4 <title>404 Not Found</title>
7 <h1>404 Not Found</h1>
8 <p>The requested resource was not found.</p>
/Zephyr-latest/subsys/net/lib/dns/
Ddns_cache.c103 size_t found = 0; in dns_cache_find() local
127 if (found >= addrinfo_array_len) { in dns_cache_find()
128 NET_WARN("Found \"%s\" but not enough space in provided buffer.", query); in dns_cache_find()
129 found++; in dns_cache_find()
131 addrinfo[found] = cache->entries[i].data; in dns_cache_find()
132 found++; in dns_cache_find()
133 NET_DBG("Found \"%s\"", query); in dns_cache_find()
139 if (found > addrinfo_array_len) { in dns_cache_find()
143 if (found == 0) { in dns_cache_find()
146 return found; in dns_cache_find()
/Zephyr-latest/tests/net/ieee802154/custom_l2/src/
Dmain.c78 zassert_not_null(net_if_l2(iface), "No L2 found"); in ZTEST()
79 zassert_not_null(net_if_l2(iface)->send, "No send() found"); in ZTEST()
102 zassert_not_null(net_if_l2(iface), "No L2 found"); in ZTEST()
103 zassert_not_null(net_if_l2(iface)->recv, "No recv () found"); in ZTEST()
125 zassert_not_null(net_if_l2(iface), "No L2 found"); in ZTEST()
126 zassert_not_null(net_if_l2(iface)->enable, "No enable() found"); in ZTEST()
142 zassert_not_null(net_if_l2(iface), "No L2 found"); in ZTEST()
143 zassert_not_null(net_if_l2(iface)->get_flags, "No get_flags() found"); in ZTEST()
/Zephyr-latest/cmake/modules/
DFindDtc.cmake11 # Set to 'DTC-NOTFOUND' if dtc was not found.
14 # True if the devicetree compiler, dtc, was found.
47 # DTC was found but version requirement is not met, or dtc was not working.
48 # Treat it as DTC was never found by resetting the result from `find_program()`
/Zephyr-latest/tests/kernel/obj_core/obj_core/src/
Dmain.c74 /* Object core found. Abort the search. */ in obj_core_find_op()
79 /* Object core not found--continue searching. */ in obj_core_find_op()
94 zassert_not_null(obj_type, "%s object type not found\n", str); in common_obj_core_test()
103 "static %s not found with locked walk\n", str); in common_obj_core_test()
108 "static %s not found with unlocked walk\n", str); in common_obj_core_test()
118 "dynamic %s not found with locked walk\n", str); in common_obj_core_test()
123 "dynamic %s not found with unlocked walk\n", str); in common_obj_core_test()
152 zassert_not_null(obj_type, "thread object type not found\n"); in ZTEST()
159 zassert_equal(status, 0, "static thread found with locked walk\n"); in ZTEST()
163 zassert_equal(status, 0, "static thread found with unlocked walk\n"); in ZTEST()
[all …]
/Zephyr-latest/samples/subsys/nvs/
DREADME.rst23 This sample can be found under :zephyr_file:`samples/subsys/nvs` in the Zephyr tree.
49 No address found, adding 192.168.1.1 at id 1
50 No key found, adding it at id 2
51 No Reboot counter found, adding it at id 3
52 Id: 4 not found, adding it
53 Longarray not found, adding it as id 4
/Zephyr-latest/samples/subsys/nvs/src/
Dmain.c106 if (rc > 0) { /* item was found, show it */ in main()
108 } else {/* item was not found, add it */ in main()
110 printk("No address found, adding %s at id %d\n", buf, in main()
117 if (rc > 0) { /* item was found, show it */ in main()
123 } else {/* item was not found, add it */ in main()
124 printk("No key found, adding it at id %d\n", KEY_ID); in main()
139 if (rc > 0) { /* item was found, show it */ in main()
142 } else {/* item was not found, add it */ in main()
143 printk("No Reboot counter found, adding it at id %d\n", in main()
154 /* item was found, show it */ in main()
[all …]
/Zephyr-latest/samples/drivers/led/lp50xx/src/
Dmain.c295 printk("Found LED %d", led); in run_test()
313 LOG_ERR("No LEDs found"); in run_test()
336 bool found = false; in main() local
340 LOG_INF("Found LED controller %s", lp50xx_dev->name); in main()
341 found = true; in main()
356 LOG_INF("Found LED controller %s", lp50xx_dev->name); in main()
357 found = true; in main()
372 LOG_INF("Found LED controller %s", lp50xx_dev->name); in main()
373 found = true; in main()
388 LOG_INF("Found LED controller %s", lp50xx_dev->name); in main()
[all …]
/Zephyr-latest/subsys/net/lib/prometheus/
Dcollector.c54 LOG_DBG("Counter found %s", entry->base.name); in prometheus_get_counter_metric()
59 LOG_DBG("%s %s not found", "Counter", name); in prometheus_get_counter_metric()
70 LOG_DBG("Counter found %s", entry->base.name); in prometheus_get_gauge_metric()
75 LOG_DBG("%s %s not found", "Gauge", name); in prometheus_get_gauge_metric()
86 LOG_DBG("Counter found %s", entry->base.name); in prometheus_get_histogram_metric()
91 LOG_DBG("%s %s not found", "Histogram", name); in prometheus_get_histogram_metric()
102 LOG_DBG("Counter found %s", entry->base.name); in prometheus_get_summary_metric()
107 LOG_DBG("%s %s not found", "Summary", name); in prometheus_get_summary_metric()
132 LOG_DBG("metric found: %s", metric->name); in prometheus_collector_get_metric()
140 LOG_ERR("Metric %s not found", name); in prometheus_collector_get_metric()
/Zephyr-latest/samples/bluetooth/central_past/
DREADME.rst21 This sample can be found under :zephyr_file:`samples/bluetooth/central_past` in
24 Use the sample found under :zephyr_file:`samples/bluetooth/periodic_adv` on
28 Use the sample found under :zephyr_file:`samples/bluetooth/peripheral_past` in
/Zephyr-latest/dts/bindings/arm/
Dnordic,nrf-tddconf.yaml17 Bitmask of enabled sources for the ETB sink. Valid values can be found in
23 Bitmask of enabled sources for the TPIU sink. Valid values can be found in
29 Bitmask of enabled sources for the ETR sink. Valid values can be found in
/Zephyr-latest/tests/subsys/fs/ext2/src/
Dtest_dirops.c24 /* 'lost+found' directory is created automatically. test_fs_dirops expects empty root in ZTEST()
27 if (fs_stat("/sml/lost+found", &de) == 0) { in ZTEST()
28 zassert_equal(fs_unlink("/sml/lost+found"), 0, "unlink failed"); in ZTEST()
/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
21 This sample can be found under
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/iso_central/
DREADME.rst27 This sample can be found under :zephyr_file:`samples/bluetooth/iso_central` in
35 Device found: D3:3A:5D:F5:73:33 (random) (RSSI -78)
36 Device found: 70:7B:F4:2B:76:AD (random) (RSSI -68)
37 Device found: 65:CF:20:0D:CB:9D (random) (RSSI -82)
/Zephyr-latest/tests/subsys/mgmt/mcumgr/fs_mgmt_hash_supported/src/
Dmain.c30 bool found; member
44 .found = false, in ZTEST()
53 .found = false, in ZTEST()
123 zassert_equal(expected_types[entry].found, false, in ZTEST()
124 "Found entry multiple times"); in ZTEST()
125 expected_types[entry].found = true; in ZTEST()
148 "Expected format to only be found once"); in ZTEST()
152 zassert_false(size_found, "Expected size to be only found once"); in ZTEST()
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/helpers/
Dutils.py22 logger.debug('Found matching key: %s' % line.strip())
24 logger.debug('Not found key: %s' % config_key)
35 """Check lines not found in the output"""
/Zephyr-latest/samples/subsys/usb/audio/headphones_microphone/
Dsample.yaml17 - "Found USB Headphones Device"
18 - "Found USB Microphone Device"
/Zephyr-latest/include/zephyr/bluetooth/audio/
Daudio.h464 * Possible values can be found at https://iso639-3.sil.org/code_tables/639/data
757 * that's found in the data. The callback should return
776 * @param[out] data Pointer to the data-pointer to update when item is found.
777 * Any found data will be little endian.
779 * @retval length The length of found @p data (may be 0).
781 * @retval -ENODATA Data not found
849 * @retval -ENODATA Data not found
850 * @retval -EBADMSG The found value has invalid size or value
894 * @retval -ENODATA Data not found
895 * @retval -EBADMSG The found value has invalid size or value
[all …]
/Zephyr-latest/tests/boot/with_mcumgr/
DREADME.rst6 (more information can be found :ref:`here <integration_with_pytest>`)
11 More information about MCUmgr can be found here :ref:`mcu_mgr`.
25 Test scripts can be found in ``pytest`` directory. To list available
/Zephyr-latest/scripts/pylib/build_helpers/
Ddomains.py91 logger.critical(f'domains.yaml file not found: {domains_file}')
110 found = self._domains.get(name)
111 if not found:
112 logger.critical(f'domain "{name}" not found, '
115 return found

12345678910>>...73