Home
last modified time | relevance | path

Searched refs:libtype (Results 1 – 6 of 6) sorted by relevance

/external/libjpeg-turbo/
DCMakeLists.txt886 foreach(libtype ${TEST_LIBTYPES})
887 if(libtype STREQUAL "static")
891 add_test(tjunittest-${libtype} tjunittest${suffix})
892 add_test(tjunittest-${libtype}-alloc tjunittest${suffix} -alloc)
893 add_test(tjunittest-${libtype}-yuv tjunittest${suffix} -yuv)
894 add_test(tjunittest-${libtype}-yuv-alloc tjunittest${suffix} -yuv -alloc)
895 add_test(tjunittest-${libtype}-yuv-nopad tjunittest${suffix} -yuv -noyuvpad)
896 add_test(tjunittest-${libtype}-bmp tjunittest${suffix} -bmp)
917 add_test(tjbench-${libtype}-tile-cp
920 add_test(tjbench-${libtype}-tile
[all …]
/external/python/cpython2/Lib/distutils/tests/
Dsetuptools_build_ext.py22 libtype = 'shared' variable
90 return self.shlib_compiler.library_filename(fn,libtype)
264 libtype = 'static' variable
/external/python/setuptools/setuptools/command/
Dbuild_ext.py51 libtype = 'shared' variable
120 return self.shlib_compiler.library_filename(fn, libtype)
298 libtype = 'static' variable
/external/freetype/
Dvms_make.com1146 $ libtype = f$edit(f$parse(libloc,,,"TYPE"),"UPCASE")
1147 $ if f$locate("EXE",libtype) .lt. f$length(libtype) then lqual = "/share"
/external/llvm/cmake/modules/
DAddLLVM.cmake500 set(libtype INTERFACE) variable
503 set(libtype PRIVATE) variable
506 target_link_libraries(${name} ${libtype}
/external/swiftshader/third_party/llvm-7.0/llvm/cmake/modules/
DAddLLVM.cmake560 set(libtype INTERFACE) variable
563 set(libtype PRIVATE) variable
566 target_link_libraries(${name} ${libtype}