Searched defs:GetVersion (Results 1 - 25 of 50) sorted by last modified time

12

/external/skia/src/core/
H A DSkGraphics.cpp31 void SkGraphics::GetVersion(int32_t* major, int32_t* minor, int32_t* patch) { function in class:SkGraphics
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_parser.h665 int GetVersion() function in class:CPDF_StandardSecurityHandler
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusMetaHeader.h140 UINT GetVersion() const { return Version; } function in class:MetafileHeader
/external/lldb/include/lldb/Symbol/
H A DObjectFile.h606 GetVersion (uint32_t *versions, uint32_t num_versions) function in class:lldb_private::ObjectFile
/external/lldb/source/API/
H A DSBModule.cpp640 SBModule::GetVersion (uint32_t *versions, uint32_t num_versions) function in class:SBModule
644 return module_sp->GetVersion(versions, num_versions);
/external/lldb/source/Core/
H A DModule.cpp1490 Module::GetVersion (uint32_t *versions, uint32_t num_versions) function in class:Module
1494 return obj_file->GetVersion (versions, num_versions);
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.h77 GetVersion() const { return m_current.version; } function in class:DYLDRendezvous
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp456 CommunicationKDP::GetVersion () function in class:CommunicationKDP
684 bool use_64 = (GetVersion() >= 11);
729 bool use_64 = (GetVersion() >= 11);
1413 bool use_64 = (GetVersion() >= 11);
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.h51 uint16_t GetVersion() const { return m_version; } function in class:DWARFCompileUnit
/external/lldb/source/
H A Dlldb.cpp270 lldb_private::GetVersion () function in class:lldb_private
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvmuxerutil.cpp668 void GetVersion(int32* major, int32* minor, int32* build, int32* revision) { function in namespace:mkvmuxer
H A Dmkvparser.cpp24 void mkvparser::GetVersion(int& major, int& minor, int& build, int& revision) function in class:mkvparser
/external/libvpx/libwebm/
H A Dmkvparser.cpp22 void mkvparser::GetVersion(int& major, int& minor, int& build, int& revision) { function in class:mkvparser
/external/chromium_org/v8/src/
H A Dapi.cc5133 const char* v8::V8::GetVersion() { function in class:v8::v8::V8
5134 return i::Version::GetVersion();
H A Dversion.h27 static const char* GetVersion() { return version_string_; } function in class:v8::internal::Version
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_base_impl.cc331 int ViEBaseImpl::GetVersion(char version[1024]) { function in class:webrtc::ViEBaseImpl
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_base_impl.cc753 int VoEBaseImpl::GetVersion(char version[1024]) function in class:webrtc::VoEBaseImpl
756 "GetVersion(version=?)");
806 VoEId(_shared->instance_id(), -1), "GetVersion() =>");
/external/chromium_org/third_party/skia/src/core/
H A DSkGraphics.cpp31 void SkGraphics::GetVersion(int32_t* major, int32_t* minor, int32_t* patch) { function in class:SkGraphics
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvmuxerutil.cpp679 void GetVersion(int32* major, int32* minor, int32* build, int32* revision) { function in namespace:mkvmuxer
H A Dmkvparser.cpp22 void mkvparser::GetVersion(int& major, int& minor, int& build, int& revision) { function in class:mkvparser
/external/chromium_org/third_party/npapi/npspy/extern/java/
H A Djni.h206 jint (JNICALL *GetVersion)(JNIEnv *env); member in struct:JNINativeInterface_
729 jint GetVersion() { function in struct:JNIEnv_
730 return functions->GetVersion(this);
/external/chromium_org/ppapi/generators/
H A Didl_node.py223 def GetVersion(self, release): member in class:IDLNode
227 return filenode.release_map.GetVersion(release)
H A Didl_release.py225 def GetVersion(self, release): member in class:IDLReleaseMap
/external/chromium_org/remoting/host/setup/
H A Ddaemon_controller.cc105 void DaemonController::GetVersion(const GetVersionCallback& done) { function in class:remoting::DaemonController
183 std::string version = delegate_->GetVersion();
H A Ddaemon_controller_delegate_linux.cc289 std::string DaemonControllerDelegateLinux::GetVersion() { function in class:remoting::DaemonControllerDelegateLinux

Completed in 411 milliseconds

12