HomeSort by relevance Sort by last modified time
    Searched full:is_compressed (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chromeos/dbus/
fake_debug_daemon_client.h 22 virtual void DumpDebugLogs(bool is_compressed,
debug_daemon_client.h 34 // |is_compressed| is true, otherwise in logs will be stored in .tar format.
35 virtual void DumpDebugLogs(bool is_compressed,
debug_daemon_client.cc 48 virtual void DumpDebugLogs(bool is_compressed,
62 is_compressed,
314 void OnCheckValidityGetDebugLogs(bool is_compressed,
321 writer.AppendBool(is_compressed);
fake_debug_daemon_client.cc 25 bool is_compressed,
  /external/chromium_org/chrome/browser/extensions/api/log_private/
log_private_apitest_chromeos.cc 33 virtual void DumpDebugLogs(bool is_compressed,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs_schedule_instructions.cpp 136 bool is_compressed(fs_inst *inst);
240 instruction_scheduler::is_compressed(fs_inst *inst) function in class:instruction_scheduler
315 if (is_compressed(inst)) {
399 if (is_compressed(inst)) {
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_schedule_instructions.cpp 136 bool is_compressed(fs_inst *inst);
240 instruction_scheduler::is_compressed(fs_inst *inst) function in class:instruction_scheduler
315 if (is_compressed(inst)) {
399 if (is_compressed(inst)) {

Completed in 1827 milliseconds