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

  /external/autotest/client/tests/disktest/
disktest.py 45 self.chunk_mb, disk, self.memory_mb, chunk)
77 self.memory_mb = utils.memtotal()/1024
78 if self.memory_mb > chunk_mb:
80 self.memory_mb)
  /device/google/cuttlefish_common/host/libs/vm_manager/
crosvm_manager.cpp 82 command.AddParameter("--mem=", config_->memory_mb());
qemu_manager.cpp 72 LogAndSetEnv("memory_mb", std::to_string(config_->memory_mb()));
  /device/google/cuttlefish_common/host/libs/config/
cuttlefish_config.h 69 int memory_mb() const;
70 void set_memory_mb(int memory_mb);
cuttlefish_config.cpp 76 const char* kMemoryMb = "memory_mb";
197 int CuttlefishConfig::memory_mb() const { function in class:vsoc::CuttlefishConfig
200 void CuttlefishConfig::set_memory_mb(int memory_mb) {
201 (*dictionary_)[kMemoryMb] = memory_mb;
  /device/google/cuttlefish_common/host/commands/launch/
flags.cc 74 DEFINE_int32(memory_mb, 2048,

Completed in 87 milliseconds