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

  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_action.h 54 bool IsFinal() const;
spellcheck_action.cc 19 bool SpellcheckAction::IsFinal() const {
37 DCHECK(IsFinal());
spellcheck_action_unittest.cc 25 ASSERT_TRUE(action.IsFinal());
37 ASSERT_FALSE(action.IsFinal());
feedback_unittest.cc 60 EXPECT_TRUE(removed_misspelling->action.IsFinal());
64 EXPECT_FALSE(remaining_misspelling->action.IsFinal());
75 EXPECT_FALSE(misspellings[0].action.IsFinal());
145 EXPECT_FALSE(it->action.IsFinal());
154 EXPECT_TRUE(it->action.IsFinal());
feedback.cc 58 !misspelling_it->second.action.IsFinal()) {
103 if (!misspelling.action.IsFinal())
158 if (!misspelling_it->second.action.IsFinal())
feedback_sender.cc 218 if (!duplicate_misspelling || duplicate_misspelling->action.IsFinal())
  /external/openfst/src/include/fst/
equivalent.h 83 static bool IsFinal(const Fst<Arc> &fa, MappedId s) {
204 if (Util::IsFinal(fst1, s1) != Util::IsFinal(fst2, s2)) {
255 if (Util::IsFinal(fst1, p.first) != Util::IsFinal(fst2, p.second)) {
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
equivalent.h 74 static bool IsFinal(const Fst<Arc> &fa, MappedId s) {
157 if (Util::IsFinal(fst1, s1) != Util::IsFinal(fst2, s2)) {
220 if (Util::IsFinal(fst1, p.first) != Util::IsFinal(fst2, p.second)) {
  /art/runtime/mirror/
art_field.h 51 bool IsFinal() const {
class.h 190 bool IsFinal() const {
245 return IsFinal();
    [all...]
art_method.h 103 bool IsFinal() const {
  /art/runtime/
class_linker_test.cc 80 EXPECT_TRUE(primitive->IsFinal());
130 EXPECT_TRUE(array->IsFinal());
227 EXPECT_FALSE(klass->IsFinal());
231 if (klass->IsFinal()) {
236 EXPECT_FALSE(klass->IsFinal());
    [all...]
class_linker.cc     [all...]
  /art/runtime/entrypoints/
entrypoint_utils.cc 126 if (UNLIKELY(is_set && resolved_field->IsFinal() && (fields_class != referring_class))) {
entrypoint_utils.h 176 (is_set && resolved_field->IsFinal() && (fields_class != referring_class)))) {
  /art/runtime/native/
java_lang_reflect_Field.cc 218 if (f->IsFinal()) {
  /art/compiler/driver/
compiler_driver.cc     [all...]
  /art/runtime/verifier/
reg_type_cache.cc 380 if (uninit_type.IsUninitializedThisReference() && !klass->IsFinal()) {
method_verifier.cc 89 if (super != NULL && super->IsFinal()) {
    [all...]
  /external/chromium_org/net/websockets/
websocket_channel_test.cc 205 enum IsFinal {
225 IsFinal final;
    [all...]

Completed in 646 milliseconds