/third_party/mesa3d/src/mesa/tnl/ |
D | t_split_copy.c | 126 check_flush(struct copy_context *copy) in check_flush() argument 128 GLenum mode = copy->dstprim[copy->dstprim_nr].mode; in check_flush() 131 copy->dstelt_nr & 1) { /* see bug9962 */ in check_flush() 135 if (copy->dstbuf_nr + 4 > copy->dstbuf_size) in check_flush() 138 if (copy->dstelt_nr + 4 > copy->dstelt_size) in check_flush() 182 flush(struct copy_context *copy) in flush() argument 184 struct gl_context *ctx = copy->ctx; in flush() 189 copy->dstib.count = copy->dstelt_nr; in flush() 192 dump_draw_info(copy->dstarray, in flush() 193 copy->dstprim, in flush() [all …]
|
/third_party/vk-gl-cts/android/cts/master/vk-master-2021-03-01/ |
D | ycbcr.txt | 2081 dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.linear_linear 2082 dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint 2083 dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear 2084 dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint 2085 dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.linear_optimal 2086 dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint 2087 dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal 2088 dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint 2089 dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.optimal_linear 2090 dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint [all …]
|
/third_party/vk-gl-cts/android/cts/master/vk-master-2019-03-01/ |
D | ycbcr.txt | 6876 dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8_r8_3plane_420_unorm.linear_linear 6877 dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8_r8_3plane_420_unorm.linear_linear_disjoint 6878 dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8_r8_3plane_420_unorm.linear_disjoint_linear 6879 dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8_r8_3plane_420_unorm.linear_disjoint_linear_disjoint 6880 dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8_r8_3plane_420_unorm.linear_optimal 6881 dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8_r8_3plane_420_unorm.linear_optimal_disjoint 6882 dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8_r8_3plane_420_unorm.linear_disjoint_optimal 6883 dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8_r8_3plane_420_unorm.linear_disjoint_optimal_disjoint 6884 dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8_r8_3plane_420_unorm.optimal_linear 6885 dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8_r8_3plane_420_unorm.optimal_linear_disjoint [all …]
|
/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 | 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 …]
|
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 …]
|
/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/vk-gl-cts/external/vulkancts/mustpass/master/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/vk-gl-cts/android/cts/master/vk-master/ |
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/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/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/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/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 21 self.assertIs(copy.Error, copy.error) 22 self.assertTrue(issubclass(copy.Error, Exception)) 28 y = copy.copy(x) 38 y = copy.copy(x) 51 self.assertRaises(TypeError, copy.copy, x) 53 y = copy.copy(x) 64 y = copy.copy(x) 75 y = copy.copy(x) 86 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/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-aa-demux: CMD = framecrc -i $(TARGET_SAMPLES)/aa/bush.aa -c:a copy 14 fate-aea-demux: CMD = crc -i $(TARGET_SAMPLES)/aea/chirp.aea -c:a copy 17 fate-av1-annexb-demux: CMD = framecrc -c:v av1 -i $(TARGET_SAMPLES)/av1/annexb.obu -c:v copy 20 fate-ast: CMD = crc -i $(TARGET_SAMPLES)/ast/demo11_02_partial.ast -c copy 23 fate-bink-demux: CMD = crc -i $(TARGET_SAMPLES)/bink/Snd0a7d9b58.dee -vn -c:a copy 26 fate-bfstm: CMD = crc -i $(TARGET_SAMPLES)/bfstm/spl-forest-day.bfstm -c:a copy [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/mesa3d/src/mesa/math/ |
D | m_copy_tmp.h | 32 static void TAG2(copy, BITS)( GLvector4f *to, const GLvector4f *f ) \ 70 _mesa_copy_tab[0x0] = TAG2(copy, 0x0); 71 _mesa_copy_tab[0x1] = TAG2(copy, 0x1); 72 _mesa_copy_tab[0x2] = TAG2(copy, 0x2); 73 _mesa_copy_tab[0x3] = TAG2(copy, 0x3); 74 _mesa_copy_tab[0x4] = TAG2(copy, 0x4); 75 _mesa_copy_tab[0x5] = TAG2(copy, 0x5); 76 _mesa_copy_tab[0x6] = TAG2(copy, 0x6); 77 _mesa_copy_tab[0x7] = TAG2(copy, 0x7); 78 _mesa_copy_tab[0x8] = TAG2(copy, 0x8); [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/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/icu/icu4c/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 …]
|