/bionic/libc/seccomp/ |
mips64_app_policy.cpp | 93 BPF_JUMP(BPF_JMP|BPF_JGE|BPF_K, 5267, 13, 12), //newfstatat|unlinkat|renameat|linkat|symlinkat|readlinkat|fchmodat|faccessat|pselect6|ppoll|unshare|splice|sync_file_range|tee|vmsplice
|
mips64_global_policy.cpp | 81 BPF_JUMP(BPF_JMP|BPF_JGE|BPF_K, 5267, 11, 10), //newfstatat|unlinkat|renameat|linkat|symlinkat|readlinkat|fchmodat|faccessat|pselect6|ppoll|unshare|splice|sync_file_range|tee|vmsplice
|
mips64_system_policy.cpp | 79 BPF_JUMP(BPF_JMP|BPF_JGE|BPF_K, 5267, 11, 10), //newfstatat|unlinkat|renameat|linkat|symlinkat|readlinkat|fchmodat|faccessat|pselect6|ppoll|unshare|splice|sync_file_range|tee|vmsplice
|
x86_64_app_policy.cpp | 96 BPF_JUMP(BPF_JMP|BPF_JGE|BPF_K, 279, 14, 13), //splice|tee|sync_file_range|vmsplice
|
x86_64_global_policy.cpp | 81 BPF_JUMP(BPF_JMP|BPF_JGE|BPF_K, 279, 15, 14), //splice|tee|sync_file_range|vmsplice
|
x86_64_system_policy.cpp | 81 BPF_JUMP(BPF_JMP|BPF_JGE|BPF_K, 279, 15, 14), //splice|tee|sync_file_range|vmsplice
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
android-developer-resource-browser.js | 228 if (typeof o === 'object' && 'splice' in o) {
|
/device/linaro/bootloader/edk2/StdLib/Include/sys/ |
errno.h | 95 __ETOOMANYREFS, /* 59 Too many references: can't splice */
|
/device/linaro/bootloader/edk2/StdLib/LibC/String/ |
ErrorList.c | 93 "Too many references: can't splice", /* 59 ETOOMANYREFS */
|
/external/kernel-headers/original/uapi/asm-generic/ |
errno.h | 92 #define ETOOMANYREFS 109 /* Too many references: cannot splice */
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
errno.h | 98 #define ETOOMANYREFS 144 /* Too many references: cannot splice */
|
/external/linux-kselftest/tools/testing/selftests/ |
Makefile | 31 TARGETS += splice
|
/external/llvm/lib/Support/ |
Regex.cpp | 109 // Otherwise splice in the replacement string, starting with the prefix before
|
/external/llvm/test/MC/Disassembler/Hexagon/ |
xtype_perm.txt | 78 # Vector splice
|
/external/ltp/include/lapi/syscalls/ |
i386.in | 308 splice 313
|
powerpc.in | 279 splice 283
|
powerpc64.in | 279 splice 283
|
s390.in | 224 splice 306
|
s390x.in | 224 splice 306
|
sh.in | 335 splice 341
|
sparc.in | 237 splice 232
|
/external/strace/ |
sys_func.h | 277 extern SYS_FUNC(splice);
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
MachineFunction.h | 311 void splice(iterator InsertPt, iterator MBBI) { 312 BasicBlocks.splice(InsertPt, BasicBlocks, MBBI); 314 void splice(iterator InsertPt, iterator MBBI, iterator MBBE) { 315 BasicBlocks.splice(InsertPt, BasicBlocks, MBBI, MBBE);
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
Regex.cpp | 105 // Otherwise splice in the replacement string, starting with the prefix before
|
/external/syslinux/com32/include/ |
errno.h | 116 #define ETOOMANYREFS 109 /* Too many references: cannot splice */
|