| /third_party/selinux/libsepol/cil/src/ |
| D | cil_copy_ast.c | 51 void cil_copy_list(struct cil_list *data, struct cil_list **copy) in cil_copy_list() 88 static int cil_copy_node(__attribute__((unused)) struct cil_db *db, void *data, void **copy, __attr… in cil_copy_node() 100 int cil_copy_block(__attribute__((unused)) struct cil_db *db, void *data, void **copy, symtab_t *sy… in cil_copy_block() 125 int cil_copy_blockabstract(__attribute__((unused)) struct cil_db *db, void *data, void **copy, __at… in cil_copy_blockabstract() 139 int cil_copy_blockinherit(__attribute__((unused)) struct cil_db *db, void *data, void **copy, __att… in cil_copy_blockinherit() 154 static int cil_copy_policycap(__attribute__((unused)) struct cil_db *db, void *data, void **copy, s… in cil_copy_policycap() 172 int cil_copy_perm(__attribute__((unused)) struct cil_db *db, void *data, void **copy, symtab_t *sym… in cil_copy_perm() 225 int cil_copy_classmapping(__attribute__((unused)) struct cil_db *db, void *data, void **copy, __att… in cil_copy_classmapping() 242 int cil_copy_class(__attribute__((unused)) struct cil_db *db, void *data, void **copy, symtab_t *sy… in cil_copy_class() 264 int cil_copy_classorder(__attribute__((unused)) struct cil_db *db, void *data, void **copy, __attri… in cil_copy_classorder() [all …]
|
| /third_party/node/deps/icu-small/source/i18n/ |
| D | number_fluent.cpp | 36 Derived copy(*this); in notation() local 52 Derived copy(*this); in unit() local 69 Derived copy(*this); in adoptUnit() local 95 Derived copy(*this); in perUnit() local 111 Derived copy(*this); in adoptPerUnit() local 135 Derived copy(*this); in precision() local 151 Derived copy(*this); in roundingMode() local 165 Derived copy(*this); in grouping() local 181 Derived copy(*this); in integerWidth() local 195 Derived copy(*this); in symbols() local [all …]
|
| D | numrange_fluent.cpp | 32 Derived copy(*this); in numberFormatterBoth() local 50 Derived copy(*this); in numberFormatterBoth() local 68 Derived copy(*this); in numberFormatterFirst() local 86 Derived copy(*this); in numberFormatterFirst() local 104 Derived copy(*this); in numberFormatterSecond() local 122 Derived copy(*this); in numberFormatterSecond() local 140 Derived copy(*this); in collapse() local 154 Derived copy(*this); in identityFallback() local
|
| /third_party/icu/icu4c/source/i18n/ |
| D | number_fluent.cpp | 36 Derived copy(*this); in notation() local 52 Derived copy(*this); in unit() local 69 Derived copy(*this); in adoptUnit() local 95 Derived copy(*this); in perUnit() local 111 Derived copy(*this); in adoptPerUnit() local 135 Derived copy(*this); in precision() local 151 Derived copy(*this); in roundingMode() local 165 Derived copy(*this); in grouping() local 181 Derived copy(*this); in integerWidth() local 195 Derived copy(*this); in symbols() local [all …]
|
| D | numrange_fluent.cpp | 32 Derived copy(*this); in numberFormatterBoth() local 50 Derived copy(*this); in numberFormatterBoth() local 68 Derived copy(*this); in numberFormatterFirst() local 86 Derived copy(*this); in numberFormatterFirst() local 104 Derived copy(*this); in numberFormatterSecond() local 122 Derived copy(*this); in numberFormatterSecond() local 140 Derived copy(*this); in collapse() local 154 Derived copy(*this); in identityFallback() local
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| D | number_fluent.cpp | 36 Derived copy(*this); in notation() local 52 Derived copy(*this); in unit() local 69 Derived copy(*this); in adoptUnit() local 95 Derived copy(*this); in perUnit() local 111 Derived copy(*this); in adoptPerUnit() local 135 Derived copy(*this); in precision() local 151 Derived copy(*this); in roundingMode() local 165 Derived copy(*this); in grouping() local 181 Derived copy(*this); in integerWidth() local 195 Derived copy(*this); in symbols() local [all …]
|
| D | numrange_fluent.cpp | 32 Derived copy(*this); in numberFormatterBoth() local 50 Derived copy(*this); in numberFormatterBoth() local 68 Derived copy(*this); in numberFormatterFirst() local 86 Derived copy(*this); in numberFormatterFirst() local 104 Derived copy(*this); in numberFormatterSecond() local 122 Derived copy(*this); in numberFormatterSecond() local 140 Derived copy(*this); in collapse() local 154 Derived copy(*this); in identityFallback() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/ |
| D | demangle.cc | 653 ParseState copy = state->parse_state; in ParseName() local 675 ParseState copy = state->parse_state; in ParseUnscopedName() local 697 ParseState copy = state->parse_state; in ParseNestedName() local 761 ParseState copy = state->parse_state; in ParseSourceName() local 778 ParseState copy = state->parse_state; in ParseLocalSourceName() local 794 ParseState copy = state->parse_state; in ParseUnnamedTypeName() local 925 ParseState copy = state->parse_state; in ParseOperatorName() local 991 ParseState copy = state->parse_state; in ParseSpecialName() local 1053 ParseState copy = state->parse_state; in ParseCallOffset() local 1080 ParseState copy = state->parse_state; in ParseVOffset() local [all …]
|
| /third_party/skia/third_party/externals/tint/src/reader/spirv/ |
| D | usage_test.cc | 119 auto copy(u); in TEST_F() local 143 auto copy(u); in TEST_F() local 167 auto copy(u); in TEST_F() local 191 auto copy(u); in TEST_F() local 215 auto copy(u); in TEST_F() local 239 auto copy(u); in TEST_F() local 263 auto copy(u); in TEST_F() local 287 auto copy(u); in TEST_F() local
|
| /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() 89 TIntermSymbol *copy = aCopy->getAsSymbolNode(); in checkSymbolCopy() local 151 TIntermTyped *copy = original->deepCopy(); in TEST_F() local 166 TIntermConstantUnion *copy = copyTyped->getAsConstantUnion(); in TEST_F() local 183 TIntermBinary *copy = copyTyped->getAsBinaryNode(); in TEST_F() local 202 TIntermUnary *copy = copyTyped->getAsUnaryNode(); in TEST_F() local 227 TIntermAggregate *copy = copyTyped->getAsAggregate(); in TEST_F() local 253 TIntermTernary *copy = copyTyped->getAsTernaryNode(); in TEST_F() local
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| D | Commands.cpp | 50 CopyBufferToBufferCmd* copy = commands->NextCommand<CopyBufferToBufferCmd>(); in FreeCommands() local 55 CopyBufferToTextureCmd* copy = commands->NextCommand<CopyBufferToTextureCmd>(); in FreeCommands() local 60 CopyTextureToBufferCmd* copy = commands->NextCommand<CopyTextureToBufferCmd>(); in FreeCommands() local 65 CopyTextureToTextureCmd* copy = in FreeCommands() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/status/ |
| D | status_test.cc | 309 absl::Status copy = base; in EraseAndReturn() local 319 absl::Status copy = EraseAndReturn(base); in TEST() local 326 absl::Status copy = base; in TEST() local 341 absl::Status copy(status); in TEST() local 346 absl::Status copy(status); in TEST() local 352 absl::Status copy(status); in TEST() local 388 absl::Status copy(absl::Status{}); in TEST() local 393 absl::Status copy( in TEST() local 421 absl::Status copy(status); in TEST() local 427 absl::Status copy(status); in TEST() local
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
| D | Precision.java | 379 /* package-private */ void createCopyHelper(Precision copy) { in createCopyHelper() 614 BogusRounder copy = new BogusRounder(); in createCopy() local 627 Precision copy = precision.createCopy(); in into() local 646 InfiniteRounderImpl copy = new InfiniteRounderImpl(); in createCopy() local 669 FractionRounderImpl copy = new FractionRounderImpl(minFrac, maxFrac); in createCopy() local 705 SignificantRounderImpl copy = new SignificantRounderImpl(minSig, maxSig); in createCopy() local 773 …FracSigRounderImpl copy = new FracSigRounderImpl(minFrac, maxFrac, minSig, maxSig, priority, retai… in createCopy() local 797 IncrementRounderImpl copy = new IncrementRounderImpl(increment); in createCopy() local 826 IncrementOneRounderImpl copy = new IncrementOneRounderImpl(increment, minFrac, maxFrac); in createCopy() local 853 … IncrementFiveRounderImpl copy = new IncrementFiveRounderImpl(increment, minFrac, maxFrac); in createCopy() local [all …]
|
| /third_party/protobuf/src/google/protobuf/stubs/ |
| D | statusor_test.cc | 93 StatusOr<int> copy(original); in TEST() local 100 StatusOr<int> copy(original); in TEST() local 107 StatusOr<double> copy(original); in TEST() local 114 StatusOr<double> copy(original); in TEST() local 192 StatusOr<const int*> copy(original); in TEST() local 199 StatusOr<int*> copy(original); in TEST() local 206 StatusOr<Base2*> copy(original); in TEST() local 214 StatusOr<Base2*> copy(original); in TEST() local
|
| /third_party/typescript/tests/baselines/reference/ |
| D | privateNamesUnique-2.js | 6 copy(other: import("./b").Foo) { method in Foo 44 copy(other) { method in Foo
|
| /third_party/mesa3d/src/compiler/nir/ |
| D | nir_opt_copy_propagate.c | 84 copy_propagate_alu(nir_function_impl *impl, nir_alu_src *src, nir_alu_instr *copy) in copy_propagate_alu() 115 copy_propagate(nir_src *src, nir_alu_instr *copy) in copy_propagate() 126 copy_propagate_if(nir_src *src, nir_alu_instr *copy) in copy_propagate_if()
|
| D | nir_lower_var_copies.c | 98 nir_lower_deref_copy_instr(nir_builder *b, nir_intrinsic_instr *copy) in nir_lower_deref_copy_instr() 134 nir_intrinsic_instr *copy = nir_instr_as_intrinsic(instr); in lower_var_copies_impl() local
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/ |
| D | Precision.java | 549 InfiniteRounderImpl copy = new InfiniteRounderImpl(); in createCopy() local 572 FractionRounderImpl copy = new FractionRounderImpl(minFrac, maxFrac); in createCopy() local 608 SignificantRounderImpl copy = new SignificantRounderImpl(minSig, maxSig); in createCopy() local 646 FracSigRounderImpl copy = new FracSigRounderImpl(minFrac, maxFrac, minSig, maxSig); in createCopy() local 670 IncrementRounderImpl copy = new IncrementRounderImpl(increment); in createCopy() local 699 IncrementOneRounderImpl copy = new IncrementOneRounderImpl(increment, minFrac, maxFrac); in createCopy() local 726 … IncrementFiveRounderImpl copy = new IncrementFiveRounderImpl(increment, minFrac, maxFrac); in createCopy() local 747 CurrencyRounderImpl copy = new CurrencyRounderImpl(usage); in createCopy() local
|
| /third_party/node/deps/v8/tools/turbolizer/ |
| D | deploy.sh | 10 function copy() { function
|
| /third_party/typescript/tests/cases/fourslash/ |
| D | moveToNewFile_format.ts | 8 var copy = format.copyFormatOptions(); variable
|
| D | formatWithBaseIndent.ts | 131 var copy = format.copyFormatOptions(); variable
|
| D | formattingChangeSettings.ts | 14 var copy = format.copyFormatOptions(); variable
|
| /third_party/ffmpeg/libavutil/tests/ |
| D | encryption_info.c | 76 AVEncryptionInfo *info, *copy; in run_encryption_info_test() local 143 AVEncryptionInitInfo *info, *copy; in run_encryption_init_info_test() local
|
| /third_party/mesa3d/src/compiler/glsl/ |
| D | ir_clone.cpp | 270 ir_function *copy = new(mem_ctx) ir_function(this->name); in clone() local 295 ir_function_signature *copy = this->clone_prototype(mem_ctx, ht); in clone() local 312 ir_function_signature *copy = in clone_prototype() local 425 ir_instruction *copy = original->clone(mem_ctx, ht); in clone_ir_list() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
| D | variant_exception_safety_test.cc | 314 auto copy = rhs; in TEST() local 343 auto copy = rhs; in TEST() local 379 auto copy = rhs; in TEST() local 496 auto copy = rhs; in TEST() local 510 auto copy = rhs; in TEST() local 520 auto copy = rhs; in TEST() local
|