OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OsInfo
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/gpu/config/
gpu_control_list_os_info_unittest.cc
15
typedef GpuControlList::
OsInfo
OsInfo
;
36
OsInfo
info(os[i], "=", "10.6", std::string());
41
OsInfo
info("any", "any", std::string(), std::string());
57
OsInfo
info(os[i], std::string(), std::string(), std::string());
61
OsInfo
info(os[i], "=", std::string(), std::string());
65
OsInfo
info(os[i], std::string(), "10.6", std::string());
77
OsInfo
info(os_cap[i], "=", "10.6", std::string());
84
OsInfo
info("any", "any", std::string(), std::string());
96
OsInfo
info("win", ">=", "6", std::string())
[
all
...]
gpu_control_list.h
170
class GPU_EXPORT
OsInfo
{
172
OsInfo
(const std::string& os,
176
~
OsInfo
();
178
// Determines if a given os/version is included in the
OsInfo
set.
432
scoped_ptr<
OsInfo
> os_info_;
gpu_control_list.cc
215
GpuControlList::
OsInfo
::
OsInfo
(const std::string& os,
226
GpuControlList::
OsInfo
::~
OsInfo
() {}
228
bool GpuControlList::
OsInfo
::Contains(OsType type,
237
bool GpuControlList::
OsInfo
::IsValid() const {
241
GpuControlList::OsType GpuControlList::
OsInfo
::type() const {
245
GpuControlList::OsType GpuControlList::
OsInfo
::StringToOsType(
828
os_info_.reset(new
OsInfo
(os, version_op, version_string, version_string2));
[
all
...]
/art/runtime/
runtime_linux.cc
37
struct
OsInfo
{
245
OsInfo
os_info;
261
<< "OS: " << Dumpable<
OsInfo
>(os_info) << "\n"
Completed in 56 milliseconds