Searched defs:OperatingSystem (Results 1 - 3 of 3) sorted by relevance

/external/lldb/source/Target/
H A DOperatingSystem.cpp1 //===-- OperatingSystem.cpp --------------------------------------------*- C++ -*-===//
11 #include "lldb/Target/OperatingSystem.h"
22 OperatingSystem*
23 OperatingSystem::FindPlugin (Process *process, const char *plugin_name)
32 std::unique_ptr<OperatingSystem> instance_ap(create_callback(process, true));
41 std::unique_ptr<OperatingSystem> instance_ap(create_callback(process, false));
50 OperatingSystem::OperatingSystem (Process *process) : function in class:OperatingSystem
55 OperatingSystem::~OperatingSystem()
[all...]
/external/lldb/include/lldb/Target/
H A DOperatingSystem.h1 //===-- OperatingSystem.h ----------------------------------------------*- C++ -*-===//
23 /// @class OperatingSystem OperatingSystem.h "lldb/Target/OperatingSystem.h"
33 class OperatingSystem : class in namespace:lldb_private
41 /// Scans the installed OperatingSystem plug-ins and tries to find
53 static OperatingSystem*
59 OperatingSystem (Process *process);
62 ~OperatingSystem();
96 DISALLOW_COPY_AND_ASSIGN (OperatingSystem);
[all...]
/external/chromium_org/chrome/browser/
H A Denumerate_modules_model_win.h69 enum OperatingSystem { enum in class:ModuleEnumerator
111 OperatingSystem os; // Bitmask, representing what OS this entry applies to.

Completed in 1158 milliseconds