/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/ |
A D | TiffTestCommon.cmake | 26 # Test a simple convert-like command. 28 # test_convert command infile outfile 29 macro(test_convert command infile outfile) 42 # Test a simple convert-like command. 44 # test_convert command infile outfile 45 macro(test_convert_multi command infile outfile) 60 # Test a simple command which sends output to stdout 62 # test_stdout command infile outfile 63 macro(test_stdout command infile outfile) 79 # test_exec command infile [all …]
|
A D | common.sh | 62 echo "$MEMCHECK $command $infile $outfile" 82 echo "$MEMCHECK $command $infile > $outfile" 100 echo "$MEMCHECK $command $infile"
|
A D | CMakeLists.txt | 215 macro(tiff_test_stdout name command infile outfile) 218 "-DSTDOUT_COMMAND=${command}" 225 macro(tiff_test_reader name command infile) 228 "-DREADER_COMMAND=${command}" 300 set(command "$<TARGET_FILE:${commandname}>^${escaped_commandargs}") variable 304 tiff_test_stdout("${testname}" "${command}" "${infile}" "${outfile}") 312 set(command "$<TARGET_FILE:${commandname}>^${escaped_commandargs}") variable 315 tiff_test_reader("${testname}" "${command}" "${infile}")
|
/AliOS-Things-master/components/py_engine/engine/tools/ |
A D | codeformat.py | 169 command = ["uncrustify", "-c", UNCRUSTIFY_CFG, "-lC", "--no-backup"] 171 command.append("-q") 172 batch(command, lang_files(C_EXTS)) 178 command = ["black", "--fast", "--line-length=99"] 180 command.append("-v") 182 command.append("-q") 183 batch(command, lang_files(PY_EXTS))
|
A D | haasboard.py | 444 def exec_raw_no_follow(self, command): argument 445 if isinstance(command, bytes): 446 command_bytes = command 448 command_bytes = bytes(command, encoding="utf8") 483 def exec_raw(self, command, timeout=10, data_consumer=None): argument 484 self.exec_raw_no_follow(command) 492 def exec_(self, command, data_consumer=None): argument 493 ret, ret_err = self.exec_raw(command, data_consumer=data_consumer) 713 if args.command is not None or args.filesystem or len(args.files): 750 if args.command is not None: [all …]
|
A D | pyboard.py | 414 def exec_raw_no_follow(self, command): argument 415 if isinstance(command, bytes): 416 command_bytes = command 418 command_bytes = bytes(command, encoding="utf8") 455 def exec_raw(self, command, timeout=10, data_consumer=None): argument 456 self.exec_raw_no_follow(command) 464 def exec_(self, command, data_consumer=None): argument 465 ret, ret_err = self.exec_raw(command, data_consumer=data_consumer) 714 if args.command is not None or args.filesystem or len(args.files): 751 if args.command is not None: [all …]
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/mbed/hal_ext/ |
A D | cir_api.h | 102 __IOM uint32_t command : 8; member 113 __IOM uint32_t command : 8; member 122 __IOM uint32_t command : 7; member 132 __IOM uint32_t command : 7; member 142 __IOM uint32_t command : 7; member 156 __IOM uint32_t command : 6; member 166 __IOM uint32_t command : 8; member 367 void cir_nec_send_normal_format (cir_t *obj, u8 address, u8 command); 377 void cir_nec_send_extend_format (cir_t *obj, u8 address_l, u8 address_h, u8 command); 395 void cir_monitor_nec_normal_format (cir_t *obj, u8 address, u8 command, cir_irq_handler irq_monitor… [all …]
|
/AliOS-Things-master/hardware/chip/haas1000/release/aos_burn_tool/ |
A D | flash_program_ll.py | 12 def match_and_send(serialport, pattern, command, timeout): argument 24 if command: 25 serialport.write(command) 33 def send_and_match(serialport, command, pattern, timeout): argument 35 if command: 36 serialport.write(command)
|
/AliOS-Things-master/hardware/chip/rtl872xd/release/aos_burn_tool/ |
A D | flash_program_ll.py | 12 def match_and_send(serialport, pattern, command, timeout): argument 24 if command: 25 serialport.write(command) 33 def send_and_match(serialport, command, pattern, timeout): argument 35 if command: 36 serialport.write(command)
|
/AliOS-Things-master/solutions/lora_p2p_demo/ |
A D | sx126x-haas.c | 207 void SX126xWriteCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX126xWriteCommand() argument 215 SpiOut( ( uint8_t )command ); in SX126xWriteCommand() 224 if( command != RADIO_SET_SLEEP ) in SX126xWriteCommand() 230 uint8_t SX126xReadCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX126xReadCommand() argument 239 SpiOut( ( uint8_t )command ); in SX126xReadCommand() 240 if (command == RADIO_GET_STATUS) in SX126xReadCommand() 250 if (command == RADIO_GET_RXBUFFERSTATUS) { in SX126xReadCommand()
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/ |
A D | tarith.c | 559 checkfp_command command; in validation_checkfp() local 562 command.number[0] = 0; in validation_checkfp() 563 command.limit = 3; in validation_checkfp() 564 command.verbose = verbose; in validation_checkfp() 565 command.ctimes = 0; in validation_checkfp() 566 command.cmillions = 0; in validation_checkfp() 567 command.cinvalid = 0; in validation_checkfp() 568 command.cnoaccept = 0; in validation_checkfp() 590 control.limit = command.limit; in validation_checkfp() 600 command.cmillions % 1000, command.ctimes / 1000, command.ctimes % 1000, in validation_checkfp() [all …]
|
/AliOS-Things-master/components/websocket/src/ |
A D | rws_socketpriv.c | 356 s->command = COMMAND_INFORM_DISCONNECTED; in rws_socket_process_conn_close_frame() 461 s->command = COMMAND_INFORM_CONNECTED; in rws_socket_wait_handshake_responce() 485 s->command = COMMAND_END; in rws_socket_send_disconnect() 565 s->command = COMMAND_INFORM_DISCONNECTED; in rws_socket_connect_getaddr_info() 613 s->command = COMMAND_SEND_HANDSHAKE; in rws_socket_connect_to_host() 620 while (s->command < COMMAND_END) { in rws_socket_work_th_func() 622 switch (s->command) { in rws_socket_work_th_func() 653 switch (s->command) { in rws_socket_work_th_func() 655 s->command = COMMAND_IDLE; in rws_socket_work_th_func() 695 s->command = COMMAND_NONE; in rws_socket_create_start_work_thread() [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | gradlew.bat | 27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 49 @rem Get command-line arguments, handling Windows variants 55 @rem Slurp the command line arguments. 70 @rem Setup the command line
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/gregbook/ |
A D | README | 12 how a web browser might be written. wpng is a simple command-line program 78 Note that all three packages are designed to be built from a command 95 print a basic usage screen when run without any command-line arguments; 102 README file) into a folder, open a "DOS shell" or "command prompt" 103 or equivalent command-line window, and cd into the folder where you 112 create a desktop shortcut with "c:\windows\command.com /e:4096" as 113 the program command line and set the working directory to the pngbook 134 invoked without command-line arguments; this is new behavior as of 158 All three will print a basic usage screen when run without any command- 177 wpng is a purely command-line image converter from binary PBMPLUS/NetPBM
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/amebad/src/vendor_cmd/ |
A D | vendor_cmd.c | 153 cb_data.p_gap_vendor_cmd_rsp->command, in app_gap_vendor_callback() 157 switch(cb_data.p_gap_vendor_cmd_rsp->command) in app_gap_vendor_callback() 160 bt_coex_handle_cmd_complete_evt(cb_data.p_gap_vendor_cmd_rsp->command, in app_gap_vendor_callback()
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | makeqstrdefs.py | 159 args.command = sys.argv[1] 161 if args.command == "pp": 205 if args.command == "split": 209 if args.command == "cat":
|
/AliOS-Things-master/components/fatfs/src/mmc_disk/ |
A D | mmc_disk.c | 93 DRESULT mmc_disk_ioctl(uint8_t physicalDrive, uint8_t command, void *buffer) in mmc_disk_ioctl() argument 101 switch (command) { in mmc_disk_ioctl()
|
A D | mmc_disk.h | 117 DRESULT mmc_disk_ioctl(uint8_t physicalDrive, uint8_t command, void *buffer);
|
/AliOS-Things-master/hardware/chip/rtl872xd/tools/bluetooth/DebugAnalyzer/ |
A D | ReleaseNotes.md | 14 - Support for using with command line 17 - Add manipulation with command line
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/ |
A D | .gitignore | 7 # command after changing this file, to see if there are 11 # command can show all the tracked and untracked files
|
/AliOS-Things-master/components/SDL2/build-scripts/ |
A D | strip_fPIC.sh | 15 command="$command $1"
|
/AliOS-Things-master/documentation/aos-tools/ |
A D | aos-tools_user_manual.md | 15 aos command options 29 aos help command 37 aos command --help 41 aos command -h
|
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/ifconfig/ |
A D | ifconfig_cli.c | 38 ALIOS_CLI_CMD_REGISTER(ifconfig_cmd, ifconfig, Ifconfig command)
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/pngminim/decoder/ |
A D | README | 7 on the make command line.
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/pngminim/encoder/ |
A D | README | 7 on the make command line.
|