Home
last modified time | relevance | path

Searched refs:splice (Results 1 – 20 of 20) 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.java5393 return splice(splicePoint, true); in spliceFromBeginning()
5404 return splice(fractionToRemove, false); in spliceFromEnd()
5417 private @Nullable HistoricalOps splice(double fractionToRemove, boolean beginning) { in splice() method in AppOpsManager.HistoricalOps
5432 HistoricalOps splice = null; in splice() local
5436 final HistoricalUidOps spliceOps = origOps.splice(fractionToRemove); in splice()
5438 if (splice == null) { in splice()
5439 splice = new HistoricalOps(spliceBeginTimeMills, spliceEndTimeMills); in splice()
5441 if (splice.mHistoricalUidOps == null) { in splice()
5442 splice.mHistoricalUidOps = new SparseArray<>(); in splice()
5444 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()
/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/av/media/codec2/sfplugin/
DFrameReassembler.cpp95 items->splice(items->end(), mPendingWork); in process()
DCCodecBuffers.cpp285 mPending.splice(mPending.end(), mReorderStash); in setReorderDepth()
290 mPending.splice(mPending.end(), mReorderStash); in setReorderKey()
DCCodec.cpp2087 flushedWork.splice(flushedWork.end(), *queue); in flush()
2292 queue->splice(queue->end(), workItems); in onWorkDone()
/frameworks/base/services/core/java/com/android/server/appop/
DHistoricalRegistry.java1665 final HistoricalOps splice = ops.spliceFromEnd(spliceRatio); in spliceFromEnd() local
1667 Slog.w(LOG_TAG, "Spliced into:" + ops + " and:" + splice); in spliceFromEnd()
1669 return splice; in spliceFromEnd()
1678 final HistoricalOps splice = ops.spliceFromBeginning(spliceRatio); in spliceFromBeginning() local
1680 Slog.w(LOG_TAG, "Spliced into:" + ops + " and:" + splice); in spliceFromBeginning()
1682 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/base/core/java/android/os/
DFileUtils.java484 while ((t = Os.splice(in, null, out, null, Math.min(count, COPY_CHECKPOINT_BYTES), in copyInternalSplice()
1098 final String splice = file.getAbsolutePath().substring( in rewriteAfterRename() local
1100 return new File(afterDir, splice); in rewriteAfterRename()
/frameworks/rs/script_api/
DGenerateRSFunctionsList.cpp135 tokens.splice(++i, std::move(newTokens)); in expandTypedefs()
/frameworks/av/media/codec2/sfplugin/utils/
DCodec2BufferUtils.cpp663 mFreeBlocks.splice(mFreeBlocks.begin(), mBlocksInUse, block); in release()
678 mBlocksInUse.splice(mBlocksInUse.begin(), mFreeBlocks, mFreeBlocks.begin()); in fetch()
/frameworks/av/media/codec2/vndk/
DC2DmaBufAllocator.cpp366 mUsageMapperLru.splice(mUsageMapperLru.begin(), mUsageMapperLru, entry->second); in mapUsage()
DC2AllocatorIon.cpp570 mUsageMapperLru.splice(mUsageMapperLru.begin(), mUsageMapperLru, entry->second); in mapUsage()
/frameworks/av/media/codec2/hidl/plugin/samples/
DSampleFilterPlugin.cpp419 mQueue.splice(mQueue.end(), *items); in queue_nb()
/frameworks/av/media/codec2/hidl/plugin/
DFilterWrapper.cpp526 flushedWork->splice(flushedWork->end(), filterFlushedWork); in flush_sm()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp1238 to_list.splice(to_list.end(), from_list); in moveSectionData()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2552 out_list.splice(out_list.end(), in_list); in preLayout()