/third_party/node/test/parallel/ |
D | test-stringbytes-external.js | 94 const slice2 = datum.slice(0, PRE_HALF_APEX + j + 2); constant 96 const pumped_string2 = slice2.toString('hex'); 115 const slice2 = datum.slice(0, PRE_3OF4_APEX + j + 2); constant 117 const pumped_string2 = slice2.toString('base64');
|
/third_party/grpc/src/csharp/Grpc.Core.Tests/Internal/ |
D | FakeBufferReaderManagerTest.cs | 74 Assert.IsFalse(fakeBufferReader.TryGetNextSlice(out Slice slice2)); in SingleSegmentPayload() 94 Assert.IsTrue(fakeBufferReader.TryGetNextSlice(out Slice slice2)); in MultiSegmentPayload() 95 AssertSliceDataEqual(origBuffer2, slice2); in MultiSegmentPayload()
|
/third_party/grpc/test/core/compression/ |
D | stream_compression_test.cc | 203 grpc_slice slice2 = grpc_slice_buffer_take_first(&relay); in test_stream_compression_drop_context() local 205 grpc_slice_malloc(GRPC_SLICE_LENGTH(slice1) + GRPC_SLICE_LENGTH(slice2)); in test_stream_compression_drop_context() 209 GRPC_SLICE_START_PTR(slice2), GRPC_SLICE_LENGTH(slice2)); in test_stream_compression_drop_context() 211 grpc_slice_unref(slice2); in test_stream_compression_drop_context()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/text/kernels/ |
D | truncate_sequence_pair_op.cc | 56 std::unique_ptr<SliceOp> slice2 = std::make_unique<SliceOp>(Slice(outLength2 - length2)); in Compute() local 57 RETURN_IF_NOT_OK(slice2->Compute(seq2, &outSeq2)); in Compute()
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | rtph264.c | 907 GstBuffer *slice1, *slice2, *buffer; in GST_START_TEST() local 914 slice2 = wrap_static_buffer (h264_idr_slice_2, sizeof (h264_idr_slice_2)); in GST_START_TEST() 915 buffer = gst_buffer_append (slice1, slice2); in GST_START_TEST() 946 GstBuffer *slice1, *slice2, *buffer; in GST_START_TEST() local 954 slice2 = wrap_static_buffer (h264_idr_slice_2, sizeof (h264_idr_slice_2)); in GST_START_TEST() 955 buffer = gst_buffer_append (slice1, slice2); in GST_START_TEST() 1386 GstBuffer *slice2; in test_rtph264pay_avc_two_slices() local 1419 slice2 = in test_rtph264pay_avc_two_slices() 1422 buffer = gst_buffer_append (slice1, slice2); in test_rtph264pay_avc_two_slices()
|
D | rtph265.c | 573 GstBuffer *slice1, *slice2, *buffer; in GST_START_TEST() local 580 slice2 = wrap_static_buffer (h265_idr_slice_2, sizeof (h265_idr_slice_2)); in GST_START_TEST() 581 buffer = gst_buffer_append (slice1, slice2); in GST_START_TEST() 612 GstBuffer *slice1, *slice2, *buffer; in GST_START_TEST() local 620 slice2 = wrap_static_buffer (h265_idr_slice_2, sizeof (h265_idr_slice_2)); in GST_START_TEST() 621 buffer = gst_buffer_append (slice1, slice2); in GST_START_TEST()
|
/third_party/mindspore/tests/st/networks/ |
D | test_gpu_lstm.py | 85 self.slice2 = P.Slice() 98 output1 = self.slice2(output, (499, 0, 0), (1, 64, 200))
|
/third_party/mindspore/tests/ut/cpp/dataset/ |
D | slice_op_test.cc | 478 Slice slice2 = Slice(0, 1); in TEST_F() local 480 std::vector<SliceOption> slice_options = {SliceOption(slice1), SliceOption(slice2)}; in TEST_F()
|
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
D | CopyCommandsValidationTests.cpp | 1218 uint32_t slice2, in TestBothT2TCopies() argument 1221 TestT2TCopy(expectation, texture1, level1, slice1, origin1, texture2, level2, slice2, in TestBothT2TCopies() 1223 TestT2TCopy(expectation, texture2, level2, slice2, origin2, texture1, level1, slice1, in TestBothT2TCopies()
|