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

1234567891011

/frameworks/native/libs/vr/libvrflinger/
H A Dacquired_buffer.cpp13 : buffer_(buffer), acquire_fence_(std::move(acquire_fence)) {}
30 acquire_fence_ = std::move(fence);
35 : buffer_(std::move(other.buffer_)),
36 acquire_fence_(std::move(other.acquire_fence_)) {}
44 buffer_ = std::move(other.buffer_);
45 acquire_fence_ = std::move(other.acquire_fence_);
73 return std::move(acquire_fence_);
77 return std::move(buffer_);
/frameworks/base/libs/hwui/debug/
H A DGlesDriver.cpp34 std::unique_ptr<GlesDriver> ret = std::move(sGlesDriver);
35 sGlesDriver = std::move(driver);
H A DScopedReplaceDriver.h31 mOldDriver = GlesDriver::replace(std::move(glDriver));
37 GlesDriver::replace(std::move(mOldDriver));
/frameworks/base/tools/aapt2/
H A DDominatorTree.cpp47 return AddChild(std::move(new_child));
56 new_child->children_.push_back(std::move(child));
73 child->AddChild(std::move(new_child));
79 children_.push_back(std::move(new_child));
H A DLoadedApk.h37 : source_(source), apk_(std::move(apk)), table_(std::move(table)) {}
/frameworks/base/tools/aapt2/link/
H A DPrivateAttributeMover.cpp36 *result = std::move(*new_end);
43 // We want to move this guy
44 *result = std::move(*first);
47 // We want to keep this guy, but we will need to move it up the list to
49 *new_end = std::move(*first);
85 priv_attr_type->entries = std::move(private_attr_entries);
H A DXmlNamespaceRemover.cpp41 child = std::move(child->children.front());
80 resource->root = std::move(resource->root->children.front());
/frameworks/base/core/java/android/text/
H A DSelection.java141 int move;
146 move = layout.getOffsetForHorizontal(line - 1, h);
148 move = layout.getLineStart(line - 1);
151 setSelection(text, move);
187 int move;
192 move = layout.getOffsetForHorizontal(line + 1, h);
194 move = layout.getLineStart(line + 1);
197 setSelection(text, move);
211 * at the left edge of the line and there is not another line to move it to.
236 * to move i
[all...]
/frameworks/base/libs/hwui/utils/
H A DStringUtils.cpp30 set.insert(std::move(s));
/frameworks/base/core/tests/coretests/src/android/transition/
H A DAutoTransitionTest.java41 Transition move = autoTransition.getTransitionAt(1);
42 assertNotNull(move);
43 assertTrue(move instanceof ChangeBounds);
/frameworks/av/media/libmedia/
H A DOMXBuffer.cpp176 mBufferType = std::move(source.mBufferType);
177 mRangeOffset = std::move(source.mRangeOffset);
178 mRangeLength = std::move(source.mRangeLength);
179 mMem = std::move(source.mMem);
180 mGraphicBuffer = std::move(source.mGraphicBuffer);
181 mNativeHandle = std::move(source.mNativeHandle);
182 mHidlMemory = std::move(source.mHidlMemory);
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/util/
H A DDiffUtilTest.java166 move(2, 0);
177 move(2, 0);
185 move(0, 2);
192 move(0, 1);
193 move(1, 2);
201 move(2, 0);
202 move(2, 3);
209 move(3, 0);
210 move(2, 1);
217 move(
445 private void move(int from, int to) { method in class:DiffUtilTest
[all...]
/frameworks/base/services/core/java/com/android/server/policy/
H A DSystemGesturesPointerEventListener.java190 private int detectSwipe(MotionEvent move) { argument
191 final int historySize = move.getHistorySize();
192 final int pointerCount = move.getPointerCount();
194 final int pointerId = move.getPointerId(p);
198 final long time = move.getHistoricalEventTime(h);
199 final float x = move.getHistoricalX(p, h);
200 final float y = move.getHistoricalY(p, h);
206 final int swipe = detectSwipe(i, move.getEventTime(), move.getX(p), move
[all...]
/frameworks/native/libs/vr/libpdx_uds/
H A Dclient_channel_factory.cpp43 : socket_{std::move(socket)} {}
54 new ClientChannelFactory{std::move(socket)}};
130 socket_ = std::move(connection_info.channel_fd);
153 LocalHandle event_fd = std::move(response.file_descriptors[ref]);
155 std::move(socket_), std::move(event_fd)));
H A Dchannel_manager.cpp30 ChannelData{std::move(data_fd), std::move(event_fd)});
/frameworks/compile/mclinker/include/mcld/ADT/
H A DTreeBase.h48 void move() { function in class:mcld::TreeIteratorBase
77 inline void TreeIteratorBase::move<TreeIteratorBase::Leftward>() { function in class:mcld::TreeIteratorBase
82 inline void TreeIteratorBase::move<TreeIteratorBase::Rightward>() { function in class:mcld::TreeIteratorBase
/frameworks/rs/rsov/compiler/
H A Drs2spirv.cpp65 getStreamedBitcodeModule(InputFile, std::move(DS), Context);
72 std::unique_ptr<Module> M = std::move(*MOrErr);
94 if (!rs2spirv::WriteSPIRV(M.get(), std::move(ME), OFS, Err)) {
/frameworks/base/tools/aapt2/io/
H A DFile.cpp37 return util::make_unique<DataSegment>(std::move(data), offset_, len_);
/frameworks/compile/mclinker/unittests/
H A DBinTreeTest.cpp120 pos.move<InputTree::Inclusive>();
123 pos.move<InputTree::Inclusive>();
147 pos.move<InputTree::Inclusive>();
149 pos.move<InputTree::Positional>();
151 pos.move<InputTree::Positional>();
153 pos.move<InputTree::Positional>();
190 pos.move<InputTree::Inclusive>();
193 pos.move<InputTree::Inclusive>();
219 pos.move<InputTree::Inclusive>();
221 pos.move<InputTre
[all...]
/frameworks/native/libs/vr/libdvr/
H A Ddvr_vsync.cpp20 *client_out = new DvrVSyncClient{std::move(client)};
/frameworks/base/tools/aapt2/xml/
H A DXmlDom.cpp69 stack->node_stack.top()->AppendChild(std::move(stack->last_text_node));
84 stack->node_stack.top()->AppendChild(std::move(node));
86 stack->root = std::move(node);
109 AddToStack(stack, parser, std::move(ns));
143 el->attributes.insert(iter, std::move(attribute));
146 el->comment = std::move(stack->pending_comment);
147 AddToStack(stack, parser, std::move(el));
156 // stack->nodeStack.top()->comment = std::move(stack->pendingComment);
223 std::move(stack.root));
256 el->attributes.push_back(std::move(att
[all...]
/frameworks/base/libs/hwui/tests/common/scenes/
H A DBitmapShaders.cpp56 paint.setShader(std::move(repeatShader));
63 paint.setShader(std::move(mirrorShader));
/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dstatus.h31 // Value copy/move constructors. These are intentionally not marked as
35 Status(T&& value) : value_{std::move(value)} {} // NOLINT(runtime/explicit)
41 // Copy/move constructors. Move constructor leaves |other| object in empty
45 : value_{std::move(other.value_)}, error_{other.error_} {
53 value_ = std::move(other.value_);
63 value_ = std::move(value);
97 return std::move(value_);
/frameworks/base/tools/aapt2/test/
H A DBuilders.h102 return AddValue(name, {}, std::move(value));
107 return AddValue(name, {}, id, std::move(value));
113 CHECK(table_->AddResourceAllowMangled(res_name, id, config, {}, std::move(value),
128 std::unique_ptr<ResourceTable> Build() { return std::move(table_); }
171 std::unique_ptr<Value> Build() { return std::move(value_); }
197 std::unique_ptr<Attribute> Build() { return std::move(attr_); }
216 Style::Entry{Reference(ParseNameOrDie(str)), std::move(value)});
222 AddItem(str, std::move(value));
227 std::unique_ptr<Style> Build() { return std::move(style_); }
245 std::unique_ptr<Styleable> Build() { return std::move(styleable
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DStorageNotification.java130 final MoveInfo move = new MoveInfo();
131 move.moveId = moveId;
132 move.extras = extras;
134 move.packageName = extras.getString(Intent.EXTRA_PACKAGE_NAME);
135 move.label = extras.getString(Intent.EXTRA_TITLE);
136 move.volumeUuid = extras.getString(VolumeRecord.EXTRA_FS_UUID);
138 mMoves.put(moveId, move);
143 final MoveInfo move = mMoves.get(moveId);
144 if (move == null) {
145 Log.w(TAG, "Ignoring unknown move "
466 onMoveProgress(MoveInfo move, int status, long estMillis) argument
507 onMoveFinished(MoveInfo move, int status) argument
697 buildWizardMigratePendingIntent(MoveInfo move) argument
716 buildWizardMovePendingIntent(MoveInfo move) argument
[all...]

Completed in 514 milliseconds

1234567891011