Home
last modified time | relevance | path

Searched refs:slice (Results 576 - 600 of 2284) sorted by relevance

1...<<21222324252627282930>>...92

/third_party/node/test/parallel/
H A Dtest-whatwg-encoding-custom-api-basics.js34 assert.deepStrictEqual([].slice.call(encoded), bytes);
/third_party/node/test/fixtures/wpt/encoding/
H A Dapi-basics.any.js31 assert_array_equals([].slice.call(encoded), bytes);
/third_party/node/benchmark/string_decoder/
H A Dstring-decoder.js56 buf.slice(start % buf.length, end % buf.length),
/third_party/node/benchmark/buffers/
H A Dbuffer-swap.js65 return aligned ? buf : buf.slice(1);
/third_party/node/deps/npm/node_modules/@npmcli/agent/lib/
H A Dproxy.js26 const protocol = url.protocol.slice(0, -1)
/third_party/node/deps/npm/node_modules/console-control-strings/
H A Dindex.js117 colorWith = Array.prototype.slice.call(arguments)
/third_party/node/deps/npm/node_modules/cross-spawn/lib/
H A Dparse.js72 args = args ? args.slice(0) : []; // Clone array to avoid changing the original
/third_party/node/deps/npm/node_modules/spdx-expression-parse/
H A Dscan.js20 var chars = source.slice(index)
/third_party/node/deps/npm/node_modules/nopt/lib/
H A Dtype-defs.js26 data[k] = path.resolve(home, val.slice(2))
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dset.rs2 use std::slice;
115 pub struct Iter<'s, 'a, T>(slice::Iter<'s, &'a T>);
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dset.rs2 use std::slice;
115 pub struct Iter<'s, 'a, T>(slice::Iter<'s, &'a T>);
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dset.rs2 use std::slice;
115 pub struct Iter<'s, 'a, T>(slice::Iter<'s, &'a T>);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DHash.cpp69 Buffer = Buffer.slice(Items.size() * sizeof(ulittle32_t)); in hashStringV2()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
H A DClassDefTable.java82 return arrayBuilder.subSerialize(newData.slice(newOffset)); in subSerialize()
H A DCoverageTable.java84 return arrayBuilder.subSerialize(newData.slice(newOffset)); in subSerialize()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/chaincontextsubst/
H A DChainSubRuleSetArray.java19 coverage = new CoverageTable(data.slice(coverageOffset), 0, dataIsCanonical); in ChainSubRuleSetArray()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/contextsubst/
H A DSubRuleSetArray.java19 coverage = new CoverageTable(data.slice(coverageOffset), 0, dataIsCanonical); in SubRuleSetArray()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/ligaturesubst/
H A DInnerArrayFmt1.java18 coverage = new CoverageTable(data.slice(coverageOffset), 0, dataIsCanonical); in InnerArrayFmt1()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/multiplesubst/
H A DGlyphIds.java19 coverage = new CoverageTable(data.slice(coverageOffset), 0, dataIsCanonical); in GlyphIds()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/singlesubst/
H A DInnerArrayFmt2.java20 coverage = new CoverageTable(data.slice(coverageOffset), 0, dataIsCanonical); in InnerArrayFmt2()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DStringExtras.cpp45 return std::make_pair(Source.slice(Start, End), Source.substr(End)); in getToken()
/third_party/typescript/tests/baselines/reference/
H A DsourceMapValidationDestructuringParametertArrayBindingPatternDefaultValues.js51 var _b = _a === void 0 ? [-1, "name", "skill"] : _a, _c = _b[0], numberA3 = _c === void 0 ? -1 : _c, robotAInfo = _b.slice(1);
H A DassignFromStringInterface2.js23 slice(start?: number, end?: number): string;
H A DduplicateIdentifierBindingElementInParameterDeclaration1.js39 var f = _a[0], f = _a.slice(1);
H A DduplicateIdentifierBindingElementInParameterDeclaration2.js41 var f = _a[0], f = _a.slice(1);

Completed in 7 milliseconds

1...<<21222324252627282930>>...92