/third_party/python/Lib/test/decimaltestdata/ |
D | copy.decTest | 2 -- copy.decTest -- quiet copy -- 29 cpyx001 copy +7.50 -> 7.50 32 cpyx011 copy Infinity -> Infinity 33 cpyx012 copy -Infinity -> -Infinity 36 cpyx021 copy NaN -> NaN 37 cpyx022 copy -NaN -> -NaN 38 cpyx023 copy sNaN -> sNaN 39 cpyx024 copy -sNaN -> -sNaN 42 cpyx031 copy NaN10 -> NaN10 43 cpyx032 copy -NaN10 -> -NaN10 [all …]
|
D | dqCopy.decTest | 2 -- dqCopy.decTest -- quiet decQuad copy -- 31 dqcpy001 copy +7.50 -> 7.50 34 dqcpy011 copy Infinity -> Infinity 35 dqcpy012 copy -Infinity -> -Infinity 38 dqcpy021 copy NaN -> NaN 39 dqcpy022 copy -NaN -> -NaN 40 dqcpy023 copy sNaN -> sNaN 41 dqcpy024 copy -sNaN -> -sNaN 44 dqcpy031 copy NaN10 -> NaN10 45 dqcpy032 copy -NaN10 -> -NaN10 [all …]
|
D | ddCopy.decTest | 2 -- ddCopy.decTest -- quiet decDouble copy -- 31 ddcpy001 copy +7.50 -> 7.50 34 ddcpy011 copy Infinity -> Infinity 35 ddcpy012 copy -Infinity -> -Infinity 38 ddcpy021 copy NaN -> NaN 39 ddcpy022 copy -NaN -> -NaN 40 ddcpy023 copy sNaN -> sNaN 41 ddcpy024 copy -sNaN -> -sNaN 44 ddcpy031 copy NaN10 -> NaN10 45 ddcpy032 copy -NaN10 -> -NaN10 [all …]
|
/third_party/selinux/libsepol/cil/src/ |
D | cil_copy_ast.h | 37 void cil_copy_list(struct cil_list *orig, struct cil_list **copy); 40 int cil_copy_block(struct cil_db *db, void *data, void **copy, symtab_t *symtab); 41 int cil_copy_blockabstract(struct cil_db *db, void *data, void **copy, symtab_t *symtab); 42 int cil_copy_blockinherit(struct cil_db *db, void *data, void **copy, symtab_t *symtab); 43 int cil_copy_perm(struct cil_db *db, void *data, void **copy, symtab_t *symtab); 44 int cil_copy_class(struct cil_db *db, void *data, void **copy, symtab_t *symtab); 45 int cil_copy_classorder(struct cil_db *db, void *data, void **copy, symtab_t *symtab); 46 int cil_copy_classmapping(struct cil_db *db, void *data, void **copy, symtab_t *symtab); 47 int cil_copy_permset(struct cil_db *db, void *data, void **copy, symtab_t *symtab); 52 int cil_copy_classpermission(__attribute__((unused)) struct cil_db *db, void *data, void **copy, sy… [all …]
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | TextureCopySplitter.cpp | 44 TextureCopySplit copy; in ComputeTextureCopySplit() local 51 copy.offset = alignedOffset; in ComputeTextureCopySplit() 53 copy.count = 1; in ComputeTextureCopySplit() 55 copy.copies[0].textureOffset = origin; in ComputeTextureCopySplit() 57 copy.copies[0].copySize = copySize; in ComputeTextureCopySplit() 59 copy.copies[0].bufferOffset.x = 0; in ComputeTextureCopySplit() 60 copy.copies[0].bufferOffset.y = 0; in ComputeTextureCopySplit() 61 copy.copies[0].bufferOffset.z = 0; in ComputeTextureCopySplit() 62 copy.copies[0].bufferSize = copySize; in ComputeTextureCopySplit() 66 return copy; in ComputeTextureCopySplit() [all …]
|
/third_party/flutter/flutter/packages/flutter/test/rendering/ |
D | box_constraints_test.dart | 22 BoxConstraints copy = constraints.copyWith(); 23 expect(copy, equals(constraints)); 24 copy = constraints.copyWith( 30 expect(copy.minWidth, 13.0); 31 expect(copy.maxWidth, 17.0); 32 expect(copy.minHeight, 111.0); 33 expect(copy.maxHeight, 117.0); 34 expect(copy, isNot(equals(constraints))); 35 expect(copy.hashCode, isNot(equals(constraints.hashCode))); 45 BoxConstraints copy = constraints * 2.0; [all …]
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/testlists/vk-default/ |
D | ycbcr.txt | 15344 dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8_r8_3plane_420_unorm.linear_linear 15345 dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8_r8_3plane_420_unorm.linear_linear_disjoint 15346 dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8_r8_3plane_420_unorm.linear_disjoint_linear 15347 dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8_r8_3plane_420_unorm.linear_disjoint_linear_disjoint 15348 dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8_r8_3plane_420_unorm.linear_optimal 15349 dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8_r8_3plane_420_unorm.linear_optimal_disjoint 15350 dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8_r8_3plane_420_unorm.linear_disjoint_optimal 15351 dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8_r8_3plane_420_unorm.linear_disjoint_optimal_disjoint 15352 dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8_r8_3plane_420_unorm.optimal_linear 15353 dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8_r8_3plane_420_unorm.optimal_linear_disjoint [all …]
|
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
D | IntermNode_test.cpp | 79 void checkTypeEqualWithQualifiers(const TType &original, const TType ©) in checkTypeEqualWithQualifiers() argument 81 ASSERT_EQ(original, copy); in checkTypeEqualWithQualifiers() 82 ASSERT_EQ(original.getPrecision(), copy.getPrecision()); in checkTypeEqualWithQualifiers() 83 ASSERT_EQ(original.getQualifier(), copy.getQualifier()); in checkTypeEqualWithQualifiers() 89 TIntermSymbol *copy = aCopy->getAsSymbolNode(); in checkSymbolCopy() local 91 ASSERT_NE(nullptr, copy); in checkSymbolCopy() 93 ASSERT_NE(original, copy); in checkSymbolCopy() 94 ASSERT_EQ(&original->variable(), ©->variable()); in checkSymbolCopy() 95 ASSERT_EQ(original->uniqueId(), copy->uniqueId()); in checkSymbolCopy() 96 ASSERT_EQ(original->getName(), copy->getName()); in checkSymbolCopy() [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
D | IntermNode_test.cpp | 79 void checkTypeEqualWithQualifiers(const TType &original, const TType ©) in checkTypeEqualWithQualifiers() argument 81 ASSERT_EQ(original, copy); in checkTypeEqualWithQualifiers() 82 ASSERT_EQ(original.getPrecision(), copy.getPrecision()); in checkTypeEqualWithQualifiers() 83 ASSERT_EQ(original.getQualifier(), copy.getQualifier()); in checkTypeEqualWithQualifiers() 89 TIntermSymbol *copy = aCopy->getAsSymbolNode(); in checkSymbolCopy() local 91 ASSERT_NE(nullptr, copy); in checkSymbolCopy() 93 ASSERT_NE(original, copy); in checkSymbolCopy() 94 ASSERT_EQ(&original->variable(), ©->variable()); in checkSymbolCopy() 95 ASSERT_EQ(original->uniqueId(), copy->uniqueId()); in checkSymbolCopy() 96 ASSERT_EQ(original->getName(), copy->getName()); in checkSymbolCopy() [all …]
|
/third_party/protobuf/cmake/ |
D | extract_includes.bat.in | 16 copy "${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\any.h" include\google\protobuf\any.h 17 copy "${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\any.pb.h" include\google\protobuf\any.pb… 18 copy "${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\api.pb.h" include\google\protobuf\api.pb… 19 copy "${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\arena.h" include\google\protobuf\arena.h 20 copy "${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\arena_impl.h" include\google\protobuf\ar… 21 copy "${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\arenastring.h" include\google\protobuf\a… 22 copy "${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\compiler\code_generator.h" include\googl… 23 copy "${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\compiler\command_line_interface.h" inclu… 24 copy "${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\compiler\cpp\cpp_generator.h" include\go… 25 copy "${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\compiler\csharp\csharp_generator.h" incl… [all …]
|
/third_party/python/Lib/test/ |
D | test_copy.py | 3 import copy 20 self.assertIs(copy.Error, copy.error) 21 self.assertTrue(issubclass(copy.Error, Exception)) 27 y = copy.copy(x) 37 y = copy.copy(x) 50 self.assertRaises(TypeError, copy.copy, x) 52 y = copy.copy(x) 63 y = copy.copy(x) 74 y = copy.copy(x) 85 self.assertRaises(copy.Error, copy.copy, x) [all …]
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | TextureCopySplitter.cpp | 59 TextureCopySubresource copy; in Compute2DTextureCopySubresource() local 70 copy.count = 1; in Compute2DTextureCopySubresource() 72 copy.copies[0].alignedOffset = alignedOffset; in Compute2DTextureCopySubresource() 73 copy.copies[0].textureOffset = origin; in Compute2DTextureCopySubresource() 74 copy.copies[0].copySize = copySize; in Compute2DTextureCopySubresource() 75 copy.copies[0].bufferOffset = {0, 0, 0}; in Compute2DTextureCopySubresource() 76 copy.copies[0].bufferSize = copySize; in Compute2DTextureCopySubresource() 78 return copy; in Compute2DTextureCopySubresource() 136 copy.count = 1; in Compute2DTextureCopySubresource() 138 copy.copies[0].alignedOffset = alignedOffset; in Compute2DTextureCopySubresource() [all …]
|
/third_party/icu/icu4c/source/test/intltest/ |
D | tstnrapi.cpp | 34 Normalizer copy(norm); in TestNormalizerAPI() local 35 if(copy.next()!=0xac00) { in TestNormalizerAPI() 40 Normalizer *clone=copy.clone(); in TestNormalizerAPI() 41 if(*clone!=copy) { in TestNormalizerAPI() 45 if(clone->hashCode()!=copy.hashCode()) { in TestNormalizerAPI() 52 if(clone->hashCode()==copy.hashCode()) { in TestNormalizerAPI() 84 copy.setText(iter, errorCode); in TestNormalizerAPI() 88 copy.getText(out); in TestNormalizerAPI() 91 copy.startIndex()!=iter.startIndex() || in TestNormalizerAPI() 92 copy.endIndex()!=iter.endIndex() in TestNormalizerAPI() [all …]
|
/third_party/ffmpeg/tests/fate/ |
D | demux.mak | 5 fate-adts-demux: CMD = crc -i $(TARGET_SAMPLES)/aac/ct_faac-adts.aac -c:a copy 6 fate-adts-id3v1-demux: CMD = framecrc -f aac -i $(TARGET_SAMPLES)/aac/id3v1.aac -c:a copy 7 fate-adts-id3v2-demux: CMD = framecrc -f aac -i $(TARGET_SAMPLES)/aac/id3v2.aac -c:a copy 8 fate-adts-id3v2-two-tags-demux: CMD = framecrc -i $(TARGET_SAMPLES)/aac/id3v2_two_tags.aac -c:a copy 11 fate-aea-demux: CMD = crc -i $(TARGET_SAMPLES)/aea/chirp.aea -c:a copy 14 fate-av1-annexb-demux: CMD = framecrc -i $(TARGET_SAMPLES)/av1/annexb.obu -c:v copy 17 fate-ast: CMD = crc -i $(TARGET_SAMPLES)/ast/demo11_02_partial.ast -c copy 20 fate-bink-demux: CMD = crc -i $(TARGET_SAMPLES)/bink/Snd0a7d9b58.dee -vn -c:a copy 23 fate-bfstm: CMD = crc -i $(TARGET_SAMPLES)/bfstm/spl-forest-day.bfstm -c:a copy 24 fate-bcstm: CMD = crc -i $(TARGET_SAMPLES)/bfstm/loz-mm-mikau.bcstm -c:a copy [all …]
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | fieldpos.h | 145 FieldPosition(const FieldPosition& copy) in FieldPosition() argument 146 … : UObject(copy), fField(copy.fField), fBeginIndex(copy.fBeginIndex), fEndIndex(copy.fEndIndex) {} in FieldPosition() 159 FieldPosition& operator=(const FieldPosition& copy); 269 FieldPosition::operator=(const FieldPosition& copy) 271 fField = copy.fField; 272 fEndIndex = copy.fEndIndex; 273 fBeginIndex = copy.fBeginIndex; 278 FieldPosition::operator==(const FieldPosition& copy) const 280 return (fField == copy.fField && 281 fEndIndex == copy.fEndIndex && [all …]
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/ |
D | CommandEncoder.cpp | 755 CopyBufferToBufferCmd* copy = in CopyBufferToBuffer() local 757 copy->source = source; in CopyBufferToBuffer() 758 copy->sourceOffset = sourceOffset; in CopyBufferToBuffer() 759 copy->destination = destination; in CopyBufferToBuffer() 760 copy->destinationOffset = destinationOffset; in CopyBufferToBuffer() 761 copy->size = size; in CopyBufferToBuffer() 779 CopyBufferToTextureCmd* copy = in CopyBufferToTexture() local 781 copy->source.buffer = source->buffer; in CopyBufferToTexture() 782 copy->source.offset = source->offset; in CopyBufferToTexture() 783 copy->destination.texture = destination->texture; in CopyBufferToTexture() [all …]
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | fieldpos.h | 145 FieldPosition(const FieldPosition& copy) in FieldPosition() argument 146 … : UObject(copy), fField(copy.fField), fBeginIndex(copy.fBeginIndex), fEndIndex(copy.fEndIndex) {} in FieldPosition() 159 FieldPosition& operator=(const FieldPosition& copy); 269 FieldPosition::operator=(const FieldPosition& copy) 271 fField = copy.fField; 272 fEndIndex = copy.fEndIndex; 273 fBeginIndex = copy.fBeginIndex; 278 FieldPosition::operator==(const FieldPosition& copy) const 280 return (fField == copy.fField && 281 fEndIndex == copy.fEndIndex && [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/ |
D | fieldpos.h | 143 FieldPosition(const FieldPosition& copy) in FieldPosition() argument 144 … : UObject(copy), fField(copy.fField), fBeginIndex(copy.fBeginIndex), fEndIndex(copy.fEndIndex) {} in FieldPosition() 157 FieldPosition& operator=(const FieldPosition& copy); 267 FieldPosition::operator=(const FieldPosition& copy) 269 fField = copy.fField; 270 fEndIndex = copy.fEndIndex; 271 fBeginIndex = copy.fBeginIndex; 276 FieldPosition::operator==(const FieldPosition& copy) const 278 return (fField == copy.fField && 279 fEndIndex == copy.fEndIndex && [all …]
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | fieldpos.h | 145 FieldPosition(const FieldPosition& copy) in FieldPosition() argument 146 … : UObject(copy), fField(copy.fField), fBeginIndex(copy.fBeginIndex), fEndIndex(copy.fEndIndex) {} in FieldPosition() 159 FieldPosition& operator=(const FieldPosition& copy); 269 FieldPosition::operator=(const FieldPosition& copy) 271 fField = copy.fField; 272 fEndIndex = copy.fEndIndex; 273 fBeginIndex = copy.fBeginIndex; 278 FieldPosition::operator==(const FieldPosition& copy) const 280 return (fField == copy.fField && 281 fEndIndex == copy.fEndIndex && [all …]
|
/third_party/grpc/src/objective-c/GRPCClient/ |
D | GRPCCallOptions.h | 41 @property(copy, readonly, nullable) NSString *serverAuthority; 64 @property(copy, readonly) NSArray<id<GRPCInterceptorFactory>> *interceptorFactories; 73 @property(copy, readonly, nullable) NSString *oauth2AccessToken; 84 @property(copy, readonly, nullable) NSDictionary *initialMetadata; 92 @property(copy, readonly, nullable) NSString *userAgentPrefix; 131 @property(copy, readonly, nullable) NSDictionary *additionalChannelArgs; 139 @property(copy, readonly, nullable) NSString *PEMRootCertificates; 144 @property(copy, readonly, nullable) NSString *PEMPrivateKey; 149 @property(copy, readonly, nullable) NSString *PEMCertificateChain; 172 @property(copy, readonly, nullable) NSString *hostNameOverride; [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/ |
D | demangle.cc | 653 ParseState copy = state->parse_state; in ParseName() local 659 state->parse_state = copy; in ParseName() 675 ParseState copy = state->parse_state; in ParseUnscopedName() local 680 state->parse_state = copy; in ParseUnscopedName() 697 ParseState copy = state->parse_state; in ParseNestedName() local 701 LeaveNestedName(state, copy.nest_level) && in ParseNestedName() 705 state->parse_state = copy; in ParseNestedName() 761 ParseState copy = state->parse_state; in ParseSourceName() local 766 state->parse_state = copy; in ParseSourceName() 778 ParseState copy = state->parse_state; in ParseLocalSourceName() local [all …]
|
/third_party/abseil-cpp/absl/debugging/internal/ |
D | demangle.cc | 649 ParseState copy = state->parse_state; in ParseName() local 655 state->parse_state = copy; in ParseName() 671 ParseState copy = state->parse_state; in ParseUnscopedName() local 676 state->parse_state = copy; in ParseUnscopedName() 693 ParseState copy = state->parse_state; in ParseNestedName() local 697 LeaveNestedName(state, copy.nest_level) && in ParseNestedName() 701 state->parse_state = copy; in ParseNestedName() 757 ParseState copy = state->parse_state; in ParseSourceName() local 762 state->parse_state = copy; in ParseSourceName() 774 ParseState copy = state->parse_state; in ParseLocalSourceName() local [all …]
|
/third_party/node/deps/icu-small/source/i18n/ |
D | number_fluent.cpp | 36 Derived copy(*this); in notation() local 38 copy.fMacros.notation = notation; in notation() 39 return copy; in notation() 52 Derived copy(*this); in unit() local 55 copy.fMacros.unit = unit; in unit() 56 return copy; in unit() 69 Derived copy(*this); in adoptUnit() local 75 copy.fMacros.unit = std::move(*unit); in adoptUnit() 78 return copy; in adoptUnit() 95 Derived copy(*this); in perUnit() local [all …]
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | number_fluent.cpp | 36 Derived copy(*this); in notation() local 38 copy.fMacros.notation = notation; in notation() 39 return copy; in notation() 52 Derived copy(*this); in unit() local 55 copy.fMacros.unit = unit; in unit() 56 return copy; in unit() 69 Derived copy(*this); in adoptUnit() local 75 copy.fMacros.unit = std::move(*unit); in adoptUnit() 78 return copy; in adoptUnit() 95 Derived copy(*this); in perUnit() local [all …]
|
/third_party/boost/libs/filesystem/doc/ |
D | publish.bat | 2 copy /y styles.css ..\..\..\..\filesystem-gh-pages 3 copy /y deprecated.html ..\..\..\..\filesystem-gh-pages 4 copy /y design.htm ..\..\..\..\filesystem-gh-pages 5 copy /y faq.htm ..\..\..\..\filesystem-gh-pages 6 copy /y index.htm ..\..\..\..\filesystem-gh-pages 7 copy /y issue_reporting.html ..\..\..\..\filesystem-gh-pages 8 copy /y portability_guide.htm ..\..\..\..\filesystem-gh-pages 9 copy /y reference.html ..\..\..\..\filesystem-gh-pages 10 copy /y relative_proposal.html ..\..\..\..\filesystem-gh-pages 11 copy /y release_history.html ..\..\..\..\filesystem-gh-pages [all …]
|