/aosp_15_r20/external/caliper/examples/src/main/java/examples/ |
H A D | CopyArrayBenchmark.java | 50 @Override Object[] copy(Object[] array) { in copy() method 53 @Override boolean[] copy(boolean[] array) { in copy() method 56 @Override byte[] copy(byte[] array) { in copy() method 59 @Override char[] copy(char[] array) { in copy() method 62 @Override double[] copy(double[] array) { in copy() method 65 @Override float[] copy(float[] array) { in copy() method 68 @Override int[] copy(int[] array) { in copy() method 71 @Override long[] copy(long[] array) { in copy() method 74 @Override short[] copy(short[] array) { in copy() method 79 @Override Object[] copy(Object[] array) { in copy() method [all …]
|
/aosp_15_r20/external/selinux/libsepol/cil/src/ |
H A 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_ordered(__attribute__((unused)) struct cil_db *db, void *data, void **copy, __attribut… in cil_copy_ordered() 118 int cil_copy_block(__attribute__((unused)) struct cil_db *db, void *data, void **copy, symtab_t *sy… in cil_copy_block() 143 int cil_copy_blockabstract(__attribute__((unused)) struct cil_db *db, void *data, void **copy, __at… in cil_copy_blockabstract() 158 int cil_copy_blockinherit(__attribute__((unused)) struct cil_db *db, void *data, void **copy, __att… in cil_copy_blockinherit() 173 static int cil_copy_policycap(__attribute__((unused)) struct cil_db *db, void *data, void **copy, s… in cil_copy_policycap() 191 int cil_copy_perm(__attribute__((unused)) struct cil_db *db, void *data, void **copy, symtab_t *sym… in cil_copy_perm() 244 int cil_copy_classmapping(__attribute__((unused)) struct cil_db *db, void *data, void **copy, __att… in cil_copy_classmapping() 263 int cil_copy_class(__attribute__((unused)) struct cil_db *db, void *data, void **copy, symtab_t *sy… in cil_copy_class() [all …]
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/widget/ |
H A D | RemoteViewsSerializersTest.kt | 172 val copy = ProtoInputStream(bytes).let { in <lambda>() constant 245 val copy = createCharSequenceFromProto(input) in <lambda>() constant 262 val copy = createCharSequenceFromProto(input) in <lambda>() constant 273 val copy = createAbsoluteSizeSpanFromProto(input) in <lambda>() constant 286 val copy = createAccessibilityClickableSpanFromProto(input) in <lambda>() constant 298 val copy = createAccessibilityReplacementSpanFromProto(input) in <lambda>() constant 310 val copy = createAccessibilityURLSpanFromProto(input) in <lambda>() constant 326 val copy = RemoteViewsSerializers.createAlignmentSpanStandardFromProto(input) in <lambda>() constant 338 val copy = createAnnotationFromProto(input) in <lambda>() constant 351 val copy = createBackgroundColorSpanFromProto(input) in <lambda>() constant [all …]
|
/aosp_15_r20/external/abseil-cpp/absl/debugging/internal/ |
H A D | demangle.cc | 781 ParseState copy = state->parse_state; in ParseName() local 803 ParseState copy = state->parse_state; in ParseUnscopedName() local 825 ParseState copy = state->parse_state; in ParseNestedName() local 902 ParseState copy = state->parse_state; in ParseUnqualifiedName() local 927 ParseState copy = state->parse_state; in ParseAbiTags() local 944 ParseState copy = state->parse_state; in ParseSourceName() local 962 ParseState copy = state->parse_state; in ParseLocalSourceName() local 982 ParseState copy = state->parse_state; in ParseUnnamedTypeName() local 1119 ParseState copy = state->parse_state; in ParseOperatorName() local 1181 ParseState copy = state->parse_state; in ParseConversionOperatorType() local [all …]
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/debugging/internal/ |
H A D | demangle.cc | 781 ParseState copy = state->parse_state; in ParseName() local 803 ParseState copy = state->parse_state; in ParseUnscopedName() local 825 ParseState copy = state->parse_state; in ParseNestedName() local 902 ParseState copy = state->parse_state; in ParseUnqualifiedName() local 927 ParseState copy = state->parse_state; in ParseAbiTags() local 944 ParseState copy = state->parse_state; in ParseSourceName() local 962 ParseState copy = state->parse_state; in ParseLocalSourceName() local 982 ParseState copy = state->parse_state; in ParseUnnamedTypeName() local 1119 ParseState copy = state->parse_state; in ParseOperatorName() local 1181 ParseState copy = state->parse_state; in ParseConversionOperatorType() local [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ir/ |
D | node_gen.go | 8 func (n *AddStringExpr) copy() Node { func 42 func (n *AddrExpr) copy() Node { func 79 func (n *AssignListStmt) copy() Node { func 110 func (n *AssignOpStmt) copy() Node { func 147 func (n *AssignStmt) copy() Node { func 184 func (n *BasicLit) copy() Node { func 203 func (n *BinaryExpr) copy() Node { func 243 func (n *BlockStmt) copy() Node { func 268 func (n *BranchStmt) copy() Node { func 287 func (n *CallExpr) copy() Node { func [all …]
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/debugging/internal/ |
H A D | demangle.cc | 678 ParseState copy = state->parse_state; in ParseName() local 700 ParseState copy = state->parse_state; in ParseUnscopedName() local 722 ParseState copy = state->parse_state; in ParseNestedName() local 794 ParseState copy = state->parse_state; in ParseAbiTags() local 811 ParseState copy = state->parse_state; in ParseSourceName() local 829 ParseState copy = state->parse_state; in ParseLocalSourceName() local 845 ParseState copy = state->parse_state; in ParseUnnamedTypeName() local 976 ParseState copy = state->parse_state; in ParseOperatorName() local 1042 ParseState copy = state->parse_state; in ParseSpecialName() local 1104 ParseState copy = state->parse_state; in ParseCallOffset() local [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/adapter/ |
H A D | StandardMemberCopier.java | 36 public static String copy(String s) { in copy() method in StandardMemberCopier 40 public static Short copy(Short s) { in copy() method in StandardMemberCopier 44 public static Integer copy(Integer i) { in copy() method in StandardMemberCopier 48 public static Long copy(Long l) { in copy() method in StandardMemberCopier 52 public static Float copy(Float f) { in copy() method in StandardMemberCopier 56 public static Double copy(Double d) { in copy() method in StandardMemberCopier 60 public static BigDecimal copy(BigDecimal bd) { in copy() method in StandardMemberCopier 64 public static Boolean copy(Boolean b) { in copy() method in StandardMemberCopier 68 public static InputStream copy(InputStream is) { in copy() method in StandardMemberCopier 72 public static Instant copy(Instant i) { in copy() method in StandardMemberCopier [all …]
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/debugging/internal/ |
H A D | demangle.cc | 656 ParseState copy = state->parse_state; in ParseName() local 678 ParseState copy = state->parse_state; in ParseUnscopedName() local 700 ParseState copy = state->parse_state; in ParseNestedName() local 772 ParseState copy = state->parse_state; in ParseAbiTags() local 789 ParseState copy = state->parse_state; in ParseSourceName() local 807 ParseState copy = state->parse_state; in ParseLocalSourceName() local 823 ParseState copy = state->parse_state; in ParseUnnamedTypeName() local 954 ParseState copy = state->parse_state; in ParseOperatorName() local 1020 ParseState copy = state->parse_state; in ParseSpecialName() local 1082 ParseState copy = state->parse_state; in ParseCallOffset() local [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/debugging/internal/ |
D | demangle.cc | 656 ParseState copy = state->parse_state; in ParseName() local 678 ParseState copy = state->parse_state; in ParseUnscopedName() local 700 ParseState copy = state->parse_state; in ParseNestedName() local 772 ParseState copy = state->parse_state; in ParseAbiTags() local 789 ParseState copy = state->parse_state; in ParseSourceName() local 807 ParseState copy = state->parse_state; in ParseLocalSourceName() local 823 ParseState copy = state->parse_state; in ParseUnnamedTypeName() local 954 ParseState copy = state->parse_state; in ParseOperatorName() local 1020 ParseState copy = state->parse_state; in ParseSpecialName() local 1082 ParseState copy = state->parse_state; in ParseCallOffset() local [all …]
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/debugging/internal/ |
H A D | demangle.cc | 656 ParseState copy = state->parse_state; in ParseName() local 678 ParseState copy = state->parse_state; in ParseUnscopedName() local 700 ParseState copy = state->parse_state; in ParseNestedName() local 772 ParseState copy = state->parse_state; in ParseAbiTags() local 789 ParseState copy = state->parse_state; in ParseSourceName() local 807 ParseState copy = state->parse_state; in ParseLocalSourceName() local 823 ParseState copy = state->parse_state; in ParseUnnamedTypeName() local 954 ParseState copy = state->parse_state; in ParseOperatorName() local 1020 ParseState copy = state->parse_state; in ParseSpecialName() local 1082 ParseState copy = state->parse_state; in ParseCallOffset() local [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/algorithms/alg.sorting/assert.sort.invalid_comparator/ |
H A D | assert.sort.invalid_comparator.pass.cpp | 52 std::vector<std::size_t*> copy = fixture.create_elements(); in check_oob_sort_read() local 58 std::vector<std::size_t*> copy = fixture.create_elements(); in check_oob_sort_read() local 63 std::vector<std::size_t*> copy = fixture.create_elements(); in check_oob_sort_read() local 70 std::vector<std::size_t*> copy = fixture.create_elements(); in check_oob_sort_read() local 75 std::vector<std::size_t*> copy = fixture.create_elements(); in check_oob_sort_read() local 84 std::vector<std::size_t*> copy = fixture.create_elements(); in check_oob_sort_read() local 90 std::vector<std::size_t*> copy = fixture.create_elements(); in check_oob_sort_read() local 95 std::vector<std::size_t*> copy = fixture.create_elements(); in check_oob_sort_read() local 102 std::vector<std::size_t*> copy = fixture.create_elements(); in check_oob_sort_read() local 107 std::vector<std::size_t*> copy = fixture.create_elements(); in check_oob_sort_read() local [all …]
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/debugging/internal/ |
H A D | demangle.cc | 649 ParseState copy = state->parse_state; in ParseName() local 671 ParseState copy = state->parse_state; in ParseUnscopedName() local 693 ParseState copy = state->parse_state; in ParseNestedName() local 757 ParseState copy = state->parse_state; in ParseSourceName() local 774 ParseState copy = state->parse_state; in ParseLocalSourceName() local 790 ParseState copy = state->parse_state; in ParseUnnamedTypeName() local 921 ParseState copy = state->parse_state; in ParseOperatorName() local 987 ParseState copy = state->parse_state; in ParseSpecialName() local 1049 ParseState copy = state->parse_state; in ParseCallOffset() local 1076 ParseState copy = state->parse_state; in ParseVOffset() local [all …]
|
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/ |
H A 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 …]
|
/aosp_15_r20/external/icu/icu4c/source/i18n/ |
H A 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 …]
|
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/ |
H A D | CopyUtils.java | 122 public static void copy(final byte[] input, final OutputStream output) throws IOException { in copy() method in CopyUtils 137 public static void copy(final byte[] input, final Writer output) throws IOException { in copy() method in CopyUtils 153 …public static void copy(final byte[] input, final Writer output, final String encoding) throws IOE… in copy() method in CopyUtils 167 public static int copy(final InputStream input, final OutputStream output) throws IOException { in copy() method in CopyUtils 189 public static void copy( in copy() method in CopyUtils 209 public static void copy( in copy() method in CopyUtils 229 public static void copy( in copy() method in CopyUtils 253 public static void copy( in copy() method in CopyUtils 273 public static int copy( in copy() method in CopyUtils 299 public static void copy( in copy() method in CopyUtils [all …]
|
/aosp_15_r20/external/flac/include/FLAC++/ |
H A D | metadata.h | 295 inline StreamInfo(::FLAC__StreamMetadata *object, bool copy): Prototype(object, copy) { } in StreamInfo() 309 …inline StreamInfo &assign(::FLAC__StreamMetadata *object, bool copy) { Prototype::assign_object(ob… in assign() 369 inline Padding(::FLAC__StreamMetadata *object, bool copy): Prototype(object, copy) { } in Padding() 387 …inline Padding &assign(::FLAC__StreamMetadata *object, bool copy) { Prototype::assign_object(objec… in assign() 428 inline Application(::FLAC__StreamMetadata *object, bool copy): Prototype(object, copy) { } in Application() 442 …inline Application &assign(::FLAC__StreamMetadata *object, bool copy) { Prototype::assign_object(o… in assign() 487 inline SeekTable(::FLAC__StreamMetadata *object, bool copy): Prototype(object, copy) { } in SeekTable() 501 …inline SeekTable &assign(::FLAC__StreamMetadata *object, bool copy) { Prototype::assign_object(obj… in assign() 656 inline VorbisComment(::FLAC__StreamMetadata *object, bool copy): Prototype(object, copy) { } in VorbisComment() 670 …inline VorbisComment &assign(::FLAC__StreamMetadata *object, bool copy) { Prototype::assign_object… in assign() [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/algorithms/alg.sorting/ |
H A D | assert.sort.invalid_comparator.pass.cpp | 99 std::vector<std::size_t*> copy; in check_oob_sort_read() local 105 std::vector<std::size_t*> copy; in check_oob_sort_read() local 111 std::vector<std::size_t*> copy; in check_oob_sort_read() local 118 std::vector<std::size_t*> copy; in check_oob_sort_read() local 124 std::vector<std::size_t*> copy; in check_oob_sort_read() local 133 std::vector<std::size_t*> copy; in check_oob_sort_read() local 139 std::vector<std::size_t*> copy; in check_oob_sort_read() local 145 std::vector<std::size_t*> copy; in check_oob_sort_read() local 152 std::vector<std::size_t*> copy; in check_oob_sort_read() local 158 std::vector<std::size_t*> copy; in check_oob_sort_read() local [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/sequences/array/array.cons/ |
H A D | implicit_copy.pass.cpp | 42 Array copy = array; in tests() local 50 Array copy = array; (void)copy; in tests() local 57 Array copy = array; in tests() local 66 Array copy = array; (void)copy; in tests() local 73 Array copy = array; in tests() local 81 Array copy = array; (void)copy; in tests() local 90 Array copy = array; in tests() local 97 Array copy = array; in tests() local 104 Array copy = array; in tests() local
|
/aosp_15_r20/frameworks/compile/mclinker/lib/MC/ |
D | Attribute.cpp | 109 Attribute* copy = new Attribute(*m_pBase); in setWholeArchive() local 115 Attribute* copy = new Attribute(*m_pBase); in unsetWholeArchive() local 121 Attribute* copy = new Attribute(*m_pBase); in setAsNeeded() local 127 Attribute* copy = new Attribute(*m_pBase); in unsetAsNeeded() local 133 Attribute* copy = new Attribute(*m_pBase); in setAddNeeded() local 139 Attribute* copy = new Attribute(*m_pBase); in unsetAddNeeded() local 145 Attribute* copy = new Attribute(*m_pBase); in setStatic() local 151 Attribute* copy = new Attribute(*m_pBase); in setDynamic() local
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/internal/ |
H A D | CopyOnWriteList.kt | 16 val copy = array.asDynamic().slice() in add() constant 23 val copy = array.asDynamic().slice() in add() constant 31 val copy = array.asDynamic().slice() in remove() constant 43 val copy = array.asDynamic().slice() in removeAt() constant
|
/aosp_15_r20/external/aws-sdk-java-v2/services/machinelearning/src/main/java/software/amazon/awssdk/services/machinelearning/internal/ |
H A D | RandomIdInterceptor.java | 44 CreateBatchPredictionRequest copy = (CreateBatchPredictionRequest) request; in modifyRequest() local 52 CreateDataSourceFromRdsRequest copy = in modifyRequest() local 61 CreateDataSourceFromRedshiftRequest copy = in modifyRequest() local 70 CreateDataSourceFromS3Request copy = (CreateDataSourceFromS3Request) request; in modifyRequest() local 78 CreateEvaluationRequest copy = in modifyRequest() local 87 CreateMlModelRequest copy = (CreateMlModelRequest) request; in modifyRequest() local
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/ |
D | CallbackEvent.java | 68 …ar.pipeline.mobile.data.repository.prod.CallbackEvent.OnCarrierNetworkChange copy(boolean active) { in copy() method in CallbackEvent.OnCarrierNetworkChange 107 …ine.mobile.data.repository.prod.CallbackEvent.OnCarrierRoamingNtnModeChanged copy(boolean active) { in copy() method in CallbackEvent.OnCarrierRoamingNtnModeChanged 150 …ta.repository.prod.CallbackEvent.OnCarrierRoamingNtnSignalStrengthChanged copy(@org.jetbrains.anno… in copy() method in CallbackEvent.OnCarrierRoamingNtnSignalStrengthChanged 190 …i.statusbar.pipeline.mobile.data.repository.prod.CallbackEvent.OnDataActivity copy(int direction) { in copy() method in CallbackEvent.OnDataActivity 229 …peline.mobile.data.repository.prod.CallbackEvent.OnDataConnectionStateChanged copy(int dataState) { in copy() method in CallbackEvent.OnDataConnectionStateChanged 268 …bar.pipeline.mobile.data.repository.prod.CallbackEvent.OnDataEnabledChanged copy(boolean enabled) { in copy() method in CallbackEvent.OnDataEnabledChanged 311 …r.pipeline.mobile.data.repository.prod.CallbackEvent.OnDisplayInfoChanged copy(@org.jetbrains.anno… in copy() method in CallbackEvent.OnDisplayInfoChanged 355 ….pipeline.mobile.data.repository.prod.CallbackEvent.OnServiceStateChanged copy(@org.jetbrains.anno… in copy() method in CallbackEvent.OnServiceStateChanged 399 …ipeline.mobile.data.repository.prod.CallbackEvent.OnSignalStrengthChanged copy(@org.jetbrains.anno… in copy() method in CallbackEvent.OnSignalStrengthChanged
|
/aosp_15_r20/external/clang/test/CodeGenObjC/ |
H A D | category-super-class-meth.m | 4 -(id)copy; method 5 +(id)copy; class 11 -(id)copy { return [super copy]; } // ok: instance method in class method 12 +(id)copy { return [super copy]; } // ok: class method in class class 20 -(id)copy { return [super copy]; } // ok: instance method in category method in Category 21 +(id)copy { return [super copy]; } // BAD: class method in category class in Category
|
/aosp_15_r20/external/angle/src/tests/compiler_tests/ |
H A 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
|