/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_cmd.c | 243 * - Each slice is a 2D array of 'blocks' 469 cmd->host.face = st->slice; /* PIPE_TEX_FACE_* and SVGA3D_CUBEFACE_* match */ in SVGA3D_SurfaceDMA()
|
/third_party/node/lib/ |
H A D | _tls_wrap.js | 253 const protocol = protocolsBuffer.slice(offset, offset + protocolLen);
|
/third_party/node/lib/internal/debugger/ |
H A D | inspect_repl.js | 770 const debugExpr = `debug(${script.slice(0, -2)})`;
|
/third_party/node/test/fixtures/wpt/wasm/jsapi/ |
H A D | wasm-module-builder.js | 610 this.body = body.slice();
|
/third_party/node/deps/v8/src/torque/ |
H A D | implementation-visitor.h | 521 LocationReference GenerateReferenceToItemInHeapSlice(LocationReference slice,
|
/third_party/python/Lib/re/ |
H A D | _parser.py | 163 if isinstance(index, slice):
|
/third_party/python/Lib/ |
H A D | pathlib.py | 441 if isinstance(idx, slice):
|
/third_party/python/Lib/test/ |
H A D | test_operator.py | 441 self.assertEqual(operator.itemgetter(slice(2, 4))(t), ('c', 'd'))
|
H A D | test_pydoc.py | 1224 self.assertEqual(self._get_summary_line(slice.start), "start")
|
H A D | test_copy.py | 105 b"world", bytes(range(256)), range(10), slice(1, 10, 2),
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | ValueMapper.cpp | 828 makeArrayRef(AppendingInits).slice(PrefixSize)); in flush()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/Disassembler/ |
H A D | HexagonDisassembler.cpp | 182 Bytes = Bytes.slice(HEXAGON_INSTR_SIZE); in getInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/AsmParser/ |
H A D | LanaiAsmParser.cpp | 1056 Mnemonic = Mnemonic.slice(0, 1); in splitMnemonic()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombinePHI.cpp | 491 makeArrayRef(FixedOperands).slice(1)); in FoldPHIArgGEPIntoPHI()
|
/third_party/python/Lib/unittest/test/ |
H A D | test_discovery.py | 475 self.addCleanup(sys.path.__setitem__, slice(None), list(sys.path))
|
/third_party/python/Parser/ |
H A D | action_helpers.c | 337 return _PyAST_Subscript(e->v.Subscript.value, e->v.Subscript.slice, in _set_subscript_context()
|
/third_party/python/Python/ |
H A D | ast.c | 364 ret = validate_expr(state, exp->v.Subscript.slice, Load) && in validate_expr()
|
H A D | ceval.c | 5461 PyObject *start, *stop, *step, *slice; local 5468 slice = PySlice_New(start, stop, step); 5472 SET_TOP(slice); 5473 if (slice == NULL) 7360 /* Extract a slice index from a PyLong or an object with the 7379 "slice indices must be integers or " 7400 "slice indices must be integers or "
|
H A D | compile.c | 5994 VISIT(c, expr, e->v.Subscript.slice); in compiler_augassign() 6081 /* extended slice */ in check_ann_subscr() 6140 !check_ann_subscr(c, targ->v.Subscript.slice))) { in compiler_annassign() 6239 if (!check_index(c, e->v.Subscript.value, e->v.Subscript.slice)) { in compiler_subscript() 6251 VISIT(c, expr, e->v.Subscript.slice); in compiler_subscript()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 4052 Type *LastType = GetElementPtrInst::getIndexedType(SrcTy, Ops.slice(1)); in SimplifyGEPInst() 4117 all_of(Ops.slice(1).drop_back(1), in SimplifyGEPInst() 4147 Ops.slice(1)); in SimplifyGEPInst() 4241 if (InsertValueIdxs.slice(0, NumCommonIdxs) == in SimplifyExtractValueInst() 4242 Idxs.slice(0, NumCommonIdxs)) { in SimplifyExtractValueInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/ |
H A D | AArch64AsmParser.cpp | 3145 StringRef Head = Name.slice(Start, Next); in tryParseVectorRegister() 3150 Kind = Name.slice(Next, StringRef::npos); in tryParseVectorRegister() 3783 StringRef Head = Name.slice(Start, Next); in ParseInstruction() 3799 Head = Name.slice(Start + 1, Next); in ParseInstruction() 3816 Head = Name.slice(Start, Next); in ParseInstruction()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_meta_copy.c | 1328 /* Region must include full slice */ in copy_buffer_to_image_tfu() 1364 const struct v3d_resource_slice *slice = &image->slices[mip_level]; in copy_buffer_to_image_tfu() local 1400 slice->tiling, in copy_buffer_to_image_tfu() 1401 slice->padded_height, in copy_buffer_to_image_tfu() 3962 /* For blits from 3D images we also need to compute the slice coordinate to in blit_shader() 4182 /* For 3D blits we need to compute the source slice to blit from (the Z in blit_shader()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_cmd_buffer.c | 2168 for (uint32_t slice = 0; slice < slice_count; slice++) { in dzn_cmd_buffer_blit_region()
|
/test/xts/acts/distributeddatamgr/distributedKVStoretest/distributedKVStorejstest/hap/entry/src/ohosTest/js/test/ |
H A D | DeviceKvStoreKVPromiseJsTest.js | 1633 let keys = Object.keys(entries).slice(5); 1687 let keys = Object.keys(entries).slice(5);
|
/third_party/astc-encoder/Source/ |
H A D | stb_image.h | 1247 int slice; in stbi__vertical_flip_slices() local 1251 for (slice = 0; slice < z; ++slice) { in stbi__vertical_flip_slices()
|