Searched refs:splice (Results 1 – 11 of 11) 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/av/media/mtp/ |
D | AsyncIO.cpp | 41 aiocbp->ret = TEMP_FAILURE_RETRY(splice(aiocbp->aio_fildes, in splice_read_func() 49 aiocbp->ret = TEMP_FAILURE_RETRY(splice(aiocbp->aio_fildes, NULL, in splice_write_func()
|
D | MtpFfsHandle.cpp | 414 int n = TEMP_FAILURE_RETRY(splice(fd, &dummyoff, pipe_out, nullptr, read_len, 0)); in spliceReadHandle()
|
/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/base/cmds/incident/ |
D | main.cpp | 218 int amt = splice(fds[0], NULL, STDOUT_FILENO, NULL, 4096, 0); in main()
|
/frameworks/av/media/libstagefright/ |
D | FrameRenderTracker.cpp | 140 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/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 | 604 final String splice = file.getAbsolutePath().substring( in rewriteAfterRename() local 606 return new File(afterDir, splice); in rewriteAfterRename()
|
/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()
|