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

  /external/deqp/modules/gles3/scripts/
gen-conversions.py 243 def toPos (value):
245 return [toPos(x) for x in value]
265 inUVec4 = toUVec4(toPos(inVec4))
266 inUVec3 = toUVec3(toPos(inVec3))
267 inUVec2 = toUVec2(toPos(inVec2))
323 genConversionCases([toPos(inFloat), toPos(inInt), inUint, inBool], [toUint])))
328 genConversionCases([toPos(inFloat), toPos(inInt), inUint, inBool], [toUVec2, toUVec3, toUVec4])))
333 genConversionCases([toPos(inVec2), toPos(inVec3), toPos(inVec4), toPos(inIVec2), toPos(inIVec3), toPos(inIVec4), inUVec2, in (…)
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
shortcut_dict_content.h 72 bool copyShortcutList(const int shortcutListPos, const int toPos);
94 const ShortcutDictContent *const sourceShortcutDictContent, const int toPos);
shortcut_dict_content.cpp 110 bool ShortcutDictContent::copyShortcutList(const int shortcutListPos, const int toPos) {
111 return copyShortcutListFromDictContent(shortcutListPos, this, toPos);
115 const ShortcutDictContent *const sourceShortcutDictContent, const int toPos) {
118 int writingPos = toPos;
bigram_dict_content.h 88 bool copyBigramList(const int bigramListPos, const int toPos, int *const outTailEntryPos);
126 const BigramDictContent *const sourceBigramDictContent, const int toPos,
bigram_dict_content.cpp 127 bool BigramDictContent::copyBigramList(const int bigramListPos, const int toPos,
130 int writingPos = toPos;
183 const BigramDictContent *const sourceBigramDictContent, const int toPos,
188 int writingPos = toPos;
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
shortcut_dict_content.h 65 bool copyShortcutList(const int shortcutListPos, const int toPos);
87 const ShortcutDictContent *const sourceShortcutDictContent, const int toPos);
shortcut_dict_content.cpp 95 bool ShortcutDictContent::copyShortcutList(const int shortcutListPos, const int toPos) {
96 return copyShortcutListFromDictContent(shortcutListPos, this, toPos);
100 const ShortcutDictContent *const sourceShortcutDictContent, const int toPos) {
103 int writingPos = toPos;
  /frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
LinearLayoutManagerPrepareForDropTest.java 152 final int toPos = mLayoutManager.getPosition(onChild);
155 final boolean towardsHead = toPos < fromPos;
178 mTestAdapter.moveInUIThread(fromPos, toPos);
179 mTestAdapter.notifyItemMoved(fromPos, toPos);
185 assertSame(fromChild, mRecyclerView.findViewHolderForAdapterPosition(toPos).itemView);
ItemTouchHelperTest.java 315 final int fromPos, toPos;
323 toPos = to.getAdapterPosition();
  /frameworks/base/core/java/com/android/internal/widget/helper/
ItemTouchHelper.java     [all...]
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
ItemTouchHelper.java     [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
LongArray.java     [all...]
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
nashorn.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
nashorn.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 820 milliseconds