Home
last modified time | relevance | path

Searched refs:RUNTIME (Results 1 – 25 of 445) sorted by relevance

12345678910>>...18

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A DCMakeLists.txt92 install(TARGETS rk_mpi_ao_test RUNTIME DESTINATION "bin")
99 install(TARGETS rk_mpi_adec_test RUNTIME DESTINATION "bin")
106 install(TARGETS rk_mpi_vpss_test RUNTIME DESTINATION "bin")
112 install(TARGETS rk_mpi_vgs_test RUNTIME DESTINATION "bin")
119 install(TARGETS rk_mpi_mb_test RUNTIME DESTINATION "bin")
126 install(TARGETS rk_mpi_sys_test RUNTIME DESTINATION "bin")
133 install(TARGETS rk_mpi_vdec_test RUNTIME DESTINATION "bin")
140 install(TARGETS rk_mpi_all_test RUNTIME DESTINATION "bin")
147 install(TARGETS rk_mpi_venc_test RUNTIME DESTINATION "bin")
154 install(TARGETS rk_mpi_tde_test RUNTIME DESTINATION "bin")
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/grpc/grpc/
H A D0001-cmake-add-separate-export-for-plugin-targets.patch23 RUNTIME DESTINATION ${gRPC_INSTALL_BINDIR}
32 RUNTIME DESTINATION ${gRPC_INSTALL_BINDIR}
41 RUNTIME DESTINATION ${gRPC_INSTALL_BINDIR}
50 RUNTIME DESTINATION ${gRPC_INSTALL_BINDIR}
59 RUNTIME DESTINATION ${gRPC_INSTALL_BINDIR}
68 RUNTIME DESTINATION ${gRPC_INSTALL_BINDIR}
77 RUNTIME DESTINATION ${gRPC_INSTALL_BINDIR}
/OK3568_Linux_fs/yocto/meta-clang/classes/
H A Dclang.bbclass78 RUNTIME ??= "gnu"
79 #RUNTIME:toolchain-gcc = "gnu"
80 RUNTIME:armeb = "gnu"
81 RUNTIME:armv5 = "gnu"
90 OVERRIDES =. "${@['', 'runtime-${RUNTIME}:']['${RUNTIME}' != '']}"
91 OVERRIDES[vardepsexclude] += "TOOLCHAIN RUNTIME"
107 if (d.getVar('RUNTIME').find('android') != -1):
110 if (d.getVar('RUNTIME').find('llvm') != -1):
116 if (d.getVar('RUNTIME').find('llvm') != -1):
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dfin_ack_lat.sh19 RUNTIME=$1
24 sleep $RUNTIME
/OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/clang/
H A D0015-clang-llvm-cmake-Fix-configure-for-packages-using-fi.patch43 RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}"
63 RUNTIME DESTINATION ${LLVM_TOOLS_INSTALL_DIR}
81 RUNTIME DESTINATION ${LLVM_UTILS_INSTALL_DIR}
109 RUNTIME DESTINATION ${LLVM_TOOLS_INSTALL_DIR})
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/opencv/ade/
H A D0001-use-GNUInstallDirs-for-detecting-install-paths.patch28 - RUNTIME DESTINATION lib
32 + RUNTIME DESTINATION ${CMAKE_INSTALL_LIBDIR}
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/tinyalsa/tinyalsa/
H A D0001-Use-CMAKE_INSTALL_-path-instead-of-hardcoding-bin-li.patch37 - RUNTIME DESTINATION "bin"
40 + RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/paho-mqtt-cpp/paho-mqtt-cpp/
H A D0001-cmake-Use-CMAKE_INSTALL_LIBDIR-and-CMAKE_INSTALL_BIN.patch41 - RUNTIME DESTINATION bin
43 + RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
/OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/
H A Dlibcxx_git.bb13 PACKAGECONFIG ??= "compiler-rt exceptions ${@bb.utils.contains("RUNTIME", "llvm", "unwind unwind-sh…
53 OECMAKE_TARGET_INSTALL = "install-cxx install-cxxabi ${@bb.utils.contains("RUNTIME", "llvm", "insta…
97 if ${@bb.utils.contains("RUNTIME", "llvm", "true", "false", d)}
/OK3568_Linux_fs/yocto/meta-clang/
H A DREADME.md56 Default is to use GNU runtime `RUNTIME = "gnu"` which consists of libgcc, libstdc++ to provide C/C++
63 RUNTIME = "llvm"
66 RUNTIME variable influences individual runtime elements and can be set explicitly as well
74 Using RUNTIME variable will select which C++ runtime is used, however it can be overridden
75 if needed to by modifying `LIBCPLUSPLUS` variable, usually defaults used by `RUNTIME` are
/OK3568_Linux_fs/external/mpp/test/
H A DCMakeLists.txt19 install(TARGETS ${test_name} RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
64 install(TARGETS ${test_name} RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/portaudio/portaudio-v19/
H A D0001-cmake-Use-GNUInstallDirs.patch34 - RUNTIME DESTINATION bin
38 + RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
/OK3568_Linux_fs/buildroot/package/pistache/
H A D0002-CMakeLists.txt-respect-BUILD_SHARED_LIBS.patch79 - RUNTIME DESTINATION ${bin_install_dir}
87 + RUNTIME DESTINATION ${bin_install_dir}
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdkext/files/myapp_cmake/
H A DCMakeLists.txt11 RUNTIME DESTINATION bin)
/OK3568_Linux_fs/external/security/librkcrypto/test/
H A DCMakeLists.txt12 install(TARGETS ${RKCRYPTO_TEST_NAME} RUNTIME DESTINATION "bin")
/OK3568_Linux_fs/yocto/meta-clang/recipes-extended/ghostscript/
H A Dghostscript_%.bbappend4 if ${@bb.utils.contains('RUNTIME', 'llvm', 'true', 'false', d)}; then
/OK3568_Linux_fs/external/common_algorithm/audio/rkap_3a/test/
H A DCMakeLists.txt24 RUNTIME DESTINATION bin)
/OK3568_Linux_fs/external/common_algorithm/audio/rkap_anr/test/
H A DCMakeLists.txt24 RUNTIME DESTINATION bin)
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq_3A_server/
H A DCMakeLists.txt126 RUNTIME DESTINATION /usr/bin
136 RUNTIME DESTINATION "usr/bin"
/OK3568_Linux_fs/external/common_algorithm/video/occlusion_detect/test/
H A DCMakeLists.txt25 RUNTIME DESTINATION bin)
/OK3568_Linux_fs/external/common_algorithm/video/move_detect/test/
H A DCMakeLists.txt27 RUNTIME DESTINATION bin)
/OK3568_Linux_fs/yocto/meta-clang/conf/
H A Dlayer.conf28 PREFERRED_PROVIDER_libunwind = "${@bb.utils.contains_any("RUNTIME", "llvm android", "libcxx", "libu…
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/
H A D0012-Ensure-target-gcc-headers-can-be-included.patch51 @@ -165,6 +165,13 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
65 @@ -191,6 +198,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
/OK3568_Linux_fs/app/lvgl_demo/rk_demo/
H A DCMakeLists.txt40 install(TARGETS ${PROJECT_NAME} RUNTIME DESTINATION bin)
/OK3568_Linux_fs/buildroot/package/brotli/
H A D0001-CMake-Allow-using-BUILD_SHARED_LIBS-to-choose-static.patch115 RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}"
122 - RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}"

12345678910>>...18