Home
last modified time | relevance | path

Searched refs:slice (Results 2126 - 2150 of 2333) sorted by relevance

1...<<81828384858687888990>>...94

/third_party/node/test/fixtures/wpt/WebCryptoAPI/sign_verify/
H A Deddsa.js298 var signature = vector.signature.slice(1); // Skip the first byte
/third_party/node/deps/npm/node_modules/eastasianwidth/
H A Deastasianwidth.js285 eaw.slice = function(text, start, end) {
/third_party/node/deps/npm/node_modules/diff/lib/patch/
H A Dmerge.js33 function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
/third_party/node/deps/npm/node_modules/normalize-package-data/lib/
H A Dfixer.js349 var rest = spec.slice(1).split('/')
/third_party/node/deps/npm/node_modules/ssri/lib/
H A Dindex.js164 this.options = rawOpts.slice(1).split('?')
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/
H A Dcontainer.js11 function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
/third_party/node/deps/npm/node_modules/yallist/
H A Dyallist.js267 Yallist.prototype.slice = function (from, to) {
/third_party/rust/crates/cxx/tests/ffi/
H A Dtests.h103 rust::Slice<uint8_t> c_return_mutsliceu8(rust::Slice<uint8_t> slice);
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
H A DCMapTable.java624 size += b.subSerialize(newData.slice(size)); in subSerialize()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
H A DGlyfEncoder.java301 data.slice(i).copyTo(codeStream); in splitPush()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DPHITransAddr.cpp407 GEP->getSourceElementType(), GEPOps[0], makeArrayRef(GEPOps).slice(1), in InsertPHITranslatedSubExpr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DSourceMgr.cpp351 S << LineContents.slice(i, NextTab); in printSourceLine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp301 FS = Key.slice(CPU.size(), CPUFSWidth); in getSubtargetImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp277 Table.ParseArgs(ArgsArr.slice(1), MissingIndex, MissingCount); in libDriverMain()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DPGOMemOPSizeOpt.cpp364 annotateValueSite(*Func.getParent(), *MI, VDs.slice(Version), in perform()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/
H A DBitstreamWriter.h368 emitBlob(Vals.slice(RecordIdx)); in EmitRecordWithAbbrevImpl()
/third_party/rust/crates/nix/src/net/
H A Dif_.rs386 /// Convert this to a slice of interfaces. Note that the underlying interfaces list is in iter()
392 unsafe { std::slice::from_raw_parts(ifs, len) } in iter()
/third_party/rust/crates/regex/regex-syntax/src/hir/
H A Dinterval.rs4 use std::slice;
67 /// Return an immutable slice of intervals in this set. in iter()
325 pub struct IntervalSetIter<'a, I>(slice::Iter<'a, I>);
/third_party/rust/crates/syn/src/
H A Dattr.rs4 use std::slice;
593 type Ret = iter::Filter<slice::Iter<'a, Attribute>, fn(&&Attribute) -> bool>;
/third_party/python/Modules/
H A D_pickle.c6445 PyObject *slice; in do_append() local
6462 slice = Pdata_poplist(self->stack, x); in do_append()
6463 if (!slice) in do_append()
6466 ret = PyList_SetSlice(list, list_len, list_len, slice); in do_append()
6467 Py_DECREF(slice); in do_append()
6477 slice = Pdata_poplist(self->stack, x); in do_append()
6478 if (!slice) { in do_append()
6482 result = _Pickle_FastCall(extend_func, slice); in do_append()
/third_party/node/lib/internal/util/
H A Dinspect.js1180 const slice = StringPrototypeSlice(stringified, 5, -1);
1181 const bracketIndex = StringPrototypeIndexOf(slice, '{');
1183 (!StringPrototypeIncludes(StringPrototypeSlice(slice, 0, bracketIndex), '(') ||
1185 RegExpPrototypeExec(classRegExp, RegExpPrototypeSymbolReplace(stripCommentsRegExp, slice)) !== null)
/third_party/python/Objects/
H A Dlistobject.c1066 /* Reverse a slice of a list in place, from lo up to (exclusive) hi. */
1144 sortslice_advance(sortslice *slice, Py_ssize_t n) in sortslice_advance() argument
1146 slice->keys += n; in sortslice_advance()
1147 if (slice->values != NULL) in sortslice_advance()
1148 slice->values += n; in sortslice_advance()
1240 [lo, hi) is a contiguous slice of a list, and is sorted via
1245 Even in case of error, the output slice will be some permutation of
1305 Return the length of the run beginning at lo, in the slice [lo, hi). lo < hi
2288 * by comparison functions can't affect the slice of memory we're in list_sort_impl()
2960 /* delete slice */ in list_ass_subscript()
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp109 for (int slice = 0; slice < dst.getDepth(); slice++) in fillWithRandomColorTiles()
120 tcu::clear(tcu::getSubregion(dst, xBegin, yBegin, slice, xEnd-xBegin, yEnd-yBegin, 1), color); in fillWithRandomColorTiles()
/test/xts/acts/security/huks/security_huks_reformed_test/huks_cipher_promise_BasicTest/entry/src/ohosTest/js/test/Cipher/
H A DSecurityHuksCipherAESBasicPromiseJsunit.test.js90 HuksOptions.inData = new Uint8Array(Array.from(huksOptionsInData).slice(dateSize * i, dateSize * (i + 1)));
96 Array.from(huksOptionsInData).slice(dateSize * count, uint8ArrayToString(inDataArray).length)
H A DSecurityHuksCipherRSABasicPromiseJsunit.test.js146 HuksOptions.inData = new Uint8Array(Array.from(huksOptionsInData).slice(dateSize * i, dateSize * (i + 1)));
152 Array.from(huksOptionsInData).slice(dateSize * count, uint8ArrayToString(inDataArray).length)

Completed in 34 milliseconds

1...<<81828384858687888990>>...94