HomeSort by relevance Sort by last modified time
    Searched refs:Version (Results 176 - 200 of 6738) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/XRay/
XRayRecord.h 27 /// Version of the XRay implementation that produced this file.
28 uint16_t Version = 0;
31 /// combination with Version.
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/XRay/
XRayRecord.h 27 /// Version of the XRay implementation that produced this file.
28 uint16_t Version = 0;
31 /// combination with Version.
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/XRay/
XRayRecord.h 27 /// Version of the XRay implementation that produced this file.
28 uint16_t Version = 0;
31 /// combination with Version.
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/XRay/
XRayRecord.h 27 /// Version of the XRay implementation that produced this file.
28 uint16_t Version = 0;
31 /// combination with Version.
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/XRay/
XRayRecord.h 27 /// Version of the XRay implementation that produced this file.
28 uint16_t Version = 0;
31 /// combination with Version.
  /system/libvintf/include/vintf/
RuntimeInfo.h 4 * Licensed under the Apache License, Version 2.0 (the "License");
20 #include "Version.h"
30 #include "Version.h"
43 // /proc/version
50 // utsname.version
59 const Version &bootVbmetaAvbVersion() const;
60 const Version &bootAvbVersion() const;
70 // - sepolicy.kernel-sepolicy-version == kernelSepolicyVersion()
118 Version mBootVbmetaAvbVersion;
119 Version mBootAvbVersion
    [all...]
ManifestHal.h 4 * Licensed under the Apache License, Version 2.0 (the "License");
32 #include "Version.h"
43 ManifestHal(HalFormat fmt, std::string&& n, std::vector<Version>&& vs, TransportArch ta,
55 std::vector<Version> versions;
85 // Return all versions mentioned by <version>s and <fqname>s.
86 void appendAllVersions(std::set<Version>* ret) const;
89 // Additional instances to <version> x <interface> x <instance>.
MatrixHal.h 4 * Licensed under the Apache License, Version 2.0 (the "License");
38 // Check whether the MatrixHal contains the given version.
39 bool containsVersion(const Version& version) const;
66 const std::set<Version>& providedVersions) const;
68 const std::set<Version>& providedVersions) const;
  /frameworks/av/media/libstagefright/include/
