Searched refs:remove (Results 1 – 25 of 55) sorted by relevance
123
/openthread-latest/third_party/mbedtls/repo/ |
D | .uncrustify.cfg | 33 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/ |
D | test_suite_psa_its.data | 1 Set/get/remove 0 bytes 4 Set/get/remove 42 bytes 7 Set/get/remove 1000 bytes 10 Set/get/remove with flags
|
D | test_suite_psa_its.function | 49 /* 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/ |
D | test_config_script.py | 40 os.remove(filename) 62 words.remove('get') 63 words.remove('set') 64 words.remove('unset')
|
D | test_zeroize.gdb | 18 # 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
|
D | test_psa_compliance.py | 116 unexpected_successes.remove(test)
|
D | psa_collect_statuses.py | 78 os.remove(options.log_file)
|
/openthread-latest/src/cli/ |
D | README_COMMISSIONER.md | 17 - [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
|
D | README_SRP_CLIENT.md | 227 ### 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 …
|
D | README_SRP.md | 150 > srp client service remove my-service _ipps._tcp 170 > srp client host remove 1
|
/openthread-latest/tests/scripts/thread-cert/ |
D | Cert_5_7_02_CoapDiagCommands.py | 255 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)
|
D | Cert_5_7_03_CoapDiagCommands.py | 206 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/ |
D | c_build_helper.py | 19 os.remove(filename) 157 os.remove(c_name)
|
/openthread-latest/tools/gerrit/ |
D | README.md | 38 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/ |
D | updateDeviceFields.py | 50 root.remove(device)
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | psa_its_file.c | 234 (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/ |
D | commissionerd | 78 --pidfile $PIDFILE --remove-pidfile
|
D | Dockerfile | 110 …&& 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/ |
D | abi_check.py | 390 parent.remove(child) 402 report.remove(problems) 458 os.remove(output_path) 519 os.remove(mbed_module_dump)
|
D | lcov.sh | 51 lcov --rc lcov_branch_coverage=1 --remove "$COVTMP/all.info" -o "$COVTMP/final.info" '*.h'
|
/openthread-latest/tools/harness-automation/autothreadharness/ |
D | harness_case.py | 615 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/ |
D | test-022-multicast-ip6-address.py | 129 node.remove(wpan.WPAN_IP6_MULTICAST_ADDRESSES, MCAST_ADDR)
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/ |
D | psa-storage-resilience.md | 26 * `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/ |
D | parse_topofile.py | 113 case_list.remove(matched_case.group(1))
|
/openthread-latest/tests/toranj/cli/ |
D | test-503-peer-tbr-discovery.py | 118 other_brs.remove(br)
|
123