Home
last modified time | relevance | path

Searched refs:word3 (Results 1 – 6 of 6) sorted by relevance

/external/pcre/dist/
Dpcrecpp_unittest.cc420 string word3; in TestMatchNumberPeculiarity() local
423 CHECK(r.PartialMatch("foo", &word1, &word2, &word3)); in TestMatchNumberPeculiarity()
426 CHECK_EQ(word3, ""); in TestMatchNumberPeculiarity()
427 CHECK(r.PartialMatch("bar", &word1, &word2, &word3)); in TestMatchNumberPeculiarity()
430 CHECK_EQ(word3, ""); in TestMatchNumberPeculiarity()
431 CHECK(r.PartialMatch("baz", &word1, &word2, &word3)); in TestMatchNumberPeculiarity()
434 CHECK_EQ(word3, "baz"); in TestMatchNumberPeculiarity()
435 CHECK(!r.PartialMatch("f", &word1, &word2, &word3)); in TestMatchNumberPeculiarity()
/external/regex-re2/re2/testing/
Dre2_test.cc322 string word3; in TEST() local
324 CHECK(RE2::PartialMatch("foo", r, &word1, &word2, &word3)); in TEST()
327 CHECK_EQ(word3, ""); in TEST()
328 CHECK(RE2::PartialMatch("bar", r, &word1, &word2, &word3)); in TEST()
331 CHECK_EQ(word3, ""); in TEST()
332 CHECK(RE2::PartialMatch("baz", r, &word1, &word2, &word3)); in TEST()
335 CHECK_EQ(word3, "baz"); in TEST()
336 CHECK(!RE2::PartialMatch("f", r, &word1, &word2, &word3)); in TEST()
/external/valgrind/VEX/priv/
Dguest_arm_toIR.c14652 UInt word3 = 0xE1A0CEEC; in disInstr_ARM_WRK() local
14656 getUIntLittleEndianly(code+ 8) == word3 && in disInstr_ARM_WRK()
17492 UInt word3 = 0x7C7CEA4F; in disInstr_THUMB_WRK() local
17496 getUIntLittleEndianly(code+ 8) == word3 && in disInstr_THUMB_WRK()
Dguest_arm64_toIR.c13852 UInt word3 = 0x93CCCD8C; in disInstr_ARM64_WRK() local
13856 getUIntLittleEndianly(code+ 8) == word3 && in disInstr_ARM64_WRK()
Dguest_mips_toIR.c12092 UInt word3 = mode64 ? 0x778 : 0xC2; in disInstr_MIPS_WRK() local
12095 getUInt(code + 8) == word3 && getUInt(code + 12) == word4) { in disInstr_MIPS_WRK()
Dguest_ppc_toIR.c18938 UInt word3 = mode64 ? 0x7800E802 : 0x5400E83E; in disInstr_PPC_WRK() local
18943 getUIntPPCendianly(code+ 8) == word3 && in disInstr_PPC_WRK()