Home
last modified time | relevance | path

Searched refs:remove (Results 1 – 25 of 55) sorted by relevance

123

/openthread-latest/third_party/mbedtls/repo/
D.uncrustify.cfg33 nl_enum_brace = remove
34 nl_union_brace = remove
35 nl_struct_brace = remove
36 nl_do_brace = remove
37 nl_if_brace = remove
38 nl_for_brace = remove
39 nl_else_brace = remove
40 nl_while_brace = remove
41 nl_switch_brace = remove
44 nl_brace_else = remove
[all …]
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_its.data1 Set/get/remove 0 bytes
4 Set/get/remove 42 bytes
7 Set/get/remove 1000 bytes
10 Set/get/remove with flags
Dtest_suite_psa_its.function49 /* Call remove() on all the files that a test might have created.
50 * We ignore the error if the file exists but remove() fails because
53 * remove() on an existing file is very unlikely anyway and would not
60 (void) remove(filename);
63 (void) remove(filename);
64 (void) remove(PSA_ITS_STORAGE_TEMP);
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dtest_config_script.py40 os.remove(filename)
62 words.remove('get')
63 words.remove('set')
64 words.remove('unset')
Dtest_zeroize.gdb18 # problem is that a compiler would typically remove what it considers to be
22 # data structure to remove redundant code that does not have an impact on the
Dtest_psa_compliance.py116 unexpected_successes.remove(test)
Dpsa_collect_statuses.py78 os.remove(options.log_file)
/openthread-latest/src/cli/
DREADME_COMMISSIONER.md17 - [joiner remove](#joiner-remove)
109 ### joiner remove
111 Usage: `commissioner joiner remove <eui64>|<discerner>`
119 > commissioner joiner remove d45e64fa83f81cf7
124 > commissioner joiner remove 0xabc/12
DREADME_SRP_CLIENT.md227 ### host remove
229 Usage: `srp client host remove [removekeylease] [sendunregtoserver]`
237 > srp client host remove 1
245 Clear host info and all services on client (unlike `host remove`, with `host clear` no update is se…
355 ### service remove
357 Usage: `srp client service remove <instancename> <servicename>`
362 > srp client service remove ins2 _test2._udp
370 Clear a service with a give instance name and service name (unlike `service remove`, with `service …
DREADME_SRP.md150 > srp client service remove my-service _ipps._tcp
170 > srp client host remove 1
/openthread-latest/tests/scripts/thread-cert/
DCert_5_7_02_CoapDiagCommands.py255 dut_payload_tlvs.remove(DG_TYPE_LIST_TLV)
256 dut_payload_tlvs.remove(DG_ROUTE64_TLV)
407 dut_payload_tlvs.remove(DG_TYPE_LIST_TLV)
408 dut_payload_tlvs.remove(DG_ROUTE64_TLV)
DCert_5_7_03_CoapDiagCommands.py206 dut_payload_tlvs.remove(DG_TYPE_LIST_TLV)
238 dut_payload_tlvs.remove(DG_TYPE_LIST_TLV)
/openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/
Dc_build_helper.py19 os.remove(filename)
157 os.remove(c_name)
/openthread-latest/tools/gerrit/
DREADME.md38 c097cd2d3 [mle] remove unused LeaderDataTlv from HandleChildUpdateRequest (#2936)
39 7be61df6e [message-info] remove unnecessary memset initialization (#2937)
41 412f9740b [tlv] remove unnecessary user-specified constructor (#2940)
/openthread-latest/tools/harness-simulation/harness/Web/data/
DupdateDeviceFields.py50 root.remove(device)
/openthread-latest/third_party/mbedtls/repo/library/
Dpsa_its_file.c234 (void) remove(PSA_ITS_STORAGE_TEMP); in psa_its_set()
248 if (remove(filename) != 0) { in psa_its_remove()
/openthread-latest/tools/harness-simulation/posix/etc/
Dcommissionerd78 --pidfile $PIDFILE --remove-pidfile
DDockerfile110 …&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $OTBR_DOCKER_DEPS \
111 …&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $OTBR_BUILD_DEPS \
/openthread-latest/third_party/mbedtls/repo/scripts/
Dabi_check.py390 parent.remove(child)
402 report.remove(problems)
458 os.remove(output_path)
519 os.remove(mbed_module_dump)
Dlcov.sh51 lcov --rc lcov_branch_coverage=1 --remove "$COVTMP/all.info" -o "$COVTMP/final.info" '*.h'
/openthread-latest/tools/harness-automation/autothreadharness/
Dharness_case.py615 shield_devices.remove(device_item)
629 devices.remove(device_item)
644 devices.remove(device_item)
645 missing_golden_devices.remove(mixed_device_item)
678 shield_devices.remove(device_item)
690 devices.remove(device_item)
/openthread-latest/tests/toranj/ncp/
Dtest-022-multicast-ip6-address.py129 node.remove(wpan.WPAN_IP6_MULTICAST_ADDRESSES, MCAST_ADDR)
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dpsa-storage-resilience.md26 * `remove()` removes a file (returning a specific error code if the file does not exist).
34 …on a single call to the underlying storage (`set()` for a key creation, `remove()` for a key destr…
177 * If the key exists in the secure element, just remove it from the transaction list.
178 …the key does not exist in the secure element, first remove the key file if it is present, then rem…
189 … the secure element, call the driver's `"destroy_key"` entry point, then remove the key file, and …
190 …If the key does not exist in the secure element, remove the key file if it is still present, then
204 For key destruction, we can remove the key file before contacting the secure element. Therefore the…
211 …ransaction list, and ignoring any failure of a removal action if the item to remove does not exist:
236 …ransaction list, and ignoring any failure of a removal action if the item to remove does not exist:
318 … the secure element's key creation entry point, and key destruction must remove `id` after calling…
[all …]
/openthread-latest/tools/harness-automation/
Dparse_topofile.py113 case_list.remove(matched_case.group(1))
/openthread-latest/tests/toranj/cli/
Dtest-503-peer-tbr-discovery.py118 other_brs.remove(br)

123