HomeSort by relevance Sort by last modified time
    Searched refs:set_os (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/gpu/config/
gpu_test_config_unittest.cc 61 config.set_os(GPUTestConfig::kOsWin7);
72 config.set_os(GPUTestConfig::kOsWin);
74 config.set_os(GPUTestConfig::kOsWin7 | GPUTestConfig::kOsWinXP);
76 config.set_os(GPUTestConfig::kOsWin7);
88 config.set_os(GPUTestConfig::kOsWin7);
97 config2.set_os(GPUTestConfig::kOsWin);
99 config2.set_os(GPUTestConfig::kOsWin7);
101 config2.set_os(GPUTestConfig::kOsMac);
103 config2.set_os(GPUTestConfig::kOsWin7 | GPUTestConfig::kOsLinux);
135 config2.set_os(GPUTestConfig::kOsWin7)
    [all...]
gpu_test_config.h 49 void set_os(int32 os);
gpu_test_config.cc 80 void GPUTestConfig::set_os(int32 os) { function in class:gpu::GPUTestConfig
248 set_os(GetCurrentOS());
gpu_test_expectations_parser_unittest.cc 23 bot_config_.set_os(GPUTestConfig::kOsWin7);
gpu_test_expectations_parser.cc 412 config->set_os(config->os() | kTokenData[token].flag);
  /external/stressapptest/src/
finelock_queue.h 50 void set_os(OsLayer *os);
error_diag.h 151 bool set_os(OsLayer *os);
error_diag.cc 150 bool ErrorDiag::set_os(OsLayer *os) { function in class:ErrorDiag
finelock_queue.cc 212 void FineLockPEQueue::set_os(OsLayer *os) { function in class:FineLockPEQueue
os.cc 107 if (!error_diagnoser_->set_os(this))
sat.cc 617 finelock_q_->set_os(os_);
    [all...]
  /external/chromium_org/chrome/renderer/media/
cast_session_delegate.cc 154 gen_desc->set_os(version_info.OSType());
  /external/e2fsprogs/misc/
mke2fs.c 639 static int set_os(struct ext2_super_block *sb, char *os) function
    [all...]

Completed in 304 milliseconds