HomeSort by relevance Sort by last modified time
    Searched refs:Ver (Results 1 - 25 of 40) sorted by null

1 2

  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/ulp_components/
Ver.java 36 public class Ver extends Asn1BitString {
42 public Ver() {
69 * Creates a new Ver from encoded stream.
71 public static Ver fromPerUnaligned(byte[] encodedBytes) {
72 Ver result = new Ver();
78 * Creates a new Ver from encoded stream.
80 public static Ver fromPerAligned(byte[] encodedBytes) {
81 Ver result = new Ver();
    [all...]
  /external/llvm/lib/DebugInfo/PDB/Raw/
InfoStreamBuilder.cpp 23 void InfoStreamBuilder::setVersion(PdbRaw_ImplVer V) { Ver = V; }
32 if (!Ver.hasValue())
49 Info->Version = *Ver;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
InfoStreamBuilder.cpp 28 : Msf(Msf), Ver(PdbRaw_ImplVer::PdbImplVC70), Age(0),
33 void InfoStreamBuilder::setVersion(PdbRaw_ImplVer V) { Ver = V; }
64 H.Version = Ver;
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/UnitTest/
InfBinarySectionTest.py 114 #-------------start of VER type binary item test input------------------------#
121 VER
128 VER | Test/Test.ver | * | TRUE | OverFlow
136 VER | Test/Test.ver
144 VER | Test/Test.ver | DEBUG
152 VER | Test/Test.ver | DEBUG | TRUE
    [all...]
  /external/llvm/include/llvm/DebugInfo/PDB/Raw/
InfoStreamBuilder.h 41 Optional<PdbRaw_ImplVer> Ver;
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/supl_auth_req/
SUPLAUTHREQ.java 33 import android.location.cts.asn1.supl2.ulp_components.Ver;
102 private Ver ver_;
103 public Ver getVer() {
107 * @throws ClassCastException if value is not a Ver
110 this.ver_ = (Ver) value;
112 public Ver setVerToNewInstance() {
113 ver_ = new Ver();
164 return tag == null ? Ver.getPossibleFirstTags() : ImmutableList.of(tag);
178 return "ver : "
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/supl_end/
SUPLEND.java 34 import android.location.cts.asn1.supl2.ulp_components.Ver;
134 private Ver ver_;
135 public Ver getVer() {
139 * @throws ClassCastException if value is not a Ver
142 this.ver_ = (Ver) value;
144 public Ver setVerToNewInstance() {
145 ver_ = new Ver();
281 return tag == null ? Ver.getPossibleFirstTags() : ImmutableList.of(tag);
295 return "ver : "
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUUnifyMetadata.cpp 71 auto Ver = (VersionMajor * 100) + (VersionMinor * 10);
72 if (Ver > MaxVer) {
73 MaxVer = Ver;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
InfoStreamBuilder.h 58 PdbRaw_ImplVer Ver;
  /external/clang/lib/Driver/
MinGWToolChain.cpp 26 std::string &Ver) {
38 Ver = VersionText;
41 return Ver.size();
57 if (findGccVersion(LibDir, GccLibDir, Ver)) {
237 llvm::sys::path::append(CppIncludeBases[1], Arch, "include", "c++", Ver);
239 llvm::sys::path::append(CppIncludeBases[2], "include", "c++", Ver);
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/supl_report/
Ver2_SUPLREPORT.java 33 import android.location.cts.asn1.supl2.ulp_components.Ver;
147 private Ver ver_;
148 public Ver getVer() {
152 * @throws ClassCastException if value is not a Ver
155 this.ver_ = (Ver) value;
157 public Ver setVerToNewInstance() {
158 ver_ = new Ver();
338 return tag == null ? Ver.getPossibleFirstTags() : ImmutableList.of(tag);
352 return "ver : "
  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
TcpProto.h 192 #define TCP_PEER_EQUAL(Pa, Pb, Ver) \
193 (((Pa)->Port == (Pb)->Port) && TcpIsIpEqual(&((Pa)->Ip), &((Pb)->Ip), Ver))
199 #define TCP_PEER_MATCH(Pa, Pb, Ver) \
202 (TcpIsIpZero (&((Pb)->Ip), Ver) || TcpIsIpEqual (&((Pb)->Ip), &((Pa)->Ip), Ver)) \
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
UefiShellLevel3CommandsLib.inf 32 Ver.c
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/supl_pos_init/
SUPLPOSINIT.java 36 import android.location.cts.asn1.supl2.ulp_components.Ver;
181 private Ver ver_;
182 public Ver getVer() {
186 * @throws ClassCastException if value is not a Ver
189 this.ver_ = (Ver) value;
191 public Ver setVerToNewInstance() {
192 ver_ = new Ver();
457 return tag == null ? Ver.getPossibleFirstTags() : ImmutableList.of(tag);
471 return "ver : "
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
LegacyBiosMpTable.h 17 Defives data structures per Multi Processor Specification Ver 1.4.
77 UINT8 Ver;
136 UINT8 Ver;
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
LegacyBiosMpTable.h 2 Defives data structures per MultiProcessor Specification Ver 1.4.
96 UINT8 Ver;
144 UINT8 Ver;
  /external/spirv-llvm/lib/SPIRV/
OCLUtil.cpp 187 decodeOCLVer(unsigned Ver) {
188 unsigned short Major = Ver / 100000;
189 unsigned char Minor = (Ver % 100000) / 1000;
190 unsigned char Rev = Ver % 1000;
208 auto Ver = getVer(0);
210 if (Ver != getVer(I))
213 return encodeOCLVer(Ver.first, Ver.second, 0);
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
VerSection.py 80 Ver=StringData, BuildNumber=self.BuildNum)
EfiSection.py 123 Ver=BuildNum)
139 Ver=BuildNum)
161 Ver=BuildNum)
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/supl_triggered_start/
Ver2_SUPLTRIGGEREDSTART.java 36 import android.location.cts.asn1.supl2.ulp_components.Ver;
140 private Ver ver_;
141 public Ver getVer() {
145 * @throws ClassCastException if value is not a Ver
148 this.ver_ = (Ver) value;
150 public Ver setVerToNewInstance() {
151 ver_ = new Ver();
408 return tag == null ? Ver.getPossibleFirstTags() : ImmutableList.of(tag);
422 return "ver : "
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
InfBinaryObject.py 142 def CheckVer(self, Ver, __SupArchList):
144 # Check Ver
146 for VerItem in Ver:
174 # Create a Ver Object.
534 def SetBinary(self, UiInf=None, Ver=None, CommonBinary=None, ArchList=None):
    [all...]
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVEntry.cpp 571 SPIRVWord Ver = SPIRVWORD_MAX;
572 auto Language = Module->getSourceLanguage(&Ver);
573 getEncoder(O) << Language << Ver;
579 SPIRVWord Ver = SPIRVWORD_MAX;
580 getDecoder(I) >> Lang >> Ver;
581 Module->setSourceLanguage(Lang, Ver);
SPIRVModule.cpp 122 SourceLanguage getSourceLanguage(SPIRVWord * Ver = nullptr) const {
123 if (Ver)
124 *Ver = SrcLangVer;
145 void setSourceLanguage(SourceLanguage Lang, SPIRVWord Ver) {
147 SrcLangVer = Ver;
150 void setGeneratorVer(unsigned short Ver) { GeneratorVer = Ver; }
153 void setSPIRVVersion(SPIRVWord Ver) override { SPIRVVersion = Ver; }
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Output.c 29 the Ver, HeadLen, and checksum.
73 PacketHead->Ver = 4;
193 Ver, HeadLen, Fragment, and checksum. The Fragment
269 Head->Ver = 4;
  /external/llvm/include/llvm/Transforms/Utils/
MemorySSA.h 297 unsigned Ver)
298 : MemoryUseOrDef(C, DMA, MemoryDefVal, MI, BB), ID(Ver) {}
363 MemoryPhi(LLVMContext &C, BasicBlock *BB, unsigned Ver, unsigned NumPreds = 0)
364 : MemoryAccess(C, MemoryPhiVal, BB, 0), ID(Ver), ReservedSpace(NumPreds) {
    [all...]

Completed in 743 milliseconds

1 2