/third_party/node/deps/npm/node_modules/@tufjs/models/dist/utils/ |
H A D | oid.js | 10 parts.slice(2).forEach((part) => {
|
/third_party/typescript/tests/baselines/reference/ |
H A D | sourceMapValidationDestructuringVariableStatementArrayBindingPattern.js | 31 var numberA3 = robotA[0], robotAInfo = robotA.slice(1);
|
H A D | arrayDestructuringInSwitch1.js | 30 var operator = expression[0], operands = expression.slice(1);
|
H A D | sourceMapValidationDestructuringVariableStatementArrayBindingPattern2.js | 30 var multiRobotAInfo = multiRobotA.slice(0);
|
/third_party/node/deps/npm/node_modules/socks/build/client/ |
H A D | socksclient.js | 653 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 D | test_memoryview.py | 108 # 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 D | list_tests.py | 71 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 D | punctuated.rs | 31 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 D | Makefile | 16 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 D | publicDoString.js | 52 .call(uInt8Array, (x) => ("00" + x.toString(16)).slice(-2))
|
/third_party/ffmpeg/libavcodec/ |
H A D | hqx.h | 65 HQXSlice slice[16]; member
|
H A D | vaapi_encode.h | 214 // The block size for slice calculations. 421 VAAPIEncodeSlice *slice); 439 VAAPIEncodeSlice *slice,
|
/third_party/glslang/glslang/OSDependent/Web/ |
H A D | glslang.pre.js | 53 var ret = compiled['data'].slice()
|
/third_party/jsframework/runtime/main/reactivity/ |
H A D | dep.js | 67 const subs = this.subs.slice();
|
/third_party/node/lib/internal/ |
H A D | options.js | 47 const option = options.get('--' + optionName.slice(5));
|
/third_party/node/test/parallel/ |
H A D | test-event-emitter-once.js | 65 assert.deepStrictEqual(params, args.slice(1));
|
H A D | test-http-header-validators.js | 28 console.log('throws for: "%s"', name.slice(0, 50));
|
/third_party/node/test/fixtures/wpt/encoding/resources/ |
H A D | decoding-helpers.js | 17 .map(code => 'U+' + ('0000' + code.toString(16).toUpperCase()).slice(-4))
|
/third_party/node/deps/npm/node_modules/iconv-lite/lib/ |
H A D | bom-handling.js | 40 res = res.slice(1);
|
/third_party/node/deps/npm/node_modules/archy/ |
H A D | index.js | 31 + archy(node, prefix_, opts).slice(prefix.length + 2)
|
/third_party/node/deps/npm/node_modules/normalize-package-data/lib/ |
H A D | normalize.js | 47 return string.charAt(0).toUpperCase() + string.slice(1)
|
/third_party/typescript/lib/ |
H A D | cancellationToken.js | 38 var namePrefix_1 = cancellationPipeName.slice(0, -1);
|
/foundation/arkui/ace_engine/test/component_test/tools/previewer_host/ |
H A D | main.js | 29 const args = process.argv.slice(2); 148 const evolveUrl = originUrl.slice(18);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | skl_watermark_regs.h | 139 #define DBUF_CTL_S(slice) _MMIO(_PICK(slice, \
|
/third_party/node/deps/npm/node_modules/gauge/lib/ |
H A D | render-template.js | 21 var cappedTypeName = item.type[0].toUpperCase() + item.type.slice(1) 26 var cappedTypeName = item.type[0].toUpperCase() + item.type.slice(1)
|