Home
last modified time | relevance | path

Searched defs:Version (Results 1 – 25 of 232) sorted by relevance

12345678910

/third_party/skia/third_party/externals/swiftshader/tests/regres/llvm/
Dllvm.go38 type Version struct { struct
39 Major, Minor, Point int
42 func (v Version) String() string {
47 func (v Version) GreaterEqual(rhs Version) bool {
64 func (v Version) Download() ([]byte, error) {
69 func (v Version) DownloadForOS(osName string) ([]byte, error) {
106 func (v Version) DownloadInfoForOS(os string) (url, sig, key string, err error) {
138 Version Version member
146 func (l Toolchains) Find(v Version) *Toolchain {
156 func (l Toolchains) FindAtLeast(v Version) *Toolchain {
/third_party/skia/third_party/externals/oboe/include/oboe/
DVersion.h61 struct Version { struct
80 * Version string in the form MAJOR.MINOR.PATCH. argument
82 static constexpr const char * Text = OBOE_VERSION_TEXT;
88 static constexpr uint32_t Number = OBOE_VERSION_NUMBER;
/third_party/rust/crates/autocfg/src/
Dversion.rs9 pub struct Version { struct
15 impl Version { argument
/third_party/rust/crates/version_check/src/
Dversion.rs5 pub struct Version(u64); struct
7 impl Version { impl
57 pub fn parse(version: &str) -> Option<Version> { in parse()
88 pub fn from_mmp(major: u16, minor: u16, patch: u16) -> Version { in from_mmp()
191 impl fmt::Display for Version { implementation
198 impl fmt::Debug for Version { implementation
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DVersion.h15 struct Version struct
24 bool operator==(const Version &a, const Version &b); argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolCompilandDetails.h25 void getFrontEndVersion(VersionInfo &Version) const { in getFrontEndVersion()
29 void getBackEndVersion(VersionInfo &Version) const { in getBackEndVersion()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/
Dspecifiers.py376 def _compare_compatible(self, prospective: Version, spec: str) -> bool:
397 def _compare_equal(self, prospective: Version, spec: str) -> bool:
438 def _compare_not_equal(self, prospective: Version, spec: str) -> bool:
441 def _compare_less_than_equal(self, prospective: Version, spec: str) -> bool:
448 def _compare_greater_than_equal(self, prospective: Version, spec: str) -> bool:
455 def _compare_less_than(self, prospective: Version, spec_str: str) -> bool:
480 def _compare_greater_than(self, prospective: Version, spec_str: str) -> bool:
511 def _compare_arbitrary(self, prospective: Version, spec: str) -> bool:
514 def __contains__(self, item: Union[str, Version]) -> bool: argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFExpression.h64 DwarfVersion Version; ///< Dwarf version where the Op was introduced. member
69 : Version(Version) { in Version() function
130 DWARFExpression(DataExtractor Data, uint16_t Version, uint8_t AddressSize) in DWARFExpression()
145 uint16_t Version; variable
DDWARFDebugAddr.h36 uint16_t Version = 5; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.cpp228 auto Version = getIsaVersion(STI->getCPU()); in streamIsaVersion() local
328 IsaVersion Version = getIsaVersion(STI->getCPU()); in getSGPRAllocGranule() local
341 IsaVersion Version = getIsaVersion(STI->getCPU()); in getTotalNumSGPRs() local
351 IsaVersion Version = getIsaVersion(STI->getCPU()); in getAddressableNumSGPRs() local
362 IsaVersion Version = getIsaVersion(STI->getCPU()); in getMinNumSGPRs() local
381 IsaVersion Version = getIsaVersion(STI->getCPU()); in getMaxNumSGPRs() local
399 IsaVersion Version = getIsaVersion(STI->getCPU()); in getNumExtraSGPRs() local
484 IsaVersion Version = getIsaVersion(STI->getCPU()); in initDefaultAMDKernelCodeT() local
520 IsaVersion Version = getIsaVersion(STI->getCPU()); in getDefaultAmdhsaKernelDescriptor() local
605 unsigned getVmcntBitMask(const IsaVersion &Version) { in getVmcntBitMask()
[all …]
/third_party/qrcodegen/rust-no-heap/src/
Dlib.rs165minversion: Version, maxversion: Version, mask: Option<Mask>, boostecl: bool) -> Result<QrCode<'a>… in encode_text()
221minversion: Version, maxversion: Version, mask: Option<Mask>, boostecl: bool) -> Result<QrCode<'a>… in encode_binary()
251 mut ecl: QrCodeEcc, minversion: Version, maxversion: Version, boostecl: bool) in encode_segments_to_codewords()
252 -> Result<(usize,QrCodeEcc,Version),DataTooLong> { in encode_segments_to_codewords() argument
320 ecl: QrCodeEcc, version: Version, mut msk: Option<Mask>) -> QrCode<'a> { in encode_codewords()
362 pub fn version(&self) -> Version { in version()
443 …fn add_ecc_and_interleave<'b>(data: &[u8], ver: Version, ecl: QrCodeEcc, temp: &mut [u8], resultbu… in add_ecc_and_interleave()
833 fn get_num_data_codewords(ver: Version, ecl: QrCodeEcc) -> usize { in get_num_data_codewords()
841 fn table_get(table: &'static [[i8; 41]; 4], ver: Version, ecl: QrCodeEcc) -> usize { in table_get()
1422 pub struct Version(u8); struct
[all …]
/third_party/vk-gl-cts/framework/egl/
DegluDefs.hpp62 class Version class
65 Version (int major, int minor) : m_major(major), m_minor(minor) {} in Version() function in eglu::Version
/third_party/rust/crates/rust-openssl/openssl-sys/build/
Dmain.rs21 enum Version { enum
127 fn postprocess(include_dirs: &[PathBuf]) -> Version { in postprocess()
142 fn validate_headers(include_dirs: &[PathBuf]) -> Version { in validate_headers()
/third_party/qrcodegen/rust/src/
Dlib.rs212 minversion: Version, maxversion: Version, mask: Option<Mask>, boostecl: bool) in encode_segments_advanced()
285 …pub fn encode_codewords(ver: Version, ecl: QrCodeEcc, datacodewords: &[u8], mut msk: Option<Mask>)… in encode_codewords()
331 pub fn version(&self) -> Version { in version()
736 fn get_num_data_codewords(ver: Version, ecl: QrCodeEcc) -> usize { in get_num_data_codewords()
744 fn table_get(table: &'static [[i8; 41]; 4], ver: Version, ecl: QrCodeEcc) -> usize { in table_get()
1255 pub struct Version(u8); struct
1257 impl Version { implementation
/third_party/lz4/doc/
Dlz4_Frame_format.md17 ### Version subsection in LZ4 Frame Format Description
/third_party/mbedtls/docs/proposed/
Dpsa-driver-wrappers-codegen-migration-guide.md22 ### What's critical for a migrating user
/third_party/node/deps/npm/docs/content/commands/
Dnpm.md15 ### Version subsection
/third_party/protobuf/src/google/protobuf/compiler/
Dcode_generator.h59 class Version; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFExpression.cpp119 static uint8_t getRefAddrSize(uint8_t AddrSize, uint16_t Version) { in getRefAddrSize()
123 bool DWARFExpression::Operation::extract(DataExtractor Data, uint16_t Version, in extract()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h67 uint16_t Version; member
82 uint16_t Version; member
102 uint16_t Version; member
129 uint16_t Version; member
DCodeViewYAMLTypeHashing.h44 uint16_t Version; member
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_impl.h75 std::string Version() const { return zone_->Version(); } in Version() function
Dzone_info_source.cc26 std::string ZoneInfoSource::Version() const { return std::string(); } in Version() function in absl::time_internal::cctz::ZoneInfoSource
/third_party/protobuf/python/google/protobuf/internal/
Dapi_implementation.py147 def Version(): function
/third_party/rust/crates/clap/src/builder/
Daction.rs272 Version, enumerator

12345678910