Home
last modified time | relevance | path

Searched defs:libtype (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/python/cpython2/Lib/distutils/tests/
Dsetuptools_build_ext.py22 libtype = 'shared' variable
264 libtype = 'static' variable
/aosp_15_r20/external/python/setuptools/setuptools/command/
Dbuild_ext.py50 libtype = 'shared' variable
305 libtype = 'static' variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/command/
Dbuild_ext.py52 libtype = 'shared' variable
360 libtype = 'static' variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/command/
Dbuild_ext.py52 libtype = 'shared' variable
360 libtype = 'static' variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/command/
Dbuild_ext.py52 libtype = 'shared' variable
360 libtype = 'static' variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/command/
Dbuild_ext.py52 libtype = 'shared' variable
360 libtype = 'static' variable
/aosp_15_r20/external/llvm/cmake/modules/
H A DAddLLVM.cmake500 set(libtype INTERFACE) variable
503 set(libtype PRIVATE) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/cmake/llvm/
DAddLLVM.cmake702 set(libtype PUBLIC) variable
705 set(libtype PRIVATE) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/cmake/llvm/
DAddLLVM.cmake711 set(libtype PUBLIC) variable
714 set(libtype PRIVATE) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/cmake/llvm/
DAddLLVM.cmake702 set(libtype PUBLIC) variable
705 set(libtype PRIVATE) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/cmake/llvm/
DAddLLVM.cmake680 set(libtype PUBLIC) variable
683 set(libtype PRIVATE) variable
/aosp_15_r20/external/libepoxy/
H A Dmeson.build140 libtype = get_option('default_library') variable
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/build/
H A Djlibtool.c894 int libdircheck, enum lib_type *libtype) in check_library_exists()
1273 enum lib_type libtype; in parse_input_file_name() local