Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/property/
Dngram_context.h56 return WordIdArrayView::fromArray(*prevWordIdBuffer).limit(mPrevWordCount); in getPrevWordIds()
/packages/providers/MediaProvider/tests/src/com/android/providers/media/util/
DLongArrayTest.java39 LongArray b = LongArray.fromArray(new long[]{4, 5, 6, 7, 8}, 3); in testLongArray()
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
Ddic_node_properties.h111 return WordIdArrayView::fromArray(mPrevWordIds).limit(mPrevWordCount); in getPrevWordIds()
/packages/inputmethods/LatinIME/native/jni/src/utils/
Dint_array_view.h62 AK_FORCE_INLINE static IntArrayView fromArray(const std::array<int, N> &array) { in fromArray() function
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/session/
Ddic_traverse_session.h81 return WordIdArrayView::fromArray(mPrevWordIdArray).limit(mPrevWordIdCount); in getPrevWordIds()
/packages/inputmethods/LatinIME/native/jni/tests/dictionary/structure/v4/content/
Dlanguage_model_dict_content_test.cpp100 const WordIdArrayView prevWordIds = WordIdArrayView::fromArray(prevWordIdArray); in TEST()
/packages/providers/MediaProvider/src/com/android/providers/media/util/
DLongArray.java66 public static LongArray fromArray(long[] array, int size) { in fromArray() method in LongArray
/packages/inputmethods/LatinIME/native/jni/tests/utils/
Dint_array_view_test.cpp50 const auto intArrayView = IntArrayView::fromArray(intArray); in TEST()
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
Ddic_node.h122 mDicNodeProperties.init(rootPtNodeArrayPos, WordIdArrayView::fromArray(newPrevWordIds)); in initAsRootWithPreviousWord()