Home
last modified time | relevance | path

Searched refs:IsFinal (Results 1 – 9 of 9) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dequivalent.h73 static bool IsFinal(const Fst<Arc> &fa, MappedId s) { in IsFinal() function
156 if (Util::IsFinal(fst1, s1) != Util::IsFinal(fst2, s2)) { in Equivalent()
219 if (Util::IsFinal(fst1, p.first) != Util::IsFinal(fst2, p.second)) { in Equivalent()
/external/chromium_org/chrome/browser/spellchecker/
Dfeedback_unittest.cc62 EXPECT_TRUE(removed_misspelling->action.IsFinal()); in TEST_F()
66 EXPECT_FALSE(remaining_misspelling->action.IsFinal()); in TEST_F()
77 EXPECT_FALSE(misspellings[0].action.IsFinal()); in TEST_F()
147 EXPECT_FALSE(it->action.IsFinal()); in TEST_F()
156 EXPECT_TRUE(it->action.IsFinal()); in TEST_F()
Dspellcheck_action.cc19 bool SpellcheckAction::IsFinal() const { in IsFinal() function in SpellcheckAction
37 DCHECK(IsFinal()); in Finalize()
Dspellcheck_action_unittest.cc25 ASSERT_TRUE(action.IsFinal()); in TEST()
37 ASSERT_FALSE(action.IsFinal()); in TEST()
Dfeedback.cc57 !misspelling_it->second.action.IsFinal()) { in FinalizeRemovedMisspellings()
102 if (!misspelling.action.IsFinal()) in EraseFinalizedMisspellings()
157 if (!misspelling_it->second.action.IsFinal()) in FinalizeAllMisspellings()
Dspellcheck_action.h54 bool IsFinal() const;
Dfeedback_sender.cc206 if (!duplicate_misspelling || duplicate_misspelling->action.IsFinal()) in AddedToDictionary()
/external/clang/include/clang/Basic/
DTokenKinds.def398 TYPE_TRAIT_1(__is_final, IsFinal, KEYCXX)
/external/chromium_org/net/websockets/
Dwebsocket_channel_test.cc276 enum IsFinal { NOT_FINAL_FRAME, FINAL_FRAME }; enum
282 IsFinal final;