Home
last modified time | relevance | path

Searched refs:slice (Results 401 - 425 of 2528) sorted by relevance

1...<<11121314151617181920>>...102

/foundation/arkui/ace_engine_lite/frameworks/packages/runtime-core/src/observer/
H A Dsubject.js117 const args = Array.prototype.slice.call(arguments);
125 inserted = args.slice(2);
/third_party/mesa3d/src/gallium/frontends/omx/
H A Dvid_dec_common.h110 const void *slice; \
189 const void *slice; member
/third_party/node/lib/internal/fs/
H A Dread_file_context.js39 context.buffer : context.buffer.slice(0, bytesRead);
58 buffer = context.buffer.slice(0, context.pos);
/third_party/node/src/dataqueue/
H A Dqueue.h69 // std::shared_ptr<DataQueue> slice = data_queue.slice(
151 // offset is omitted, the slice extends to the end of the
154 // Creating a slice is only possible if is_idempotent() returns
157 // deterministic ways. When is_idempotent() returns false, slice()
160 // Creating a slice is also only possible if the size of the
161 // entry is known. If size() returns std::nullopt, slice()
163 virtual std::unique_ptr<Entry> slice(
251 // is omitted, the slice extends to the end of the data.
253 // The slice wil
[all...]
/third_party/node/test/parallel/
H A Dtest-stream-unshift-read-race.js54 const c = pos >= data.length ? null : data.slice(pos, pos + n);
111 assert.strictEqual(written[i].slice(0, 4), '1234');
H A Dtest-stream3-pause-then-read.js95 r.unshift(c.slice(c.length - diff));
124 r.unshift(chunk.slice(chunk.length - diff));
/third_party/node/test/common/
H A Dhttp2.js92 buffers.push(PADDING.slice(0, padlen));
110 buffers.push(PADDING.slice(0, padlen));
/third_party/node/tools/
H A Dtest-npm-package.js128 logfile = path.resolve(projectDir, arg.slice('--logfile='.length));
139 runNPMPackageTests(parseArgs(process.argv.slice(2)));
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/
H A DsuggestSimilar.js62 word = word.slice(2);
63 candidates = candidates.map(candidate => candidate.slice(2));
H A Doption.js177 this.argChoices = values.slice();
298 return str + word[0].toUpperCase() + word.slice(1);
/third_party/node/deps/npm/node_modules/@sigstore/verify/dist/timestamp/
H A Dmerkle.js42 const innerHashes = inclusionProof.hashes.slice(0, inner);
43 const borderHashes = inclusionProof.hashes.slice(inner);
/third_party/node/deps/npm/node_modules/hosted-git-info/lib/
H A Dindex.js77 options.path = options.path.slice(1)
85 return options.noGitPlus && result.startsWith('git+') ? result.slice(4) : result
/third_party/node/deps/npm/node_modules/jsonparse/test/
H A Dboundary.js95 var first_buffer = eclectic_buffer.slice(0, rand_chunk);
96 var second_buffer = eclectic_buffer.slice(rand_chunk);
/third_party/node/deps/npm/node_modules/is-core-module/test/
H A Dindex.js56 if (mod.slice(0, 5) !== 'node:') {
98 if (mod.slice(0, 5) !== 'node:') {
/third_party/node/deps/npm/node_modules/node-gyp/lib/
H A Dnode-gyp.js96 this.argv = this.opts.argv.remain.slice()
110 argv.slice().forEach((arg) => {
/third_party/node/deps/npm/node_modules/retry/lib/
H A Dretry_operation.js20 this._cachedTimeouts = this._timeouts.slice(0);
60 this._timeouts = this._cachedTimeouts.slice(0);
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dlayout_align.rs112 ::std::slice::from_raw_parts(self.as_ptr(), len) in as_slice()
116 ::std::slice::from_raw_parts_mut(self.as_mut_ptr(), len) in as_mut_slice()
H A Dincomplete-array-padding.rs112 ::std::slice::from_raw_parts(self.as_ptr(), len) in as_slice()
116 ::std::slice::from_raw_parts_mut(self.as_mut_ptr(), len) in as_mut_slice()
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dmap.rs4 use std::slice;
149 pub struct Iter<'a, K, V>(slice::Iter<'a, (K, V)>);
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dmap.rs4 use std::slice;
149 pub struct Iter<'a, K, V>(slice::Iter<'a, (K, V)>);
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dmap.rs4 use std::slice;
149 pub struct Iter<'a, K, V>(slice::Iter<'a, (K, V)>);
/third_party/rust/crates/cxx/syntax/
H A Dmap.rs4 use std::slice;
149 pub struct Iter<'a, K, V>(slice::Iter<'a, (K, V)>);
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-9/
H A Dzero-sized-array.rs26 ::std::slice::from_raw_parts(self.as_ptr(), len) in as_slice()
30 ::std::slice::from_raw_parts_mut(self.as_mut_ptr(), len) in as_mut_slice()
H A Dlayout_align.rs112 ::std::slice::from_raw_parts(self.as_ptr(), len) in as_slice()
116 ::std::slice::from_raw_parts_mut(self.as_mut_ptr(), len) in as_mut_slice()
H A Dincomplete-array-padding.rs112 ::std::slice::from_raw_parts(self.as_ptr(), len) in as_slice()
116 ::std::slice::from_raw_parts_mut(self.as_mut_ptr(), len) in as_mut_slice()

Completed in 9 milliseconds

1...<<11121314151617181920>>...102