/openthread-3.4.0/third_party/nlbuild-autotools/repo/third_party/autoconf/ |
D | ar-lib | 139 action=$1 151 action=${action#-} 161 while test -n "$action" 163 case $action in 178 action=${action#?}
|
/openthread-3.4.0/third_party/mbedtls/repo/scripts/ |
D | min_requirements.py | 108 action='store_true', 111 action='append', dest='pip_install_options', 114 action='append', dest='pip_general_options', 117 action='append_const', dest='pip_install_options',
|
D | assemble_changelog.py | 501 action='store_true', dest='keep_entries', default=None, 505 action='store_false', dest='keep_entries', 512 action='store_true',
|
D | abi_check.py | 353 "-v", "--verbose", action="store_true", 361 "-k", "--keep-all-reports", action="store_true", 401 "-b", "--brief", action="store_true",
|
D | config.py | 449 action='store_true',
|
/openthread-3.4.0/third_party/mbedtls/repo/tests/scripts/ |
D | test_psa_constant_names.py | 158 action='append', default=['include'], 161 action='store_true', dest='keep_c', default=False, 164 action='store_false', dest='keep_c', 170 action='store_true', 173 action='store_false', dest='show',
|
D | psa_collect_statuses.py | 117 action='store_true', 120 action='store_true', 133 action='store_true',
|
D | check_test_cases.py | 177 action='store_true', 180 action='store_false', dest='quiet',
|
D | check_names.py | 881 action="store_true", 886 action="store_true",
|
D | generate_psa_tests.py | 744 parser.add_argument('--list', action='store_true',
|
/openthread-3.4.0/tools/harness-automation/autothreadharness/ |
D | runner.py | 336 action='store_true', 352 …parser.add_argument('--delete-history', '-d', action='store_true', default=False, help='clear hist… 355 action='store_true', 358 …parser.add_argument('--name-greps', '-g', action='append', default=None, help='grep case by names') 368 …parser.add_argument('--list-devices', '-l', action='store_true', default=False, help='list devices… 369 …parser.add_argument('--manual-reset', '-m', action='store_true', default=False, help='reset device… 370 …parser.add_argument('--dry-run', '-n', action='store_true', default=False, help='just show what to… 387 action='store_true',
|
/openthread-3.4.0/ |
D | README.md | 1 …action-build-svg]][ot-gh-action-build] [![Simulation][ot-gh-action-simulation-svg]][ot-gh-action-s… 19 [ot-gh-action-build]: https://github.com/openthread/openthread/actions?query=workflow%3ABuild+branc… 20 [ot-gh-action-build-svg]: https://github.com/openthread/openthread/workflows/Build/badge.svg?branch… 21 [ot-gh-action-simulation]: https://github.com/openthread/openthread/actions?query=workflow%3ASimula… 22 [ot-gh-action-simulation-svg]: https://github.com/openthread/openthread/workflows/Simulation/badge.… 23 [ot-gh-action-docker]: https://github.com/openthread/openthread/actions?query=workflow%3ADocker+bra… 24 [ot-gh-action-docker-svg]: https://github.com/openthread/openthread/workflows/Docker/badge.svg?bran…
|
D | CODE_OF_CONDUCT.md | 27 …ptable behavior and are expected to take appropriate and fair corrective action in response to any…
|
/openthread-3.4.0/src/core/common/ |
D | settings.cpp | 421 Action action = kActionSave; in SaveEntry() local 426 action = kActionResave; in SaveEntry() 433 Log(action, error, aKey, aValue); in SaveEntry()
|
/openthread-3.4.0/src/cli/ |
D | cli_tcp.cpp | 764 otTcpIncomingConnectionAction action; in HandleTcpAcceptReady() local 774 ExitNow(action = OT_TCP_INCOMING_CONNECTION_ACTION_DEFER); in HandleTcpAcceptReady() 778 action = OT_TCP_INCOMING_CONNECTION_ACTION_ACCEPT; in HandleTcpAcceptReady() 781 return action; in HandleTcpAcceptReady()
|
/openthread-3.4.0/third_party/nlbuild-autotools/repo/automake/post/rules/ |
D | pretty.am | 62 # Map the build action 'lint' to the more vernacular 'pretty-check'.
|
/openthread-3.4.0/src/core/net/ |
D | tcp6.cpp | 971 otTcpIncomingConnectionAction action; in tcplp_sys_accept_ready() local 977 action = listener.mAcceptReadyCallback(&listener, &addr, &endpointPtr); in tcplp_sys_accept_ready() 981 switch (action) in tcplp_sys_accept_ready()
|
/openthread-3.4.0/third_party/nlbuild-autotools/repo/ |
D | CHANGES | 114 the actual action commands that will be executed when the verbose
|
/openthread-3.4.0/tests/toranj/ncp/ |
D | wpan.py | 418 def _update_prop(self, action, prop_name, value, binary_data): argument 419 … return self.wpanctl(action + ' ' + prop_name + ' ' + ('-d ' if binary_data else '') + '-v ' +
|
/openthread-3.4.0/third_party/nlbuild-autotools/repo/third_party/autoconf/m4/ |
D | ax_pthread.m4 | 42 # is not found. If ACTION-IF-FOUND is not specified, the default action
|
/openthread-3.4.0/third_party/mbedtls/repo/docs/architecture/ |
D | mbed-crypto-storage-specification.md | 260 The transaction file contains data about an ongoing action that cannot be completed atomically. It …
|
/openthread-3.4.0/src/ncp/ |
D | ncp_base_mtd.cpp | 1743 bool action = false; in HandlePropertySet() local 1751 SuccessOrExit(error = mDecoder.ReadBool(action)); in HandlePropertySet() 1753 if (!action) in HandlePropertySet()
|
/openthread-3.4.0/third_party/mbedtls/repo/docs/architecture/testing/ |
D | invasive-testing.md | 226 …ave exactly the same behavior. Changing the behavior should require some action at runtime (callin…
|
/openthread-3.4.0/third_party/mbedtls/repo/docs/proposed/ |
D | psa-driver-interface.md | 175 …phic operation, a part of a cryptographic operation, or a key management action. These functions a…
|