HomeSort by relevance Sort by last modified time
    Searched full:new_word (Results 1 - 5 of 5) sorted by null

  /art/runtime/gc/accounting/
card_table-inl.h 47 const uintptr_t new_word = cur_word | (static_cast<uintptr_t>(new_value) << shift_in_bits);
48 return word_atomic->CompareExchangeWeakRelaxed(old_word, new_word);
180 uintptr_t new_word; member in union:art::gc::accounting::__anon97
195 if (LIKELY(atomic_word->CompareExchangeWeakRelaxed(expected_word, new_word))) {
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
error_type_utils.cpp 31 const ErrorTypeUtils::ErrorType ErrorTypeUtils::NEW_WORD = 0x200;
error_type_utils.h 50 static const ErrorType NEW_WORD;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
typing_weighting.cpp 99 return ErrorTypeUtils::NEW_WORD;
  /system/media/camera/docs/
metadata_helpers.py     [all...]

Completed in 715 milliseconds