/foundation/arkui/ace_engine_lite/frameworks/packages/runtime-core/src/observer/ |
H A D | subject.js | 117 const args = Array.prototype.slice.call(arguments); 125 inserted = args.slice(2);
|
/third_party/mesa3d/src/gallium/frontends/omx/ |
H A D | vid_dec_common.h | 110 const void *slice; \ 189 const void *slice; member
|
/third_party/node/lib/internal/fs/ |
H A D | read_file_context.js | 39 context.buffer : context.buffer.slice(0, bytesRead); 58 buffer = context.buffer.slice(0, context.pos);
|
/third_party/node/src/dataqueue/ |
H A D | queue.h | 69 // 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 D | test-stream-unshift-read-race.js | 54 const c = pos >= data.length ? null : data.slice(pos, pos + n); 111 assert.strictEqual(written[i].slice(0, 4), '1234');
|
H A D | test-stream3-pause-then-read.js | 95 r.unshift(c.slice(c.length - diff)); 124 r.unshift(chunk.slice(chunk.length - diff));
|
/third_party/node/test/common/ |
H A D | http2.js | 92 buffers.push(PADDING.slice(0, padlen)); 110 buffers.push(PADDING.slice(0, padlen));
|
/third_party/node/tools/ |
H A D | test-npm-package.js | 128 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 D | suggestSimilar.js | 62 word = word.slice(2); 63 candidates = candidates.map(candidate => candidate.slice(2));
|
H A D | option.js | 177 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 D | merkle.js | 42 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 D | index.js | 77 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 D | boundary.js | 95 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 D | index.js | 56 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 D | node-gyp.js | 96 this.argv = this.opts.argv.remain.slice() 110 argv.slice().forEach((arg) => {
|
/third_party/node/deps/npm/node_modules/retry/lib/ |
H A D | retry_operation.js | 20 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 D | layout_align.rs | 112 ::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 D | incomplete-array-padding.rs | 112 ::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 D | map.rs | 4 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 D | map.rs | 4 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 D | map.rs | 4 use std::slice; 149 pub struct Iter<'a, K, V>(slice::Iter<'a, (K, V)>);
|
/third_party/rust/crates/cxx/syntax/ |
H A D | map.rs | 4 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 D | zero-sized-array.rs | 26 ::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 D | layout_align.rs | 112 ::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 D | incomplete-array-padding.rs | 112 ::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()
|