ID3.h 4 * Licensed under the Apache License, Version 2.0 (the "License");
29 enum Version {
44 Version version() const;
82 Version mVersion;
  /frameworks/support/buildSrc/src/main/kotlin/androidx/build/gmaven/
GMavenVersionChecker.kt 4 * Licensed under the Apache License, Version 2.0 (the "License");
19 import androidx.build.Version
29 * Queries maven.google.com to get the version numbers for each artifact.
42 * @param version The version on maven
45 fun isReleased(group: String, artifactName: String, version: String): Boolean {
46 return getVersions(group, artifactName)?.contains(Version(version)) ?: false
57 private fun getVersions(group: String, artifactName: String): Set<Version>? {
63 * Returns the version data for each artifact in a given group
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/commandline/
CommandLineModule.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
22 import com.android.dialer.commandline.impl.Version;
43 private final Version version; field in class:CommandLineModule.AospCommandInjector
48 AospCommandInjector(Help help, Version version, Echo echo, Blocking blocking) {
50 this.version = version;
57 builder.addCommand("version", version);
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/MiscSubClassPlatformDxe/
MiscChassisManufacturerFunction.c 38 EFI_STRING Version;
63 Version = HiiGetPackageString(&gEfiCallerIdGuid, TokenToGet, NULL);
64 VerStrLen = StrLen(Version);
101 // Version will be the 2nd optional string following the formatted structure.
103 SmbiosRecord->Version = 2;
120 UnicodeStrToAsciiStr(Version, OptionalStrStart + ManuStrLen + 1);
MiscBiosVendorFunction.c 92 CHAR16 *Version;
111 Version = (CHAR16 *) PcdGetPtr (PcdFirmwareVersionString);
112 if (StrLen (Version) > 0) {
114 HiiSetString (mHiiHandle, TokenToUpdate, Version, NULL);
131 Version = HiiGetPackageString(&gEfiCallerIdGuid, TokenToGet, NULL);
132 VerStrLen = StrLen(Version);
161 // Version will be the 2nd optional string following the formatted structure.
187 UnicodeStrToAsciiStr(Version, OptionalStrStart + VendorStrLen + 1);
  /device/linaro/bootloader/edk2/Nt32Pkg/MiscSubClassPlatformDxe/
MiscChassisManufacturerFunction.c 38 EFI_STRING Version;
63 Version = HiiGetPackageString(&gEfiCallerIdGuid, TokenToGet, NULL);
64 VerStrLen = StrLen(Version);
101 // Version will be the 2nd optional string following the formatted structure.
103 SmbiosRecord->Version = 2;
120 UnicodeStrToAsciiStr(Version, OptionalStrStart + ManuStrLen + 1);
MiscBiosVendorFunction.c 92 CHAR16 *Version;
111 Version = (CHAR16 *) PcdGetPtr (PcdFirmwareVersionString);
112 if (StrLen (Version) > 0) {
114 HiiSetString (mHiiHandle, TokenToUpdate, Version, NULL);
131 Version = HiiGetPackageString(&gEfiCallerIdGuid, TokenToGet, NULL);
132 VerStrLen = StrLen(Version);
161 // Version will be the 2nd optional string following the formatted structure.
187 UnicodeStrToAsciiStr(Version, OptionalStrStart + VendorStrLen + 1);
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
MiscChassisManufacturerFunction.c 63 EFI_STRING Version;
93 Version = SmbiosMiscGetString (TokenToGet);
94 VerStrLen = StrLen(Version);
134 // Version will be the 2nd optional string following the formatted structure.
136 SmbiosRecord->Version = 2;
155 UnicodeStrToAsciiStr(Version, OptionalStrStart + ManuStrLen + 1);
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
IpiDb.py 243 # @param Version Version of the distribution package
247 def _AddDp(self, Guid, Version, NewDpFileName, DistributionFileName, \
250 if Version == None or len(Version.strip()) == 0:
251 Version = 'N/A'
263 (self.DpTable, Guid, Version, CurrentTime, PkgFileName, \
291 # @param Version: A package version
296 def _AddPackage(self, Guid, Version, DpGuid=None, DpVersion=None, Path=''):
    [all...]
  /external/abi-compliance-checker/
abi-compliance-checker.pl 138 # Incompatible version of ABI dump
164 <version>
166 </version>
186 "v|version!" => \$ShowVersion,
302 crashing or incorrect behavior of applications built with an old version of
304 recompilation errors with a new library version.
313 the application to a new library version.
326 <version>
328 </version>
349 -v|-version
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/SmbiosMiscDxe/Type01/
MiscSystemManufacturerFunction.c 51 EFI_STRING Version;
102 Version = HiiGetPackageString(&gEfiCallerIdGuid, TokenToGet, NULL);
103 VerStrLen = StrLen(Version);
147 UnicodeStrToAsciiStr(Version, OptionalStrStart + ManuStrLen + 1 + PdNameStrLen + 1);
174 if(Version != NULL)
176 FreePool(Version);
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/SmbiosMiscDxe/Type03/
MiscChassisManufacturerFunction.c 66 EFI_STRING Version;
102 Version = HiiGetPackageString(&gEfiCallerIdGuid, TokenToGet, NULL);
103 VerStrLen = StrLen(Version);
157 UnicodeStrToAsciiStr(Version, OptionalStrStart + ManuStrLen + 1);
178 if(Version != NULL)
180 FreePool(Version);
  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
TcpMisc.c 180 @param[in] Version IP_VERSION_4 indicates the IP address is an IPv4 address,
191 IN UINT8 Version
194 ASSERT ((Version == IP_VERSION_4) || (Version == IP_VERSION_6));
196 if (Version == IP_VERSION_4) {
207 @param[in] Version IP_VERSION_4 indicates the IP address is an IPv4 address,
217 IN UINT8 Version
220 ASSERT ((Version == IP_VERSION_4) || (Version == IP_VERSION_6));
222 if (Version == IP_VERSION_4) {
    [all...]
  /external/libmojo/mojo/common/
common_custom_types_struct_traits.cc 23 StructTraits<common::mojom::VersionDataView, base::Version>::components(
24 const base::Version& version) {
25 return version.components();
29 bool StructTraits<common::mojom::VersionDataView, base::Version>::Read(
31 base::Version* out) {
36 *out = base::Version(base::Version(std::move(components)));
  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFCompileUnit.cpp 33 Version = debug_info.getU16(offset_ptr);
38 bool versionOK = DWARFContext::isSupportedVersion(Version);
63 Version = debug_info_data.getU16(&offset);
68 bool versionOK = DWARFContext::isSupportedVersion(Version);
81 Version = 0;
91 << " version = " << format("0x%04x", Version)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cfi/
cfi-common-6.d 7 Version: 1
26 Version: 1
50 Version: 1
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ilp32/cfi/
cfi-common-6.d 7 Version: 1
26 Version: 1
50 Version: 1

Completed in 166 milliseconds

1 2 3 4 5 6 78 91011>>