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

1 2 3 4 5 6

  /external/webrtc/webrtc/voice_engine/test/auto_test/standard/
voe_base_misc_test.cc 23 EXPECT_EQ(0, voe_base_->GetVersion(char_buffer));
  /external/v8/src/
version.h 33 static const char* GetVersion() { return version_string_; }
  /external/pdfium/xfa/src/fxbarcode/datamatrix/
BC_DataMatrixBitMatrixParser.h 15 CBC_DataMatrixVersion* GetVersion();
BC_DataMatrixDecoder.cpp 51 CBC_DataMatrixVersion* version = parser.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/include/fwl/basewidget/
fwl_barcode.h 45 virtual int32_t GetVersion() = 0;
  /external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRCoder.h 32 int32_t GetVersion();
BC_QRCoderEncoder.cpp 101 qrCode->GetVersion(), tempMode, &headerAndDataBits, e);
112 AppendLengthInfo(bytes.GetSize(), qrCode->GetVersion(), tempMode,
121 qrCode->GetVersion(), tempMode, &headerAndDataBits, e);
130 qrCode->GetVersion(), tempMode, &headerAndDataBits, e);
415 &finalBits, qrCode->GetECLevel(), qrCode->GetVersion(), matrix.get(), e);
419 qrCode->GetVersion(),
458 int32_t versionNum = qrCode->GetVersion();
506 &finalBits, qrCode->GetECLevel(), qrCode->GetVersion(), matrix.get(), e);
510 qrCode->GetVersion(),
539 AppendLengthInfo(numLetters, qrCode->GetVersion(), mode, &headerAndDataBits,
    [all...]
BC_QRCoder.cpp 61 int32_t CBC_QRCoder::GetVersion() {
  /external/skia/src/core/
SkGraphics.cpp 36 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;
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxerutil.hpp 75 void GetVersion(int32* major, int32* minor, int32* build, int32* revision);
  /system/keymaster/include/keymaster/
android_keymaster.h 53 void GetVersion(const GetVersionRequest& request, GetVersionResponse* response);
soft_keymaster_device.h 78 void GetVersion(const GetVersionRequest& req, GetVersionResponse* rsp) {
79 impl_->GetVersion(req, rsp);
  /external/pdfium/fpdfsdk/include/fpdfxfa/
fpdfxfa_app.h 42 void GetVersion(CFX_WideString& wsVersion) override;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxerutil.hpp 143 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
  /external/pdfium/xfa/include/fwl/lightwidget/
barcode.h 104 virtual int32_t GetVersion() { return m_nVersion; }
  /external/autotest/client/cros/
network.py 68 version = modem.GetVersion()
  /external/google-breakpad/src/client/mac/handler/
dynamic_images.h 164 uint32_t GetVersion() {return version_;}
  /external/mesa3d/src/gallium/state_trackers/d3d1x/winedlls/dxgi/
dxgi_dll.c 93 if (!(GetVersion() & 0x80000000))
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_barcodeimp.cpp 162 m_pBarcodeEngine->SetVersion(pData->GetVersion());
  /art/runtime/
dex_file_verifier.cc     [all...]

Completed in 621 milliseconds

1 2 3 4 5 6