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

  /external/libchrome/sandbox/linux/services/
init_process_reaper.cc 37 DPCHECK(!close_ret);
39 DPCHECK(!close_ret);
54 DPCHECK(!close_ret);
56 DPCHECK(!close_ret);
62 DPCHECK(!close_ret);
87 DPCHECK(!close_ret);
89 DPCHECK(!close_ret);
93 DPCHECK(!close_ret);
  /external/libmojo/mojo/edk/embedder/
platform_handle.cc 28 DPCHECK(success);
34 DPCHECK(rv == KERN_SUCCESS);
66 DPCHECK(success);
  /external/libchrome/base/
logging_unittest.cc 213 DPCHECK(mock_log_source.Log()) << mock_log_source.Log();
240 DPCHECK(false);
268 DPCHECK(some_variable) << "test";
logging.h 129 // DPCHECK(condition) << "Couldn't do foo";
733 #define DPCHECK(condition) \
744 #define DPCHECK(condition) \
    [all...]
  /external/libchrome/base/posix/
file_descriptor_shuffle.cc 97 DPCHECK(ret == 0);
  /external/libchrome/base/metrics/
persistent_memory_allocator.cc 750 DPCHECK(address);
757 DPCHECK(MAP_FAILED != address);
769 DPCHECK(success);
772 DPCHECK(0 == result);
    [all...]
  /external/libmojo/base/android/library_loader/
library_prefetcher.cc 175 DPCHECK(!err);
  /external/libchrome/base/process/
launch_posix.cc 287 DPCHECK(ret == 0);
507 DPCHECK(ret > 0);
  /system/extras/perfprofd/quipper/base/
logging.h 98 // DPCHECK(condition) << "Couldn't do foo";
397 #define DPCHECK(condition) \
  /external/libchrome/base/files/
file_path_watcher_linux.cc 281 DPCHECK(ret > 0);
  /external/libmojo/mojo/edk/system/
node_channel.cc 251 DPCHECK(result);
node_controller.cc 192 DPCHECK(ok);
    [all...]

Completed in 734 milliseconds