Searched defs:HasResult (Results 1 - 2 of 2) sorted by relevance

/external/libtextclassifier/datetime/
H A Dparser_test.cc371 bool HasResult(const std::string& input, const std::string& locales);
420 bool ParserLocaleTest::HasResult(const std::string& input, function in class:libtextclassifier2::__anon12355::ParserLocaleTest
430 EXPECT_TRUE(HasResult("en-US", /*locales=*/"en-US"));
431 EXPECT_FALSE(HasResult("en-CH", /*locales=*/"en-US"));
432 EXPECT_FALSE(HasResult("en-US", /*locales=*/"en-CH"));
433 EXPECT_TRUE(HasResult("en-CH", /*locales=*/"en-CH"));
434 EXPECT_TRUE(HasResult("default", /*locales=*/"en-CH"));
438 EXPECT_TRUE(HasResult("zh-Hant-all", /*locales=*/"zh-Hant"));
439 EXPECT_TRUE(HasResult("zh-Hant-all", /*locales=*/"zh-Hant-TW"));
440 EXPECT_TRUE(HasResult("z
[all...]
/external/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1481 bool HasResult = I->getType() != Type::getVoidTy(Ctx); local
1523 // 'UseSizedLibcall', 'CASExpected', 'ValueOperand', and 'HasResult'
1577 if (!CASExpected && HasResult && !UseSizedLibcall) {
1597 } else if (HasResult && UseSizedLibcall)
1628 } else if (HasResult) {

Completed in 178 milliseconds