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

  /external/chromium_org/gpu/config/
gpu_test_config.h 54 int32 os() const { return os_; }
79 int32 os_; member in class:gpu::GPUTestConfig
  /external/stressapptest/src/
error_diag.h 161 OsLayer *os_; // Platform handle. member in class:ErrorDiag
sat.h 272 class OsLayer *os_; // Os abstraction: put hacks here. member in class:Sat
worker.h 395 class OsLayer *os_; // Os abstraction: put hacks here. member in class:WorkerThread
  /external/chromium_org/base/debug/
stack_trace_posix.cc 389 explicit StreamBacktraceOutputHandler(std::ostream* os) : os_(os) {
393 (*os_) << output;
397 std::ostream* os_; member in class:base::debug::__anon6113::StreamBacktraceOutputHandler
  /art/oatdump/
oatdump.cc 668 : os_(os), image_filename_(image_filename), host_prefix_(host_prefix),
672 std::ostream& os = *os_;
758 std::ostream* saved_os = os_;
761 os_ = &indent_os;
773 os_ = saved_os;
1342 std::ostream* os_; member in class:art::ImageDumper
    [all...]

Completed in 62 milliseconds