Home
last modified time | relevance | path

Searched refs:alias (Results 1 – 10 of 10) sorted by relevance

/openthread-latest/tests/scripts/thread-cert/
Dfind_border_agents.py41 alias = None variable in BorderAgent
47 def __init__(self, alias): argument
48 self.alias = alias
51 return str([self.alias, self.addr, self.port, self.thread_status])
70 border_agents.append(BorderAgent(ptr.alias))
74 for record in cache.get(ba.alias.lower(), []):
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_bignum_mod.function133 /* alias X to A */
138 /* alias X to B */
143 /* A == B: alias A and B */
158 /* B * A: alias X to A */
163 /* B + A: alias X to B */
301 /* a - b: alias x to a => Correct result */
306 /* a - b: alias x to b => Correct result */
312 /* a == b: alias a and b */
369 /* a^-1: alias x to a => Correct result */
419 /* a^-1: alias x to a => Correct result */
[all …]
Dtest_suite_bignum_mod_raw.function302 /* alias X to A */
307 /* alias X to B */
312 /* A == B: alias A and B */
425 /* alias X to A */
430 /* alias X to B */
435 /* A == B: alias A and B */
450 /* B * A: alias X to A */
455 /* B + A: alias X to B */
583 /* A + B: alias X to A => Correct result */
588 /* A + B: alias X to B => Correct result */
[all …]
Dtest_suite_bignum_core.function39 /* A + B; alias output and first operand => correct result and carry */
44 /* A + B; alias output and second operand => correct result and carry */
67 /* B + A; alias output and first operand => correct result and carry */
72 /* B + A; alias output and second operand => correct result and carry */
1150 /* 2. A == B: alias A and B - result should be correct, A and B unchanged */
/openthread-latest/etc/docker/environment/
DDockerfile10 && localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8 \
/openthread-latest/tools/harness-thci/
DOpenThread_BR.py678 alias, addr, port, thread_status = eval(line)
/openthread-latest/
DCONTRIBUTING.md48 # Configure upstream alias
DSTYLE_GUIDE.md89 …- Unlike C, C++ offers an alternate way to alias data over and above a pointer, the reference, ind…
/openthread-latest/doc/
DDoxyfile.in260 # the documentation. An alias has the form:
266 # "Side Effects:". You can put \n's in the value part of an alias to insert
/openthread-latest/third_party/mbedtls/repo/docs/
Dpsa-transition.md845 … (This includes `mbedtls_ecdsa_keypair` objects since that is just a type alias.) Error checks are…