/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()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_bundle_manager.cpp | 77 cacheList_.splice(cacheList_.begin(), cacheList_, iter->second);
in GetClientBundleName()
|
/foundation/multimedia/ringtone_library/services/ringtone_data_extension/src/ |
H A D | ringtone_bundle_manager.cpp | 71 cacheList_.splice(cacheList_.begin(), cacheList_, iter->second); in GetClientBundleName()
|
/test/xts/tools/lite/reliability/ |
H A D | JSPressTest.js | 87 itsTmp.splice(index, 1);
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/mutators/ |
H A D | array_mutator.js | 51 elements.splice(index, replace, ...args);
|
H A D | object_mutator.js | 111 properties.splice(random.single(propertyIndicies), 1);
|
/third_party/ltp/testcases/kernel/syscalls/splice/ |
H A D | splice03.c | 9 * 1) splice() returns -1 and sets errno to EBADF if the file 11 * 2) splice() returns -1 and sets errno to EBADF if the file 13 * 3) splice() returns -1 and sets errno to EBADF if the file 15 * 4) splice() returns -1 and sets errno to EINVAL if target 17 * 5) splice() returns -1 and sets errno to EINVAL if neither 19 * 6) splice() returns -1 and sets errno to ESPIPE if off_in is 21 * 7) splice() returns -1 and sets errno to ESPIPE if off_out is 33 #include "lapi/splice.h" 83 TEST(splice(*(tc->fdin), tc->offin, *(tc->fdout), in splice_verify() 87 tst_res(TFAIL, "splice() returne in splice_verify() [all...] |
H A D | splice04.c | 6 * Functional test for splice(2): pipe to pipe 13 #include "lapi/splice.h" 14 #include "splice.h" 33 tst_res(TINFO, "splice size = %d", num_len_data); in setup() 54 ret = splice(pp1[0], NULL, pp2[1], NULL, i, 0); in pipe_pipe() 56 tst_res(TFAIL | TERRNO, "splice error"); in pipe_pipe() 69 tst_res(TPASS, "splice(2) from pipe to pipe run pass."); in pipe_pipe()
|
/third_party/ltp/testcases/kernel/syscalls/vmsplice/ |
H A D | vmsplice01.c | 18 #include "lapi/splice.h" 88 ret = splice(pipes[0], NULL, fd_out, &offset, written, 0); in vmsplice_test() 90 tst_brk(TBROK | TERRNO, "splice() failed"); in vmsplice_test()
|
/foundation/multimedia/media_library/frameworks/utils/src/ |
H A D | permission_utils.cpp | 92 bundleInfoList_.splice(bundleInfoList_.begin(), bundleInfoList_, iter->second); in GetBundleNameFromCache() 115 bundleInfoList_.splice(bundleInfoList_.begin(), bundleInfoList_, iter->second); in GetPackageNameFromCache() 147 bundleInfoList_.splice(bundleInfoList_.begin(), bundleInfoList_, iter->second); in GetAppIdFromCache()
|
/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()
|
/test/xts/acts/security/huks/security_huks_reformed_test/huks_cipher_callback_BasicTest/entry/src/ohosTest/js/test/Cipher/ |
H A D | SecurityHuksRSABasicCallbackJsunit.test.js | 381 genHuksOptions.properties.splice(3, 1, HuksCipherRSA.HuksKeyRSABLOCKMODEECB); 382 genHuksOptions.properties.splice(4, 1, HuksCipherRSA.HuksKeyRSAPADDINGNONE); 383 genHuksOptions.properties.splice(5, 1, HuksCipherRSA.HuksKeyRSADIGESTSHA256);
|
/test/xts/acts/security/huks/security_huks_reformed_test/huks_hmac_callback_BasicTest/entry/src/ohosTest/js/test/HMAC/ |
H A D | SecurityHuksHmacBasicCallbackJsunit.test.js | 191 HuksOptions.properties.splice(1, 0, HuksHmac.HuksKeySIZE); 207 HuksOptions.properties.splice(1, 1); 254 HuksOptions.properties.splice(1, 0, HuksHmac.HuksKeySIZE);
|
/test/xts/acts/security/huks/security_huks_reformed_test/huks_hmac_promise_BasicTest/entry/src/ohosTest/js/test/HMAC/ |
H A D | SecurityHuksHmacBasicPromiseJsunit.test.js | 28 HuksOptions.properties.splice(1, 0, HuksHmac.HuksKeySIZE); 71 HuksOptions.properties.splice(1, 1); 173 HuksOptions.properties.splice(1, 0, HuksHmac.HuksKeySIZE);
|
/test/xts/acts/security/huks/security_huks_basic/huks_cipher_callback_BasicTest/entry/src/ohosTest/js/test/Cipher/ |
H A D | SecurityHuksRSABasicCallbackJsunit.test.js | 338 genHuksOptions.properties.splice(3, 1, HuksCipherRSA.HuksKeyRSABLOCKMODEECB);
339 genHuksOptions.properties.splice(4, 1, HuksCipherRSA.HuksKeyRSAPADDINGNONE);
340 genHuksOptions.properties.splice(5, 1, HuksCipherRSA.HuksKeyRSADIGESTSHA256);
|
H A D | SecurityHuksAESBasicCallbackJsunit.test.js | 265 genHuksOptions.properties.splice(2, 1, HuksCipherAES.HuksKeyAESSize128);
266 genHuksOptions.properties.splice(3, 1, HuksCipherAES.HuksKeyAESBLOCKMODE);
267 genHuksOptions.properties.splice(4, 1, HuksCipherAES.HuksKeyAESPADDINGNONE);
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | formatted_string_builder_test.cpp | 130 sb2.splice(cas.startThis, cas.endThis, replacement, 0, replacement.length(), kUndefinedField, status); in testSplice() 143 sb2.splice(cas.startThis, cas.endThis, replacement, 1, 3, kUndefinedField, status); in testSplice() 346 // Test splice() of the second UnicodeString in testInsertOverflow() 347 sb.splice(0, 1, ustr, 1, ustr.length(), in testInsertOverflow() 349 infoln("# log: sb.splice 1 done, sb len %d, status %s", sb.length(), u_errorName(status)); in testInsertOverflow() 351 "splice() long text should not crash but return U_INPUT_TOO_LONG_ERROR", in testInsertOverflow()
|
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/ |
H A D | container.js | 50 this.nodes.splice(child, 1); 74 this.nodes.splice(oldIndex + 1, 0, newNode); 88 this.nodes.splice(oldIndex, 0, newNode);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | PostRASchedulerList.cpp | 677 BB->splice(RegionEnd, BB, FirstDbgValue); in EmitSchedule() 682 BB->splice(RegionEnd, BB, SU->getInstr()); in EmitSchedule() 699 BB->splice(++OrigPrivMI, BB, DbgValue); in EmitSchedule()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | BasicBlock.cpp | 128 MovePos->getParent()->getBasicBlockList().splice( in moveBefore() 135 MovePos->getParent()->getBasicBlockList().splice( in moveAfter() 426 New->getInstList().splice(New->end(), this->getInstList(), I, end()); in splitBasicBlock()
|
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/utils/ |
H A D | media_cached_buffer.cpp | 284 freeChunks_.splice(freeChunks_.end(), nextFragmentPos->chunks, nextFragmentPos->chunks.begin(), endPos); in WriteMergerPre() 310 freeChunks_.splice(freeChunks_.end(), nextFragmentPos->chunks); in WriteMergerPre() 334 writePos_->chunks.splice(writePos_->chunks.end(), nextFragmentPos->chunks); in WriteMergerPost() 595 freeChunks_.splice(freeChunks_.end(), fragmentIterator->chunks); in CheckThresholdFragmentCacheBuffer() 739 newFragmentPos->chunks.splice(newFragmentPos->chunks.end(), currFragmentIter->chunks, chunkPos, in GetFragmentIterator() 742 newFragmentPos->chunks.splice(newFragmentPos->chunks.end(), currFragmentIter->chunks, std::next(chunkPos), in GetFragmentIterator() 810 newFragmentPos->chunks.splice(newFragmentPos->chunks.end(), currFragmentIter->chunks, chunkPos, in SplitFragmentCacheBuffer() 813 newFragmentPos->chunks.splice(newFragmentPos->chunks.end(), currFragmentIter->chunks, std::next(chunkPos), in SplitFragmentCacheBuffer() 937 freeChunks_.splice(freeChunks_.end(), iter->chunks); in Clear() 997 freeChunks_.splice(freeChunks in ClearFragmentBeforeOffset() [all...] |
/foundation/arkui/ace_engine/frameworks/core/image/ |
H A D | image_cache.cpp | 159 dataCacheList_.splice(dataCacheList_.begin(), dataCacheList_, iter->second); in CacheImageData() 203 dataCacheList_.splice(dataCacheList_.begin(), dataCacheList_, iter->second); in GetCacheImageData()
|
/test/xts/acts/security/huks/security_huks_basic/huks_hmac_callback_BasicTest/entry/src/ohosTest/js/test/HMAC/ |
H A D | SecurityHuksHmacBasicCallbackJsunit.test.js | 190 HuksOptions.properties.splice(1, 0, HuksHmac.HuksKeySIZE);
200 HuksOptions.properties.splice(1, 1);
231 HuksOptions.properties.splice(1, 0, HuksHmac.HuksKeySIZE);
|