Home
last modified time | relevance | path

Searched refs:splice (Results 1 – 25 of 25) sorted by relevance

/frameworks/compile/mclinker/include/mcld/ADT/
Dilist_sort.h39 xs.splice(first, xs, second); in sort()
51 ys.splice(ys.begin(), xs, mid_iter, xs.end()); in sort()
65 xs.splice(xs_it, ys, ys_it++); in sort()
71 xs.splice(xs_end, ys, ys_it, ys_end); in sort()
/frameworks/base/core/java/android/app/
DAppOpsManager.java5449 return splice(splicePoint, true); in spliceFromBeginning()
5460 return splice(fractionToRemove, false); in spliceFromEnd()
5473 private @Nullable HistoricalOps splice(double fractionToRemove, boolean beginning) { in splice() method in AppOpsManager.HistoricalOps
5488 HistoricalOps splice = null; in splice() local
5492 final HistoricalUidOps spliceOps = origOps.splice(fractionToRemove); in splice()
5494 if (splice == null) { in splice()
5495 splice = new HistoricalOps(spliceBeginTimeMills, spliceEndTimeMills); in splice()
5497 if (splice.mHistoricalUidOps == null) { in splice()
5498 splice.mHistoricalUidOps = new SparseArray<>(); in splice()
5500 splice.mHistoricalUidOps.put(spliceOps.getUid(), spliceOps); in splice()
[all …]
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp537 dst.splice(dst.end(), src, frag++); in mergeSection()
728 tmp.splice(tmp.end(), list, first); in rewriteARMExIdxSection()
729 tmp.splice(tmp.end(), list, last); in rewriteARMExIdxSection()
788 list.splice(list.begin(), tmp, tmp.begin()); in rewriteARMExIdxSection()
789 list.splice(list.end(), tmp, tmp.begin()); in rewriteARMExIdxSection()
/frameworks/av/media/libstagefright/
DFrameRenderTracker.cpp142 done.splice(done.end(), mRenderQueue, it++); in checkFencesAndGetRenderedFrames()
DCryptoAsync.cpp303 returnList->splice(returnList->end(), std::move(*pendingBuffers)); in onMessageReceived()
/frameworks/native/services/inputflinger/
DInputListener.cpp34 keep.splice(keep.end(), consume); in operator +=()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp939 to_list.splice(fragInsert, pFrom.getFragmentList()); in MoveCommonData()
941 to_list.splice(frag, pFrom.getFragmentList()); in MoveCommonData()
1006 to_list.splice(fragInsert, pFrom.getFragmentList()); in MoveSectionDataAndSort()
1008 to_list.splice(frag, pFrom.getFragmentList()); in MoveSectionDataAndSort()
/frameworks/compile/mclinker/lib/Object/
DObjectBuilder.cpp157 to_list.splice(to_list.end(), from_list); in MoveSectionData()
/frameworks/base/core/java/android/os/
DFileUtils.java505 while ((t = Os.splice(in, null, out, null, Math.min(count, COPY_CHECKPOINT_BYTES), in copyInternalSplice()
551 … t = Os.splice(in, null, pipes[1], null, Math.min(countToRead, COPY_CHECKPOINT_BYTES), in copyInternalSpliceSocket()
574 … t = Os.splice(pipes[0], null, out, null, Math.min(countInPipe, COPY_CHECKPOINT_BYTES), in copyInternalSpliceSocket()
1204 final String splice = file.getAbsolutePath().substring( in rewriteAfterRename() local
1206 return new File(afterDir, splice); in rewriteAfterRename()
/frameworks/av/media/codec2/sfplugin/
DFrameReassembler.cpp95 items->splice(items->end(), mPendingWork); in process()
DCCodecBuffers.cpp468 mPending.splice(mPending.end(), mReorderStash); in setReorderDepth()
473 mPending.splice(mPending.end(), mReorderStash); in setReorderKey()
DCCodec.cpp2454 flushedWork.splice(flushedWork.end(), *queue); in flush()
2713 queue->splice(queue->end(), workItems); in onWorkDone()
/frameworks/libs/binary_translation/backend/common/
Dreg_alloc.cc227 dst->splice(dst_pos, *src, curr); in MergeVRegLifetimeList()
/frameworks/base/services/core/java/com/android/server/appop/
DHistoricalRegistry.java1642 final HistoricalOps splice = ops.spliceFromEnd(spliceRatio); in spliceFromEnd() local
1644 Slog.w(LOG_TAG, "Spliced into:" + ops + " and:" + splice); in spliceFromEnd()
1646 return splice; in spliceFromEnd()
1655 final HistoricalOps splice = ops.spliceFromBeginning(spliceRatio); in spliceFromBeginning() local
1657 Slog.w(LOG_TAG, "Spliced into:" + ops + " and:" + splice); in spliceFromBeginning()
1659 return splice; in spliceFromBeginning()
/frameworks/base/cmds/incident/
Dmain.cpp213 int amt = splice(read_fd, NULL, write_fd, NULL, 4096, 0); in stream_output()
/frameworks/libs/binary_translation/backend/include/berberis/backend/x86_64/
Dmachine_ir.h315 new_bb->insn_list().splice( in SplitBasicBlock()
/frameworks/rs/script_api/
DGenerateRSFunctionsList.cpp135 tokens.splice(++i, std::move(newTokens)); in expandTypedefs()
/frameworks/av/media/codec2/vndk/
DC2DmaBufAllocator.cpp367 mUsageMapperLru.splice(mUsageMapperLru.begin(), mUsageMapperLru, entry->second); in mapUsage()
DC2AllocatorIon.cpp571 mUsageMapperLru.splice(mUsageMapperLru.begin(), mUsageMapperLru, entry->second); in mapUsage()
/frameworks/av/media/codec2/sfplugin/utils/
DCodec2BufferUtils.cpp701 mFreeBlocks.splice(mFreeBlocks.begin(), mBlocksInUse, block); in release()
716 mBlocksInUse.splice(mBlocksInUse.begin(), mFreeBlocks, mFreeBlocks.begin()); in fetch()
/frameworks/native/services/inputflinger/reader/mapper/gestures/
DGestureConverter.cpp270 out.splice(out.end(), pressEvents); in handleButtonsChange()
/frameworks/av/media/codec2/hal/plugin/samples/
DSampleFilterPlugin.cpp450 mQueue.splice(mQueue.end(), *items); in queue_nb()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp1238 to_list.splice(to_list.end(), from_list); in moveSectionData()
/frameworks/av/media/codec2/hal/plugin/
DFilterWrapper.cpp527 flushedWork->splice(flushedWork->end(), filterFlushedWork); in flush_sm()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2552 out_list.splice(out_list.end(), in_list); in preLayout()