/third_party/rust/crates/cxx/macro/src/syntax/ |
H A D | parse.rs | 1162 if let RustType::Slice(slice) = ty.elem.as_ref() { in parse_type_reference() 1163 let inner = parse_type(&slice.elem)?; in parse_type_reference() 1164 let bracket = slice.bracket_token; in parse_type_reference()
|
/third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
H A D | parse.rs | 1162 if let RustType::Slice(slice) = ty.elem.as_ref() { in parse_type_reference() 1163 let inner = parse_type(&slice.elem)?; in parse_type_reference() 1164 let bracket = slice.bracket_token; in parse_type_reference()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCAsmStreamer.cpp | 410 ExplicitCommentToEmit.append(c.slice(2, c.size()).str()); in addExplicitComment() 418 ExplicitCommentToEmit.append(c.slice(p, newp).str()); in addExplicitComment() 431 ExplicitCommentToEmit.append(c.slice(1, c.size()).str()); in addExplicitComment()
|
/third_party/rust/crates/cxx/syntax/ |
H A D | parse.rs | 1162 if let RustType::Slice(slice) = ty.elem.as_ref() { in parse_type_reference() 1163 let inner = parse_type(&slice.elem)?; in parse_type_reference() 1164 let bracket = slice.bracket_token; in parse_type_reference()
|
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | fair.c | 59 * and have no persistent notion like in traditional, time-slice 152 * Note: in the case that the slice exceeds the runtime remaining (either due 153 * to consumption or the quota being specified to be smaller than the slice) 725 * We calculate the wall-time slice from the period by taking a part 733 u64 slice; in sched_slice() local 738 slice = __sched_period(nr_running + !se->on_rq); in sched_slice() 753 slice = __calc_delta(slice, se->load.weight, load); in sched_slice() 757 slice = max(slice, (u6 in sched_slice() 5394 u64 runtime = 0, slice = sched_cfs_bandwidth_slice(); do_sched_cfs_slack_timer() local 5705 u64 slice = sched_slice(cfs_rq, se); hrtick_start_fair() local [all...] |
/third_party/node/deps/undici/ |
H A D | undici.js | 1462 actualValue = actualValue.slice(0, -2); 1464 actualValue = actualValue.slice(0, -1); 2920 data = data.slice(r); 2976 this.emit("trailer", data.slice(start + i, end)); 3014 shouldWriteMore = this._part.push(data.slice(start, end)); 3022 r = this._hparser.push(data.slice(start, end)); 3792 path = path.slice(i + 1); 3983 file.push(data.slice(0, extralen)); 4574 input = input.slice(5); 4587 const encodedBody = input.slice(mimeTypeLengt [all...] |
/third_party/python/Modules/_ctypes/ |
H A D | _ctypes.c | 3188 * Set a slice in object 'dst', which has the type 'type', 3895 /* Trivial cases, where we either return inargs itself, or a slice of it. */ in _build_callargs() 5265 PySliceObject *slice = (PySliceObject *)item; in Pointer_subscript() local 5275 slicing, we have to dissect the slice object ourselves.*/ in Pointer_subscript() 5276 if (slice->step == Py_None) { in Pointer_subscript() 5280 step = PyNumber_AsSsize_t(slice->step, in Pointer_subscript() 5286 "slice step cannot be zero"); in Pointer_subscript() 5290 if (slice->start == Py_None) { in Pointer_subscript() 5293 "slice start is required " in Pointer_subscript() 5300 start = PyNumber_AsSsize_t(slice in Pointer_subscript() [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fShaderImageLoadStoreTests.cpp | 624 PixelBufferAccess getSliceAccess (int slice) { return getSliceAccessInternal(slice); } in getSliceAccess() argument 628 ConstPixelBufferAccess getSliceAccess (int slice) const { return getSliceAccessInternal(slice); } in getSliceAccess() 637 PixelBufferAccess getSliceAccessInternal (int slice) const; 717 PixelBufferAccess LayeredImage::getSliceAccessInternal (int slice) const in getSliceAccessInternal() 720 return tcu::getSubregion(srcAccess, 0, 0, slice, srcAccess.getWidth(), srcAccess.getHeight(), 1); in getSliceAccessInternal() 837 //! Base for a functor for verifying and logging a 2d texture layer (2d image, cube face, 3d slice, 2d layer). 1104 //! An ImageLayerVerifier that simply compares the result slice to a slice i [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | ICUBinary.java | 700 * Same as ByteBuffer.slice() plus preserving the byte order. 703 ByteBuffer b = bytes.slice(); in sliceWithOrder()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | ICUBinary.java | 705 * Same as ByteBuffer.slice() plus preserving the byte order. 708 ByteBuffer b = bytes.slice(); in sliceWithOrder()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_video_state.h | 340 /* slice header */ 405 /** Starting MB address for this slice. */ 407 /** Number of macroblocks in this slice. */ 409 /** slice type. */ 522 struct pipe_h265_enc_slice_param slice; member
|
/third_party/node/test/parallel/ |
H A D | test-crypto-authenticated.js | 489 c.update(msg.slice(1));
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | nodes.py | 773 """Represents a slice object. This must only be used as argument for 787 return slice(const(self.start), const(self.stop), const(self.step))
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | nodes.py | 741 """Represents a slice object. This must only be used as argument for 752 return slice(const(self.start), const(self.stop), const(self.step))
|
/third_party/node/deps/npm/node_modules/read-package-json/lib/ |
H A D | read-json.js | 59 content = content.slice(1)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | CallLowering.cpp | 296 j += Handler.assignCustomValue(Args[i], makeArrayRef(ArgLocs).slice(j)); in handleAssignments()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/ |
H A D | Symbolize.cpp | 329 llvm::toHex(BuildID.slice(1), /*LowerCase=*/true)); in findDebugBinary()
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | nodes.py | 773 """Represents a slice object. This must only be used as argument for 787 return slice(const(self.start), const(self.stop), const(self.step))
|
/third_party/protobuf/python/google/protobuf/internal/ |
H A D | containers.py | 307 if isinstance(key, slice): # PY3
|
/third_party/rust/crates/rustix/src/backend/linux_raw/ |
H A D | conv.rs | 193 pub(super) fn slice<T: Sized, Num0: ArgNumber, Num1: ArgNumber>(
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 4760 Opt = StringSwitch<unsigned>(OptStr.slice(0, OptStr.size()).lower()) in parseMemBarrierOptOperand() 4963 std::string SpecReg = Mask.slice(Start, Next).lower(); in parseMSRMaskOperand() 4965 Flags = Mask.slice(Next+1, Mask.size()); in parseMSRMaskOperand() 6265 Mnemonic = Mnemonic.slice(0, Mnemonic.size() - 2); in splitMnemonic() 6285 Mnemonic = Mnemonic.slice(0, Mnemonic.size() - 1); in splitMnemonic() 6299 Mnemonic = Mnemonic.slice(0, Mnemonic.size()-2); in splitMnemonic() 6313 Mnemonic = Mnemonic.slice(0, Mnemonic.size()-1); in splitMnemonic() 6321 ITMask = Mnemonic.slice(2, Mnemonic.size()); in splitMnemonic() 6322 Mnemonic = Mnemonic.slice(0, 2); in splitMnemonic() 6326 ITMask = Mnemonic.slice( in splitMnemonic() [all...] |
/third_party/node/deps/v8/src/torque/ |
H A D | implementation-visitor.cc | 1424 LocationReference slice = LocationReference::HeapSlice( in GenerateFieldReference() local 1430 slice, {TypeOracle::GetConstInt31Type(), "0"}); in GenerateFieldReference() 1432 return slice; in GenerateFieldReference() 1488 VisitResult slice = field.GetVisitResult(); in InitializeClass() local 1491 {{slice, initializer_value}, {}}); in InitializeClass() 2376 LocationReference slice, VisitResult index) { in GenerateReferenceToItemInHeapSlice() 2377 DCHECK(slice.IsHeapSlice()); in GenerateReferenceToItemInHeapSlice() 2379 const StructType* slice_type = *slice.heap_slice().type()->StructSupertype(); in GenerateReferenceToItemInHeapSlice() 2382 // on the underlying slice implementation. in GenerateReferenceToItemInHeapSlice() 2384 LocationReference::Temporary(slice in GenerateReferenceToItemInHeapSlice() 2375 GenerateReferenceToItemInHeapSlice( LocationReference slice, VisitResult index) GenerateReferenceToItemInHeapSlice() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 478 return {StringRef(Strtab.data() + Record[0], Record[1]), Record.slice(2)}; in readNameFromStrtab() 5915 ArrayRef<uint64_t>(Record).slice(RefListStartIndex, NumRefs)); in parseEntireSummary() 5919 ArrayRef<uint64_t>(Record).slice(CallGraphEdgeStartIndex), in parseEntireSummary() 5975 makeRefList(ArrayRef<uint64_t>(Record).slice(RefArrayStart)); in parseEntireSummary() 5996 ArrayRef<uint64_t>(Record).slice(RefListStartIndex, NumRefs)); in parseEntireSummary() 6055 ArrayRef<uint64_t>(Record).slice(RefListStartIndex, NumRefs)); in parseEntireSummary() 6058 ArrayRef<uint64_t>(Record).slice(CallGraphEdgeStartIndex), in parseEntireSummary() 6111 makeRefList(ArrayRef<uint64_t>(Record).slice(RefArrayStart)); in parseEntireSummary() 6386 F.Mods.push_back({Stream.getBitcodeBytes().slice( in getBitcodeFileContents()
|
/third_party/typescript/lib/ |
H A D | tsc.js | 21 if (!ar) ar = Array.prototype.slice.call(from, 0, i); 25 return to.concat(ar || Array.prototype.slice.call(from)); 341 var result = array.slice(0, i); 397 var result = array.slice(0, i); 496 result = array.slice(0, i); 633 var v = mapfn(array.slice(start, pos), previousKey, start, pos); 733 array.length === 1 ? array.slice() : 785 for (var _i = 0, _a = array.slice(1); _i < _a.length; _i++) { 818 result = array.slice(0, i); 892 return from.slice(star [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 777 SrcElemTy, Ops.slice(1, i - 1)))) && in CastGEPIndices() 1037 Ops.slice(1), GEP->isInBounds(), in ConstantFoldInstOperandsImpl() 1052 return ConstantFoldCall(Call, F, Ops.slice(0, Ops.size() - 1), TLI); in ConstantFoldInstOperandsImpl()
|