/third_party/rust/crates/clap/src/util/ |
H A D | flat_set.rs | 52 pub(crate) fn iter(&self) -> std::slice::Iter<'_, T> { 84 type IntoIter = std::slice::Iter<'s, T>;
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | layout_large_align_field.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 | wrap_unsafe_ops_class.rs | 26 unsafe { ::std::slice::from_raw_parts(self.as_ptr(), len) } in as_slice() 30 unsafe { ::std::slice::from_raw_parts_mut(self.as_mut_ptr(), len) } in as_mut_slice()
|
H A D | class.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 | zero-size-array-align.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 | derive-hash-struct-with-incomplete-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 | issue-643-inner-struct.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()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-9/ |
H A D | issue-643-inner-struct.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 | derive-hash-struct-with-incomplete-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()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | recursiveReverseMappedType.js | 23 if (!ar) ar = Array.prototype.slice.call(from, 0, i);
27 return to.concat(ar || Array.prototype.slice.call(from));
|
H A D | trailingCommasInBindingPatterns.js | 28 var a = [].slice(0);
31 (c = [].slice(0));
|
H A D | arrayLiteralExpressionContextualTyping.js | 22 if (!ar) ar = Array.prototype.slice.call(from, 0, i);
26 return to.concat(ar || Array.prototype.slice.call(from));
|
H A D | callOverload.js | 18 if (!ar) ar = Array.prototype.slice.call(from, 0, i);
22 return to.concat(ar || Array.prototype.slice.call(from));
|
H A D | arrayLiterals3.js | 46 if (!ar) ar = Array.prototype.slice.call(from, 0, i);
50 return to.concat(ar || Array.prototype.slice.call(from));
|
H A D | narrowingAssignmentReadonlyRespectsAssertion.js | 31 const reversedVal1 = val1.slice().reverse(); 62 var reversedVal1 = val1.slice().reverse();
|
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | repeated_composite_container.h | 98 // Returns a new reference to a list of messages for a slice. 99 PyObject* Subscript(RepeatedCompositeContainer* self, PyObject* slice); 105 PyObject* slice,
|
/third_party/rust/crates/os_str_bytes/tests/ |
H A D | random_common.rs | 9 use std::slice; 31 slice::from_raw_parts_mut( in as_mut_bytes()
|
/third_party/mesa3d/src/amd/addrlib/inc/ |
H A D | addrinterface.h | 309 UINT_32 useHtileSliceAlign : 1; ///< Do htile single slice alignment 523 /// mode to PRT_* tile mode to disable slice rotation, 558 UINT_32 slice; ///< Slice index member 596 UINT_32 depth; ///< Number of slice/depth 607 UINT_64 sliceSize; ///< Size of slice specified by input's slice 677 UINT_32 slice; ///< Slice index member 822 UINT_32 slice; ///< Index of slices member 914 BOOL_32 sliceInterleaved; ///< Flag to indicate if different slice's htile is interleaved 952 UINT_32 slice; ///< Inde member 1043 UINT_32 slice; ///< Slice index global() member 1166 UINT_32 slice; ///< Slice index global() member 1254 UINT_32 slice; ///< Slice index global() member 1369 UINT_32 slice; ///< Slice index global() member 1488 UINT_32 slice; ///< Slice index global() member 1670 UINT_32 slice; ///< Slice index global() member 2558 UINT_32 slice; ///< Slice index global() member 2659 UINT_32 slice; ///< Index of slices global() member 2822 UINT_32 slice; ///< Index of slices global() member 2907 UINT_32 slice; ///< Index of slices global() member 3044 UINT_32 slice; ///< Index of slices global() member 3132 UINT_32 slice; ///< Index of slices global() member 3251 UINT_32 slice; ///< Slice index global() member 3337 UINT_32 slice; ///< Slice index global() member 3480 UINT_32 slice; ///< Index of slices global() member 3603 UINT_32 slice; ///< Slice id global() member 3648 UINT_32 slice; ///< Slice id global() member 3701 UINT_32 slice; ///< Index of slice to view global() member [all...] |
/third_party/node/deps/npm/node_modules/cssesc/ |
H A D | cssesc.js | 76 output = '\\-' + output.slice(1); 78 output = '\\3' + firstChar + ' ' + output.slice(1);
|
/third_party/node/deps/npm/node_modules/gauge/lib/ |
H A D | template-item.js | 10 return num.slice(-1) === '%' 14 return Number(num.slice(0, -1)) / 100
|
/third_party/skia/modules/canvaskit/htmlcanvas/ |
H A D | lineargradient.js | 39 lcg._colors = this._colors.slice(); 40 lcg._pos = this._pos.slice();
|
/third_party/rust/crates/regex/src/ |
H A D | sparse.rs | 3 use std::slice; 80 type IntoIter = slice::Iter<'a, usize>;
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_blit.c | 610 for (int slice = 0; slice < info->dst.box.depth; slice++) { in crocus_blit() 611 unsigned dst_z = info->dst.box.z + slice; in crocus_blit() 612 float src_z = info->src.box.z + slice * src_z_step + in crocus_blit() 743 for (int slice = 0; slice < src_box->depth; slice++) { in crocus_copy_region() 746 blorp_copy(&blorp_batch, &src_surf, src_level, src_box->z + slice, in crocus_copy_region() 747 &dst_surf, dst_level, dstz + slice, in crocus_copy_region() [all...] |
/third_party/node/test/fixtures/wpt/encoding/resources/ |
H A D | encode-form-common.js | 88 frames = Array.prototype.slice.call( 91 forms = Array.prototype.slice.call( 94 inputs = Array.prototype.slice.call(
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_texture.h | 62 GLuint slice, GLuint x, GLuint y, GLuint w, GLuint h, 67 GLuint slice); 95 GLint destX, GLint destY, GLint slice,
|