Home
last modified time | relevance | path

Searched refs:GetVersion (Results 1 – 25 of 60) sorted by relevance

123

/external/webrtc/webrtc/voice_engine/
Dvoe_base_unittest.cc81 TEST_F(VoEBaseTest, GetVersion) { in TEST_F() argument
83 base_->GetVersion(v1); in TEST_F()
Dvoe_base_impl.h48 int GetVersion(char version[1024]) override;
/external/pdfium/xfa/src/fxbarcode/qrcode/
DBC_QRCoderEncoder.cpp101 qrCode->GetVersion(), tempMode, &headerAndDataBits, e); in AppendDataModeLenghInfo()
112 AppendLengthInfo(bytes.GetSize(), qrCode->GetVersion(), tempMode, in AppendDataModeLenghInfo()
121 qrCode->GetVersion(), tempMode, &headerAndDataBits, e); in AppendDataModeLenghInfo()
130 qrCode->GetVersion(), tempMode, &headerAndDataBits, e); in AppendDataModeLenghInfo()
415 &finalBits, qrCode->GetECLevel(), qrCode->GetVersion(), matrix.get(), e); in EncodeWithSpecifyVersion()
419 qrCode->GetVersion(), in EncodeWithSpecifyVersion()
458 int32_t versionNum = qrCode->GetVersion(); in EncodeWithAutoVersion()
506 &finalBits, qrCode->GetECLevel(), qrCode->GetVersion(), matrix.get(), e); in EncodeWithAutoVersion()
510 qrCode->GetVersion(), in EncodeWithAutoVersion()
539 AppendLengthInfo(numLetters, qrCode->GetVersion(), mode, &headerAndDataBits, in Encode()
[all …]
DBC_QRCoder.h32 int32_t GetVersion();
DBC_QRCoder.cpp61 int32_t CBC_QRCoder::GetVersion() { in GetVersion() function in CBC_QRCoder
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
Dvoe_base_misc_test.cc23 EXPECT_EQ(0, voe_base_->GetVersion(char_buffer)); in TEST_F()
/external/v8/src/
Dversion.h33 static const char* GetVersion() { return version_string_; } in GetVersion() function
/external/skia/include/core/
DSkGraphics.h33 static void GetVersion(int32_t* major, int32_t* minor, int32_t* patch);
/external/pdfium/xfa/src/fxbarcode/datamatrix/
DBC_DataMatrixBitMatrixParser.h15 CBC_DataMatrixVersion* GetVersion();
DBC_DataMatrixDecoder.cpp51 CBC_DataMatrixVersion* version = parser.GetVersion(); in Decode()
/external/pdfium/xfa/include/fwl/basewidget/
Dfwl_barcode.h45 virtual int32_t GetVersion() = 0;
/external/skia/src/core/
DSkGraphics.cpp36 void SkGraphics::GetVersion(int32_t* major, int32_t* minor, int32_t* patch) { in GetVersion() function in SkGraphics
/external/webrtc/webrtc/voice_engine/include/
Dvoe_base.h173 virtual int GetVersion(char version[1024]) = 0;
/external/libvpx/libvpx/third_party/libwebm/
Dmkvmuxerutil.hpp75 void GetVersion(int32* major, int32* minor, int32* build, int32* revision);
/external/pdfium/fpdfsdk/include/fpdfxfa/
Dfpdfxfa_app.h42 void GetVersion(CFX_WideString& wsVersion) override;
/external/pdfium/xfa/include/fwl/lightwidget/
Dbarcode.h104 virtual int32_t GetVersion() { return m_nVersion; } in GetVersion() function
/external/mesa3d/src/gallium/state_trackers/d3d1x/winedlls/dxgi/
Ddxgi_dll.c93 if (!(GetVersion() & 0x80000000)) in WineDXGIBackend_BeginPresent()
/external/autotest/client/cros/
Dnetwork.py68 version = modem.GetVersion()
/external/google-breakpad/src/client/mac/handler/
Ddynamic_images.h164 uint32_t GetVersion() {return version_;} in GetVersion() function
/external/v8/samples/
Dshell.cc242 v8::String::NewFromUtf8(args.GetIsolate(), v8::V8::GetVersion(), in Version()
322 fprintf(stderr, "V8 version %s [sample shell]\n", v8::V8::GetVersion()); in RunShell()
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_barcodeimp.cpp162 m_pBarcodeEngine->SetVersion(pData->GetVersion()); in GenerateBarcodeImageCache()
/external/dnsmasq/dbus/
DDBus-interface33 GetVersion
/external/autotest/client/cros/cellular/
Dmodem1.py143 def GetVersion(self): member in Modem
Dmodem.py183 def GetVersion(self): member in Modem
/external/chromium-trace/catapult/dependency_manager/dependency_manager/
Dbase_config.py286 def GetVersion(self, dependency, platform): member in BaseConfig

123