Home
last modified time | relevance | path

Searched refs:follow (Results 1 – 25 of 49) sorted by relevance

12

/AliOS-Things-master/components/py_engine/engine/tools/mpremote/mpremote/
A Dmain.py351 def execbuffer(pyb, buf, follow): argument
355 if follow:
356 ret, ret_err = pyb.follow(timeout=None, data_consumer=pyboard.stdout_write_bytes)
429 follow = True
432 follow = False
445 ret = execbuffer(pyb, buf, follow)
/AliOS-Things-master/components/freetype/src/tools/docmaker/
A Dcontent.py421 follow = []
424 follow.append( blocks[m] )
427 doc_block = DocBlock( source, follow, self )
469 def __init__( self, source, follow, processor ): argument
510 for b in follow:
/AliOS-Things-master/components/py_engine/engine/tools/
A Dpyboard.py363 def follow(self, timeout, data_consumer=None): member in Pyboard
457 return self.follow(timeout, data_consumer)
726 if args.follow is None or args.follow:
767 if args.follow or (args.command is None and not args.filesystem and len(args.files) == 0):
769 ret, ret_err = pyb.follow(timeout=None, data_consumer=stdout_write_bytes)
A Dhaasboard.py393 def follow(self, timeout, data_consumer=None): member in HaaSboard
485 return self.follow(timeout, data_consumer)
766 if args.follow or (args.command is None and not args.filesystem and len(args.files) == 0):
768 ret, ret_err = pyb.follow(timeout=None, data_consumer=stdout_write_bytes)
/AliOS-Things-master/components/SDL2/src/image/
A DREADME-emscripten.txt12 …* follow the build instructions in SDL2/docs/README-emscripten.md (make sure to pass a --prefix to…
/AliOS-Things-master/components/py_engine/engine/lib/tinytest/
A DREADME4 your own programs so long as you follow the license's conditions.
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/
A DCONTRIBUTING.md4 just a few small guidelines you need to follow.
/AliOS-Things-master/components/jsoncpp/
A DCONTRIBUTING.md114 …pproach to incrementing versioning of the JsonCpp library. Currently, we follow the below set of r…
146 Before submitting your code, ensure that you meet the versioning requirements above, follow the sty…
/AliOS-Things-master/components/SDL2/acinclude/
A Dax_check_compiler_flags.m439 # need not follow the terms of the GNU General Public License when using
A Dax_gcc_x86_cpuid.m448 # need not follow the terms of the GNU General Public License when using
A Dax_gcc_archflag.m456 # need not follow the terms of the GNU General Public License when using
/AliOS-Things-master/components/littlevgl/docs/
A DCODE_OF_CONDUCT.md39 Project maintainers who do not follow or enforce the Code of Conduct in good faith may face tempora…
/AliOS-Things-master/components/py_engine/engine/
A DREADME.md184 productive, please be sure to follow the
188 should follow this license.
/AliOS-Things-master/components/SDL2/docs/
A DREADME-gesture.md5 Gestures can be performed with any number of fingers (the centroid of the fingers must follow the p…
A DREADME-android.md74 For more complex projects, follow these instructions:
344 ... and follow the instructions in the file README.android to build it.
393 and GLES libraries, you must follow their instructions for installing the
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DHOWTO-RELEASE50 please follow the rules listed in configure.ac. At a bare minimum,
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A DPPPD_FOLLOWUP5 is getting low on their Git repository, meaning that we can follow what
8 So, here is the pppd follow up, so that we don't get away too far from pppd.
/AliOS-Things-master/components/SDL2/src/hidapi/m4/
A Dax_pthread.m475 # need not follow the terms of the GNU General Public License when using
129 # individual items follow:
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/m4/
A Dacinclude.m4208 dnl need not follow the terms of the GNU General Public License when using
347 dnl need not follow the terms of the GNU General Public License when using
494 dnl need not follow the terms of the GNU General Public License when using
638 dnl need not follow the terms of the GNU General Public License when using
691 dnl individual items follow:
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/m4/
A Dax_pthread.m475 # need not follow the terms of the GNU General Public License when using
129 # individual items follow:
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/old/
A Dvisual-basic.txt29 Declares follow: (Quoted from Carlos Rios <c_rios@sonda.cl>, in Vb4 form)
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A DREADME16 To compile all files and run the test program, follow the instructions given at
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dcoderules.txt12 In general we follow the recommendations of "Recommended C Style and Coding
/AliOS-Things-master/components/py_engine/tests/
A Drun-multitests.py215 out, err = self.pyb.follow(10, None)
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dconfigure.ac18 dnl to 0, set PNGLIB_MAJOR below *and* follow the instructions in
31 # libpng does not follow GNU file name conventions (hence 'foreign')

Completed in 41 milliseconds

12