/external/llvm/unittests/MI/ |
LiveIntervalTest.cpp | 127 MBB.splice(ToInstr->getIterator(), &MBB, FromInstr->getIterator());
|
/external/llvm/utils/ |
llvm-native-gxx | 24 splice (@ARGV, $i, 1);
|
/external/ltp/include/lapi/syscalls/ |
arm.in | 305 splice (__NR_SYSCALL_BASE+340)
|
/external/minijail/linux-x86/ |
libsyscalls.gen.c | 832 { "splice", __NR_splice },
|
/external/pcre/dist2/ |
perltest.sh | 275 splice(@subs, 0, 18);
|
/external/python/cpython2/Doc/library/ |
errno.rst | 570 Too many references: cannot splice
|
/external/python/cpython3/Doc/library/ |
errno.rst | 573 Too many references: cannot splice
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
MachineLICM.cpp | 574 // Splice the instruction to the preheader. 576 Preheader->splice(Preheader->getFirstTerminator(), MBB, MI); [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
MBlazeDelaySlotFiller.cpp | 248 MBB.splice(++J, &MBB, D);
|
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
DelaySlotFiller.cpp | 116 MBB.splice(++J, &MBB, D);
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
DeadArgumentElimination.cpp | 271 // Since we have now created the new function, splice the body of the old 274 NF->getBasicBlockList().splice(NF->begin(), Fn.getBasicBlockList()); [all...] |
/external/swiftshader/third_party/LLVM/utils/ |
llvm-native-gxx | 24 splice (@ARGV, $i, 1);
|
/external/syslinux/com32/lib/syslinux/ |
zonelist.c | 104 /* Splice in a new start token */
|
/external/syslinux/core/lwip/src/include/lwip/ |
arch.h | 189 #define ETOOMANYREFS 109 /* Too many references: cannot splice */
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
copy_insertion.cc | 378 // splice. 647 // Splice in destination buffer values list right after 'src'. 683 // Splice source buffer values list right after 'prev_dest'. 713 // Splice out the copy value node. [all...] |
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
packet_sender.cc | 273 to_transfer.splice(to_transfer.begin(), queue_, queue_.begin(), it);
|
/frameworks/base/cmds/incident/ |
main.cpp | 275 int amt = splice(fds[0], NULL, STDOUT_FILENO, NULL, 4096, 0);
|
/libcore/luni/src/main/java/libcore/io/ |
Os.java | 167 public long splice(FileDescriptor fdIn, Int64Ref offIn, FileDescriptor fdOut, Int64Ref offOut, long len, int flags) throws ErrnoException; method in interface:Os
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
fuse.h | 39 * - add splice support to fuse device
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/ |
deadcode.go | 139 // Splice out any copies introduced during dead block removal.
|
/prebuilts/go/darwin-x86/src/syscall/ |
syscall_linux_s390x.go | 39 //sys Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int64, err error)
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
deadcode.go | 139 // Splice out any copies introduced during dead block removal.
|
/prebuilts/go/linux-x86/src/syscall/ |
syscall_linux_s390x.go | 39 //sys Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int64, err error)
|
/external/ImageMagick/utilities/ |
convert.1.in | 247 \-splice geometry splice the background color into the image
|
/external/autotest/client/deps/webgl_mpd/src/resources/ |
J3DI.js | 362 g_loadingObjects.splice(g_loadingObjects.indexOf(req), 1); 548 g_loadingImages.splice(g_loadingImages.indexOf(image), 1);
|