Home
last modified time | relevance | path

Searched refs:GetVersion (Results 1 – 25 of 63) 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/autotest/client/common_lib/cros/
Dcr50_utils.py128 def GetVersion(versions, name): function
171 ro = GetVersion(versions, RO)
172 rw = GetVersion(versions, RW)
175 bid = GetVersion(versions, BID)
/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/protobuf/python/
Dsetup.py38 def GetVersion(): function
220 version=GetVersion(),
/external/v8/src/
Dversion.h33 static const char* GetVersion() { return version_string_; } in GetVersion() function
/external/tensorflow/tensorflow/core/kernels/
Di_remote_fused_graph_executor.h36 virtual int GetVersion() = 0;
Dremote_fused_graph_execute_op_test_utils.h68 int GetVersion() final;
Dremote_fused_graph_execute_op_test_utils.cc101 int TestRemoteFusedGraphExecutor::GetVersion() { return 0; } in GetVersion() function in tensorflow::TestRemoteFusedGraphExecutor
/external/skia/include/core/
DSkGraphics.h33 static void GetVersion(int32_t* major, int32_t* minor, int32_t* patch);
/external/skqp/include/core/
DSkGraphics.h33 static void GetVersion(int32_t* major, int32_t* minor, int32_t* patch);
/external/pdfium/fxbarcode/qrcode/
DBC_QRCoder.h29 int32_t GetVersion() const;
DBC_QRCoder.cpp52 int32_t CBC_QRCoder::GetVersion() const { in GetVersion() function in CBC_QRCoder
DBC_QRCoderEncoder.cpp587 if (!AppendLengthInfo(numLetters, qrCode->GetVersion(), mode, in Encode()
605 &finalBits, qrCode->GetECLevel(), qrCode->GetVersion(), matrix.get(), e); in Encode()
611 qrCode->GetVersion(), in Encode()
/external/skqp/src/core/
DSkGraphics.cpp34 void SkGraphics::GetVersion(int32_t* major, int32_t* minor, int32_t* patch) { in GetVersion() function in SkGraphics
/external/skia/src/core/
DSkGraphics.cpp34 void SkGraphics::GetVersion(int32_t* major, int32_t* minor, int32_t* patch) { in GetVersion() function in SkGraphics
/external/tensorflow/tensorflow/core/kernels/hexagon/
Dhexagon_control_wrapper.h42 int GetVersion() final;
/external/mesa3d/include/d3dadapter/
Dpresent.h153 void (WINAPI *GetVersion) (ID3DPresentGroup *This, int *major, int *minor);
169 #define ID3DPresentGroup_GetVersion(p,a,b) (p)->lpVtbl->GetVersion(p,a,b)
/external/webrtc/webrtc/voice_engine/include/
Dvoe_base.h173 virtual int GetVersion(char version[1024]) = 0;
/external/libmojo/mojo/edk/embedder/
Dplatform_channel_pair_win.cc116 if (base::win::GetVersion() >= base::win::VERSION_VISTA) in PrepareToPassClientHandleToChildProcessAsString()
/external/tcpdump/win32/src/
Dether_ntohost.c71 DWORD os_ver = GetVersion(); in is_win9x()
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxerutil.h96 void GetVersion(int32* major, int32* minor, int32* build, int32* revision);
/external/chromium-trace/catapult/common/bin/
Dupdate_chrome_reference_binaries162 current_version = config.GetVersion('chrome_%s' % channel, platform)
/external/v8/samples/
Dshell.cc232 v8::String::NewFromUtf8(args.GetIsolate(), v8::V8::GetVersion(), in Version()
312 fprintf(stderr, "V8 version %s [sample shell]\n", v8::V8::GetVersion()); in RunShell()
/external/google-breakpad/src/client/mac/handler/
Ddynamic_images.h164 uint32_t GetVersion() {return version_;} in GetVersion() function

123