Searched refs:ending (Results 1 – 10 of 10) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/tools/ |
A D | file2h.py | 21 for ending in ("\r\n", "\r", "\n"): 22 if line.endswith(ending): 23 line_end = ending.replace("\r", "\\r").replace("\n", "\\n")
|
A D | haasboard.py | 301 def run_cmd_follow(self,cmd,ending,timeout = 10): argument 303 return self.read_until(1,ending,timeout) 307 def read_until(self, min_num_bytes, ending, timeout=10, data_consumer=None): argument 309 assert data_consumer is None or len(ending) == 1 316 if data.endswith(ending): 329 print("Error:Waiting for %s timeout" %(ending.decode('utf-8')))
|
A D | pyboard.py | 299 def read_until(self, min_num_bytes, ending, timeout=10, data_consumer=None): argument 301 assert data_consumer is None or len(ending) == 1 308 if data.endswith(ending):
|
A D | uncrustify.cfg | 3068 # - Support for the auto detection of languages through the file ending can be
|
/AliOS-Things-master/components/amp-utility/tftp/ |
A D | haasdevice.py | 55 def run_cmd_follow(self,cmd,ending,timeout = 10): argument 57 return self.read_until(1,ending,timeout) 61 def read_until(self, min_num_bytes, ending, timeout=10, data_consumer=None): argument 63 assert data_consumer is None or len(ending) == 1 70 if data.endswith(ending): 83 logging.warning("Waiting for %s timeout" %(ending.decode('utf-8')))
|
/AliOS-Things-master/components/freetype/src/autofit/ |
A D | afblue.dat | 35 // starting and ending double quote must be the first and last character
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/ |
A D | quickjs.texi | 321 @item Module names ending with @code{.so} are native modules using the
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | libtool | 2085 Every other argument is treated as a filename. Files ending in \`.la' are
|
A D | ltmain.sh | 1592 Every other argument is treated as a filename. Files ending in \`.la' are
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | ChangeLog | 4249 * tools/tiff2pdf.c: Unified line ending characters (always use '\n')
|
Completed in 29 milliseconds