Searched refs:word3 (Results 1 - 7 of 7) sorted by relevance

/external/pcre/dist/
H A Dpcrecpp_unittest.cc420 string word3; local
423 CHECK(r.PartialMatch("foo", &word1, &word2, &word3));
426 CHECK_EQ(word3, "");
427 CHECK(r.PartialMatch("bar", &word1, &word2, &word3));
430 CHECK_EQ(word3, "");
431 CHECK(r.PartialMatch("baz", &word1, &word2, &word3));
434 CHECK_EQ(word3, "baz");
435 CHECK(!r.PartialMatch("f", &word1, &word2, &word3));
/external/chromium_org/third_party/re2/re2/testing/
H A Dre2_test.cc329 string word3; local
331 CHECK(RE2::PartialMatch("foo", r, &word1, &word2, &word3));
334 CHECK_EQ(word3, "");
335 CHECK(RE2::PartialMatch("bar", r, &word1, &word2, &word3));
338 CHECK_EQ(word3, "");
339 CHECK(RE2::PartialMatch("baz", r, &word1, &word2, &word3));
342 CHECK_EQ(word3, "baz");
343 CHECK(!RE2::PartialMatch("f", r, &word1, &word2, &word3));
/external/regex-re2/re2/testing/
H A Dre2_test.cc322 string word3; local
324 CHECK(RE2::PartialMatch("foo", r, &word1, &word2, &word3));
327 CHECK_EQ(word3, "");
328 CHECK(RE2::PartialMatch("bar", r, &word1, &word2, &word3));
331 CHECK_EQ(word3, "");
332 CHECK(RE2::PartialMatch("baz", r, &word1, &word2, &word3));
335 CHECK_EQ(word3, "baz");
336 CHECK(!RE2::PartialMatch("f", r, &word1, &word2, &word3));
/external/valgrind/main/VEX/priv/
H A Dguest_arm64_toIR.c7679 UInt word3 = 0x93CCCD8C; local
7683 getUIntLittleEndianly(code+ 8) == word3 &&
H A Dguest_arm_toIR.c14604 UInt word3 = 0xE1A0CEEC; local
14608 getUIntLittleEndianly(code+ 8) == word3 &&
17445 UInt word3 = 0x7C7CEA4F; local
17449 getUIntLittleEndianly(code+ 8) == word3 &&
H A Dguest_mips_toIR.c11756 UInt word3 = mode64 ? 0x778 : 0xC2; local
11759 getUInt(code + 8) == word3 && getUInt(code + 12) == word4) {
H A Dguest_ppc_toIR.c18561 UInt word3 = mode64 ? 0x7800E802 : 0x5400E83E; local
18565 getUIntBigendianly(code+ 8) == word3 &&

Completed in 2138 milliseconds