Home
last modified time | relevance | path

Searched full:outputs (Results 1 – 25 of 42) sorted by relevance

12

/openthread-3.4.0/tests/toranj/cli/
Dtest-008-multicast-traffic.py132 outputs = r2.cli('ping ff02::1') variable
133 verify(len(outputs) == 4)
136 verify(any(ll_addr in line for line in outputs))
140 outputs = r3.cli('ping ff03::1') variable
141 verify(len(outputs) == 5)
144 verify(any(ml_addr in line for line in outputs))
148 outputs = r3.cli('ping ff02::2') variable
149 verify(len(outputs) == 3)
152 verify(any(ll_addr in line for line in outputs))
156 outputs = r3.cli('ping ff03::2') variable
[all …]
Dcli.py195 outputs = self.cli(cmd, *args)
196 verify(len(outputs) == 0)
199 outputs = self.cli(cmd, *args)
200 verify(len(outputs) == 1)
201 verify((expected_outputs is None) or (outputs[0] in expected_outputs))
202 return outputs[0]
344 outputs = self.cli('parent')
346 for line in outputs:
385 outputs = self.cli('netdata show')
386 outputs = [line.strip() for line in outputs]
[all …]
/openthread-3.4.0/src/cli/
Dcli_output.hpp275 * This method outputs a given number of space chars to the CLI console.
283 * This method outputs a number of bytes to the CLI console as a hex string.
292 …* This method outputs a number of bytes to the CLI console as a hex string and at the end it also
302 * This method outputs a number of bytes to the CLI console as a hex string.
315 …* This method outputs a number of bytes to the CLI console as a hex string and at the end it also
329 * This method outputs an Extended MAC Address to the CLI console.
337 …* This method outputs an Extended MAC Address to the CLI console and at the end it also outputs ne…
345 * This method outputs a `uint64_t` value in decimal format.
353 …* This method outputs a `uint64_t` value in decimal format and at the end it also outputs newline …
361 …* This method outputs "Enabled" or "Disabled" status to the CLI console (it also appends newline "…
[all …]
Dcli_network_data.hpp88 * This method outputs the prefix config.
96 * This method outputs the route config.
104 * This method outputs the service config.
Dcli_br.cpp162 * Outputs both local and favored OMR prefix.
228 * Outputs both local and favored on-link prefixes.
294 * Outputs both local and favored NAT64 prefixes.
/openthread-3.4.0/third_party/build_gn/toolchain/
DBUILD.gn10 outputs = [
19 outputs = [
28 outputs = [
48 outputs = [
62 outputs = [
/openthread-3.4.0/third_party/mbedtls/repo/docs/architecture/testing/
Ddriver-interface-test-strategy.md25 …function is called, that it receives the expected inputs and that it produces the expected outputs.
56 …is may be implicit in a test that checks the outputs if the only realistic way to obtain the corre…
58 #### SE driver outputs
60 …it with parameters that cause a driver to be invoked and check how Mbed Crypto handles the outputs.
62 * Correct outputs.
63 * Incorrect outputs such as an invalid output length.
/openthread-3.4.0/.github/workflows/
Ddocker.yml90 … docker buildx build --output "type=image,push=false" ${{ steps.prepare.outputs.buildx_args }}
102 docker buildx build --output "type=image,push=true" ${{ steps.prepare.outputs.buildx_args }}
107 …docker buildx imagetools inspect ${{ steps.prepare.outputs.docker_image }}:${{ steps.prepare.outpu…
/openthread-3.4.0/tools/harness-simulation/harness/Thread_Harness/THCI/
DOpenThread_Sim.py115 outputs = []
118 outputs.append(self.__stdout.read(1))
121 return ''.join(outputs)
/openthread-3.4.0/third_party/mbedtls/repo/tests/scripts/
Dtest_psa_constant_names.py119 outputs = output.strip().split('\n')
121 for expr, value, output in zip(expressions, values, outputs):
Dlist-identifiers.sh5 # Outputs the line count of the file to stdout.
Dcheck_names.py701 # Gather all outputs of nm
732 A comprehensive checker that performs each check in order, and outputs
/openthread-3.4.0/script/
Dclang-format-check32 # exits with a non-zero exit code if clang-format outputs any
/openthread-3.4.0/tools/ot-fct/
Dcli.hpp80 * This method outputs the prompt.
/openthread-3.4.0/examples/platforms/utils/
Dlogging_rtt.h127 * This function outputs logs to SEGGER RTT.
/openthread-3.4.0/examples/apps/cli/
Dmain.c89 …* - `nodeidfilter` : Outputs filter mode (allow-list or deny-list) and filtered…
/openthread-3.4.0/third_party/mbedtls/repo/library/
Dpsa_crypto_aead.h54 * defined as separate outputs, the
Dctr_drbg.c249 * with inputs and outputs
312 * and with outputs
444 * and with outputs
509 * and with outputs
/openthread-3.4.0/include/openthread/platform/
Dlogging.h151 * This function outputs logs.
/openthread-3.4.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_pkcs1_v15.function249 /* Even in alternative implementations, the outputs must have
251 * because no write to the outputs is performed in the bad case. */
/openthread-3.4.0/third_party/jlink/SEGGER_RTT_V640/Syscalls/
DSEGGER_RTT_Syscalls_KEIL.c117 * Outputs a character to the console
180 * Currently this function only outputs data to the console
/openthread-3.4.0/third_party/mbedtls/repo/include/mbedtls/
Dgcm.h128 * \warning When this function performs a decryption, it outputs the
Dchachapoly.h116 * all previous outputs of \c mbedtls_chachapoly_update(),
/openthread-3.4.0/third_party/mbedtls/repo/include/psa/
Dcrypto_types.h343 * outputs a key identifier to the newly created key.
/openthread-3.4.0/third_party/mbedtls/repo/docs/
Dgetting_started.md542 other keys and data, and functions to generate outputs, such as new keys or
549 information about which inputs to pass when, and when you can obtain which outputs.

12