Searched refs:move (Results 1 - 25 of 40) sorted by relevance

12

/packages/inputmethods/LatinIME/native/dicttoolkit/src/command_executors/
H A Ddiff_executor.cpp45 return ArgumentsParser(std::move(optionSpecs), std::move(argumentSpecs));
H A Dheader_executor.cpp45 return ArgumentsParser(std::move(optionSpecs), std::move(argumentSpecs));
H A Dinfo_executor.cpp50 return ArgumentsParser(std::move(optionSpecs), std::move(argumentSpecs));
H A Dmakedict_executor.cpp57 return ArgumentsParser(std::move(optionSpecs), std::move(argumentSpecs));
/packages/inputmethods/LatinIME/native/dicttoolkit/tests/utils/
H A Darguments_parser_test.cpp30 ArgumentsParser(std::move(optionSpecs), std::move(argumentSpecs)).validateSpecs());
41 ArgumentsParser(std::move(optionSpecs), std::move(argumentSpecs)).validateSpecs());
49 std::move(argumentSpecs)).validateSpecs());
58 std::move(argumentSpecs)).validateSpecs());
67 std::move(argumentSpecs)).validateSpecs());
100 ArgumentsParser(std::move(optionSpecs), std::move(argumentSpecs));
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DDragGestureDetector.java84 move(event, false);
91 move(event, true);
104 private void move(MotionEvent event, boolean drop) { method in class:DragGestureDetector
105 mTable.move(mTable.getFocus(),
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/
H A Ddictionary_structure_with_buffer_policy_factory.cpp97 new StructurePolicy(std::move(dictBuffers)));
126 headerFilePath, formatVersion, std::move(mmappedBuffer));
132 headerFilePath, formatVersion, std::move(mmappedBuffer));
157 DictBuffers::openVer4DictBuffers(dictPath, std::move(mmappedBuffer), formatVersion);
165 new StructurePolicy(std::move(dictBuffers)));
185 new PatriciaTriePolicy(std::move(mmappedBuffer)));
/packages/inputmethods/LatinIME/native/jni/src/dictionary/property/
H A Dngram_property.h32 : mNgramContext(ngramContext), mTargetCodePoints(std::move(targetCodePoints)),
H A Dword_property.h38 : mCodePoints(std::move(codePoints)), mUnigramProperty(unigramProperty),
H A Dunigram_property.h32 : mTargetCodePoints(std::move(targetCodePoints)),
63 mHistoricalInfo(historicalInfo), mShortcuts(std::move(shortcuts)) {}
81 mHistoricalInfo(historicalInfo), mShortcuts(std::move(shortcuts)) {}
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DMessageMove.java28 /** The URI for dealing with message move data. */
46 * Projection for a query to get all columns necessary for an actual move.
148 LogUtils.w(LOG_TAG, "existing move's dst not same as this move's src");
168 final MessageMove move = movesMap.valueAt(i);
170 if ((move.mServerId == null || move.mServerId.length() == 0) ||
171 move.mSrcFolderKey == move.mDstFolderKey) {
172 unmovedMessages[unmovedMessagesCount] = move
[all...]
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
H A Dver4_dict_buffers.cpp65 return Ver4DictBuffersPtr(new Ver4DictBuffers(std::move(headerBuffer), std::move(bodyBuffer),
174 : mHeaderBuffer(std::move(headerBuffer)), mDictBuffer(std::move(bodyBuffer)),
H A Dver4_patricia_trie_policy.h45 : mBuffers(std::move(buffers)), mHeaderPolicy(mBuffers->getHeaderPolicy()),
/packages/inputmethods/LatinIME/native/dicttoolkit/src/utils/
H A Darguments_and_options.h35 : mIsValid(true), mOptions(std::move(options)), mArguments(std::move(arguments)) {}
H A Darguments_parser.h102 : mOptionSpecs(std::move(optionSpecs)), mArgumentSpecs(std::move(argumentSpecs)) {}
H A Darguments_parser.cpp161 return ArgumentsAndOptions(std::move(options), std::move(arguments));
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
H A Dver4_dict_buffers.cpp49 return Ver4DictBuffersPtr(new Ver4DictBuffers(dictPath, std::move(headerBuffer), isUpdatable,
131 : mHeaderBuffer(std::move(headerBuffer)),
H A Dver4_patricia_trie_policy.h67 : mBuffers(std::move(buffers)), mHeaderPolicy(mBuffers->getHeaderPolicy()),
/packages/apps/UnifiedEmail/src/com/android/mail/content/
H A DThreadSafeCursorWrapper.java136 LogUtils.e(LOG_TAG, "Unexpected failure to move to current position, pos=%d", pos);
141 public boolean move(int offset) { method in class:ThreadSafeCursorWrapper
/packages/inputmethods/LatinIME/native/dicttoolkit/tests/offdevice_intermediate_dict/
H A Doffdevice_intermediate_dict_test.cpp40 return WordProperty(std::move(codePoints), UnigramProperty(), std::vector<NgramProperty>());
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
H A Dpatricia_trie_policy.h45 : mMmappedBuffer(std::move(mmappedBuffer)),
/packages/apps/Exchange/src/com/android/exchange/eas/
H A DEasMoveItems.java23 * Performs a MoveItems request, which is used to move items between collections.
64 for (final MessageMove move : moves) {
65 mMove = move;
/packages/apps/Messaging/src/com/android/messaging/util/
H A DFileUtil.java97 LogUtil.e(LogUtil.BUGLE_TAG, "Can't move directory content since the source " +
109 Files.move(file, fileTarget);
111 LogUtil.e(LogUtil.BUGLE_TAG, "Failed to move files", e);
/packages/inputmethods/LatinIME/native/jni/
H A Dcom_android_inputmethod_latin_BinaryDictionary.cpp66 new Dictionary(env, std::move(dictionaryStructureWithBufferPolicy));
95 new Dictionary(env, std::move(dictionaryStructureWithBufferPolicy));
375 shortcuts.emplace_back(std::move(shortcutTargetCodePoints), shortcutProbability);
381 1 /* count */), std::move(shortcuts));
580 std::move(dictionaryStructureWithBufferPolicy), dictFilePathChars);
601 std::move(dictionaryStructureWithBufferPolicy), dictFilePathChars);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragView.java284 void move(int touchX, int touchY) { method in class:DragView

Completed in 204 milliseconds

12