/openthread-latest/tests/unit/ |
D | test_nat64.cpp | 64 bool success = true; in CheckMessage() local 66 success = success && (aMessage.GetLength() == aExpectedMessageLen); in CheckMessage() 68 success = success && (aExpectedMessageLen == messageLength); in CheckMessage() 69 success = success && (memcmp(readMessage, aExpectedMessage, aExpectedMessageLen) == 0); in CheckMessage() 71 if (!success) in CheckMessage() 87 return success; in CheckMessage()
|
/openthread-latest/third_party/mbedtls/repo/tests/scripts/ |
D | run_demos.py | 27 success = run_demo(demo, quiet=quiet) 28 if not success: 33 print('{}: {}'.format(demo, 'PASS' if success else 'FAIL')) 59 success = run_all_demos(quiet=options.quiet) 60 sys.exit(0 if success else 1)
|
D | depends.py | 199 success = True 211 success = False 213 return success 454 success = job.test(options) 455 job.announce(colors, success) 456 return success 474 success = run(options, job, conf, colors=colors) 475 if not success:
|
/openthread-latest/src/ncp/ |
D | multipan_platform.cpp | 64 void otPlatMultipanSwitchoverDone(otInstance *aInstance, bool success) in otPlatMultipanSwitchoverDone() argument 69 ncpBase->NotifySwitchoverDone(aInstance, success); in otPlatMultipanSwitchoverDone() 77 OT_TOOL_WEAK void otPlatMultipanSwitchoverDone(otInstance *aInstance, bool success) in otPlatMultipanSwitchoverDone() argument 80 OT_UNUSED_VARIABLE(success); in otPlatMultipanSwitchoverDone()
|
/openthread-latest/tests/scripts/expect/ |
D | _common.exp | 38 proc wait_for {command success {failure {[\r\n]FAILURE_NOT_EXPECTED[\r\n]}}} { 46 -re $success { 57 fail "Failed due to '$success' not found"
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto_generate_key.function | 32 // Verify attributes of the created key on success
|
D | test_suite_net.function | 28 * On success, it refers to the opened file (\p wanted_fd). 31 * \return \c 0 on success, a negative error code on error.
|
D | host_test.function | 9 * \return 0 if success else 1 33 * \return 0 if success else 1 81 * \return 0 if success else -1 202 * \return 0 for success else 1 275 * \return 0 for success else 1 306 * \return 0 for success else 1
|
D | test_suite_psa_crypto_se_driver_hal_mocks.data | 1 SE init mock test: success
|
D | test_suite_mps.function | 1003 int success = 0; 1030 success = 1; 1039 success = 1; 1071 success = 1; 1083 success = 1; 1095 success = 1; 1108 success = 1; 1116 if (success == 1) {
|
D | test_suite_psa_crypto_storage_format.function | 17 * mark the test case as failed and return 0. On success, return 1. 143 * mark the test case as failed and return 0. On success, return 1.
|
D | test_suite_bignum_random.function | 173 /* They must return the same status, and, on success, output the 233 /* They must return the same status, and, on success, output the
|
D | test_suite_ssl_decrypt.function | 232 * Encrypt and decrypt the correct record, expecting success
|
D | test_suite_rsa.function | 144 * already been called in the success path. */ 946 /* On expected success, perform some public and private 1336 /* On expected success, perform some public and private
|
D | test_suite_entropy.function | 151 * checking whether it has already been called in the success path. */
|
/openthread-latest/src/core/thread/ |
D | mlr_manager.cpp | 558 bool success = aSuccess || !aFailedAddresses.IsEmptyOrContains(addr.GetAddress()); in FinishMlr() local 560 addr.SetMlrState(success ? kMlrStateRegistered : kMlrStateToRegister); in FinishMlr() 576 bool success = aSuccess || !aFailedAddresses.IsEmptyOrContains(addrEntry); in FinishMlr() local 578 addrEntry.SetMlrState(success ? kMlrStateRegistered : kMlrStateToRegister, child); in FinishMlr()
|
/openthread-latest/src/core/net/ |
D | tcp6.cpp | 816 bool success; in AutoBind() local 823 VerifyOrExit(source != nullptr, success = false); in AutoBind() 849 ExitNow(success = true); in AutoBind() 853 ExitNow(success = false); in AutoBind() 856 success = CanBind(aToBind); in AutoBind() 859 return success; in AutoBind()
|
/openthread-latest/tools/otci/ |
D | README.md | 47 node2.wait(10, expect_line="Join success")
|
/openthread-latest/src/cli/ |
D | README_COMMISSIONING.md | 91 Join success
|
D | README_HISTORY.md | 510 …e message fragments) is indicated with `TX-F` in the table format or `tx-success:no` in the list f… 596 … type:ICMP6(EchoReply) len:16 checksum:0xc5a2 sec:yes prio:norm tx-success:yes to:0x0800 radio:15.4 636 … type:ICMP6(EchoReply) len:16 checksum:0x932c sec:yes prio:norm tx-success:yes to:0x4800 radio:15.4 640 type:UDP len:50 checksum:0xce87 sec:yes prio:net tx-success:yes to:0x4800 radio:15.4 644 type:UDP len:64 checksum:0xf7ba sec:no prio:net tx-success:yes to:0x4800 radio:15.4 648 type:UDP len:44 checksum:0x26d4 sec:no prio:net tx-success:yes to:0xffff radio:15.4
|
/openthread-latest/tests/toranj/ |
D | README_NCP.md | 215 …anges (tx/rx) are prepared and then an async rx/tx operation starts. The success and failure of tx… 235 `prepare_tx` returns a `wpan.AsyncSender` object. The sender object can be used to check success/fa… 244 - `prepare_rx()` returns a `wpan.AsyncReceiver` object to help test to check success/failure of rx …
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/ |
D | psa-storage-resilience.md | 213 1. Remove the key file, treating `DOES_NOT_EXIST` as a success. 214 2. Call the driver's `"destroy_key"` entry point, treating `DOES_NOT_EXIST` as a success. 239 2. Call the driver's `"destroy_key"` entry point, treating `DOES_NOT_EXIST` as a success. 240 3. Remove the key file, treating `DOES_NOT_EXIST` as a success. 324 …oy the key in the secure element (treating a `DOES_NOT_EXIST` error as a success), then remove `id… 338 …exist, then destroy the key in the secure element (treating a `DOES_NOT_EXIST` error as a success). 340 …oy the key in the secure element (treating a `DOES_NOT_EXIST` error as a success), then remove `id… 387 …nt's key destruction entry point (treating a `DOES_NOT_EXIST` error as a success), then remove `id… 520 2. Call `psa_crypto_init()`. Expect success if the initial state satisfies the [storage invariant](… 521 3. On success, check that the expected keys exist, and that keys that are expected to have been des…
|
/openthread-latest/tools/otci/otci/ |
D | otci.py | 78 success = False 83 success = True 88 if not success: 2740 success = False 2745 success = True 2751 if not success:
|
/openthread-latest/tools/harness-automation/autothreadharness/ |
D | harness_case.py | 1118 success = 'Pass' in status 1119 self.assertTrue(success)
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | x509_crt.c | 1397 int success = 0, first_error = 0, total_failed = 0; in mbedtls_x509_crt_parse() local 1488 success = 1; in mbedtls_x509_crt_parse() 1492 if (success) { in mbedtls_x509_crt_parse()
|