HomeSort by relevance Sort by last modified time
    Searched refs:status_ok (Results 1 - 13 of 13) 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_org/ppapi/native_client/src/trusted/plugin/
file_downloader.cc 249 bool status_ok = false; local
255 status_ok = (status_code_ == kExtensionUrlRequestStatusOk);
260 status_ok = (status_code_ == kDataUriRequestStatusOk);
265 status_ok = (status_code_ == NACL_HTTP_STATUS_OK);
269 if (!status_ok) {
  /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/chromium_org/testing/gtest/src/
gtest-death-test.cc 375 virtual bool Passed(bool status_ok);
522 // status_ok: true if exit_status is acceptable in the context of
528 bool DeathTestImpl::Passed(bool status_ok) {
552 if (status_ok) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/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 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/libvpx/libvpx/third_party/googletest/src/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/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/mesa3d/src/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/open-vcdiff/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...]
  /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...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest-death-test.cc 377 virtual bool Passed(bool status_ok);
524 // status_ok: true if exit_status is acceptable in the context of
530 bool DeathTestImpl::Passed(bool status_ok) {
554 if (status_ok) {
    [all...]

Completed in 283 milliseconds