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

  /frameworks/base/core/tests/utiltests/src/android/util/
IntArrayTest.java 39 IntArray b = IntArray.fromArray(new int[]{4, 5, 6, 7, 8}, 3);
LongArrayTest.java 39 LongArray b = LongArray.fromArray(new long[]{4, 5, 6, 7, 8}, 3);
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/property/
ngram_context.h 56 return WordIdArrayView::fromArray(*prevWordIdBuffer).limit(mPrevWordCount);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
dic_node_properties.h 111 return WordIdArrayView::fromArray(mPrevWordIds).limit(mPrevWordCount);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/session/
dic_traverse_session.h 81 return WordIdArrayView::fromArray(mPrevWordIdArray).limit(mPrevWordIdCount);
  /packages/inputmethods/LatinIME/native/jni/src/utils/
int_array_view.h 62 AK_FORCE_INLINE static IntArrayView fromArray(const std::array<int, N> &array) {
  /external/icu/icu4c/source/test/cintltst/
cldrtest.c 586 UResourceBundle *fromArray, const char *fromLocale,
590 int32_t fromSize = ures_getSize(fromArray);
591 int32_t toSize = ures_getSize(fromArray);
603 const UChar *fromBundleStr = ures_getStringByIndex(fromArray, idx, NULL, &errorCode);
621 UResourceBundle *fromArray, *toArray;
636 fromArray = ures_getByKey(fromLocaleBund, "CurrencyElements", NULL, &errorCode);
641 compareArrays("CurrencyElements", fromArray, fromLocale, toArray, toLocale, 1, 2);
643 ures_close(fromArray);
646 fromArray = ures_getByKey(fromLocaleBund, "NumberPatterns", NULL, &errorCode);
650 compareArrays("NumberPatterns", fromArray, fromLocale, toArray, toLocale, 0, 3)
    [all...]
  /frameworks/base/core/java/android/util/
IntArray.java 69 public static IntArray fromArray(int[] array, int size) {
LongArray.java 73 public static LongArray fromArray(long[] array, int size) {
  /packages/inputmethods/LatinIME/native/jni/tests/dictionary/structure/v4/content/
language_model_dict_content_test.cpp 100 const WordIdArrayView prevWordIds = WordIdArrayView::fromArray(prevWordIdArray);
  /packages/inputmethods/LatinIME/native/jni/tests/utils/
int_array_view_test.cpp 50 const auto intArrayView = IntArrayView::fromArray(intArray);
  /external/icu/icu4c/source/common/
ucurr.cpp     [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node.h 122 mDicNodeProperties.init(rootPtNodeArrayPos, WordIdArrayView::fromArray(newPrevWordIds));
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
Adapters.java 657 String[] fromArray = mFrom.toArray(new String[mFrom.size()]);
671 return new XmlCursorAdapter(mContext, layout, uri, fromArray, toArray, selection,
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava2/rxjava/2.0.6/
rxjava-2.0.6.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 487 milliseconds