Home
last modified time | relevance | path

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

123

/external/lldb/include/lldb/
Dlldb-private.h67 GetVersion ();
/external/lldb/source/Commands/
DCommandObjectVersion.cpp43 result.AppendMessageWithFormat ("%s\n", lldb_private::GetVersion()); in DoExecute()
/external/v8/src/
Dversion.h27 static const char* GetVersion() { return version_string_; } in GetVersion() function
/external/skia/include/core/
DSkGraphics.h31 static void GetVersion(int32_t* major, int32_t* minor, int32_t* patch);
/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFFormValue.cpp149 if (cu->GetVersion() <= 2) in ExtractValue()
215 if (cu->GetVersion() <= 2) in SkipValue()
351 if (cu->GetVersion() <= 2) in Dump()
DDWARFCompileUnit.h51 uint16_t GetVersion() const { return m_version; } in GetVersion() function
/external/skia/src/core/
DSkGraphics.cpp30 void SkGraphics::GetVersion(int32_t* major, int32_t* minor, int32_t* patch) { in GetVersion() function in SkGraphics
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DDYLDRendezvous.h77 GetVersion() const { return m_current.version; } in GetVersion() function
DDYLDRendezvous.cpp312 log->Printf(" Version: %" PRIu64, GetVersion()); in DumpToLog()
/external/lldb/include/lldb/API/
DSBModule.h263 GetVersion (uint32_t *versions,
/external/libvpx/libvpx/third_party/libwebm/
Dmkvmuxerutil.hpp129 void GetVersion(int32* major, int32* minor, int32* build, int32* revision);
/external/v8/samples/
Dshell.cc234 v8::String::NewFromUtf8(args.GetIsolate(), v8::V8::GetVersion())); in Version()
298 fprintf(stderr, "V8 version %s [sample shell]\n", v8::V8::GetVersion()); in RunShell()
/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.h153 GetVersion (uint32_t *versions, uint32_t num_versions);
/external/lldb/source/API/
DSBModule.cpp640 SBModule::GetVersion (uint32_t *versions, uint32_t num_versions) in GetVersion() function in SBModule
644 return module_sp->GetVersion(versions, num_versions); in GetVersion()
/external/mesa3d/src/gallium/state_trackers/d3d1x/winedlls/dxgi/
Ddxgi_dll.c93 if (!(GetVersion() & 0x80000000)) in WineDXGIBackend_BeginPresent()
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DCommunicationKDP.h210 GetVersion ();
DCommunicationKDP.cpp456 CommunicationKDP::GetVersion () in GetVersion() function in CommunicationKDP
684 bool use_64 = (GetVersion() >= 11); in SendRequestReadMemory()
729 bool use_64 = (GetVersion() >= 11); in SendRequestWriteMemory()
1413 bool use_64 = (GetVersion() >= 11); in SendRequestBreakpoint()
/external/google-breakpad/src/client/mac/handler/
Ddynamic_images.h164 uint32_t GetVersion() {return version_;} in GetVersion() function
/external/lldb/source/
Dlldb.cpp270 lldb_private::GetVersion () in GetVersion() function in lldb_private
/external/lldb/include/lldb/Symbol/
DObjectFile.h606 GetVersion (uint32_t *versions, uint32_t num_versions) in GetVersion() function
/external/dnsmasq/dbus/
DDBus-interface33 GetVersion
/external/lldb/include/lldb/Core/
DModule.h657 GetVersion (uint32_t *versions, uint32_t num_versions);
/external/netperf/
Dnetcpu_ntperf.c176 NTVersion = GetVersion(); in InitPerfCntrs()
/external/lldb/scripts/Python/interface/
DSBModule.i300 GetVersion (uint32_t *versions,
/external/zlib/src/contrib/untgz/
Duntgz.c233 isWinNT = (GetVersion() < 0x80000000) ? 1 : 0; in setfiletime()

123