/external/protobuf/csharp/src/Google.Protobuf.Test/ |
D | FieldMaskTreeTest.cs | 162 …private void Merge(FieldMaskTree tree, IMessage source, IMessage destination, FieldMask.MergeOptio… in Merge() argument 170 newDestination.MergeFrom(destination.ToByteString()); in Merge() 175 foreach (var fieldDescriptor in destination.Descriptor.Fields.InFieldNumberOrder()) in Merge() 177 fieldDescriptor.Accessor.Clear(destination); in Merge() 179 destination.MergeFrom(newDestination.ToByteString()); in Merge() 183 tree.Merge(source, destination, options); in Merge() 219 NestedTestAllTypes destination = new NestedTestAllTypes(); in Merge() 221 source, destination, options, useDynamicMessage); in Merge() 229 Assert.AreEqual(expected, destination); in Merge() 231 destination = new NestedTestAllTypes(); in Merge() [all …]
|
/external/skqp/docs/ |
D | SkBlendMode_Reference.bmh | 21 #Line # algorithm combining source and destination pixels ## 26 #Line # replaces destination with zero: fully transparent ## 28 Replaces destination with Alpha and Color components set to zero; 33 #Line # replaces destination ## 35 Replaces destination with source. Destination alpha and color component values 40 #Line # preserves destination ## 42 Preserves destination, ignoring source. Drawing with Paint set to kDst has 47 #Line # source over destination ## 49 Replaces destination with source blended with destination. If source is opaque, 50 replaces destination with source. Used as the default Blend_Mode for SkPaint. [all …]
|
/external/gemmlowp/meta/generators/ |
D | neon_emitter.py | 287 def EmitAdd(self, destination, source, param): argument 288 self.EmitOp3('add', destination, source, param) 290 def EmitSubs(self, destination, source, param): argument 291 self.EmitOp3('subs', destination, source, param) 293 def EmitSub(self, destination, source, param): argument 294 self.EmitOp3('sub', destination, source, param) 296 def EmitMul(self, destination, source, param): argument 297 self.EmitOp3('mul', destination, source, param) 326 def EmitVAdd(self, add_type, destination, source_1, source_2): argument 327 destination, source_1, source_2 = _MakeCompatible(destination, source_1, [all …]
|
D | neon_emitter_64.py | 523 def EmitAdd(self, destination, source, param): argument 524 self.EmitOp3('add', destination, source, param) 526 def EmitSubs(self, destination, source, param): argument 527 self.EmitOp3('subs', destination, source, param) 529 def EmitSub(self, destination, source, param): argument 530 self.EmitOp3('sub', destination, source, param) 532 def EmitMul(self, destination, source, param): argument 533 self.EmitOp3('mul', destination, source, param) 538 def EmitVMovl(self, mov_type, destination, source): argument 540 destination = _AppendType(wide_type, destination) [all …]
|
/external/iptables/extensions/ |
D | libipt_DNAT.t | 3 -j DNAT --to-destination 1.1.1.1;=;OK 4 -j DNAT --to-destination 1.1.1.1-1.1.1.10;=;OK 5 -j DNAT --to-destination 1.1.1.1:1025-65535;;FAIL 6 -j DNAT --to-destination 1.1.1.1 --to-destination 2.2.2.2;;FAIL 7 -p tcp -j DNAT --to-destination 1.1.1.1:1025-65535;=;OK 8 -p tcp -j DNAT --to-destination 1.1.1.1-1.1.1.10:1025-65535;=;OK 9 -p tcp -j DNAT --to-destination 1.1.1.1-1.1.1.10:1025-65536;;FAIL 10 -p tcp -j DNAT --to-destination 1.1.1.1-1.1.1.10:1025-65535 --to-destination 2.2.2.2-2.2.2.20:1025-… 11 -p tcp -j DNAT --to-destination 1.1.1.1:1000-2000/1000;=;OK 12 -p tcp -j DNAT --to-destination 1.1.1.1:1000-2000/3000;=;OK [all …]
|
D | libip6t_DNAT.t | 3 -j DNAT --to-destination dead::beef;=;OK 4 -j DNAT --to-destination dead::beef-dead::fee7;=;OK 5 -j DNAT --to-destination [dead::beef]:1025-65535;;FAIL 6 -j DNAT --to-destination [dead::beef] --to-destination [dead::fee7];;FAIL 7 -p tcp -j DNAT --to-destination [dead::beef]:1025-65535;=;OK 8 -p tcp -j DNAT --to-destination [dead::beef-dead::fee7]:1025-65535;=;OK 9 -p tcp -j DNAT --to-destination [dead::beef-dead::fee7]:1025-65536;;FAIL 10 -p tcp -j DNAT --to-destination [dead::beef-dead::fee7]:1025-65535 --to-destination [dead::beef-dea… 11 -p tcp -j DNAT --to-destination [dead::beef-dead::fee7]:1000-2000/1000;=;OK 12 -p tcp -j DNAT --to-destination [dead::beef-dead::fee7]:1000-2000/3000;=;OK [all …]
|
/external/ImageMagick/MagickWand/ |
D | wand-view.c | 259 WandView *duplex,WandView *destination,DuplexTransferWandViewMethod transfer, in DuplexTransferWandViewIterator() argument 285 destination_image=destination->wand->images; in DuplexTransferWandViewIterator() 287 destination->exception); in DuplexTransferWandViewIterator() 342 destination_pixels=GetCacheViewAuthenticPixels(destination->view, in DuplexTransferWandViewIterator() 343 destination->extent.x,y,destination->extent.width,1, in DuplexTransferWandViewIterator() 344 destination->exception); in DuplexTransferWandViewIterator() 350 for (x=0; x < (ssize_t) destination->extent.width; x++) in DuplexTransferWandViewIterator() 352 PixelSetQuantumPixel(destination->image,destination_pixels, in DuplexTransferWandViewIterator() 353 destination->pixel_wands[id][x]); in DuplexTransferWandViewIterator() 354 destination_pixels+=GetPixelChannels(destination->image); in DuplexTransferWandViewIterator() [all …]
|
/external/google-breakpad/src/common/windows/ |
D | string_utils-inl.h | 75 static void safe_wcscpy(wchar_t *destination, size_t destination_size, 82 static void safe_wcsncpy(wchar_t *destination, size_t destination_size, 105 inline void WindowsStringUtils::safe_wcscpy(wchar_t *destination, in safe_wcscpy() argument 109 wcscpy_s(destination, destination_size, source); in safe_wcscpy() 114 wcsncpy(destination, source, destination_size); in safe_wcscpy() 115 if (destination && destination_size) in safe_wcscpy() 116 destination[destination_size - 1] = 0; in safe_wcscpy() 121 inline void WindowsStringUtils::safe_wcsncpy(wchar_t *destination, in safe_wcsncpy() argument 126 wcsncpy_s(destination, destination_size, source, count); in safe_wcsncpy() 134 wcsncpy(destination, source, count); in safe_wcsncpy() [all …]
|
/external/v8/src/compiler/backend/ |
D | gap-resolver.cc | 29 const LocationOperand& dst_loc = LocationOperand::cast(move->destination()); in Split() 106 destination_kinds.Add(GetKind(move->destination())); in Resolve() 107 if (!kSimpleFPAliasing && move->destination().IsFPRegister()) { in Resolve() 109 LocationOperand::cast(move->destination()).representation()); in Resolve() 117 assembler_->AssembleMove(&move->source(), &move->destination()); in Resolve() 130 if (!move->IsEliminated() && move->destination().IsFloatRegister()) in Resolve() 138 if (!move->IsEliminated() && move->destination().IsDoubleRegister()) in Resolve() 165 InstructionOperand destination = move->destination(); in PerformMove() local 170 !kSimpleFPAliasing && destination.IsFPLocationOperand(); in PerformMove() 179 if (other->source().InterferesWith(destination)) { in PerformMove() [all …]
|
/external/webrtc/webrtc/common_audio/resampler/ |
D | push_sinc_resampler.cc | 36 int16_t* destination, in Resample() argument 44 FloatS16ToS16(float_buffer_.get(), destination_frames_, destination); in Resample() 51 float* destination, in Resample() argument 74 resampler_->Resample(resampler_->ChunkSize(), destination); in Resample() 76 resampler_->Resample(destination_frames_, destination); in Resample() 81 void PushSincResampler::Run(size_t frames, float* destination) { in Run() argument 89 std::memset(destination, 0, frames * sizeof(*destination)); in Run() 95 std::memcpy(destination, source_ptr_, frames * sizeof(*destination)); in Run() 98 destination[i] = static_cast<float>(source_ptr_int_[i]); in Run()
|
/external/libaom/libaom/third_party/vector/ |
D | vector.c | 172 int aom_vector_copy(Vector *destination, Vector *source) { in aom_vector_copy() argument 173 assert(destination != NULL); in aom_vector_copy() 176 assert(!aom_vector_is_initialized(destination)); in aom_vector_copy() 178 if (destination == NULL) return VECTOR_ERROR; in aom_vector_copy() 180 if (aom_vector_is_initialized(destination)) return VECTOR_ERROR; in aom_vector_copy() 184 destination->size = source->size; in aom_vector_copy() 185 destination->capacity = source->size * 2; in aom_vector_copy() 186 destination->element_size = source->element_size; in aom_vector_copy() 189 destination->data = malloc(destination->capacity * source->element_size); in aom_vector_copy() 190 if (destination->data == NULL) return VECTOR_ERROR; in aom_vector_copy() [all …]
|
/external/OpenCL-CTS/test_conformance/integer_ops/ |
D | test_integers.cpp | 45 typedef bool (*singleParamIntegerVerifyFn)( void *source, void *destination, ExplicitType vecType ); 47 bool verify_integer_divideAssign( void *source, void *destination, ExplicitType vecType ); 48 bool verify_integer_moduloAssign( void *source, void *destination, ExplicitType vecType ); 252 bool verify_integer_clz( void *source, void *destination, ExplicitType vecType ) in verify_integer_clz() argument 309 *( (cl_char *)destination ) = count; in verify_integer_clz() 312 *( (cl_uchar *)destination ) = count; in verify_integer_clz() 315 *( (cl_short *)destination ) = count; in verify_integer_clz() 318 *( (cl_ushort *)destination ) = count; in verify_integer_clz() 321 *( (cl_int *)destination ) = count; in verify_integer_clz() 324 *( (cl_uint *)destination ) = count; in verify_integer_clz() [all …]
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/ |
D | Channels.common.kt | 794 …fun <E, C : MutableCollection<in E>> ReceiveChannel<E>.filterIndexedTo(destination: C, predicate: … in filterIndexedTo() 796 if (predicate(index, element)) destination.add(element) in filterIndexedTo() 798 return destination in filterIndexedTo() 816 public suspend inline fun <E, C : SendChannel<E>> ReceiveChannel<E>.filterIndexedTo(destination: C,… in filterIndexedTo() 818 if (predicate(index, element)) destination.send(element) in filterIndexedTo() 820 return destination in filterIndexedTo() 869 … fun <E : Any, C : MutableCollection<in E>> ReceiveChannel<E?>.filterNotNullTo(destination: C): C { in filterNotNullTo() 871 if (it != null) destination.add(it) in filterNotNullTo() 873 return destination in filterNotNullTo() 889 public suspend fun <E : Any, C : SendChannel<E>> ReceiveChannel<E?>.filterNotNullTo(destination: C)… in filterNotNullTo() [all …]
|
/external/protobuf/src/google/protobuf/ |
D | repeated_field_unittest.cc | 273 RepeatedField<int> source, destination; in TEST() local 276 destination.Add(1); in TEST() 277 destination.Add(2); in TEST() 278 destination.Add(3); in TEST() 280 destination.MergeFrom(source); in TEST() 282 ASSERT_EQ(5, destination.size()); in TEST() 283 EXPECT_EQ(1, destination.Get(0)); in TEST() 284 EXPECT_EQ(2, destination.Get(1)); in TEST() 285 EXPECT_EQ(3, destination.Get(2)); in TEST() 286 EXPECT_EQ(4, destination.Get(3)); in TEST() [all …]
|
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/ |
D | PrimitiveValueImpl.java | 94 ValueImpl prepareForAssignmentTo(ValueContainer destination) in prepareForAssignmentTo() argument 97 return convertForAssignmentTo(destination); in prepareForAssignmentTo() 100 ValueImpl convertForAssignmentTo(ValueContainer destination) in convertForAssignmentTo() argument 106 if (destination.signature().length() > 1) { in convertForAssignmentTo() 110 if ((destination.signature().charAt(0) == 'Z') && in convertForAssignmentTo() 115 if ((destination.signature().charAt(0) != 'Z') && in convertForAssignmentTo() 120 if ("void".equals(destination.typeName())) { in convertForAssignmentTo() 125 PrimitiveTypeImpl primitiveType = (PrimitiveTypeImpl)destination.type(); in convertForAssignmentTo() 129 destination.typeName()); in convertForAssignmentTo()
|
/external/ImageMagick/MagickCore/ |
D | image-view.c | 210 ImageView *source,ImageView *duplex,ImageView *destination, in DuplexTransferImageViewIterator() argument 236 destination_image=destination->image; in DuplexTransferImageViewIterator() 238 destination->exception); in DuplexTransferImageViewIterator() 279 destination_pixels=GetCacheViewAuthenticPixels(destination->view, in DuplexTransferImageViewIterator() 280 destination->extent.x,y,destination->extent.width,1, in DuplexTransferImageViewIterator() 281 destination->exception); in DuplexTransferImageViewIterator() 287 if (transfer(source,duplex,destination,y,id,context) == MagickFalse) in DuplexTransferImageViewIterator() 289 sync=SyncCacheViewAuthenticPixels(destination->view,destination->exception); in DuplexTransferImageViewIterator() 870 MagickExport MagickBooleanType SetImageViewIterator(ImageView *destination, in SetImageViewIterator() argument 890 assert(destination != (ImageView *) NULL); in SetImageViewIterator() [all …]
|
D | string.c | 132 *destination; in AcquireString() local 142 destination=(char *) AcquireQuantumMemory(length+MagickPathExtent, in AcquireString() 143 sizeof(*destination)); in AcquireString() 144 if (destination == (char *) NULL) in AcquireString() 146 *destination='\0'; in AcquireString() 148 (void) memcpy(destination,source,length*sizeof(*destination)); in AcquireString() 149 destination[length]='\0'; in AcquireString() 150 return(destination); in AcquireString() 286 MagickExport char *CloneString(char **destination,const char *source) in CloneString() argument 291 assert(destination != (char **) NULL); in CloneString() [all …]
|
/external/protobuf/csharp/src/Google.Protobuf.Test/Compatibility/ |
D | StreamExtensionsTest.cs | 55 Stream destination = new MemoryStream((int)source.Length); in CopyToTest() 56 source.CopyTo(destination); in CopyToTest() 57 destination.Seek(0, SeekOrigin.Begin); in CopyToTest() 59 Assert.AreEqual(0x31, destination.ReadByte()); in CopyToTest() 60 Assert.AreEqual(0x08, destination.ReadByte()); in CopyToTest() 61 Assert.AreEqual(0xFF, destination.ReadByte()); in CopyToTest() 62 Assert.AreEqual(0x00, destination.ReadByte()); in CopyToTest() 63 Assert.AreEqual(-1, destination.ReadByte()); in CopyToTest()
|
/external/protobuf/csharp/src/Google.Protobuf/ |
D | FieldMaskTree.cs | 231 public void Merge(IMessage source, IMessage destination, FieldMask.MergeOptions options) in Merge() argument 233 if (source.Descriptor != destination.Descriptor) in Merge() 243 Merge(root, "", source, destination, options); in Merge() 253 IMessage destination, in Merge() argument 256 if (source.Descriptor != destination.Descriptor) in Merge() 281 var destinationField = field.Accessor.GetValue(destination); in Merge() 294 field.Accessor.SetValue(destination, destinationField); in Merge() 306 field.Accessor.Clear(destination); in Merge() 310 var destinationField = (IList)field.Accessor.GetValue(destination); in Merge() 325 field.Accessor.Clear(destination); in Merge() [all …]
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | shape_tree_test.cc | 255 ShapeTree<int> destination(array_shape_, 123); in TEST_F() local 257 EXPECT_EQ(destination.element(/*index=*/{}), 123); in TEST_F() 258 destination.CopySubtreeFrom(source, /*source_base_index=*/{}, in TEST_F() 260 EXPECT_EQ(destination.element(/*index=*/{}), 42); in TEST_F() 272 ShapeTree<int> destination(tuple_shape_, 0); in TEST_F() local 274 destination.CopySubtreeFrom(source, /*source_base_index=*/{}, in TEST_F() 276 EXPECT_EQ(destination.element(/*index=*/{}), 10); in TEST_F() 277 EXPECT_EQ(destination.element(/*index=*/{0}), 11); in TEST_F() 278 EXPECT_EQ(destination.element(/*index=*/{1}), 12); in TEST_F() 279 EXPECT_EQ(destination.element(/*index=*/{2}), 13); in TEST_F() [all …]
|
/external/skqp/site/user/api/ |
D | SkBlendMode_Reference.md | 60 Replaces destination with <a href='SkColor_Reference#Alpha'>Alpha</a> and <a href='SkColor_Referenc… 69 Replaces destination with source. Destination <a href='SkColor_Reference#Alpha'>alpha</a> and <a hr… 78 Preserves destination, ignoring source. Drawing with <a href='SkPaint_Reference#Paint'>Paint</a> se… 87 Replaces destination with source blended with destination. If source is opaque, 88 replaces destination with source. Used as the default <a href='#Blend_Mode'>Blend_Mode</a> for <a h… 96 Replaces destination with destination blended with source. If destination is opaque, 105 Replaces destination with source using destination opacity. 113 Scales destination opacity by source opacity. 121 Replaces destination with source using the inverse of destination opacity, 122 drawing source fully where destination opacity is zero. [all …]
|
/external/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
D | FieldMaskTree.java | 199 void merge(Message source, Message.Builder destination, FieldMaskUtil.MergeOptions options) { in merge() argument 200 if (source.getDescriptorForType() != destination.getDescriptorForType()) { in merge() 206 merge(root, "", source, destination, options); in merge() 216 Message.Builder destination, in merge() argument 218 if (source.getDescriptorForType() != destination.getDescriptorForType()) { in merge() 222 source.getDescriptorForType(), destination.getDescriptorForType())); in merge() 245 if (!source.hasField(field) && !destination.hasField(field)) { in merge() 251 Message.Builder childBuilder = ((Message) destination.getField(field)).toBuilder(); in merge() 253 destination.setField(field, childBuilder.buildPartial()); in merge() 258 destination.setField(field, source.getField(field)); in merge() [all …]
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/terminal/ |
D | Collection.kt | 15 …ublic suspend fun <T> Flow<T>.toList(destination: MutableList<T> = ArrayList()): List<T> = toColle… in <lambda>() 20 …ublic suspend fun <T> Flow<T>.toSet(destination: MutableSet<T> = LinkedHashSet()): Set<T> = toColl… in <lambda>() 25 public suspend fun <T, C : MutableCollection<in T>> Flow<T>.toCollection(destination: C): C { in <lambda>() 27 destination.add(value) in <lambda>() 29 return destination in <lambda>()
|
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/ |
D | packet.cc | 149 void Packet::CopyToHeader(RTPHeader* destination) const { in CopyToHeader() 150 destination->markerBit = header_.markerBit; in CopyToHeader() 151 destination->payloadType = header_.payloadType; in CopyToHeader() 152 destination->sequenceNumber = header_.sequenceNumber; in CopyToHeader() 153 destination->timestamp = header_.timestamp; in CopyToHeader() 154 destination->ssrc = header_.ssrc; in CopyToHeader() 155 destination->numCSRCs = header_.numCSRCs; in CopyToHeader() 156 destination->paddingLength = header_.paddingLength; in CopyToHeader() 157 destination->headerLength = header_.headerLength; in CopyToHeader() 158 destination->payload_type_frequency = header_.payload_type_frequency; in CopyToHeader() [all …]
|
/external/grpc-grpc/src/objective-c/tests/ |
D | run_tests.sh | 56 -destination name="iPhone 8" \ 86 -destination name="iPhone 8" \ 96 -destination name="iPhone 6" \ 106 -destination name="iPhone 6" \ 116 -destination name="iPhone 8" \ 126 -destination name="iPhone 8" \ 137 -destination name="iPhone 8" \ 148 -destination name="iPhone 8" \ 159 -destination name="iPhone 8" \
|