Home
last modified time | relevance | path

Searched defs:_version (Results 1 – 25 of 137) sorted by relevance

123456

/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/
DCMakeDetermineVSServicePack.cmake48 set(_version "vc80") variable
50 set(_version "vc80sp1") variable
52 set(_version "vc90") variable
54 set(_version "vc90sp1") variable
56 set(_version "vc100") variable
58 set(_version "vc100sp1") variable
60 set(_version "vc110") variable
62 set(_version "vc110sp1") variable
64 set(_version "vc110sp2") variable
66 set(_version "vc110sp3") variable
[all …]
DCMakeDetermineASMCompiler.cmake167 set(_version " ${CMAKE_ASM${ASM_DIALECT}_COMPILER_VERSION}") variable
169 set(_version "") variable
DCMakeDetermineCompilerId.cmake234 set(_version " ${CMAKE_${lang}_COMPILER_VERSION}") variable
236 set(_version "") variable
/aosp_15_r20/external/eigen/cmake/
H A DEigenDetermineOSVersion.cmake13 set(_version "win7") variable
15 set(_version "winVista") variable
17 set(_version "winXpProf") variable
19 set(_version "winXp") variable
21 set(_version "win2000Prof") variable
23 set(_version "unknownWin") variable
/aosp_15_r20/external/pytorch/torch/ao/nn/quantized/modules/
H A Dembedding_ops.py15 _version = 1 variable in EmbeddingPackedParams
119 _version = 1 variable in Embedding
284 _version = 1 variable in EmbeddingBag
H A Dlinear.py20 _version = 3 variable in LinearPackedParams
148 _version = 3 variable in Linear
/aosp_15_r20/external/kotlinc/bin/
H A Dkotlinc.bat90 set _version= variable
97 set _version=%%j variable
/aosp_15_r20/external/arm-trusted-firmware/include/services/
H A Drmi_svc.h58 #define RMI_ABI_VERSION_GET_MAJOR(_version) ((_version) >> 16) argument
59 #define RMI_ABI_VERSION_GET_MINOR(_version) ((_version) & 0xFFFF) argument
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/services/
Drmmd_svc.h165 #define RMM_EL3_IFC_VERSION_GET_MAJOR(_version) (((_version) >> 16) \ argument
167 #define RMM_EL3_IFC_VERSION_GET_MAJOR_MINOR(_version) ((_version) & 0xFFFF) argument
Drmm_core_manifest.h34 #define RMMD_GET_MANIFEST_VERSION_MAJOR(_version) \ argument
37 #define RMMD_GET_MANIFEST_VERSION_MINOR(_version) \ argument
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/test/java/software/amazon/awssdk/enhanced/dynamodb/functionaltests/
H A DVersionedRecordWithSpecialCharactersTest.java45 private Integer _version; field in VersionedRecordWithSpecialCharactersTest.Record
69 private Record set_version(Integer _version) { in set_version()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/computeinfo/
H A Dmain.cpp89 struct _version struct
94 typedef struct _version version_t; argument
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
H A DHashList.cs66 private int _version; field in Antlr.Runtime.Collections.HashList.HashListEnumerator
354 private int _version; field in Antlr.Runtime.Collections.HashList
/aosp_15_r20/external/pytorch/torch/ao/nn/sparse/quantized/
H A Dlinear.py17 _version = 1 variable in LinearPackedParams
107 _version = 1 variable in Linear
/aosp_15_r20/external/scapy/scapy/
H A D__init__.py61 def _version(): function
/aosp_15_r20/external/javassist/sample/evolve/
H A DSample.java7 public static Class _version; field in Sample
/aosp_15_r20/external/sdv/vsomeip/implementation/service_discovery/src/
Dserviceentry_impl.cpp24 void serviceentry_impl::set_minor_version(minor_version_t _version) { in set_minor_version()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/command/
Ddist_info.py113 def _version(version: str) -> str: function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/command/
Ddist_info.py113 def _version(version: str) -> str: function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/command/
Ddist_info.py113 def _version(version: str) -> str: function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/command/
Ddist_info.py113 def _version(version: str) -> str: function
/aosp_15_r20/external/sdv/vsomeip/interface/compat/vsomeip/
Dplugin.hpp55 plugin_impl(const std::string &_name, uint32_t _version, in plugin_impl()
/aosp_15_r20/external/sdv/vsomeip/interface/vsomeip/
Dplugin.hpp61 plugin_impl(const std::string &_name, uint32_t _version, in plugin_impl()
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
H A DSignedData.java45 ASN1Integer _version, in SignedData()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DVariableMethodStubs.cpp47 int64_t _version(const Tensor& self) { in _version() function

123456