Home
last modified time | relevance | path

Searched refs:script (Results 1 – 25 of 161) sorted by relevance

1234567

/AliOS-Things-master/components/py_engine/engine/tools/
A Dmakemanifest.py74 def freeze(path, script=None, opt=0): argument
113 def freeze_as_mpy(path, script=None, opt=0): argument
121 def freeze_mpy(path, script=None, opt=0): argument
199 def freeze_internal(kind, path, script, opt): argument
207 elif script is None or isinstance(script, str) and script.find(".") == -1:
210 if script is None:
213 subdir = "/" + script
217 elif not isinstance(script, str):
219 for s in script:
226 if script.endswith(ext):
[all …]
/AliOS-Things-master/components/py_engine/engine/lib/mbedtls_errors/
A DREADME.md12 includes a Perl script to gather all `MBEDTLS_ERR` defines from includes files together with
13 english error text. From that the Perl script generates `mbedtls_strerror()`. The files in this
18 - `generate_errors.diff` - diff for original mbedtls perl script
22 - `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.
38 - When a new version of Mbedtls is pulled-in the `do-mp.sh` script should be run to
/AliOS-Things-master/components/freetype/src/autofit/
A Daftypes.h334 AF_Script script; member
442 AF_Script script; member
514 script, \ argument
522 script, \
538 script, \ argument
546 script, \
596 ac->script = script_; \
620 ac->script = script_; \
A Dhbshim.c110 hb_script_t script; in af_get_coverage() local
134 script = scripts[style_class->script]; in af_get_coverage()
139 hb_ot_tags_from_script( script, in af_get_coverage()
146 if ( style_class->script == globals->module->default_script && in af_get_coverage()
447 hb_buffer_set_script( buf, scripts[style_class->script] ); in af_get_char_index()
A Dafblue.dat16 // a script to simulate `jagged arrays', with enumeration values holding
24 // script then fills the corresponding templates (indicated by `@'
46 // brace the last (ignoring whitespace also). The script appends a comma
57 // Preprocessor directives are ignored while the script computes maximum
A Dafmodule.c106 if ( style_class->script == *fallback_script && in af_property_set()
181 *val = style_class->script; in af_property_get()
/AliOS-Things-master/components/py_engine/tests/
A Drun-multitests.py85 script = f.read()
87 script = bytes(prepend, "ascii") + b"\n" + script
90 return script
109 def run_script(self, script): argument
117 input=script,
125 def start_script(self, script): argument
133 self.popen.stdin.write(script)
176 def run_script(self, script): argument
181 output = self.pyb.exec_(script)
186 def start_script(self, script): argument
[all …]
A Drun-perfbench.py40 def run_script_on_target(target, script): argument
48 output = target.exec_(script)
55 target, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, input=script
66 script = f.read()
67 output, err = run_script_on_target(target, script)
74 def run_benchmark_on_target(target, script): argument
75 output, err = run_script_on_target(target, script)
A Drun-natmodtests.py68 def run_script(self, script): argument
71 self.cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, input=script
87 def run_script(self, script): argument
90 output = self.pyb.exec_(script)
/AliOS-Things-master/components/ble_host/script/
A Dgen_btconfig.sh8 …python3 script/Kconfiglib-10.21.0/genconfig.py --header-path $C_HEAD_FILE --config-out $CONFIG_FIL…
10 …python3 script/Kconfiglib-10.21.0/genconfig.py --header-path $C_HEAD_FILE.tmp --config-out $CONFIG…
/AliOS-Things-master/components/ble_mesh/script/
A Dgen_btconfig.sh8 …python3 script/Kconfiglib-10.21.0/genconfig.py --header-path $C_HEAD_FILE --config-out $CONFIG_FIL…
10 …python3 script/Kconfiglib-10.21.0/genconfig.py --header-path $C_HEAD_FILE.tmp --config-out $CONFIG…
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dwizard.txt124 The specified file should be a text file containing a "scan script".
125 The script specifies the contents and ordering of the scans to be emitted.
126 Each entry in the script defines one scan. A scan definition specifies
147 the script represents a progressive or sequential file, by observing whether
150 The scan script must meet the JPEG restrictions on progression sequences.
153 Scan script files are free format, in that arbitrary whitespace can appear
162 Here is an example of a scan script that generates a partially interleaved
181 Here is an example of a successive-approximation script. This is equivalent
182 to the default script used by "cjpeg -progressive" for YCbCr images:
206 It may be worth pointing out that this script is tuned for quality settings
[all …]
A Dconfigure.ac2 # Process this file with autoconf to produce a configure script.
5 # Configure script for IJG libjpeg
47 AC_ARG_ENABLE([ld-version-script],
48 AS_HELP_STRING([--enable-ld-version-script],
49 [enable linker version script (default is enabled when possible)]),
52 AC_MSG_CHECKING([if LD -Wl,--version-script works])
54 LDFLAGS="$LDFLAGS -Wl,--version-script=conftest.map"
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A Diosbuild.sh62 Error creating configure script!
63 This script requires the autoconf/automake and libtool to build. MacPorts can
A Dgradlew.bat4 @rem Gradle startup script for Windows
16 …lt JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A DMakefile.am127 libtiff_la_LDFLAGS += -Wl,--version-script=$(srcdir)/libtiff.map
138 libtiffxx_la_LDFLAGS += -Wl,--version-script=$(srcdir)/libtiffxx.map
/AliOS-Things-master/components/SDL2/build-scripts/
A Dwinrtbuild.bat4 REM Powershell script, either from Windows Explorer, or through Buildbot.
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/os400/
A DREADME40010 2) Edit the configuration parameters in the compilation script.
26 The script will:
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A DINDEX8 configure configure script for Unix
21 zlib2ansi perl script to convert source files for C++ compilation
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/minizip/
A Dconfigure.ac2 # Process this file with autoconf to produce a configure script.
/AliOS-Things-master/components/SDL2/src/hidapi/android/
A Dproject.properties7 # "ant.properties", and override values to adapt the script to your
/AliOS-Things-master/components/SDL2/src/gfx/
A DINSTALL24 The `configure' shell script attempts to guess correct values for
28 definitions. Finally, it creates a shell script `config.status' that
100 the `configure' script does not know about. Run `./configure --help'
118 the `configure' script. `configure' automatically checks for the
290 you can create a site shell script called `config.site' that gives
294 `CONFIG_SITE' environment variable to the location of the site script.
295 A warning: not all `configure' scripts look for a site script.
300 Variables not defined in a site shell script can be set in the
309 overridden in the site shell script).
336 script, and exit.
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A DINSTALL24 The `configure' shell script attempts to guess correct values for
28 definitions. Finally, it creates a shell script `config.status' that
100 the `configure' script does not know about. Run `./configure --help'
118 the `configure' script. `configure' automatically checks for the
290 you can create a site shell script called `config.site' that gives
294 `CONFIG_SITE' environment variable to the location of the site script.
295 A warning: not all `configure' scripts look for a site script.
300 Variables not defined in a site shell script can be set in the
309 overridden in the site shell script).
336 script, and exit.
/AliOS-Things-master/documentation/yaml/
A Dpackage.yaml_user_manual.md109 print("the script is %s" % sys.argv[0])
120 print("run external script success")
171 echo "the script is $0"
183 echo "run external script success"
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/httpd/makefsdata/
A Dreadme.txt1 This directory contains a script ('makefsdata') to create C code suitable for

Completed in 96 milliseconds

1234567