/external/lldb/include/lldb/ |
D | lldb-private.h | 67 GetVersion ();
|
/external/lldb/source/Commands/ |
D | CommandObjectVersion.cpp | 43 result.AppendMessageWithFormat ("%s\n", lldb_private::GetVersion()); in DoExecute()
|
/external/v8/src/ |
D | version.h | 27 static const char* GetVersion() { return version_string_; } in GetVersion() function
|
/external/skia/include/core/ |
D | SkGraphics.h | 31 static void GetVersion(int32_t* major, int32_t* minor, int32_t* patch);
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFFormValue.cpp | 149 if (cu->GetVersion() <= 2) in ExtractValue() 215 if (cu->GetVersion() <= 2) in SkipValue() 351 if (cu->GetVersion() <= 2) in Dump()
|
D | DWARFCompileUnit.h | 51 uint16_t GetVersion() const { return m_version; } in GetVersion() function
|
/external/skia/src/core/ |
D | SkGraphics.cpp | 30 void SkGraphics::GetVersion(int32_t* major, int32_t* minor, int32_t* patch) { in GetVersion() function in SkGraphics
|
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
D | DYLDRendezvous.h | 77 GetVersion() const { return m_current.version; } in GetVersion() function
|
D | DYLDRendezvous.cpp | 312 log->Printf(" Version: %" PRIu64, GetVersion()); in DumpToLog()
|
/external/lldb/include/lldb/API/ |
D | SBModule.h | 263 GetVersion (uint32_t *versions,
|
/external/libvpx/libvpx/third_party/libwebm/ |
D | mkvmuxerutil.hpp | 129 void GetVersion(int32* major, int32* minor, int32* build, int32* revision);
|
/external/v8/samples/ |
D | shell.cc | 234 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/ |
D | ObjectFileMachO.h | 153 GetVersion (uint32_t *versions, uint32_t num_versions);
|
/external/lldb/source/API/ |
D | SBModule.cpp | 640 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/ |
D | dxgi_dll.c | 93 if (!(GetVersion() & 0x80000000)) in WineDXGIBackend_BeginPresent()
|
/external/lldb/source/Plugins/Process/MacOSX-Kernel/ |
D | CommunicationKDP.h | 210 GetVersion ();
|
D | CommunicationKDP.cpp | 456 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/ |
D | dynamic_images.h | 164 uint32_t GetVersion() {return version_;} in GetVersion() function
|
/external/lldb/source/ |
D | lldb.cpp | 270 lldb_private::GetVersion () in GetVersion() function in lldb_private
|
/external/lldb/include/lldb/Symbol/ |
D | ObjectFile.h | 606 GetVersion (uint32_t *versions, uint32_t num_versions) in GetVersion() function
|
/external/dnsmasq/dbus/ |
D | DBus-interface | 33 GetVersion
|
/external/lldb/include/lldb/Core/ |
D | Module.h | 657 GetVersion (uint32_t *versions, uint32_t num_versions);
|
/external/netperf/ |
D | netcpu_ntperf.c | 176 NTVersion = GetVersion(); in InitPerfCntrs()
|
/external/lldb/scripts/Python/interface/ |
D | SBModule.i | 300 GetVersion (uint32_t *versions,
|
/external/zlib/src/contrib/untgz/ |
D | untgz.c | 233 isWinNT = (GetVersion() < 0x80000000) ? 1 : 0; in setfiletime()
|