Home
last modified time | relevance | path

Searched defs:copy (Results 1 – 25 of 723) sorted by relevance

12345678910>>...29

/third_party/selinux/libsepol/cil/src/
Dcil_copy_ast.c51 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/
Dnumber_fluent.cpp36 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 …]
Dnumrange_fluent.cpp32 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/
Dnumber_fluent.cpp36 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 …]
Dnumrange_fluent.cpp32 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/
Dnumber_fluent.cpp36 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 …]
Dnumrange_fluent.cpp32 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/
Ddemangle.cc653 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/
Dusage_test.cc119 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/
DIntermNode_test.cpp79 void checkTypeEqualWithQualifiers(const TType &original, const TType &copy) 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/
DCommands.cpp50 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/
Dstatus_test.cc309 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/
DPrecision.java379 /* 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/
Dstatusor_test.cc93 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/
DprivateNamesUnique-2.js6 copy(other: import("./b").Foo) { method in Foo
44 copy(other) { method in Foo
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_copy_propagate.c84 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()
Dnir_lower_var_copies.c98 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/
DPrecision.java549 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/
Ddeploy.sh10 function copy() { function
/third_party/typescript/tests/cases/fourslash/
DmoveToNewFile_format.ts8 var copy = format.copyFormatOptions(); variable
DformatWithBaseIndent.ts131 var copy = format.copyFormatOptions(); variable
DformattingChangeSettings.ts14 var copy = format.copyFormatOptions(); variable
/third_party/ffmpeg/libavutil/tests/
Dencryption_info.c76 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/
Dir_clone.cpp270 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/
Dvariant_exception_safety_test.cc314 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

12345678910>>...29