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

1 2 3 4 5 6 7 8 9

  /external/webrtc/webrtc/voice_engine/test/auto_test/standard/
voe_base_misc_test.cc 23 EXPECT_EQ(0, voe_base_->GetVersion(char_buffer));
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DriverFamilyOverride.h 35 the drivers with higher values returned by GetVersion() are higher priority than drivers that
36 return lower values from GetVersion().
61 EFI_DRIVER_FAMILY_OVERRIDE_GET_VERSION GetVersion;
Ebc.h 145 EFI_EBC_GET_VERSION GetVersion;
  /external/v8/src/
version.h 33 static const char* GetVersion() { return version_string_; }
  /prebuilts/go/darwin-x86/src/crypto/x509/
sha2_windows_test.go 10 v, err := syscall.GetVersion()
  /prebuilts/go/linux-x86/src/crypto/x509/
sha2_windows_test.go 10 v, err := syscall.GetVersion()
  /external/autotest/client/common_lib/cros/
cr50_utils.py 36 def GetVersion(versions, name):
67 ro = GetVersion(versions, RO)
68 rw = GetVersion(versions, RW)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Ebc/
Ebc.h 175 EFI_EBC_GET_VERSION GetVersion;
  /external/skia/include/core/
SkGraphics.h 33 static void GetVersion(int32_t* major, int32_t* minor, int32_t* patch);
  /external/webrtc/webrtc/voice_engine/
voe_base_unittest.cc 81 TEST_F(VoEBaseTest, GetVersion) {
83 base_->GetVersion(v1);
voe_base_impl.h 48 int GetVersion(char version[1024]) override;
  /external/pdfium/xfa/fxbarcode/qrcode/
BC_QRCoder.h 27 int32_t GetVersion() const;
BC_QRCoderEncoder.cpp 95 AppendLengthInfo(splitResult.second.GetLength(), qrCode->GetVersion(),
109 AppendLengthInfo(bytes.GetSize(), qrCode->GetVersion(), tempMode,
120 AppendLengthInfo(splitResult.second.GetLength(), qrCode->GetVersion(),
132 AppendLengthInfo(splitResult.second.GetLength(), qrCode->GetVersion(),
395 &finalBits, qrCode->GetECLevel(), qrCode->GetVersion(), matrix.get(), e);
401 qrCode->GetVersion(),
438 int32_t versionNum = qrCode->GetVersion();
480 &finalBits, qrCode->GetECLevel(), qrCode->GetVersion(), matrix.get(), e);
486 qrCode->GetVersion(),
519 AppendLengthInfo(numLetters, qrCode->GetVersion(), mode, &headerAndDataBits
    [all...]
BC_QRCoder.cpp 52 int32_t CBC_QRCoder::GetVersion() const {
  /external/skia/src/core/
SkGraphics.cpp 34 void SkGraphics::GetVersion(int32_t* major, int32_t* minor, int32_t* patch) {
  /external/webrtc/webrtc/voice_engine/include/
voe_base.h 173 virtual int GetVersion(char version[1024]) = 0;
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
DependencyRules.py 87 Exist = self.CheckPackageExists(Dep.GetGuid(), Dep.GetVersion())
97 if Dep.GetVersion() == None or \
98 len(Dep.GetVersion()) == 0:
101 if Dep.GetVersion() == GuidVerPair[1]:
113 Dep.GetVersion()))
393 Guid, Version = Item.GetGuid(), Item.GetVersion()
DistributionPackageClass.py 154 ModuleObj.GetVersion(), \
166 [(PackageObj.GetGuid(), PackageObj.GetVersion(), \
180 ModuleObj.GetVersion(),
IpiDb.py 181 DpObj.Header.GetVersion(), PkgInstallPath)
195 DepexVersion = Dep.GetVersion()
200 DpObj.Header.GetVersion(), FilePath, \
210 DpObj.Header.GetVersion(), \
215 DepexVersion = Dep.GetVersion()
220 DpObj.Header.GetVersion(), \
228 DpObj.Header.GetVersion(), Path, Md5Sum)
230 self._AddDp(DpObj.Header.GetGuid(), DpObj.Header.GetVersion(), \
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/
ReplacePkg.py 118 NewDpInfo = "%s %s" % (DistPkg.Header.GetGuid(), DistPkg.Header.GetVersion())
125 if Dep.CheckDpExists(DistPkg.Header.GetGuid(), DistPkg.Header.GetVersion()):
  /system/keymaster/include/keymaster/
android_keymaster.h 53 void GetVersion(const GetVersionRequest& request, GetVersionResponse* response);
  /art/runtime/
vdex_file.h 54 const char* GetVersion() const { return reinterpret_cast<const char*>(version_); }
  /external/libmojo/mojo/edk/embedder/
platform_channel_pair_win.cc 116 if (base::win::GetVersion() >= base::win::VERSION_VISTA)
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxerutil.h 96 void GetVersion(int32* major, int32* minor, int32* build, int32* revision);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusmetaheader.h 139 UINT GetVersion() const

Completed in 1585 milliseconds

1 2 3 4 5 6 7 8 9