Searched refs:splice (Results 1 – 10 of 10) sorted by relevance
/frameworks/compile/mclinker/include/mcld/ADT/ |
D | ilist_sort.h | 39 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/ |
D | ARMLDBackend.cpp | 537 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/ |
D | FrameRenderTracker.cpp | 142 done.splice(done.end(), mRenderQueue, it++); in checkFencesAndGetRenderedFrames()
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonLDBackend.cpp | 939 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/ |
D | main.cpp | 275 int amt = splice(fds[0], NULL, STDOUT_FILENO, NULL, 4096, 0); in main()
|
/frameworks/compile/mclinker/lib/Object/ |
D | ObjectBuilder.cpp | 157 to_list.splice(to_list.end(), from_list); in MoveSectionData()
|
/frameworks/base/core/java/android/os/ |
D | FileUtils.java | 398 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/ |
D | GenerateStubsWhiteList.cpp | 135 tokens.splice(++i, std::move(newTokens)); in expandTypedefs()
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsLDBackend.cpp | 1238 to_list.splice(to_list.end(), from_list); in moveSectionData()
|
/frameworks/compile/mclinker/lib/Target/ |
D | GNULDBackend.cpp | 2552 out_list.splice(out_list.end(), in_list); in preLayout()
|