Home
last modified time | relevance | path

Searched refs:command (Results 1 – 25 of 152) sorted by relevance

1234567

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/
A DTiffTestCommon.cmake26 # 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 Dcommon.sh62 echo "$MEMCHECK $command $infile $outfile"
82 echo "$MEMCHECK $command $infile > $outfile"
100 echo "$MEMCHECK $command $infile"
A DCMakeLists.txt215 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 Dcodeformat.py169 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 Dhaasboard.py444 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 Dpyboard.py414 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 Dcir_api.h102 __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 Dflash_program_ll.py12 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 Dflash_program_ll.py12 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 Dsx126x-haas.c207 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 Dtarith.c559 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 Drws_socketpriv.c356 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 Dgradlew.bat27 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 DREADME12 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 Dvendor_cmd.c153 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 Dmakeqstrdefs.py159 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 Dmmc_disk.c93 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 Dmmc_disk.h117 DRESULT mmc_disk_ioctl(uint8_t physicalDrive, uint8_t command, void *buffer);
/AliOS-Things-master/hardware/chip/rtl872xd/tools/bluetooth/DebugAnalyzer/
A DReleaseNotes.md14 - Support for using with command line
17 - Add manipulation with command line
/AliOS-Things-master/hardware/chip/haas1000/drivers/
A D.gitignore7 # 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 Dstrip_fPIC.sh15 command="$command $1"
/AliOS-Things-master/documentation/aos-tools/
A Daos-tools_user_manual.md15 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 Difconfig_cli.c38 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 DREADME7 on the make command line.
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/pngminim/encoder/
A DREADME7 on the make command line.

Completed in 27 milliseconds

1234567