/kernel/linux/linux-5.10/tools/testing/selftests/splice/ |
H A D | default_file_splice_read.c | 7 splice(0, 0, 1, 0, 1<<30, 0); in main()
|
H A D | splice_read.c | 47 /* splice(2) file to stdout. */ in main() 48 spliced = splice(fd, NULL, STDOUT_FILENO, NULL, in main() 51 perror("splice"); in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/splice/ |
H A D | default_file_splice_read.c | 7 splice(0, 0, 1, 0, 1<<30, 0); in main()
|
H A D | splice_read.c | 47 /* splice(2) file to stdout. */ in main() 48 spliced = splice(fd, NULL, STDOUT_FILENO, NULL, in main() 51 perror("splice"); in main()
|
/third_party/jerryscript/tests/jerry/ |
H A D | regression-test-issue-1078.js | 15 Array.prototype.splice(Function.prototype, 1, this);
|
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | regression-test-issue-2587.js | 17 assert (typeof args.splice === "function");
|
/test/xts/acts/security/huks/security_huks_basic/huks_hmac_promise_BasicTest/entry/src/ohosTest/js/test/HMAC/ |
H A D | SecurityHuksHmacBasicPromiseJsunit.test.js | 28 HuksOptions.properties.splice(1, 0, HuksHmac.HuksKeySIZE);
81 HuksOptions.properties.splice(1, 1);
196 HuksOptions.properties.splice(1, 0, HuksHmac.HuksKeySIZE);
|
/test/xts/acts/security/huks/security_huks_basic/huks_cipher_promise_BasicTest/entry/src/ohosTest/js/test/Cipher/ |
H A D | SecurityHuksCipherRSABasicPromiseJsunit.test.js | 237 genHuksOptions.properties.splice(3, 1, HuksCipherRSA.HuksKeyRSABLOCKMODEECB);
238 genHuksOptions.properties.splice(4, 1, HuksCipherRSA.HuksKeyRSAPADDINGNONE);
239 genHuksOptions.properties.splice(5, 1, HuksCipherRSA.HuksKeyRSADIGESTSHA256);
|
H A D | SecurityHuksCipherAESBasicPromiseJsunit.test.js | 197 genHuksOptions.properties.splice(2, 1, HuksCipherAES.HuksKeyAESSize128);
198 genHuksOptions.properties.splice(3, 1, HuksCipherAES.HuksKeyAESBLOCKMODE);
199 genHuksOptions.properties.splice(4, 1, HuksCipherAES.HuksKeyAESPADDINGNONE);
|
/test/xts/acts/security/huks/security_huks_reformed_test/huks_derive_promise_BasicTest/entry/src/ohosTest/js/test/Derive/ |
H A D | SecurityHuksDeriveHKDFBasicFinish63KBPromiseJsunit.test.js | 107 HuksOptions63kb.properties.splice(3, 1, HuksDeriveHKDF.HuksKeyHKDFSize256); 176 HuksOptions63kb.properties.splice(2, 1, HuksDeriveHKDF.HuksTagHKDFDigestSHA384); 245 HuksOptions63kb.properties.splice(2, 1, HuksDeriveHKDF.HuksTagHKDFDigestSHA512);
|
H A D | SecurityHuksDerivePBKDF2BasicFinish63KBPromiseJsunit.test.js | 110 HuksOptions63kb.properties.splice(3, 1, HuksDerivePBKDF2.HuksKeyPBKDF2Size256); 179 HuksOptions63kb.properties.splice(2, 1, HuksDerivePBKDF2.HuksTagPBKDF2DigestSHA384); 248 HuksOptions63kb.properties.splice(2, 1, HuksDerivePBKDF2.HuksTagPBKDF2DigestSHA512);
|
/third_party/ltp/include/lapi/ |
H A D | splice.h | 14 static inline ssize_t splice(int fd_in, loff_t *off_in, int fd_out, in splice() function
|
/third_party/musl/src/linux/ |
H A D | splice.c | 5 ssize_t splice(int fd_in, off_t *off_in, int fd_out, off_t *off_out, size_t len, unsigned flags) in splice() function
|
/third_party/node/test/fixtures/workload/ |
H A D | bounded.js | 12 arr.splice(0, arr.length);
|
/test/xts/acts/communication/dsoftbus/rpc/entry/src/ohosTest/js/test/ |
H A D | assertDeepEquals.js | 190 baseStack.splice(prevStackSize);
191 otherStack.splice(prevStackSize);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
H A D | LanaiDelaySlotFiller.cpp | 120 MBB.splice(std::next(I), &MBB, FI, I); in runOnMachineBasicBlock() 124 MBB.splice(std::next(I), &MBB, J); in runOnMachineBasicBlock()
|
/third_party/jsframework/runtime/main/util/ |
H A D | shared.js | 49 return arr.splice(index, 1);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyDebugValueManager.cpp | 29 MBB->splice(Insert, DBI->getParent(), DBI); in move()
|
/kernel/linux/linux-6.6/rust/macros/ |
H A D | pinned_drop.rs | 38 toks.splice(idx..idx, quote!(::kernel::init::));
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/test/ |
H A D | helpers.js | 64 expected.splice(0, 4);
|
/third_party/node/test/parallel/ |
H A D | test-inspector-port-zero-cluster.js | 34 ports.splice(0, 0, process.debugPort);
|
/third_party/node/deps/npm/node_modules/@sigstore/verify/dist/key/ |
H A D | sct.js | 38 clone.extensions.splice(i, 1);
|
/third_party/node/lib/internal/streams/ |
H A D | writable.js | 523 const onfinishCallbacks = state[kOnFinished].splice(0); 578 buffered.splice(0, i); 678 const onfinishCallbacks = state[kOnFinished].splice(0); 743 const onfinishCallbacks = state[kOnFinished].splice(0);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | MachineBasicBlock.h | 708 void splice(iterator Where, MachineBasicBlock *Other, iterator From) { in splice() function in llvm::MachineBasicBlock 709 // The range splice() doesn't allow noop moves, but this one does. in splice() 711 splice(Where, Other, From, std::next(From)); in splice() 719 void splice(iterator Where, MachineBasicBlock *Other, in splice() function in llvm::MachineBasicBlock 721 Insts.splice(Where.getInstrIterator(), Other->Insts, in splice()
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | fcntlndk.cpp | 68 bytes = splice(PARAM_0, &off, PARAM_2, &off, len, PARAM_0);
in Splice() 73 bytes = splice(PARAM_0, nullptr, pipe1[PARAM_1], nullptr, len, flags);
in Splice() 75 bytes = splice(PARAM_UNNORMAL, nullptr, PARAM_UNNORMAL, nullptr, PARAM_UNNORMAL, PARAM_UNNORMAL);
in Splice() 365 {"splice", nullptr, Splice, nullptr, nullptr, nullptr, napi_default, nullptr},
in Init()
|