/openthread-3.7.0/third_party/build_gn/toolchain/ |
D | BUILD.gn | 7 …command = "gcc -MMD -MF $depfile {{defines}} {{include_dirs}} {{cflags}} {{cflags_c}} -c {{source}… 16 …command = "g++ -MMD -MF $depfile {{defines}} {{include_dirs}} {{cflags}} {{cflags_cc}} -c {{source… 25 command = "rm -f {{output}} && ar rcs {{output}} @$rspfile" 38 command = "g++ -shared {{ldflags}} -o $sofile -Wl,-soname=$soname @$rspfile" 58 …command = "g++ {{ldflags}} -o $outfile -Wl,--start-group @$rspfile {{solibs}} -Wl,--end-group {{li… 67 command = "touch {{output}}" 71 command = "cp -af {{source}} {{output}}"
|
/openthread-3.7.0/tools/harness-automation/doc/ |
D | quickstart.rst | 32 # windows command line 43 # windows command line 56 # windows command line 67 # windows command line 78 # windows command line
|
/openthread-3.7.0/tools/tcat_ble_client/cli/ |
D | cli.py | 91 command = command_parts[0] 94 if command not in self._commands.keys(): 95 raise Exception('Invalid command: {}'.format(command)) 97 return await self._commands[command].execute(args, self._context)
|
D | base_commands.py | 36 from cli.command import Command, CommandResultNone, CommandResultTLV 49 for name, command in commands.items(): 51 command.print_help(indent=1)
|
/openthread-3.7.0/src/cli/ |
D | cli_joiner.cpp | 233 const Command *command; in Process() local 255 command = BinarySearch::Find(aArgs[0].GetCString(), kCommands); in Process() 256 VerifyOrExit(command != nullptr); in Process() 258 error = (this->*command->mHandler)(aArgs + 1); in Process()
|
D | cli_tcat.cpp | 252 const Command *command; in Process() local 260 command = BinarySearch::Find(aArgs[0].GetCString(), kCommands); in Process() 261 VerifyOrExit(command != nullptr); in Process() 263 error = (this->*command->mHandler)(aArgs + 1); in Process()
|
D | cli_mac_filter.cpp | 463 const Command *command; in Process() local 497 command = BinarySearch::Find(aArgs[0].GetCString(), kCommands); in Process() 498 VerifyOrExit(command != nullptr); in Process() 500 error = (this->*command->mHandler)(aArgs + 1); in Process()
|
D | cli_bbr.cpp | 482 const Command *command; in Process() local 484 command = BinarySearch::Find(aArgs[0].GetCString(), kCommands); in Process() 485 VerifyOrExit(command != nullptr); in Process() 487 error = (this->*command->mHandler)(aArgs + 1); in Process()
|
D | cli_udp.cpp | 439 const Command *command; in Process() local 447 command = BinarySearch::Find(aArgs[0].GetCString(), kCommands); in Process() 448 VerifyOrExit(command != nullptr); in Process() 450 error = (this->*command->mHandler)(aArgs + 1); in Process()
|
D | cli_link_metrics.cpp | 348 const Command *command; in Process() local 356 command = BinarySearch::Find(aArgs[0].GetCString(), kCommands); in Process() 357 VerifyOrExit(command != nullptr); in Process() 359 error = (this->*command->mHandler)(aArgs + 1); in Process()
|
D | cli_srp_server.cpp | 558 const Command *command; in Process() local 566 command = BinarySearch::Find(aArgs[0].GetCString(), kCommands); in Process() 567 VerifyOrExit(command != nullptr); in Process() 569 error = (this->*command->mHandler)(aArgs + 1); in Process()
|
D | cli_br.cpp | 788 const Command *command; in Process() local 796 command = BinarySearch::Find(aArgs[0].GetCString(), kCommands); in Process() 797 VerifyOrExit(command != nullptr); in Process() 799 error = (this->*command->mHandler)(aArgs + 1); in Process()
|
D | README_TCP.md | 34 After running the `tcp connect` command on node 2, you should see a printout on node 2 similar to b… 47 After running the `tcp send` command on node 2, you should see a printout on node 1 similar to belo… 83 … with the example TCP endpoint (this TCP connection must be established before using this command). 96 …f the benchmark is ongoing, it will show that benchmark is ongoing. This command is used for test … 139 > Note: The command will return `InvalidState` when the preferred NAT64 prefix is unavailable.
|
D | cli_commissioner.cpp | 687 const Command *command; in Process() local 695 command = BinarySearch::Find(aArgs[0].GetCString(), kCommands); in Process() 696 VerifyOrExit(command != nullptr); in Process() 698 error = (this->*command->mHandler)(aArgs + 1); in Process()
|
/openthread-3.7.0/third_party/mbedtls/repo/tests/scripts/ |
D | run-test-suites.pl | 87 my $command = "$prefix$suite"; 89 $command .= ' -v'; 91 my $result = `$command`;
|
D | depends.py | 200 for command in self.commands: 201 log_command(command) 205 ret = subprocess.call(command, env=env) 207 if command[0] not in ['make', options.make_command]: 208 log_line('*** [{}] Error {}'.format(' '.join(command), ret))
|
/openthread-3.7.0/tests/scripts/thread-cert/ |
D | Test_Cli.py | 45 for command in commands: 46 self.nodes[LEADER].send_command(command + ' -h')
|
D | Cert_8_1_06_Commissioning.py | 32 import command 100 command.check_joiner_commissioning_messages(joiner_messages.commissioning_messages, URL_2) 102 … command.check_commissioner_commissioning_messages(commissioner_messages.commissioning_messages, 105 … command.check_joiner_router_commissioning_messages(commissioner_messages.commissioning_messages)
|
D | Cert_8_1_01_Commissioning.py | 32 import command 100 command.check_joiner_commissioning_messages(joiner_messages.commissioning_messages) 102 … command.check_commissioner_commissioning_messages(commissioner_messages.commissioning_messages) 104 … command.check_joiner_router_commissioning_messages(commissioner_messages.commissioning_messages)
|
D | message.py | 189 for tlv in self.mle.command.tlvs: 197 assert self.mle.command.type == command_type 212 for tlv in self.mle.command.tlvs: 240 for tlv in self.mle.command.tlvs: 252 for tlv in self.mle.command.tlvs: 428 if m.mle.command.type == command_type: 460 if m.mle.command.type == command_type: 534 if m.mle.command.type == command_type: 563 for tlv in message.mle.command.tlvs:
|
D | mle.py | 1251 def __init__(self, command): argument 1252 self._command = command 1255 def command(self): member in MleMessage 1259 return "MleMessage(command={})".format(self.command) 1264 def __init__(self, aux_sec_hdr, command, mic): argument 1265 super(MleMessageSecured, self).__init__(command) 1278 … "MleMessageSecured(aux_sec_hdr={}, command={}, mic=\"{}\")".format(self.aux_sec_hdr, self.command, 1299 command = self._mle_command_factory.parse(io.BytesIO(dec_data), message_info) 1301 return MleMessageSecured(aux_sec_hdr, command, mic) 1304 command = self._mle_command_factory.parse(data, message_info) [all …]
|
D | test_mle.py | 1734 self.assertEqual(11, actual_mle_message.command.type) 1737 actual_mle_message.command.tlvs[0]) 1739 self.assertEqual(mle.LinkLayerFrameCounter(0), actual_mle_message.command.tlvs[1]) 1741 self.assertEqual(mle.MleFrameCounter(1), actual_mle_message.command.tlvs[2]) 1744 actual_mle_message.command.tlvs[3]) 1746 self.assertEqual(mle.Timeout(240), actual_mle_message.command.tlvs[4]) 1748 self.assertEqual(mle.Version(2), actual_mle_message.command.tlvs[5]) 1753 ]), actual_mle_message.command.tlvs[6]) 1755 self.assertEqual(mle.TlvRequest(tlvs=[10, 12, 9]), actual_mle_message.command.tlvs[7]) 1784 self.assertEqual(8, actual_mle_message.command.type) [all …]
|
/openthread-3.7.0/tests/scripts/expect/ |
D | _common.exp | 38 proc wait_for {command success {failure {[\r\n]FAILURE_NOT_EXPECTED[\r\n]}}} { 41 if {$command != ""} { 42 send "$command\n"
|
/openthread-3.7.0/third_party/mbedtls/repo/scripts/ |
D | config.py | 572 if args.command is None: 575 elif args.command == 'get': 581 elif args.command == 'set': 588 elif args.command == 'set-all': 590 elif args.command == 'unset': 592 elif args.command == 'unset-all':
|
/openthread-3.7.0/third_party/mbedtls/repo/programs/test/ |
D | metatest.c | 444 const char *command = argv[1]; in main() local 445 while (*command == '-') { in main() 446 ++command; in main() 482 argv0, command); in main()
|