Home
last modified time | relevance | path

Searched refs:splice (Results 51 - 75 of 1511) sorted by relevance

12345678910>>...61

/kernel/linux/linux-5.10/tools/testing/selftests/splice/
H A Ddefault_file_splice_read.c7 splice(0, 0, 1, 0, 1<<30, 0); in main()
H A Dsplice_read.c47 /* 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 Ddefault_file_splice_read.c7 splice(0, 0, 1, 0, 1<<30, 0); in main()
H A Dsplice_read.c47 /* 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 Dregression-test-issue-1078.js15 Array.prototype.splice(Function.prototype, 1, this);
/third_party/jerryscript/tests/jerry/es2015/
H A Dregression-test-issue-2587.js17 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 DSecurityHuksHmacBasicPromiseJsunit.test.js28 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 DSecurityHuksCipherRSABasicPromiseJsunit.test.js237 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 DSecurityHuksCipherAESBasicPromiseJsunit.test.js197 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 DSecurityHuksDeriveHKDFBasicFinish63KBPromiseJsunit.test.js107 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 DSecurityHuksDerivePBKDF2BasicFinish63KBPromiseJsunit.test.js110 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 Dsplice.h14 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 Dsplice.c5 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 Dbounded.js12 arr.splice(0, arr.length);
/test/xts/acts/communication/dsoftbus/rpc/entry/src/ohosTest/js/test/
H A DassertDeepEquals.js190 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 DLanaiDelaySlotFiller.cpp120 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 Dshared.js49 return arr.splice(index, 1);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyDebugValueManager.cpp29 MBB->splice(Insert, DBI->getParent(), DBI); in move()
/kernel/linux/linux-6.6/rust/macros/
H A Dpinned_drop.rs38 toks.splice(idx..idx, quote!(::kernel::init::));
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/test/
H A Dhelpers.js64 expected.splice(0, 4);
/third_party/node/test/parallel/
H A Dtest-inspector-port-zero-cluster.js34 ports.splice(0, 0, process.debugPort);
/third_party/node/deps/npm/node_modules/@sigstore/verify/dist/key/
H A Dsct.js38 clone.extensions.splice(i, 1);
/third_party/node/lib/internal/streams/
H A Dwritable.js523 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 DMachineBasicBlock.h708 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 Dfcntlndk.cpp68 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()

Completed in 11 milliseconds

12345678910>>...61