Home
last modified time | relevance | path

Searched full:compatibility_version (Results 1 – 25 of 128) sorted by relevance

123456

/aosp_15_r20/external/llvm/test/ObjectYAML/MachO/
H A Ddylib_dylinker_command.yaml25 compatibility_version: 65536
34 compatibility_version: 65536
51 #CHECK: compatibility_version: 65536
60 #CHECK: compatibility_version: 65536
H A Dload_commands.yaml119 compatibility_version: 65536
126 compatibility_version: 65536
245 #CHECK: compatibility_version: 65536
252 #CHECK: compatibility_version: 65536
H A Dexport_trie.yaml121 compatibility_version: 65536
130 compatibility_version: 65536
H A Dsections.yaml229 compatibility_version: 65536
236 compatibility_version: 65536
H A Dout_of_order_linkedit.yaml121 compatibility_version: 65536
130 compatibility_version: 65536
H A Dsymtab.yaml123 compatibility_version: 65536
132 compatibility_version: 65536
/aosp_15_r20/external/libevent/cmake/
H A DAddEventLibrary.cmake148 math(EXPR COMPATIBILITY_VERSION "${EVENT_ABI_LIBVERSION_CURRENT}+1")
154 …LINK_FLAGS "-compatibility_version ${COMPATIBILITY_VERSION} -current_version ${COMPATIBILITY_VERSI…
/aosp_15_r20/packages/modules/Connectivity/networksecurity/tests/unit/src/com/android/server/net/ct/
DCertificateTransparencyDownloaderTest.java229 eq(Config.COMPATIBILITY_VERSION), any(), anyString())) in testDownloader_contentDownloadSuccess_installSuccess_updateDataStore()
267 eq(Config.COMPATIBILITY_VERSION), any(), anyString())) in testDownloader_contentDownloadSuccess_installFail_doNotUpdateDataStore()
293 .install(eq(Config.COMPATIBILITY_VERSION), any(), anyString()); in testDownloader_contentDownloadSuccess_verificationFail_doNotInstall()
313 .install(eq(Config.COMPATIBILITY_VERSION), any(), anyString()); in testDownloader_contentDownloadSuccess_missingVerificationPublicKey_doNotInstall()
346 eq(Config.COMPATIBILITY_VERSION), any(), anyString())) in testDownloader_endToEndSuccess_installNewVersion()
/aosp_15_r20/external/llvm/tools/llvm-shlib/
H A DCMakeLists.txt54 …" -compatibility_version 1 -current_version ${LLVM_VERSION_MAJOR}.${LLVM_VERSION_MINOR}.${LLVM_VER…
93 …" -compatibility_version 1 -current_version ${LLVM_VERSION_MAJOR}.${LLVM_VERSION_MINOR}.${LLVM_VER…
/aosp_15_r20/external/cronet/third_party/icu/source/config/
H A Dmh-darwin-ppc34 LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSION_MAJOR) -Wl,-current_version -Wl,$(SO…
36 LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSION_MAJOR) -Wl,-current_version -Wl,$(SO…
H A Dmh-darwin34 LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSION_MAJOR) -Wl,-current_version -Wl,$(SO…
36 LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSION_MAJOR) -Wl,-current_version -Wl,$(SO…
/aosp_15_r20/external/icu/icu4c/source/config/
H A Dmh-darwin-ppc34 LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSION_MAJOR) -Wl,-current_version -Wl,$(SO…
36 LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSION_MAJOR) -Wl,-current_version -Wl,$(SO…
H A Dmh-darwin34 LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSION_MAJOR) -Wl,-current_version -Wl,$(SO…
36 LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSION_MAJOR) -Wl,-current_version -Wl,$(SO…
/aosp_15_r20/external/libcxxabi/src/
H A DCMakeLists.txt95 "-compatibility_version 1"
102 "-compatibility_version 1"
/aosp_15_r20/external/compiler-rt/make/
H A DAppleBI.mk63 -compatibility_version 1 -current_version $(RC_ProjectSourceVersion) \
139 -compatibility_version 1 -current_version $(RC_ProjectSourceVersion) \
/aosp_15_r20/external/google-breakpad/src/common/mac/
H A Dmacho_utilities.cc60 dc->dylib.compatibility_version = ByteSwap(dc->dylib.compatibility_version); in breakpad_swap_dylib_command()
/aosp_15_r20/packages/modules/Connectivity/networksecurity/service/src/com/android/server/net/ct/
DCertificateTransparencyDownloader.java67 mInstaller.addCompatibilityVersion(Config.COMPATIBILITY_VERSION); in initialize()
213 success = mInstaller.install(Config.COMPATIBILITY_VERSION, inputStream, version); in handleContentDownloadCompleted()
/aosp_15_r20/external/freetype/
H A Dmeson.build252 # OSX sets the compatibility_version (aka libtools version) differently from
258 '-compatibility_version', ft2_pkgconfig_version.split('.')[0],
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/networksecurity/service/service-networksecurity-pre-jarjar/android_common_apex30/turbine/
Dservice-networksecurity-pre-jarjar.jar ... .File PREFERENCES_FILE static final String CT_ROOT_DIRECTORY_PATH static final String COMPATIBILITY_VERSION static final String NAMESPACE_NETWORK_SECURITY static final String FLAG_SERVICE_ENABLED static final ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/networksecurity/service/service-networksecurity-pre-jarjar/android_common/turbine/
Dservice-networksecurity-pre-jarjar.jar ... .File PREFERENCES_FILE static final String CT_ROOT_DIRECTORY_PATH static final String COMPATIBILITY_VERSION static final String NAMESPACE_NETWORK_SECURITY static final String FLAG_SERVICE_ENABLED static final ...
/aosp_15_r20/external/libcups/cups/
H A DMakefile384 -compatibility_version 2.0.0 \
450 -compatibility_version 2.0.0 \
/aosp_15_r20/external/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp272 IO.mapRequired("compatibility_version", DylibStruct.compatibility_version); in mapping()
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/Platform/
DApple-Intel-Fortran.cmake7 set(CMAKE_Fortran_OSX_COMPATIBILITY_VERSION_FLAG "-compatibility_version ")
DApple-IntelLLVM-Fortran.cmake7 set(CMAKE_Fortran_OSX_COMPATIBILITY_VERSION_FLAG "-compatibility_version ")
DApple-Absoft-Fortran.cmake6 set(CMAKE_Fortran_OSX_COMPATIBILITY_VERSION_FLAG "-compatibility_version ")

123456