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

  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
rostermodule_unittest.cc 40 #define TEST_OK(x) EXPECT_EQ((x),XMPP_RETURN_OK)
302 TEST_OK(roster->outgoing_presence()->
304 TEST_OK(roster->outgoing_presence()->set_priority(-37));
305 TEST_OK(roster->outgoing_presence()->set_presence_show(XMPP_PRESENCE_DND));
306 TEST_OK(roster->outgoing_presence()->
308 TEST_OK(roster->BroadcastPresence());
320 TEST_OK(roster->outgoing_presence()->
322 TEST_OK(roster->outgoing_presence()->set_priority(0));
323 TEST_OK(roster->outgoing_presence()->set_presence_show(XMPP_PRESENCE_XA));
324 TEST_OK(roster->outgoing_presence()->set_status("Gone fishin'"))
    [all...]
chatroommodule_unittest.cc 40 #define TEST_OK(x) TEST_EQ((x),XMPP_RETURN_OK)
226 TEST_OK(engine->HandleInput(input.c_str(), input.length()));
235 TEST_OK(engine->HandleInput(input.c_str(), input.length()));
244 TEST_OK(engine->HandleInput(input.c_str(), input.length()));
255 TEST_OK(engine->HandleInput(input.c_str(), input.length()));
265 TEST_OK(engine->HandleInput(input.c_str(), input.length()));
282 TEST_OK(engine->HandleInput(input.c_str(), input.length()));
  /external/chromium/chrome/browser/diagnostics/
diagnostics_model.h 23 TEST_OK,
diagnostics_test.h 52 RecordOutcome(additional_info, DiagnosticsModel::TEST_OK);
sqlite_diagnostics.cc 43 DiagnosticsModel::TEST_OK);
diagnostics_main.cc 313 bool success = (DiagnosticsModel::TEST_OK == test_info.GetResult());
  /external/chromium_org/chrome/browser/diagnostics/
diagnostics_model.h 24 TEST_OK,
diagnostics_test.h 58 RecordOutcome(0, additional_info, DiagnosticsModel::TEST_OK);
diagnostics_writer.cc 227 bool success = (DiagnosticsModel::TEST_OK == test_info.GetResult());
diagnostics_controller_unittest.cc 103 EXPECT_EQ(DiagnosticsModel::TEST_OK, info.GetResult()) << "Test: "
sqlite_diagnostics.cc 107 DiagnosticsModel::TEST_OK);
recon_diagnostics.cc 352 DiagnosticsModel::TEST_OK);

Completed in 1222 milliseconds