Home
last modified time | relevance | path

Searched refs:system (Results 1 – 25 of 242) sorted by relevance

12345678910

/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/os400/
A Dmake.sh97 system "${CMD}"
168 system "${CMD}"
177 system "${CMD}"
201 system "${CMD}"
246 system "${CMD}"
292 system "${CMD}"
308 system "${CMD}"
317 system "${CMD}"
336 system "${CMD}"
348 system "${CMD}"
[all …]
/AliOS-Things-master/components/amp/example-js/
A Dsystem.js1 console.log('system version is: ' + system.version())
2 console.log('system platform is: ' + system.platform())
3 console.log('system uptime is: ' + system.uptime())
4 console.log('system heapTotal is: ' + system.memory().heapTotal)
5 console.log('system heapUsed is: ' + system.memory().heapUsed)
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/utils/system/
A Dmodule_system.c149 JSValue global_obj, system; in module_system_register() local
154 system = JS_NewObject(ctx); in module_system_register()
155 JS_SetPropertyStr(ctx, system, "versions", in module_system_register()
157 JS_SetPropertyStr(ctx, system, "version", in module_system_register()
159 JS_SetPropertyStr(ctx, system, "appversion", in module_system_register()
161 JS_SetPropertyStr(ctx, system, "getSystemInfo", in module_system_register()
163 JS_SetPropertyStr(ctx, system, "platform", in module_system_register()
165 JS_SetPropertyStr(ctx, system, "uptime", in module_system_register()
167 JS_SetPropertyStr(ctx, system, "memory", in module_system_register()
169 JS_SetPropertyStr(ctx, system, "gc", in module_system_register()
[all …]
/AliOS-Things-master/hardware/chip/rtl872xd/release/auto_build_tool/
A Dbuild_bin.py18 cur_os = platform.system()
36 os.system(cmd_str)
42 os.system(cmd_str)
44 os.system(cmd_str)
47 os.system(cmd_str)
50 os.system(cmd_str)
A Dgenbin.py26 osstr = platform.system()
208 os.system("echo \"Start make littlefs\"")
229 os.system("echo \"Make littlefs done\"")
336 os.system('chmod 777 ' + release_file_dir + '/')
480 os.system('cp "' + res_dir + '" "' + dst_dir + '"')
/AliOS-Things-master/hardware/chip/rtl872xd/
A Dbuild_bin.py18 cur_os = platform.system()
36 os.system(cmd_str)
42 os.system(cmd_str)
45 os.system(cmd_str)
48 os.system(cmd_str)
/AliOS-Things-master/hardware/chip/haas1000/release/auto_build_tool/
A Dbuild_bin.py18 cur_os = platform.system()
36 os.system(cmd_str)
42 os.system(cmd_str)
45 os.system(cmd_str)
48 os.system(cmd_str)
A Dhaas1000_genbin.py26 osstr = platform.system()
208 os.system("echo \"Start make littlefs\"")
229 os.system("echo \"Make littlefs done\"")
336 os.system('chmod 777 ' + release_file_dir + '/')
476 os.system('cp "' + res_dir + '" "' + dst_dir + '"')
/AliOS-Things-master/components/py_engine/tests/
A Drun-tests-exp.py36 r = os.system("dir /b %s/*.py >tests.lst" % suite)
38 r = os.system("ls %s/*.py | xargs -n1 basename >tests.lst" % suite)
67 r = os.system(MICROPYTHON + " %s >.tst.out" % qtest)
/AliOS-Things-master/components/uvoice/
A Dget_open_source.py13 ret = os.system("python get_pv_aac.py") >> 8
19 ret = os.system("python get_pvmp3.py") >> 8
/AliOS-Things-master/components/py_engine/tests/misc/
A Drge_sm.py89 def phaseDiagram(system, trajStart, trajPlot, h=0.1, tend=1.0, range=1.0): argument
93 rk = RungeKutta(system, trajStart(i, j), tstart, h)
121 def singleTraj(system, trajStart, h=0.02, tend=1.0): argument
126 rk = RungeKutta(system, trajStart, tstart, h)
/AliOS-Things-master/components/amp/services/amp_utils/
A Damp_utils.c174 memset(aos_version.system, 0, AOS_VERSION_LENGTH * 2); in aos_system_version_get()
175 aos_snprintf(aos_version.system, AMP_VERSION_LENGTH, amp_version_fmt, \ in aos_system_version_get()
178 return aos_version.system; in aos_system_version_get()
/AliOS-Things-master/components/SDL2/docs/
A DREADME-porting.md7 include/SDL_platform.h and create an entry there for your operating system.
9 Ideally SDL_platform.h will be able to auto-detect the system it's building
16 If you have a GNUish system, then you might try this. Edit configure.ac,
25 If you're using an IDE or other non-configure build system, you'll probably
A DREADME-cmake.md5 SDL's build system was traditionally based on autotools. Over time, this
8 To solve these problems, a new build system based on CMake is under development.
9 It works in parallel to the legacy system, so users can experiment with it
11 While still experimental, the build system should be usable on the following
/AliOS-Things-master/components/debug/src/
A Ddebug_test.c71 ALIOS_CLI_CMD_REGISTER(panic_trigger, panic, Console trigger system panic) in ALIOS_CLI_CMD_REGISTER()
89 ALIOS_CLI_CMD_REGISTER(hung_trigger, hung, Trigger system hung) in ALIOS_CLI_CMD_REGISTER()
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djconfig.txt10 * customize the JPEG software for a particular system.
54 /* Define this if your system has an ANSI-conforming <stddef.h> file.
58 /* Define this if your system has an ANSI-conforming <stdlib.h> file.
62 /* Define this if your system does not have an ANSI/SysV <string.h>,
67 /* Define this if your system does not provide typedef size_t in any of the
148 * your system can't cope with binary I/O to stdin/stdout. See comments at
153 /* Define this if your system needs explicit cleanup of temporary files.
/AliOS-Things-master/components/freetype/src/autofit/
A Daftypes.h485 system, \ argument
495 system, \
559 system, \ argument
569 ac->writing_system = system; \
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/pngminim/decoder/
A Dpngusr.dfa25 # use the system floating point. The latter is considerably
26 # smaller (by about 1kbyte on an x86 system):
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/pngminim/encoder/
A Dpngusr.dfa27 # use the system floating point. The latter is considerably
28 # smaller (by about 1kbyte on an x86 system):
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/pngminim/preader/
A Dpngusr.dfa23 # use the system floating point. The latter is considerably
24 # smaller (by about 1kbyte on an x86 system):
/AliOS-Things-master/components/py_engine/engine/tools/
A Dmakemanifest.py158 def system(cmd): function
306 res, out = system(
330 res, output_str = system([sys.executable, MAKE_FROZEN] + str_paths)
337 res, output_mpy = system(
/AliOS-Things-master/hardware/chip/haas1000/
A D_haas1000_alios_lds.py64 if platform.system() == "Windows":
96 ret = os.system(build_cmd) >> 8
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtiffconf.h.in40 /* Define to 1 if the system has the type `int16'. */
43 /* Define to 1 if the system has the type `int32'. */
46 /* Define to 1 if the system has the type `int8'. */
/AliOS-Things-master/components/amp/libjs/init/
A Dprocess.js3 globalThis.process = system;
/AliOS-Things-master/components/py_engine/engine/tools/mpremote/
A Dpyproject.toml1 [build-system]

Completed in 18 milliseconds

12345678910