/AliOS-Things-master/components/py_engine/engine/tools/mpremote/mpremote/ |
A D | main.py | 351 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 D | content.py | 421 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 D | pyboard.py | 363 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 D | haasboard.py | 393 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 D | README-emscripten.txt | 12 …* 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 D | README | 4 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 D | CONTRIBUTING.md | 4 just a few small guidelines you need to follow.
|
/AliOS-Things-master/components/jsoncpp/ |
A D | CONTRIBUTING.md | 114 …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 D | ax_check_compiler_flags.m4 | 39 # need not follow the terms of the GNU General Public License when using
|
A D | ax_gcc_x86_cpuid.m4 | 48 # need not follow the terms of the GNU General Public License when using
|
A D | ax_gcc_archflag.m4 | 56 # need not follow the terms of the GNU General Public License when using
|
/AliOS-Things-master/components/littlevgl/docs/ |
A D | CODE_OF_CONDUCT.md | 39 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 D | README.md | 184 productive, please be sure to follow the 188 should follow this license.
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | README-gesture.md | 5 Gestures can be performed with any number of fingers (the centroid of the fingers must follow the p…
|
A D | README-android.md | 74 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 D | HOWTO-RELEASE | 50 please follow the rules listed in configure.ac. At a bare minimum,
|
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/ |
A D | PPPD_FOLLOWUP | 5 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 D | ax_pthread.m4 | 75 # 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 D | acinclude.m4 | 208 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 D | ax_pthread.m4 | 75 # 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 D | visual-basic.txt | 29 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 D | README | 16 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 D | coderules.txt | 12 In general we follow the recommendations of "Recommended C Style and Coding
|
/AliOS-Things-master/components/py_engine/tests/ |
A D | run-multitests.py | 215 out, err = self.pyb.follow(10, None)
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | configure.ac | 18 dnl to 0, set PNGLIB_MAJOR below *and* follow the instructions in 31 # libpng does not follow GNU file name conventions (hence 'foreign')
|