Home
last modified time | relevance | path

Searched refs:do (Results 1 – 25 of 209) sorted by relevance

123456789

/AliOS-Things-master/components/py_engine/tests/unicode/
A Dfile2.py4 def do(mode): function
27 do("rb")
28 do("rt")
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DHOWTO-RELEASE29 Easist thing to do is take html/vX.(X-1).html and use it as a template.
47 do with the libtiff release version numbers.
60 8. In the source tree do
77 otherwise do
81 10. In the build tree do
91 12. In the build tree do
102 13. In the source tree do
106 14. In the source tree do
A DTODO9 o Write documentation on how do extend tags, and how the custom field
A DREADME20 want to do is:
35 operations, correctness, or whatever. If you do anything useful with
/AliOS-Things-master/components/py_engine/engine/lib/mbedtls_errors/
A DREADME.md22 - `do-mp.sh` - shell script to produce `mp_mbedtls_errors.c`
24 - `do-test.sh` - shell script to produce `mp_mbedtls_errors.c` and compile the `tester` app
25 - `do-esp32.sh` - shell script to produce `esp32_mbedtls_errors.c` -- see below
31 future the `do-esp32.sh` script can be used to generate an esp32-specific version.
36 (the Makefiles do this automatically). Note that Perl is not needed for routine MicroPython
38 - When a new version of Mbedtls is pulled-in the `do-mp.sh` script should be run to
/AliOS-Things-master/hardware/chip/rtl872xd/tools/autopatch/
A Dauto_patch.bat40 for /f "skip=1 delims=" %%i in (%UNZIP_PATH%\%FILE_LIST%) do (
103 for /f "delims=" %%R in ("!splitter!") do (
125 set $strLen=for /L %%n in (1 1 2) do if %%n==2 (%\n%
126 for /F "tokens=1,2 delims=, " %%1 in ("!argv!") do (%\n%
129 for /l %%A in (12,-1,0) do (%\n%
131 for %%B in (!len!) do if "!str:~%%B,1!"=="" set /a "len&=~1<<%%A"%\n%
133 for %%v in (!len!) do endlocal^&if "%%~b" neq "" (set "%%~1=%%v") else echo %%v%\n%
/AliOS-Things-master/documentation/coding/
A Dcoding_style.md77 do { \
173 do { \
179 do { \
194 do { \
222 #define set_manager_index(x, idx) do { (x)->priv->index = (idx); } while (0)
312 #define set_manager_index(x, idx) do { (x)->priv->index = (idx); } while (0)
319 do { \
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dbuild_defs.oss.bzl8 # will need to be fixed as needed. Ideally we would like to do this based
10 # with Bazel. Instead we do the following, which is copied from
/AliOS-Things-master/hardware/chip/rtl872xd/script/
A Dpostbuild_img2.bat38 …2_text_start__ ./Debug/Exe/application.map | %tooldir%\gawk '{print $1}'"') do set ram2_start=0x%%i
39 …age2_text_end__ ./Debug/Exe/application.map | %tooldir%\gawk '{print $1}'"') do set ram2_end=0x%%i
41 …mage2_start__ ./Debug/Exe/application.map | %tooldir%\gawk '{print $1}'"') do set xip_image2_start…
42 …_image2_end__ ./Debug/Exe/application.map | %tooldir%\gawk '{print $1}'"') do set xip_image2_end=0…
61 ::for /f "tokens=1,2,3,4,5*" %%i in ('findstr /rg "symbol" test.txt') do (
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/projects/vstudio/
A DREADME.txt21 do not worry, it is mostly harmless.
23 This is all you need to do to build the 'release' and 'release library'
46 If you do not want to use the DLL, and prefer static linking instead,
60 You do not need these unless your own solution itself uses debug builds
/AliOS-Things-master/components/py_engine/engine/lib/
A DREADME.md2 Libraries that do not target any specific platform are generally chosen
/AliOS-Things-master/components/SDL2/src/image/autom4te.cache/
A Doutput.095 do
211 do
1024 do
1408 do
2164 do
2193 do
2379 do
2649 do
2689 do
2742 do
[all …]
A Doutput.195 do
211 do
1024 do
1408 do
2164 do
2193 do
2379 do
2649 do
2689 do
2742 do
[all …]
A Doutput.295 do
219 do
886 do
1270 do
2032 do
2061 do
2247 do
2586 do
2626 do
2679 do
[all …]
/AliOS-Things-master/components/freetype/src/autofit/
A Dafblue.hin76 AF_BLUE_STRING_MAX /* do not remove */
118 AF_BLUE_STRINGSET_MAX /* do not remove */
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitevents.m58 do {
63 do {
/AliOS-Things-master/components/SDL2/docs/
A DREADME-winrt.md23 typically do not include support for creating WinRT apps, to note.
24 (The "Community" editions of Visual C++ do, however, support both
34 by Visual Studio, and you may get error(s) when attempting to do so.
84 do not work in UWP, due to restrictions in UWP itself.)
155 contents of which do not automatically get synchronized across devices
158 Apps that wish to get their Roaming folder's path can do so either by using
295 (if and when the app needs to do so). *If this cursor resource is not
430 **These instructions do not include Windows Phone, despite Windows Phone
455 do this:
465 do, unfortunately, need to log in here, and will need to follow the
[all …]
A DREADME-dynapi.md15 statically linking SDL2 that we can't do this for. We can't even force the
61 system's dynamic loader was supposed to do for us? Yes, but now we've got this
62 level of indirection, we can do things like this:
80 and it'll do the right thing.
122 encourage you not to do that. However, on heavily locked down platforms like
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/pngminus/
A DREADME.txt30 At this moment libpng is in a very stable state and can do much of the
39 have any of the options to read or write special chunks and it will do
53 It does not handle B&W pbm-files, but instead you could do pgm with bit-
61 png-files you can do this just as well by piping the output of png2pnm
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/conftest/
A Dread.dfa45 # but very few do and it's no longer possible to disable it when READ is
52 # transforms, but needs libpng to perform gamma correction. It doesn't do any
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/iostream3/
A DTODO3 - The ability to do putback (e.g. putbackfail)
/AliOS-Things-master/components/mbedtls/
A DREADME.mbedtls.md50 … if you just want to add some warning options to the default ones, you can do so by setting `CFLAG…
54 In case you find that you need to do something else as well, please let us know what, so we can add…
112 prevent `git status` from showing them as modified). In order to do so, from
166 - [Porting Mbed TLS to a new environment or OS](https://tls.mbed.org/kb/how-to/how-do-i-port-mbed…
168 - [How do I configure Mbed TLS](https://tls.mbed.org/kb/compiling-and-building/how-do-i-configure…
179do this by creating an Mbed account and [accepting the online agreement here with a click through]…
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dinstall.txt25 If that doesn't complain, do
95 override. You can do this by providing optional switches to configure:
169 ckconfig.c by hand --- we hope you know at least enough to do that.
258 16-bit MS-DOS compilers already do both.
428 To do so:
599 jconfig.h to do this.
651 (and do NOT add -Aa); or just run configure without the CC option.
792 makefiles do NOT use stdin/stdout.
801 NEED_FAR_POINTERS, and do NOT use jmemdos.c. Use jmemnobs.c if the
986 /* If image width is odd, do the last output column separately */
[all …]
/AliOS-Things-master/documentation/yaml/
A Dpackage.yaml_user_manual.md115 # do our work
140 do
159 do
178 # do our work
/AliOS-Things-master/components/jsoncpp/
A DLICENSE9 In jurisdictions which do not recognize Public Domain property (e.g. Germany as of
34 furnished to do so, subject to the following conditions:

Completed in 63 milliseconds

123456789