Home
last modified time | relevance | path

Searched refs:splice (Results 1 – 10 of 10) 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/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/base/cmds/incident/
Dmain.cpp275 int amt = splice(fds[0], NULL, STDOUT_FILENO, NULL, 4096, 0); in main()
/frameworks/compile/mclinker/lib/Object/
DObjectBuilder.cpp157 to_list.splice(to_list.end(), from_list); in MoveSectionData()
/frameworks/base/core/java/android/os/
DFileUtils.java398 while ((t = Os.splice(in, null, out, null, Math.min(count, COPY_CHECKPOINT_BYTES), in copyInternalSplice()
865 final String splice = file.getAbsolutePath().substring( in rewriteAfterRename() local
867 return new File(afterDir, splice); in rewriteAfterRename()
/frameworks/rs/script_api/
DGenerateStubsWhiteList.cpp135 tokens.splice(++i, std::move(newTokens)); in expandTypedefs()
/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()