Home
last modified time | relevance | path

Searched refs:splice (Results 1 – 17 of 17) 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.java2892 return splice(splicePoint, true); in spliceFromBeginning()
2903 return splice(fractionToRemove, false); in spliceFromEnd()
2916 private @Nullable HistoricalOps splice(double fractionToRemove, boolean beginning) { in splice() method in AppOpsManager.HistoricalOps
2931 HistoricalOps splice = null; in splice() local
2935 final HistoricalUidOps spliceOps = origOps.splice(fractionToRemove); in splice()
2937 if (splice == null) { in splice()
2938 splice = new HistoricalOps(spliceBeginTimeMills, spliceEndTimeMills); in splice()
2940 if (splice.mHistoricalUidOps == null) { in splice()
2941 splice.mHistoricalUidOps = new SparseArray<>(); in splice()
2943 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/base/services/core/java/com/android/server/appop/
DHistoricalRegistry.java1487 final HistoricalOps splice = ops.spliceFromEnd(spliceRatio); in spliceFromEnd() local
1489 Slog.w(LOG_TAG, "Spliced into:" + ops + " and:" + splice); in spliceFromEnd()
1491 return splice; in spliceFromEnd()
1500 final HistoricalOps splice = ops.spliceFromBeginning(spliceRatio); in spliceFromBeginning() local
1502 Slog.w(LOG_TAG, "Spliced into:" + ops + " and:" + splice); in spliceFromBeginning()
1504 return splice; in spliceFromBeginning()
/frameworks/av/media/codec2/sfplugin/utils/
DCodec2BufferUtils.cpp444 mFreeBlocks.splice(mFreeBlocks.begin(), mBlocksInUse, block); in release()
459 mBlocksInUse.splice(mBlocksInUse.begin(), mFreeBlocks, mFreeBlocks.begin()); in fetch()
/frameworks/base/core/java/android/os/
DFileUtils.java461 while ((t = Os.splice(in, null, out, null, Math.min(count, COPY_CHECKPOINT_BYTES), in copyInternalSplice()
1071 final String splice = file.getAbsolutePath().substring( in rewriteAfterRename() local
1073 return new File(afterDir, splice); in rewriteAfterRename()
/frameworks/rs/script_api/
DGenerateStubsWhiteList.cpp135 tokens.splice(++i, std::move(newTokens)); in expandTypedefs()
/frameworks/av/media/codec2/vndk/
DC2AllocatorIon.cpp576 mUsageMapperLru.splice(mUsageMapperLru.begin(), mUsageMapperLru, entry->second); in mapUsage()
/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp141 mPending.splice(mPending.end(), mStash); in setDepth()
146 mPending.splice(mPending.end(), mStash); in setKey()
DCCodec.cpp1497 flushedWork.splice(flushedWork.end(), *queue); in flush()
1634 queue->splice(queue->end(), workItems); in onWorkDone()
/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()
/frameworks/base/config/
Dboot-image-profile.txt902 HPLandroid/app/AppOpsManager$HistoricalOp;->splice(D)Landroid/app/AppOpsManager$HistoricalOp;
903 HPLandroid/app/AppOpsManager$HistoricalOp;->splice(Landroid/util/LongSparseLongArray;Ljava/util/fun…
915 HPLandroid/app/AppOpsManager$HistoricalOps;->splice(DZ)Landroid/app/AppOpsManager$HistoricalOps;
924 HPLandroid/app/AppOpsManager$HistoricalPackageOps;->splice(D)Landroid/app/AppOpsManager$HistoricalP…
929 HPLandroid/app/AppOpsManager$HistoricalUidOps;->splice(D)Landroid/app/AppOpsManager$HistoricalUidOp…
Dhiddenapi-greylist-max-o.txt70184 Landroid/system/Os;->splice(Ljava/io/FileDescriptor;Landroid/system/Int64Ref;Ljava/io/FileDescripto…