Home
last modified time | relevance | path

Searched refs:splice (Results 151 - 175 of 1538) sorted by relevance

12345678910>>...62

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp693 // removed, so we just need to splice the blocks. in CloneAndPruneIntoFromInst()
700 I->getInstList().splice(I->end(), Dest->getInstList()); in CloneAndPruneIntoFromInst()
825 F->getBasicBlockList().splice(Before->getIterator(), F->getBasicBlockList(), in cloneLoopWithPreheader()
827 F->getBasicBlockList().splice(Before->getIterator(), F->getBasicBlockList(), in cloneLoopWithPreheader()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMips16ISelLowering.cpp535 sinkMBB->splice(sinkMBB->begin(), BB, in emitSel16()
598 sinkMBB->splice(sinkMBB->begin(), BB, in emitSelT16()
664 sinkMBB->splice(sinkMBB->begin(), BB, in emitSeliT16()
H A DMipsExpandPseudo.cpp125 exitMBB->splice(exitMBB->begin(), &BB, in expandAtomicCmpSwapSubword()
260 exitMBB->splice(exitMBB->begin(), &BB, in expandAtomicCmpSwap()
429 exitMBB->splice(exitMBB->begin(), &BB, std::next(I), BB.end()); in expandAtomicBinOpSubword()
721 exitMBB->splice(exitMBB->begin(), &BB, std::next(I), BB.end()); in expandAtomicBinOp()
/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/
H A Dtreeview.js625 c18.splice(d18, 1);
1499 this.z9.splice(this.z9.indexOf(n15), 1);
1614 this.n10.splice(pos, 1);
1912 this.u10.splice(0, this.u10.length);
1993 u13.splice(0, u13.length);
1995 this.u10.splice(0, this.u10.length);
2043 this.w7.splice(0, this.w7.length);
2072 let h13 = this.w7.splice(startIndex, 1);
2117 this.w7.splice(a13 + 1, 0, z12);
2464 this.w7.splice(inde
[all...]
/kernel/linux/linux-5.10/fs/btrfs/
H A Ddisk-io.c4412 struct list_head splice; in btrfs_destroy_all_ordered_extents() local
4414 INIT_LIST_HEAD(&splice); in btrfs_destroy_all_ordered_extents()
4417 list_splice_init(&fs_info->ordered_roots, &splice); in btrfs_destroy_all_ordered_extents()
4418 while (!list_empty(&splice)) { in btrfs_destroy_all_ordered_extents()
4419 root = list_first_entry(&splice, struct btrfs_root, in btrfs_destroy_all_ordered_extents()
4527 struct list_head splice; in btrfs_destroy_delalloc_inodes() local
4529 INIT_LIST_HEAD(&splice); in btrfs_destroy_delalloc_inodes()
4532 list_splice_init(&root->delalloc_inodes, &splice); in btrfs_destroy_delalloc_inodes()
4534 while (!list_empty(&splice)) { in btrfs_destroy_delalloc_inodes()
4536 btrfs_inode = list_first_entry(&splice, struc in btrfs_destroy_delalloc_inodes()
4562 struct list_head splice; btrfs_destroy_all_delalloc_inodes() local
[all...]
/foundation/arkui/ace_engine/test/component_test/tools/previewer_host/
H A Dmain.js117 runOverPIDs.splice(j, 1);
/kernel/linux/linux-5.10/fs/
H A DMakefile14 pnode.o splice.o sync.o utimes.o d_path.o \
/kernel/linux/linux-6.6/fs/
H A DMakefile15 pnode.o splice.o sync.o utimes.o d_path.o \
/third_party/glslang/glslang/MachineIndependent/
H A Dattribute.cpp160 attr1->splice(attr1->end(), *attr2); in mergeAttributes()
/third_party/icu/icu4c/source/i18n/
H A Dformatted_string_builder.h138 * Similar to JavaScript Array.prototype.splice().
146 int32_t splice(int32_t startThis, int32_t endThis, const UnicodeString &unistr,
/third_party/jsframework/runtime/main/reactivity/
H A Dobserver.js189 return obj.splice(key, 1, val);
/third_party/node/lib/
H A Dpunycode.js286 output.splice(i++, 0, n);
/third_party/node/deps/icu-small/source/i18n/
H A Dformatted_string_builder.h138 * Similar to JavaScript Array.prototype.splice().
146 int32_t splice(int32_t startThis, int32_t endThis, const UnicodeString &unistr,
/third_party/node/deps/npm/node_modules/diff/lib/patch/
H A Dcreate.js198 curRange.splice(hunk.oldLines, 0, '\\ No newline at end of file');
/third_party/node/deps/npm/node_modules/signal-exit/dist/cjs/
H A Dindex.js61 list.splice(i, 1);
/third_party/rust/crates/clap/clap_lex/src/
H A Dlib.rs239 self.items.splice( in insert()
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/containers/
H A Dmru_cache.h127 ordering_.splice(ordering_.begin(), ordering_, iter); in Get()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLiveRangeShrink.cpp241 MBB.splice(I, &MBB, MI.getIterator(), EndIter); in runOnMachineFunction()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dformatted_string_builder.h138 * Similar to JavaScript Array.prototype.splice().
146 int32_t splice(int32_t startThis, int32_t endThis, const UnicodeString &unistr,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp157 NewBB->splice(NewBB->end(), &*MBB, std::next(MI), MBB->end()); in expandBranches()
/third_party/node/deps/undici/src/lib/
H A Dclient.js397 const requests = this[kQueue].splice(this[kPendingIdx])
461 const requests = client[kQueue].splice(client[kRunningIdx])
1098 const requests = client[kQueue].splice(client[kRunningIdx])
1142 const requests = client[kQueue].splice(client[kRunningIdx])
1345 client[kQueue].splice(0, client[kRunningIdx])
1470 client[kQueue].splice(client[kPendingIdx], 1)
/test/xts/acts/security/huks/security_huks_reformed_test/huks_cipher_callback_BasicTest/entry/src/ohosTest/js/test/Cipher/
H A DSecurityHuksSM2BasicCallbackJsunit.test.js448 HuksOptions.properties.splice(1, 1,
511 HuksOptions.properties.splice(1, 1,
/third_party/vk-gl-cts/external/vulkan-docs/src/katex/contrib/
H A Dmhchem.min.js1 !function(t,e){if("object"==typeof exports&&"object"==typeof module)module.exports=e(require("katex"));else if("function"==typeof define&&define.amd)define(["katex"],e);else{var n="object"==typeof exports?e(require("katex")):e(t.katex);for(var o in n)("object"==typeof exports?exports:t)[o]=n[o]}}("undefined"!=typeof self?self:this,function(t){return function(t){var e={};function n(o){if(e[o])return e[o].exports;var a=e[o]={i:o,l:!1,exports:{}};return t[o].call(a.exports,a,a.exports,n),a.l=!0,a.exports}return n.m=t,n.c=e,n.d=function(t,e,o){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:o})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var a in t)n.d(o,a,function(e){return t[e]}.bind(null,a));return o},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=1)}([function(e,n){e.exports=t},function(t,e,n){"use strict";n.r(e);var o=n(0),a=n.n(o);a.a.__defineMacro("\\ce",function(t){return r(t.consumeArgs(1)[0],"ce")}),a.a.__defineMacro("\\pu",function(t){return r(t.consumeArgs(1)[0],"pu")}),a.a.__defineMacro("\\tripledash","{\\vphantom{-}\\raisebox{2.56mu}{$\\mkern2mu\\tiny\\text{-}\\mkern1mu\\text{-}\\mkern1mu\\text{-}\\mkern2mu$}}");var r=function(t,e){for(var n="",o=t[t.length-1].loc.start,a=t.length-1;a>=0;a--)t[a].loc.start>o&&(n+=" ",o=t[a].loc.start),n+=t[a].text,o+=t[a].text.length;return c.go(i.go(n,e))},i={go:function(t,e){if(!t)return[];void 0===e&&(e="ce");var n,o="0",a={};a.parenthesisLevel=0,t=(t=(t=t.replace(/\n/g," ")).replace(/[\u2212\u2013\u2014\u2010]/g,"-")).replace(/[\u2026]/g,"...");for(var r=10,c=[];;){n!==t?(r=10,n=t):r--;var u=i.stateMachines[e],p=u.transitions[o]||u.transitions["*"];t:for(var s=0;s<p.length;s++){var _=i.patterns.match_(p[s].pattern,t);if(_){for(var d=p[s].task,m=0;m<d.action_.length;m++){var l;if(u.actions[d.action_[m].type_])l=u.actions[d.action_[m].type_](a,_.match_,d.action_[m].option);else{if(!i.actions[d.action_[m].type_])throw["MhchemBugA","mhchem bug A. Please report. ("+d.action_[m].type_+")"];l=i.actions[d.action_[m].type_](a,_.match_,d.action_[m].option)}i.concatArray(c,l)}if(o=d.nextState||o,!(t.length>0))return c;if(d.revisit||(t=_.remainder),!d.toContinue)break t}}if(r<=0)throw["MhchemBugU","mhchem bug U. Please report."]}},concatArray:function(t,e){if(e)if(Array.isArray(e))for(var n=0;n<e.length;n++)t.push(e[n]);else t.push(e)},patterns:{patterns:{empty:/^$/,else:/^./,else2:/^./,space:/^\s/,"space A":/^\s(?=[A-Z\\$])/,space$:/^\s$/,"a-z":/^[a-z]/,x:/^x/,x$:/^x$/,i$:/^i$/,letters:/^(?:[a-zA-Z\u03B1-\u03C9\u0391-\u03A9?@]|(?:\\(?:alpha|beta|gamma|delta|epsilon|zeta|eta|theta|iota|kappa|lambda|mu|nu|xi|omicron|pi|rho|sigma|tau|upsilon|phi|chi|psi|omega|Gamma|Delta|Theta|Lambda|Xi|Pi|Sigma|Upsilon|Phi|Psi|Omega)(?:\s+|\{\}|(?![a-zA-Z]))))+/,"\\greek":/^\\(?:alpha|beta|gamma|delta|epsilon|zeta|eta|theta|iota|kappa|lambda|mu|nu|xi|omicron|pi|rho|sigma|tau|upsilon|phi|chi|psi|omega|Gamma|Delta|Theta|Lambda|Xi|Pi|Sigma|Upsilon|Phi|Psi|Omega)(?:\s+|\{\}|(?![a-zA-Z]))/,"one lowercase latin letter $":/^(?:([a-z])(?:$|[^a-zA-Z]))$/,"$one lowercase latin letter$ $":/^\$(?:([a-z])(?:$|[^a-zA-Z]))\$$/,"one lowercase greek letter $":/^(?:\$?[\u03B1-\u03C9]\$?|\$?\\(?:alpha|beta|gamma|delta|epsilon|zeta|eta|theta|iota|kappa|lambda|mu|nu|xi|omicron|pi|rho|sigma|tau|upsilon|phi|chi|psi|omega)\s*\$?)(?:\s+|\{\}|(?![a-zA-Z]))$/,digits:/^[0-9]+/,"-9.,9":/^[+\-]?(?:[0-9]+(?:[,.][0-9]+)?|[0-9]*(?:\.[0-9]+))/,"-9.,9 no missing 0":/^[+\-]?[0-9]+(?:[.,][0-9]+)?/,"(-)(9.,9)(e)(99)":function(t){var e=t.match(/^(\+\-|\+\/\-|\+|\-|\\pm\s?)?([0-9]+(?:[,.][0-9]+)?|[0-9]*(?:\.[0-9]+))?(\((?:[0-9]+(?:[,.][0-9]+)?|[0-9]*(?:\.[0-9]+))\))?(?:([eE]|\s*(\*|x|\\times|\u00D7)\s*10\^)([+\-]?[0-9]+|\{[+\-]?[0-9]+\}))?/);return e&&e[0]?{match_:e.splice(1),remainder:t.substr(e[0].length)}:null},"(-)(9)^(-9)":function(t){var e=t.match(/^(\+\-|\+\/\-|\+|\-|\\pm\s?)?([0-9]+(?:[,.][0-9]+)?|[0-9]*(?:\.[0-9]+)?)\^([+\-]?[0-9]+|\{[+\-]?[0-9]+\})/);return e&&e[0]?{match_:e.splice(1),remainder:t.substr(e[0].length)}:null},"state of aggregation $":function(t){var e=i.patterns.fi (…)
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dtls.c476 EXPECT_GE(splice(p[0], NULL, self->fd, NULL, send_len, 0), 0); in TEST_F()
492 EXPECT_GE(splice(p[0], NULL, self->fd, NULL, 8000, 0), 0); in TEST_F()
494 EXPECT_GE(splice(p2[0], NULL, self->fd, NULL, 8000, 0), 0); in TEST_F()
515 EXPECT_GE(splice(p[0], NULL, self->fd, NULL, send_len, 0), send_len); in TEST_F()
530 EXPECT_GE(splice(self->cfd, NULL, p[1], NULL, send_len, 0), 0); in TEST_F()
/third_party/node/deps/npm/node_modules/diff/lib/
H A Dindex.es6.js366 tokens.splice(i + 1, 2);
949 lines.splice(_toPos, 1);
950 delimiters.splice(_toPos, 1);
953 lines.splice(_toPos, 0, content);
954 delimiters.splice(_toPos, 0, delimiter);
1118 curRange.splice(hunk.oldLines, 0, '\\ No newline at end of file');

Completed in 25 milliseconds

12345678910>>...62