Searched refs:fromArray (Results 1 – 12 of 12) sorted by relevance
/packages/inputmethods/LatinIME/native/jni/src/dictionary/property/ |
D | ngram_context.h | 56 return WordIdArrayView::fromArray(*prevWordIdBuffer).limit(mPrevWordCount); in getPrevWordIds()
|
/packages/providers/MediaProvider/tests/src/com/android/providers/media/util/ |
D | LongArrayTest.java | 39 LongArray b = LongArray.fromArray(new long[]{4, 5, 6, 7, 8}, 3); in testLongArray()
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/ |
D | dic_node_properties.h | 111 return WordIdArrayView::fromArray(mPrevWordIds).limit(mPrevWordCount); in getPrevWordIds()
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/session/ |
D | dic_traverse_session.h | 81 return WordIdArrayView::fromArray(mPrevWordIdArray).limit(mPrevWordIdCount); in getPrevWordIds()
|
/packages/inputmethods/LatinIME/native/jni/src/utils/ |
D | int_array_view.h | 62 AK_FORCE_INLINE static IntArrayView fromArray(const std::array<int, N> &array) { in fromArray() function
|
/packages/inputmethods/LatinIME/native/jni/tests/dictionary/structure/v4/content/ |
D | language_model_dict_content_test.cpp | 100 const WordIdArrayView prevWordIds = WordIdArrayView::fromArray(prevWordIdArray); in TEST()
|
/packages/providers/MediaProvider/src/com/android/providers/media/util/ |
D | LongArray.java | 66 public static LongArray fromArray(long[] array, int size) { in fromArray() method in LongArray
|
/packages/services/Car/car-lib/src/com/android/car/internal/util/ |
D | IntArray.java | 71 public static IntArray fromArray(int[] array, int size) { in fromArray() method in IntArray
|
D | LongArray.java | 73 public static LongArray fromArray(long[] array, int size) { in fromArray() method in LongArray
|
/packages/inputmethods/LatinIME/native/jni/tests/utils/ |
D | int_array_view_test.cpp | 50 const auto intArrayView = IntArrayView::fromArray(intArray); in TEST()
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/ |
D | dic_node.h | 122 mDicNodeProperties.init(rootPtNodeArrayPos, WordIdArrayView::fromArray(newPrevWordIds)); in initAsRootWithPreviousWord()
|
/packages/services/Car/service/src/com/android/car/ |
D | CarUxRestrictionsManagerService.java | 357 displayIds = IntArray.fromArray(mDisplayIds.toArray(), mDisplayIds.size()); in init()
|