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

  /external/chromium_org/net/quic/crypto/
crypto_utils_test.cc 105 bool expect_ok = test_vector[i].expected != NULL; local
107 if (expect_ok) {
117 EXPECT_EQ(expect_ok, ok);
118 if (expect_ok) {
  /external/chromium_org/third_party/re2/re2/testing/
re2_test.cc 196 bool expect_ok) {
200 EXPECT_EQ(expect_ok, actual_ok) << " for " << rewrite << " error: " << error;
    [all...]

Completed in 283 milliseconds