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

  /external/vboot_reference/tests/
cgptlib_test.h 13 TEST_OK = 0,
  /external/webrtc/webrtc/libjingle/xmpp/
chatroommodule_unittest.cc 23 #define TEST_OK(x) TEST_EQ((x),XMPP_RETURN_OK)
209 TEST_OK(engine->HandleInput(input.c_str(), input.length()));
218 TEST_OK(engine->HandleInput(input.c_str(), input.length()));
227 TEST_OK(engine->HandleInput(input.c_str(), input.length()));
238 TEST_OK(engine->HandleInput(input.c_str(), input.length()));
248 TEST_OK(engine->HandleInput(input.c_str(), input.length()));
265 TEST_OK(engine->HandleInput(input.c_str(), input.length()));
rostermodule_unittest.cc 23 #define TEST_OK(x) EXPECT_EQ((x),XMPP_RETURN_OK)
285 TEST_OK(roster->outgoing_presence()->
287 TEST_OK(roster->outgoing_presence()->set_priority(-37));
288 TEST_OK(roster->outgoing_presence()->set_presence_show(XMPP_PRESENCE_DND));
289 TEST_OK(roster->outgoing_presence()->
291 TEST_OK(roster->BroadcastPresence());
303 TEST_OK(roster->outgoing_presence()->
305 TEST_OK(roster->outgoing_presence()->set_priority(0));
306 TEST_OK(roster->outgoing_presence()->set_presence_show(XMPP_PRESENCE_XA));
307 TEST_OK(roster->outgoing_presence()->set_status("Gone fishin'"))
    [all...]
  /prebuilts/go/darwin-x86/src/regexp/testdata/
testregex.c 88 #define TEST_OK 0x00020000
1080 if (test & (TEST_ACTUAL|TEST_BASELINE|TEST_FAIL|TEST_OK|TEST_PASS|TEST_SUMMARY))
1083 if (test & TEST_OK)
1102 if (!(test & TEST_OK))
    [all...]
  /prebuilts/go/linux-x86/src/regexp/testdata/
testregex.c 88 #define TEST_OK 0x00020000
1080 if (test & (TEST_ACTUAL|TEST_BASELINE|TEST_FAIL|TEST_OK|TEST_PASS|TEST_SUMMARY))
1083 if (test & TEST_OK)
1102 if (!(test & TEST_OK))
    [all...]

Completed in 147 milliseconds