/external/webrtc/webrtc/voice_engine/ |
D | voe_base_unittest.cc | 81 TEST_F(VoEBaseTest, GetVersion) { in TEST_F() argument 83 base_->GetVersion(v1); in TEST_F()
|
D | voe_base_impl.h | 48 int GetVersion(char version[1024]) override;
|
/external/autotest/client/common_lib/cros/ |
D | cr50_utils.py | 128 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/ |
D | voe_base_misc_test.cc | 23 EXPECT_EQ(0, voe_base_->GetVersion(char_buffer)); in TEST_F()
|
/external/protobuf/python/ |
D | setup.py | 38 def GetVersion(): function 220 version=GetVersion(),
|
/external/v8/src/ |
D | version.h | 33 static const char* GetVersion() { return version_string_; } in GetVersion() function
|
/external/tensorflow/tensorflow/core/kernels/ |
D | i_remote_fused_graph_executor.h | 36 virtual int GetVersion() = 0;
|
D | remote_fused_graph_execute_op_test_utils.h | 68 int GetVersion() final;
|
D | remote_fused_graph_execute_op_test_utils.cc | 101 int TestRemoteFusedGraphExecutor::GetVersion() { return 0; } in GetVersion() function in tensorflow::TestRemoteFusedGraphExecutor
|
/external/skia/include/core/ |
D | SkGraphics.h | 33 static void GetVersion(int32_t* major, int32_t* minor, int32_t* patch);
|
/external/skqp/include/core/ |
D | SkGraphics.h | 33 static void GetVersion(int32_t* major, int32_t* minor, int32_t* patch);
|
/external/pdfium/fxbarcode/qrcode/ |
D | BC_QRCoder.h | 29 int32_t GetVersion() const;
|
D | BC_QRCoder.cpp | 52 int32_t CBC_QRCoder::GetVersion() const { in GetVersion() function in CBC_QRCoder
|
D | BC_QRCoderEncoder.cpp | 587 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/ |
D | SkGraphics.cpp | 34 void SkGraphics::GetVersion(int32_t* major, int32_t* minor, int32_t* patch) { in GetVersion() function in SkGraphics
|
/external/skia/src/core/ |
D | SkGraphics.cpp | 34 void SkGraphics::GetVersion(int32_t* major, int32_t* minor, int32_t* patch) { in GetVersion() function in SkGraphics
|
/external/tensorflow/tensorflow/core/kernels/hexagon/ |
D | hexagon_control_wrapper.h | 42 int GetVersion() final;
|
/external/mesa3d/include/d3dadapter/ |
D | present.h | 153 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/ |
D | voe_base.h | 173 virtual int GetVersion(char version[1024]) = 0;
|
/external/libmojo/mojo/edk/embedder/ |
D | platform_channel_pair_win.cc | 116 if (base::win::GetVersion() >= base::win::VERSION_VISTA) in PrepareToPassClientHandleToChildProcessAsString()
|
/external/tcpdump/win32/src/ |
D | ether_ntohost.c | 71 DWORD os_ver = GetVersion(); in is_win9x()
|
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/ |
D | mkvmuxerutil.h | 96 void GetVersion(int32* major, int32* minor, int32* build, int32* revision);
|
/external/chromium-trace/catapult/common/bin/ |
D | update_chrome_reference_binaries | 162 current_version = config.GetVersion('chrome_%s' % channel, platform)
|
/external/v8/samples/ |
D | shell.cc | 232 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/ |
D | dynamic_images.h | 164 uint32_t GetVersion() {return version_;} in GetVersion() function
|