| /third_party/skia/third_party/externals/swiftshader/tests/regres/llvm/ |
| D | llvm.go | 38 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/ |
| D | Version.h | 61 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/ |
| D | version.rs | 9 pub struct Version { struct 15 impl Version { argument
|
| /third_party/rust/crates/version_check/src/ |
| D | version.rs | 5 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/ |
| D | Version.h | 15 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/ |
| D | PDBSymbolCompilandDetails.h | 25 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/ |
| D | specifiers.py | 376 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/ |
| D | DWARFExpression.h | 64 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
|
| D | DWARFDebugAddr.h | 36 uint16_t Version = 5; member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/ |
| D | AMDGPUBaseInfo.cpp | 228 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/ |
| D | lib.rs | 165 …minversion: Version, maxversion: Version, mask: Option<Mask>, boostecl: bool) -> Result<QrCode<'a>… in encode_text() 221 …minversion: 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/ |
| D | egluDefs.hpp | 62 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/ |
| D | main.rs | 21 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/ |
| D | lib.rs | 212 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/ |
| D | lz4_Frame_format.md | 17 ### Version subsection in LZ4 Frame Format Description
|
| /third_party/mbedtls/docs/proposed/ |
| D | psa-driver-wrappers-codegen-migration-guide.md | 22 ### What's critical for a migrating user
|
| /third_party/node/deps/npm/docs/content/commands/ |
| D | npm.md | 15 ### Version subsection
|
| /third_party/protobuf/src/google/protobuf/compiler/ |
| D | code_generator.h | 59 class Version; variable
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
| D | DWARFExpression.cpp | 119 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/ |
| D | DWARFYAML.h | 67 uint16_t Version; member 82 uint16_t Version; member 102 uint16_t Version; member 129 uint16_t Version; member
|
| D | CodeViewYAMLTypeHashing.h | 44 uint16_t Version; member
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
| D | time_zone_impl.h | 75 std::string Version() const { return zone_->Version(); } in Version() function
|
| D | zone_info_source.cc | 26 std::string ZoneInfoSource::Version() const { return std::string(); } in Version() function in absl::time_internal::cctz::ZoneInfoSource
|
| /third_party/protobuf/python/google/protobuf/internal/ |
| D | api_implementation.py | 147 def Version(): function
|
| /third_party/rust/crates/clap/src/builder/ |
| D | action.rs | 272 Version, enumerator
|