Home
last modified time | relevance | path

Searched refs:ending (Results 1 – 10 of 10) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/tools/
A Dfile2h.py21 for ending in ("\r\n", "\r", "\n"):
22 if line.endswith(ending):
23 line_end = ending.replace("\r", "\\r").replace("\n", "\\n")
A Dhaasboard.py301 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 Dpyboard.py299 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 Duncrustify.cfg3068 # - Support for the auto detection of languages through the file ending can be
/AliOS-Things-master/components/amp-utility/tftp/
A Dhaasdevice.py55 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 Dafblue.dat35 // starting and ending double quote must be the first and last character
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/
A Dquickjs.texi321 @item Module names ending with @code{.so} are native modules using the
/AliOS-Things-master/components/SDL2/src/image/
A Dlibtool2085 Every other argument is treated as a filename. Files ending in \`.la' are
A Dltmain.sh1592 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 DChangeLog4249 * tools/tiff2pdf.c: Unified line ending characters (always use '\n')

Completed in 29 milliseconds