Home
last modified time | relevance | path

Searched refs:runtime (Results 1 – 25 of 67) sorted by relevance

123

/AliOS-Things-master/components/SDL2/src/test/
A DSDL_test_harness.c389 float runtime; in SDLTest_RunSuites() local
590 runtime = testEndSeconds - testStartSeconds; in SDLTest_RunSuites()
591 if (runtime < 0.0f) runtime = 0.0f; in SDLTest_RunSuites()
595 SDLTest_Log("Runtime of %i iterations: %.1f sec", testIterations, runtime); in SDLTest_RunSuites()
599 SDLTest_Log("Total Test runtime: %.1f sec", runtime); in SDLTest_RunSuites()
625 runtime = suiteEndSeconds - suiteStartSeconds; in SDLTest_RunSuites()
626 if (runtime < 0.0f) runtime = 0.0f; in SDLTest_RunSuites()
629 SDLTest_Log("Total Suite runtime: %.1f sec", runtime); in SDLTest_RunSuites()
649 runtime = runEndSeconds - runStartSeconds; in SDLTest_RunSuites()
650 if (runtime < 0.0f) runtime = 0.0f; in SDLTest_RunSuites()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/projects/vstudio/
A DREADME.txt36 builds a DLL for libpng with the default runtime options used by Visual
37 Studio. In particular the runtime library is the "MultiThreaded DLL"
42 be built with the default runtime option (/MD). If, for some reason,
48 a non-standard runtime library - the "MultiThreaded" version. When you
72 static library builds of libpng; instead of the shared DLL runtime, it
73 uses a static runtime. If you need to change this, make sure to change
80 The runtime library settings for each build are as follows:
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/swig/
A Dlibwebp_gc.c33 runtime·cgocall(x_wrap_WebPGetDecoderVersion, &p);
48 runtime·cgocall(x_wrap_wrapped_WebPGetInfo, &p);
/AliOS-Things-master/components/SDL2/test/nacl/
A Dbackground.js40 chrome.app.runtime.onLaunched.addListener(onLaunched);
/AliOS-Things-master/components/SDL2/docs/
A DREADME-linux.md5 enabled dynamically at runtime depending on the available features on the target
8 at runtime, and you won't get a missing library error, at least with the
28 - libsamplerate0-dev lets SDL optionally link to libresamplerate at runtime
/AliOS-Things-master/components/SDL2/
A DREADME-SDL.txt2 Please distribute this file with the SDL runtime environment:
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/httpd/makefsdata/
A Dreadme.txt9 switch -e: exclude HTTP header from file (header is created at runtime, default is on)
/AliOS-Things-master/components/py_engine/engine/mpy-cross/
A DMakefile51 shared/runtime/gchelper_generic.c \
A DREADME.md16 by the target MicroPython runtime (eg onto a pyboard's filesystem), and then
/AliOS-Things-master/components/ble_host/bt_host/port/core/settings/
A DKconfig19 bool "runtime storage back-end"
22 Enables runtime storage back-end.
/AliOS-Things-master/components/jsoncpp/src/lib_json/
A DCMakeLists.txt135 # Set library's runtime search path on OSX
167 # Set library's runtime search path on OSX
196 # Set library's runtime search path on OSX
/AliOS-Things-master/components/SDL2/src/image/Xcode/pkg-support/resources/
A DReadMe.txt7 …. Conforming with Apple guidelines, this framework contains both the SDL runtime component and dev…
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/win32/
A DREADME-WIN32.txt51 zlib.pdb into compiled programs, without zlib1.dll runtime dependency
55 the program's runtime directory (where the .exe resides)
A DDLL_FAQ.txt309 If ZLIB1.DLL depends on a non-system runtime, it cannot
325 article KB326922 (see the previous answer), the C runtime that
328 runtime exists, or may be installed in a system directory.
338 way to build applications linked to a proper system runtime,
357 For example, in Cygwin, zlib is linked to the Cygwin runtime
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/projects/visualc71/
A DREADME.txt54 All DLLs built by this project use the Microsoft dynamic C runtime library
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/pascal/
A Dreadme.txt43 interfacing problems with the C runtime library. Besides,
/AliOS-Things-master/components/py_engine/engine/py/
A Dpy.cmake113 ${MICROPY_PY_DIR}/runtime.c
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A DTODO67 - runtime object and function inspectors
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/
A Dtrain_micro_speech_model.ipynb29runtime by going to **Runtime -> Change runtime type** and set **Hardware accelerator: GPU**. Trai…
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/webp/
A Dconfig.h.in115 /* Set to 1 if runtime detection of NEON is enabled */
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/cmake/
A Dconfig.h.in118 /* Set to 1 if runtime detection of NEON is enabled */
/AliOS-Things-master/components/jsoncpp/
A DCMakeCache.txt174 //If set, runtime paths are not added when installing shared libraries,
178 //If set, runtime paths are not added when using shared libraries.
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A Dconfigure.ac168 [Disable runtime detection of NEON support via
200 AC_MSG_WARN(m4_normalize([NEON runtime cpu-detection is
221 [Set to 1 if runtime detection of NEON is enabled])])])
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/tags/
A DREADME31 giving them the opportunity to install private extensions at runtime,
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/doc/
A Dalgorithm.txt33 truncated at a certain length, determined by a runtime option (level
45 The lazy match evaluation is also subject to a runtime parameter. If

Completed in 26 milliseconds

123