/bionic/libc/seccomp/ |
arm_system_policy.cpp | 115 BPF_JUMP(BPF_JMP|BPF_JGE|BPF_K, 344, 17, 16), //splice|sync_file_range2|tee|vmsplice
|
mips_app_policy.cpp | 107 BPF_JUMP(BPF_JMP|BPF_JGE|BPF_K, 4308, 15, 14), //fstatat64|unlinkat|renameat|linkat|symlinkat|readlinkat|fchmodat|faccessat|pselect6|ppoll|unshare|splice|sync_file_range|tee|vmsplice
|
mips_global_policy.cpp | 105 BPF_JUMP(BPF_JMP|BPF_JGE|BPF_K, 4308, 13, 12), //fstatat64|unlinkat|renameat|linkat|symlinkat|readlinkat|fchmodat|faccessat|pselect6|ppoll|unshare|splice|sync_file_range|tee|vmsplice
|
mips_system_policy.cpp | 103 BPF_JUMP(BPF_JMP|BPF_JGE|BPF_K, 4308, 13, 12), //fstatat64|unlinkat|renameat|linkat|symlinkat|readlinkat|fchmodat|faccessat|pselect6|ppoll|unshare|splice|sync_file_range|tee|vmsplice
|
x86_app_policy.cpp | 113 BPF_JUMP(BPF_JMP|BPF_JGE|BPF_K, 317, 15, 14), //splice|sync_file_range|tee|vmsplice
|
x86_global_policy.cpp | 112 BPF_JUMP(BPF_JMP|BPF_JGE|BPF_K, 317, 14, 13), //splice|sync_file_range|tee|vmsplice
|
x86_system_policy.cpp | 108 BPF_JUMP(BPF_JMP|BPF_JGE|BPF_K, 317, 14, 13), //splice|sync_file_range|tee|vmsplice
|
/device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/ |
errno.h | 123 #define ETOOMANYREFS 59 /* Too many references: can't splice */
|
/device/linaro/bootloader/edk2/StdLib/Include/ |
errno.h | 121 #define ETOOMANYREFS __ETOOMANYREFS /* 59 Too many references: can't splice */
|
/external/curl/tests/ |
sshserver.pl | 651 splice @cfgarr, 14, 0, 'AddressFamily any'; [all...] |
/external/libbrillo/brillo/errors/ |
error_codes.cc | 153 ERROR_ENTRY(ETOOMANYREFS), // Too many references: cannot splice
|
/external/llvm/lib/CodeGen/ |
EarlyIfConversion.cpp | 528 Head->splice(InsertionPoint, TBB, TBB->begin(), TBB->getFirstTerminator()); 530 Head->splice(InsertionPoint, FBB, FBB->begin(), FBB->getFirstTerminator()); 565 // Splice Tail onto the end of Head. 568 Head->splice(Head->end(), Tail,
|
/external/llvm/lib/Target/PowerPC/ |
PPCEarlyReturn.cpp | 162 PrevMBB.splice(PrevMBB.end(), &ReturnMBB, I);
|
/external/llvm/lib/Transforms/Utils/ |
CloneFunction.cpp | 596 // removed, so we just need to splice the blocks. 603 I->getInstList().splice(I->end(), Dest->getInstList()); 706 F->getBasicBlockList().splice(Before->getIterator(), F->getBasicBlockList(), 708 F->getBasicBlockList().splice(Before->getIterator(), F->getBasicBlockList(),
|
/external/llvm/test/CodeGen/X86/ |
stack-protector-dbginfo.ll | 5 ; Make sure that when we splice off the end of a machine basic block, we include
|
/external/strace/ |
io.c | 297 SYS_FUNC(splice)
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
MipsDelaySlotFiller.cpp | 106 MBB.splice(llvm::next(I), &MBB, D);
|
/external/swiftshader/third_party/LLVM/utils/ |
llvm-native-gcc | 24 splice (@ARGV, $i, 1);
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
Regex.cpp | 121 // Otherwise splice in the replacement string, starting with the prefix before
|
/external/v8/src/compiler/ |
control-equivalence.cc | 76 parent_blist.splice(parent_blist.end(), blist);
|
/external/v8/src/ |
elements.h | 148 virtual Handle<JSArray> Splice(Handle<JSArray> receiver,
|
/frameworks/compile/mclinker/lib/Object/ |
ObjectBuilder.cpp | 157 to_list.splice(to_list.end(), from_list);
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
HexagonLDBackend.cpp | 939 to_list.splice(fragInsert, pFrom.getFragmentList()); 941 to_list.splice(frag, pFrom.getFragmentList()); [all...] |
/libcore/luni/src/main/java/android/system/ |
Os.java | 557 * See <a href="http://man7.org/linux/man-pages/man2/splice.2.html">splice(2)</a>. 560 public static long splice(FileDescriptor fdIn, Int64Ref offIn, FileDescriptor fdOut, Int64Ref offOut, long len, int flags) throws ErrnoException { return Libcore.os.splice(fdIn, offIn, fdOut, offOut, len, flags); } method in class:Os
|
/prebuilts/go/darwin-x86/src/syscall/ |
syscall_linux_arm.go | 97 //sys Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int, err error)
|