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

  /external/chromium/chrome/browser/remoting/
directory_add_request_unittest.cc 39 net::URLRequestStatus status_ok; local
41 target_->OnURLFetchComplete(NULL, url, status_ok, response_code,
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-death-test.cc 247 virtual bool Passed(bool status_ok);
374 // status_ok: true if exit_status is acceptable in the context of
380 bool ForkingDeathTest::Passed(bool status_ok) {
404 if (status_ok) {
  /external/chromium/testing/gtest/src/
gtest-death-test.cc 337 virtual bool Passed(bool status_ok);
484 // status_ok: true if exit_status is acceptable in the context of
490 bool DeathTestImpl::Passed(bool status_ok) {
514 if (status_ok) {
    [all...]
  /external/gtest/src/
gtest-death-test.cc 340 virtual bool Passed(bool status_ok);
799 // status_ok: true if exit_status is acceptable in the context of
805 bool DeathTestImpl::Passed(bool status_ok) {
829 if (status_ok) {
    [all...]
  /external/llvm/utils/unittest/googletest/
gtest-death-test.cc 337 virtual bool Passed(bool status_ok);
484 // status_ok: true if exit_status is acceptable in the context of
490 bool DeathTestImpl::Passed(bool status_ok) {
514 if (status_ok) {
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 324 virtual bool Passed(bool status_ok);
441 // status_ok: true if exit_status is acceptable in the context of
447 bool DeathTestImpl::Passed(bool status_ok) {
467 if (status_ok) {
    [all...]

Completed in 180 milliseconds