/third_party/node/deps/v8/tools/profview/ |
H A D | profview.js | 1491 let lines = script.slice(firstLineNumber, lastLineNumber + 1);
|
/third_party/rust/crates/cxx/gen/src/include/ |
H A D | cxx.h | 169 // https://cxx.rs/binding/slice.html 471 using slice = Slice<T>;
|
/third_party/rust/crates/cxx/gen/cmd/src/gen/include/ |
H A D | cxx.h | 169 // https://cxx.rs/binding/slice.html 471 using slice = Slice<T>;
|
/third_party/rust/crates/cxx/gen/build/src/gen/include/ |
H A D | cxx.h | 169 // https://cxx.rs/binding/slice.html 471 using slice = Slice<T>;
|
/third_party/rust/crates/cxx/include/ |
H A D | cxx.h | 169 // https://cxx.rs/binding/slice.html 471 using slice = Slice<T>;
|
/third_party/python/Lib/collections/ |
H A D | __init__.py | 1238 if isinstance(i, slice):
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineInstr.cpp | 442 for (const MachineInstr &MI : make_pointee_range(MIs.slice(1))) { in cloneMergedMemRefs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/ |
H A D | IRMover.cpp | 314 makeArrayRef(ElementTypes).slice(1), in get()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | COFFObjectFile.cpp | 1857 return Contents->slice(Offset, Offset + Entry.DataSize); in getContents()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | FileCheck.cpp | 1692 Buffer.slice(StartPos, MatchRanges.begin()->Pos); in CheckDag()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | WholeProgramDevirt.cpp | 152 // Build a vector of arrays of bytes covering, for each target, a slice of the in findLowestOffset() 182 Used.push_back(VTUsed.slice(Offset)); in findLowestOffset()
|
/third_party/python/Lib/test/ |
H A D | test_sys.py | 1516 # slice 1517 check(slice(0), size('3P'))
|
/third_party/python/Lib/xml/etree/ |
H A D | ElementTree.py | 226 if isinstance(index, slice): 274 select what elements to keep, and then use slice assignment to update
|
/third_party/rust/crates/cxx/gen/lib/src/gen/include/ |
H A D | cxx.h | 169 // https://cxx.rs/binding/slice.html 471 using slice = Slice<T>;
|
/third_party/rust/crates/serde/serde/src/private/ |
H A D | de.rs | 2206 fn new(slice: &'a [Content<'de>]) -> Self { in new() 2208 iter: slice.iter(), in new() 2740 iter: slice::Iter<'a, Option<(Content<'de>, Content<'de>)>>, 2783 iter: slice::IterMut<'a, Option<(Content<'de>, Content<'de>)>>,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 3550 for (MCPhysReg Reg : ArgGPRs.slice(NumIntRegs)) { 3558 for (MCPhysReg Reg : ArgXMMs.slice(NumXMMRegs)) { 5350 return llvm::all_of(Mask.slice(Pos, Size), 5430 return llvm::all_of(Mask.slice(Pos, Size), 5638 Vec->ops().slice(IdxVal, ElemsPerChunk)); 10088 DAG.getBuildVector(HVT, dl, Op->ops().slice(0, NumElems / 2)); 10090 HVT, dl, Op->ops().slice(NumElems / 2, NumElems /2)); 10249 Ops.slice(0, NumOperands/2)); 10251 Ops.slice(NumOperands/2)); 10338 Ops.slice( [all...] |
/test/xts/acts/distributeddatamgr/distributedKVStoretest/distributedKVStorejstest/hap/entry/src/ohosTest/js/test/ |
H A D | SingleKvStoreKVPromiseJsTest.js | 2007 let keys = Object.keys(entries).slice(5); 2061 let keys = Object.keys(entries).slice(5);
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 85 ::core::slice::from_raw_parts(self.as_ptr(), len) in as_slice() 89 ::core::slice::from_raw_parts_mut(self.as_mut_ptr(), len) in as_mut_slice()
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 85 ::core::slice::from_raw_parts(self.as_ptr(), len) in as_slice() 89 ::core::slice::from_raw_parts_mut(self.as_mut_ptr(), len) in as_mut_slice()
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 85 ::core::slice::from_raw_parts(self.as_ptr(), len) in as_slice() 89 ::core::slice::from_raw_parts_mut(self.as_mut_ptr(), len) in as_mut_slice()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | AutoUpgrade.cpp | 731 ArrayRef<Type *> ParamTypes = F->getFunctionType()->params().slice(0, 3); in UpgradeIntrinsicFunction1() 739 ArrayRef<Type *> ParamTypes = F->getFunctionType()->params().slice(0, 3); in UpgradeIntrinsicFunction1()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 2421 OS << Body.slice(0, Pos); in expandMacro() 5653 Arg.emplace_back(AsmToken::Identifier, Values.slice(I, I + 1)); in parseDirectiveIrpc()
|
/test/xts/acts/security/huks/security_huks_reformed_test/huks_signverify_promise_BasicTest/entry/src/ohosTest/js/test/SignVerify/ |
H A D | SecurityHuksRSASignExtendJsunit.test.js | 184 Array.from(inData).slice(inDataSegPosition, inDataSegPosition + inDataSegSize)
|
/third_party/libphonenumber/javascript/i18n/phonenumbers/ |
H A D | demo-compiled.js | 10 function k(a,b){function c(){}c.prototype=b.prototype;a.la=b.prototype;a.prototype=new c;a.prototype.constructor=a;a.ua=function(d,f,e){for(var g=Array(arguments.length-2),h=2;h<arguments.length;h++)g[h-2]=arguments[h];return b.prototype[f].apply(d,g)}};function oa(a){if(Error.captureStackTrace)Error.captureStackTrace(this,oa);else{var b=Error().stack;b&&(this.stack=b)}a&&(this.message=String(a))}k(oa,Error);oa.prototype.name="CustomError";function pa(a,b){a=a.split("%s");for(var c="",d=a.length-1,f=0;f<d;f++)c+=a[f]+(f<b.length?b[f]:"%s");oa.call(this,c+a[d])}k(pa,oa);pa.prototype.name="AssertionError";function qa(a,b){throw new pa("Failure"+(a?": "+a:""),Array.prototype.slice.call(arguments,1));};function ra(a,b){a.sort(b||sa)}function sa(a,b){return a>b?1:a<b?-1:0};function ta(a){var b=[],c=0,d;for(d in a)b[c++]=a[d];return b}function ua(a,b){a:{for(var c in a)if(b.call(void 0,a[c],c,a)){b=c;break a}b=void 0}return b&&a[b]};function va(a){return String(a).replace(/\-([a-z])/g,function(b,c){return c.toUpperCase()})};function wa(a){var b=document;return"string"===typeof a?b.getElementById(a):a};function xa(a,b){this.g=a;this.o=b.name;this.j=!!b.aa;this.h=b.i;this.u=b.type;this.s=!1;switch(this.h){case ya:case za:case Ea:case Fa:case Ga:case Ha:case Ia:this.s=!0}this.l=b.defaultValue}var Ia=1,Ha=2,ya=3,za=4,Ea=6,Fa=16,Ga=18;function Ja(a,b){this.h=a;this.g={};for(a=0;a<b.length;a++){var c=b[a];this.g[c.g]=c}}function Ka(a){a=ta(a.g);ra(a,function(b,c){return b.g-c.g});return a}function La(a,b){return ua(a.g,function(c){return c.o==b})||null};function l(){this.h={};this.j=this.m().g;this.g=this.l=null}function Ma(a,b){for(var c in a.h){var d=Number(c);a.j[d]||b.call(a,d,a.h[c])}}l.prototype.has=function(a){return n(this,a.g)};l.prototype.get=function(a,b){return q(this,a.g,b)};l.prototype.set=function(a,b){t(this,a.g,b)};l.prototype.add=function(a,b){Na(this,a.g,b)};
|
/third_party/python/Python/ |
H A D | symtable.c | 1698 VISIT(st, expr, e->v.Subscript.slice); in symtable_visit_expr()
|