/AliOS-Things-master/components/SDL2/src/test/ |
A D | SDL_test_harness.c | 389 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 D | README.txt | 36 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 D | libwebp_gc.c | 33 runtime·cgocall(x_wrap_WebPGetDecoderVersion, &p); 48 runtime·cgocall(x_wrap_wrapped_WebPGetInfo, &p);
|
/AliOS-Things-master/components/SDL2/test/nacl/ |
A D | background.js | 40 chrome.app.runtime.onLaunched.addListener(onLaunched);
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | README-linux.md | 5 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 D | README-SDL.txt | 2 Please distribute this file with the SDL runtime environment:
|
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/httpd/makefsdata/ |
A D | readme.txt | 9 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 D | Makefile | 51 shared/runtime/gchelper_generic.c \
|
A D | README.md | 16 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 D | Kconfig | 19 bool "runtime storage back-end" 22 Enables runtime storage back-end.
|
/AliOS-Things-master/components/jsoncpp/src/lib_json/ |
A D | CMakeLists.txt | 135 # 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 D | ReadMe.txt | 7 …. 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 D | README-WIN32.txt | 51 zlib.pdb into compiled programs, without zlib1.dll runtime dependency 55 the program's runtime directory (where the .exe resides)
|
A D | DLL_FAQ.txt | 309 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 D | README.txt | 54 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 D | readme.txt | 43 interfacing problems with the C runtime library. Besides,
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | py.cmake | 113 ${MICROPY_PY_DIR}/runtime.c
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | TODO | 67 - runtime object and function inspectors
|
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/ |
A D | train_micro_speech_model.ipynb | 29 …runtime 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 D | config.h.in | 115 /* Set to 1 if runtime detection of NEON is enabled */
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/cmake/ |
A D | config.h.in | 118 /* Set to 1 if runtime detection of NEON is enabled */
|
/AliOS-Things-master/components/jsoncpp/ |
A D | CMakeCache.txt | 174 //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 D | configure.ac | 168 [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 D | README | 31 giving them the opportunity to install private extensions at runtime,
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/doc/ |
A D | algorithm.txt | 33 truncated at a certain length, determined by a runtime option (level 45 The lazy match evaluation is also subject to a runtime parameter. If
|