Home
last modified time | relevance | path

Searched refs:slice (Results 226 - 250 of 1014) sorted by relevance

12345678910>>...41

/third_party/rust/crates/clap/src/util/
H A Dflat_set.rs52 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 Dlayout_large_align_field.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 Dwrap_unsafe_ops_class.rs26 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 Dclass.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 Dzero-size-array-align.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 Dderive-hash-struct-with-incomplete-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 Dissue-643-inner-struct.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()
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-9/
H A Dissue-643-inner-struct.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 Dderive-hash-struct-with-incomplete-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()
/third_party/typescript/tests/baselines/reference/
H A DrecursiveReverseMappedType.js23 if (!ar) ar = Array.prototype.slice.call(from, 0, i);
27 return to.concat(ar || Array.prototype.slice.call(from));
H A DtrailingCommasInBindingPatterns.js28 var a = [].slice(0);
31 (c = [].slice(0));
H A DarrayLiteralExpressionContextualTyping.js22 if (!ar) ar = Array.prototype.slice.call(from, 0, i);
26 return to.concat(ar || Array.prototype.slice.call(from));
H A DcallOverload.js18 if (!ar) ar = Array.prototype.slice.call(from, 0, i);
22 return to.concat(ar || Array.prototype.slice.call(from));
H A DarrayLiterals3.js46 if (!ar) ar = Array.prototype.slice.call(from, 0, i);
50 return to.concat(ar || Array.prototype.slice.call(from));
H A DnarrowingAssignmentReadonlyRespectsAssertion.js31 const reversedVal1 = val1.slice().reverse();
62 var reversedVal1 = val1.slice().reverse();
/third_party/protobuf/python/google/protobuf/pyext/
H A Drepeated_composite_container.h98 // 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 Drandom_common.rs9 use std::slice;
31 slice::from_raw_parts_mut( in as_mut_bytes()
/third_party/mesa3d/src/amd/addrlib/inc/
H A Daddrinterface.h309 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 Dcssesc.js76 output = '\\-' + output.slice(1);
78 output = '\\3' + firstChar + ' ' + output.slice(1);
/third_party/node/deps/npm/node_modules/gauge/lib/
H A Dtemplate-item.js10 return num.slice(-1) === '%'
14 return Number(num.slice(0, -1)) / 100
/third_party/skia/modules/canvaskit/htmlcanvas/
H A Dlineargradient.js39 lcg._colors = this._colors.slice();
40 lcg._pos = this._pos.slice();
/third_party/rust/crates/regex/src/
H A Dsparse.rs3 use std::slice;
80 type IntoIter = slice::Iter<'a, usize>;
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_blit.c610 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 Dencode-form-common.js88 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 Dst_cb_texture.h62 GLuint slice, GLuint x, GLuint y, GLuint w, GLuint h,
67 GLuint slice);
95 GLint destX, GLint destY, GLint slice,

Completed in 24 milliseconds

12345678910>>...41