/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-lib/ |
H A D | LibDriver.cpp | 277 Table.ParseArgs(ArgsArr.slice(1), MissingIndex, MissingCount); in libDriverMain()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOMemOPSizeOpt.cpp | 364 annotateValueSite(*Func.getParent(), *MI, VDs.slice(Version), in perform()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/ |
H A D | BitstreamWriter.h | 368 emitBlob(Vals.slice(RecordIdx)); in EmitRecordWithAbbrevImpl()
|
/third_party/rust/crates/nix/src/net/ |
H A D | if_.rs | 386 /// Convert this to a slice of interfaces. Note that the underlying interfaces list is in iter() 392 unsafe { std::slice::from_raw_parts(ifs, len) } in iter()
|
/third_party/rust/crates/regex/regex-syntax/src/hir/ |
H A D | interval.rs | 4 use std::slice; 67 /// Return an immutable slice of intervals in this set. in iter() 325 pub struct IntervalSetIter<'a, I>(slice::Iter<'a, I>);
|
/third_party/rust/crates/syn/src/ |
H A D | attr.rs | 4 use std::slice; 593 type Ret = iter::Filter<slice::Iter<'a, Attribute>, fn(&&Attribute) -> bool>;
|
/third_party/python/Modules/ |
H A D | _pickle.c | 6445 PyObject *slice; in do_append() local 6462 slice = Pdata_poplist(self->stack, x); in do_append() 6463 if (!slice) in do_append() 6466 ret = PyList_SetSlice(list, list_len, list_len, slice); in do_append() 6467 Py_DECREF(slice); in do_append() 6477 slice = Pdata_poplist(self->stack, x); in do_append() 6478 if (!slice) { in do_append() 6482 result = _Pickle_FastCall(extend_func, slice); in do_append()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_context.cpp | 817 auto slice = GetBackgroundImageResizableSliceValue(ImageResizableSlice()); in PaintBackground() local 818 Rosen::Vector4f rect(slice.left.ConvertToPxWithSize(srcSize.Width()), in PaintBackground() 819 slice.top.ConvertToPxWithSize(srcSize.Height()), in PaintBackground() 820 srcSize.Width() - (slice.left + slice.right).ConvertToPxWithSize(srcSize.Width()), in PaintBackground() 821 srcSize.Height() - (slice.top + slice.bottom).ConvertToPxWithSize(srcSize.Height())); in PaintBackground() 885 auto slice = GetBackgroundImageResizableSliceValue(ImageResizableSlice()); in HasValidBgImageResizable() local 886 auto left = slice.left.ConvertToPxWithSize(srcSize.Width()); in HasValidBgImageResizable() 887 auto right = slice in HasValidBgImageResizable() [all...] |
/third_party/node/lib/internal/util/ |
H A D | inspect.js | 1180 const slice = StringPrototypeSlice(stringified, 5, -1); 1181 const bracketIndex = StringPrototypeIndexOf(slice, '{'); 1183 (!StringPrototypeIncludes(StringPrototypeSlice(slice, 0, bracketIndex), '(') || 1185 RegExpPrototypeExec(classRegExp, RegExpPrototypeSymbolReplace(stripCommentsRegExp, slice)) !== null)
|
/third_party/python/Objects/ |
H A D | listobject.c | 1066 /* Reverse a slice of a list in place, from lo up to (exclusive) hi. */ 1144 sortslice_advance(sortslice *slice, Py_ssize_t n) in sortslice_advance() argument 1146 slice->keys += n; in sortslice_advance() 1147 if (slice->values != NULL) in sortslice_advance() 1148 slice->values += n; in sortslice_advance() 1240 [lo, hi) is a contiguous slice of a list, and is sorted via 1245 Even in case of error, the output slice will be some permutation of 1305 Return the length of the run beginning at lo, in the slice [lo, hi). lo < hi 2288 * by comparison functions can't affect the slice of memory we're in list_sort_impl() 2960 /* delete slice */ in list_ass_subscript() [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fTextureGatherTests.cpp | 109 for (int slice = 0; slice < dst.getDepth(); slice++) in fillWithRandomColorTiles() 120 tcu::clear(tcu::getSubregion(dst, xBegin, yBegin, slice, xEnd-xBegin, yEnd-yBegin, 1), color); in fillWithRandomColorTiles()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract.h | 141 static void SetBackgroundImageResizableSlice(const ImageResizableSlice& slice); 587 static void SetBackgroundImageResizableSlice(FrameNode* frameNode, const ImageResizableSlice& slice);
|
/foundation/arkui/ace_engine/advanced_ui_component/selecttitlebar/interfaces/ |
H A D | selecttitlebar.js | 771 this.forEachUpdateFunction(elmtId, this.menuItems.slice(0, 934 this.forEachUpdateFunction(elmtId, this.menuItems.slice(CollapsibleMenuSection.maxCountOfVisibleItems - 1,
|
/foundation/arkui/ace_engine/advanced_ui_component/composetitlebar/interfaces/ |
H A D | composetitlebar.js | 640 this.forEachUpdateFunction(j5, this.menuItems.slice(0, CollapsibleMenuSection.maxCountOfVisibleItems - 1), l5, undefined, true, false); 813 this.forEachUpdateFunction(o3, this.menuItems.slice(CollapsibleMenuSection.maxCountOfVisibleItems - 1, this.menuItems.length), q3, undefined, true, false);
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/ |
H A D | basic_rust_types.rs | 935 let slice = &(*slice_from_raw_parts(val as *const u8, length as usize)); 936 assert_eq!(slice, b"hello");
|
/third_party/node/test/parallel/ |
H A D | test-readline-interface.js | 235 const expectedHistory = expectedLines.slice(0, history.length).reverse(); 417 rli, expectedLines.length - 1, expectedLines.slice(-1)[0].length);
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
H A D | fd3_emit.c | 240 struct fdl_slice *slice = fd_resource_slice(rsc, j + start); in emit_textures() local 241 OUT_RELOC(ring, rsc->bo, slice->offset, 0, 0); in emit_textures()
|
/third_party/rust/crates/cxx/tests/ffi/ |
H A D | tests.cc | 109 rust::Slice<uint8_t> c_return_mutsliceu8(rust::Slice<uint8_t> slice) { in c_return_mutsliceu8() argument 110 return slice; in c_return_mutsliceu8()
|
/third_party/rust/crates/bindgen/bindgen/ |
H A D | clang.rs | 13 use std::{mem, ptr, slice}; 907 unsafe { slice::from_raw_parts(self.tokens, self.token_count as usize) } in as_slice() 990 raw: slice::Iter<'a, CXToken>,
|
/third_party/python/Lib/test/test_capi/ |
H A D | test_misc.py | 465 self.assertEqual(c.index, slice(0, 5)) 505 self.assertEqual(c.index, slice(0, 5))
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeAnalyzer.cpp | 516 StringRef Lengths = Blob.slice(0, StringsOffset); in decodeMetadataStringsBlob() 531 OS.write_escaped(Strings.slice(0, Size), /*hex=*/true); in decodeMetadataStringsBlob()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | Path.cpp | 296 Component = Path.slice(Position, end_pos); in operator ++() 346 Component = Path.slice(start_pos, end_pos);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | Path.cpp | 282 Component = Path.slice(Position, end_pos); in operator ++() 332 Component = Path.slice(start_pos, end_pos);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIFrameLowering.cpp | 300 AllSGPR128s = AllSGPR128s.slice(std::min(static_cast<unsigned>(AllSGPR128s.size()), NumPreloaded)); in getReservedPrivateSegmentBufferReg() 342 AllSGPRs = AllSGPRs.slice(NumPreloaded); in getReservedPrivateSegmentWaveByteOffsetReg()
|
/third_party/python/Lib/test/ |
H A D | test_range.py | 334 # Test use of user-defined classes in slice indices. 540 i = slice(start, stop, step) 602 r = range(*slice(1, 18, 2).indices(20))
|