Home
last modified time | relevance | path

Searched refs:slice (Results 551 - 575 of 2528) sorted by relevance

1...<<21222324252627282930>>...102

/third_party/node/deps/npm/node_modules/@tufjs/models/dist/utils/
H A Doid.js10 parts.slice(2).forEach((part) => {
/third_party/typescript/tests/baselines/reference/
H A DsourceMapValidationDestructuringVariableStatementArrayBindingPattern.js31 var numberA3 = robotA[0], robotAInfo = robotA.slice(1);
H A DarrayDestructuringInSwitch1.js30 var operator = expression[0], operands = expression.slice(1);
H A DsourceMapValidationDestructuringVariableStatementArrayBindingPattern2.js30 var multiRobotAInfo = multiRobotA.slice(0);
/third_party/node/deps/npm/node_modules/socks/build/client/
H A Dsocksclient.js653 buff = smart_buffer_1.SmartBuffer.fromBuffer(this.receiveBuffer.get(dataNeeded).slice(4));
672 buff = smart_buffer_1.SmartBuffer.fromBuffer(this.receiveBuffer.get(dataNeeded).slice(5));
686 buff = smart_buffer_1.SmartBuffer.fromBuffer(this.receiveBuffer.get(dataNeeded).slice(4));
744 buff = smart_buffer_1.SmartBuffer.fromBuffer(this.receiveBuffer.get(dataNeeded).slice(4));
763 buff = smart_buffer_1.SmartBuffer.fromBuffer(this.receiveBuffer.get(dataNeeded).slice(5));
777 buff = smart_buffer_1.SmartBuffer.fromBuffer(this.receiveBuffer.get(dataNeeded).slice(4));
/third_party/python/Lib/test/
H A Dtest_memoryview.py108 # Wrong index/slice types
111 self.assertRaises(TypeError, setitem, (slice(0,1,1), 0), b"a")
112 self.assertRaises(TypeError, setitem, (0, slice(0,1,1)), b"a")
116 slices = (slice(0,1,1), slice(0,1,2))
122 self.assertRaises(ValueError, setitem, slice(1,1), b"a")
123 self.assertRaises(ValueError, setitem, slice(0,2), b"a")
427 # Variations on indirection levels: memoryview, slice of memoryview,
428 # slice of slice o
[all...]
H A Dlist_tests.py71 self.assertRaises(ValueError, a.__setitem__, slice(0, 10, 0), [1,2,3])
72 self.assertRaises(TypeError, a.__setitem__, slice(0, 10), 1)
73 self.assertRaises(ValueError, a.__setitem__, slice(0, 10, 2), [1,2])
75 a[slice(2,10,3)] = [1,2,3]
191 self.assertRaises(TypeError, a.__setitem__, slice(0, 1, 5))
538 b[slice(2,3)] = self.type2test(["two", "elements"])
/third_party/rust/crates/syn/src/
H A Dpunctuated.rs31 use std::slice;
537 inner: slice::Iter<'a, (T, P)>,
587 inner: slice::IterMut<'a, (T, P)>,
732 inner: slice::Iter<'a, (T, P)>,
738 slice::Iter<'a, (T, P)>: TrivialDrop,
847 inner: slice::IterMut<'a, (T, P)>,
853 slice::IterMut<'a, (T, P)>: TrivialDrop,
/kernel/linux/linux-5.10/arch/powerpc/mm/
H A DMakefile16 obj-$(CONFIG_PPC_MM_SLICES) += slice.o
/test/xts/acts/security/certificate_framework/js_api_test_oh40/entry/src/ohosTest/js/test/utils/common/
H A DpublicDoString.js52 .call(uInt8Array, (x) => ("00" + x.toString(16)).slice(-2))
/third_party/ffmpeg/libavcodec/
H A Dhqx.h65 HQXSlice slice[16]; member
H A Dvaapi_encode.h214 // The block size for slice calculations.
421 VAAPIEncodeSlice *slice);
439 VAAPIEncodeSlice *slice,
/third_party/glslang/glslang/OSDependent/Web/
H A Dglslang.pre.js53 var ret = compiled['data'].slice()
/third_party/jsframework/runtime/main/reactivity/
H A Ddep.js67 const subs = this.subs.slice();
/third_party/node/lib/internal/
H A Doptions.js47 const option = options.get('--' + optionName.slice(5));
/third_party/node/test/parallel/
H A Dtest-event-emitter-once.js65 assert.deepStrictEqual(params, args.slice(1));
H A Dtest-http-header-validators.js28 console.log('throws for: "%s"', name.slice(0, 50));
/third_party/node/test/fixtures/wpt/encoding/resources/
H A Ddecoding-helpers.js17 .map(code => 'U+' + ('0000' + code.toString(16).toUpperCase()).slice(-4))
/third_party/node/deps/npm/node_modules/iconv-lite/lib/
H A Dbom-handling.js40 res = res.slice(1);
/third_party/node/deps/npm/node_modules/archy/
H A Dindex.js31 + archy(node, prefix_, opts).slice(prefix.length + 2)
/third_party/node/deps/npm/node_modules/normalize-package-data/lib/
H A Dnormalize.js47 return string.charAt(0).toUpperCase() + string.slice(1)
/third_party/typescript/lib/
H A DcancellationToken.js38 var namePrefix_1 = cancellationPipeName.slice(0, -1);
/foundation/arkui/ace_engine/test/component_test/tools/previewer_host/
H A Dmain.js29 const args = process.argv.slice(2);
148 const evolveUrl = originUrl.slice(18);
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dskl_watermark_regs.h139 #define DBUF_CTL_S(slice) _MMIO(_PICK(slice, \
/third_party/node/deps/npm/node_modules/gauge/lib/
H A Drender-template.js21 var cappedTypeName = item.type[0].toUpperCase() + item.type.slice(1)
26 var cappedTypeName = item.type[0].toUpperCase() + item.type.slice(1)

Completed in 9 milliseconds

1...<<21222324252627282930>>...102