Home
last modified time | relevance | path

Searched refs:splice (Results 101 - 125 of 1543) sorted by relevance

12345678910>>...62

/third_party/node/deps/npm/node_modules/cli-table3/src/
H A Dlayout-manager.js113 cellColumns.splice(columnIndex + 1, 0, colSpanCell);
124 row.splice(x, 0, cell);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMIRCanonicalizerPass.cpp130 MBB->splice(getPos(), MBB, II.second); in rescheduleLexographically()
273 MBB->splice(UseI, MBB, DefI); in rescheduleCanonically()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp291 .splice(FirstCondBlock->end(), CB->getInstList()); in FlattenParallelAndOr()
446 .splice(FirstEntryBlock->end(), SecondEntryBlock->getInstList()); in MergeIfRegion()
/third_party/vk-gl-cts/framework/delibs/coding_guidelines/
H A Dprettify.js4 O=y+"case done elif esac eval fi function in local set then until ",W=I+V+K+L+M+N+O;function X(b){return b>="a"&&b<="z"||b>="A"&&b<="Z"}function u(b,a,c,d){b.unshift(c,d||0);try{a.splice.apply(a,b)}finally{b.splice(0,2)}}var Y=(function(){var b=["!","!=","!==","#","%","%=","&","&&","&&=","&=","(","*","*=","+=",",","-=","->","/","/=",":","::",";","<","<<","<<=","<=","=","==","===",">",">=",">>",">>=",">>>",">>>=","?","@","[","^","^=","^^","^^=","{","|","|=","||","||=","~","break","case","continue",
12 g),h=e.match(/^(<[^>]*>)([\s\S]*)(<\/[^>]*>)$/);if(h)a.splice(c,2,d,"tag",d+h[1].length,"src",d+h[1].length+(h[2]||"").length,"tag")}return a}var qa=v([["atv",/^\'[^\']*(?:\'|$)/,null,"'"],["atv",/^\"[^\"]*(?:\"|$)/,null,'"'],["pun",/^[<>\/=]+/,null,"<>/="]],[["tag",/^[\w:\-]+/,/^</],["atv",/^[\w\-]+/,/^=/],["atn",/^[\w:\-]+/,null],["pln",/^\s+/,null," \t\r\n"]]);function ra(b,a){for(var c=0;c<a.length;c+=2){var d=a[c+1];if(d==="tag"){var g,e;g=a[c];e=c+2<a.length?a[c+2]:b.length;var h=b.substring(g,
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dtest_bpf_syscall_macro.c76 r = splice(-42, &off_in, 42, &off_out, 0x12340000, SPLICE_F_NONBLOCK); in test_bpf_syscall_macro()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DConstantMultiFieldModifier.java56 length += output.splice(leftIndex + length, rightIndex + length, "", 0, 0, null); in apply()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DConstantMultiFieldModifier.java58 length += output.splice(leftIndex + length, rightIndex + length, "", 0, 0, null); in apply()
/third_party/musl/porting/linux/user/include/
H A Dfcntl.h194 ssize_t splice(int, off_t *, int, off_t *, size_t, unsigned);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dfcntl.h193 ssize_t splice(int, off_t *, int, off_t *, size_t, unsigned);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dfcntl.h193 ssize_t splice(int, off_t *, int, off_t *, size_t, unsigned);
/third_party/musl/porting/uniproton/kernel/include/
H A Dfcntl.h193 ssize_t splice(int, off_t *, int, off_t *, size_t, unsigned);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dfcntl.h187 ssize_t splice(int, off_t *, int, off_t *, size_t, unsigned);
/third_party/musl/porting/liteos_m/user/include/
H A Dfcntl.h193 ssize_t splice(int, off_t *, int, off_t *, size_t, unsigned);
/third_party/node/deps/npm/node_modules/retry/lib/
H A Dretry_operation.js59 this._errors.splice(this._errors.length - 1, this._errors.length);
/third_party/ltp/testcases/kernel/syscalls/splice/
H A Dsplice02.c10 * bf40d3435caf NFS: add support for splice writes
33 #include "lapi/splice.h"
68 TEST(splice(STDIN_FILENO, NULL, fd, NULL, SPLICE_SIZE, 0)); in do_child()
70 tst_res(TFAIL | TTERRNO, "splice failed"); in do_child()
111 tst_res(TPASS, "splice() system call passed"); in do_child()
/third_party/ltp/testcases/kernel/security/dirtypipe/
H A Ddirtypipe.c115 * splice one byte from the start into the pipe; in run()
120 nbytes = splice(fd, NULL, p[1], NULL, 1, 0); in run()
122 tst_brk(TFAIL, "splice failed"); in run()
124 tst_brk(TFAIL, "short splice"); in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
H A DSymbolRewriter.h125 Descriptors.splice(Descriptors.begin(), DL); in RewriteSymbolPass()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/
H A DVEInstrInfo.cpp86 sinkMBB->splice(sinkMBB->begin(), BB, in expandExtendStackPseudo()
/third_party/rust/crates/rustix/src/io/
H A Dmod.rs75 pub use pipe::{splice, vmsplice, IoSliceRaw, SpliceFlags};
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCReduceCRLogicals.cpp206 NewMBB->splice(NewMBB->end(), ThisMBB, InsertPoint, ThisMBB->end()); in splitMBB()
675 MBB->splice(FirstTerminator, MBB, FirstInstrToMove); in splitBlockOnBinaryCROp()
677 MBB->splice(FirstTerminator, MBB, SecondInstrToMove); in splitBlockOnBinaryCROp()
678 MBB->splice(FirstTerminator, MBB, CRI.MI); in splitBlockOnBinaryCROp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
H A DRISCVExpandPseudoInsts.cpp376 DoneMBB->splice(DoneMBB->end(), &MBB, MI, MBB.end()); in expandAtomicBinOp()
435 DoneMBB->splice(DoneMBB->end(), &MBB, MI, MBB.end()); in expandAtomicMinMaxOp()
548 DoneMBB->splice(DoneMBB->end(), &MBB, MI, MBB.end()); in expandAtomicCmpXchg()
650 NewMBB->splice(NewMBB->end(), &MBB, std::next(MBBI), MBB.end()); in expandAuipcInstPair()
/test/xts/acts/security/huks/security_huks_reformed_test/huks_cipher_callback_BasicTest/entry/src/ohosTest/js/test/Cipher/
H A DSecurityHuksAESBasicCallbackJsunit.test.js294 genHuksOptions.properties.splice(2, 1, HuksCipherAES.HuksKeyAESSize128);
295 genHuksOptions.properties.splice(3, 1, HuksCipherAES.HuksKeyAESBLOCKMODE);
296 genHuksOptions.properties.splice(4, 1, HuksCipherAES.HuksKeyAESPADDINGNONE);
/third_party/skia/modules/canvaskit/npm_build/
H A Dtextapi_utils.js583 this._styles.splice(i, 1);
614 LOG('initial splice', i, start, s._length, ns._length);
616 this._styles.splice(i, 0, ns);
639 this._styles.splice(i, 0, ns);
/third_party/skia/demos.skia.org/demos/textedit/
H A Dtextapi_utils.js562 this._styles.splice(i, 1);
593 LOG('initial splice', i, start, s._length, ns._length);
595 this._styles.splice(i, 0, ns);
618 this._styles.splice(i, 0, ns);
/foundation/arkui/ace_engine/frameworks/base/thread/
H A Dbackground_task_executor.cpp175 threads_.splice(threads_.end(), newThreads); in StartNewThreads()

Completed in 15 milliseconds

12345678910>>...62