Home
last modified time | relevance | path

Searched defs:copy (Results 151 – 175 of 6750) sorted by relevance

12345678910>>...270

/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/chips/ui/viewmodel/
DOngoingActivityChipsViewModel.java215 …mui.statusbar.chips.ui.viewmodel.OngoingActivityChipsViewModel.ChipBundle copy(@org.jetbrains.anno… in copy() method in OngoingActivityChipsViewModel.ChipBundle
365 …chips.ui.viewmodel.OngoingActivityChipsViewModel.InternalChipModel.Hidden copy(@org.jetbrains.anno… in copy() method in OngoingActivityChipsViewModel.InternalChipModel.Hidden
431 ….chips.ui.viewmodel.OngoingActivityChipsViewModel.InternalChipModel.Shown copy(@org.jetbrains.anno… in copy() method in OngoingActivityChipsViewModel.InternalChipModel.Shown
494 …l.OngoingActivityChipsViewModel.InternalMultipleOngoingActivityChipsModel copy(@org.jetbrains.anno… in copy() method in OngoingActivityChipsViewModel.InternalMultipleOngoingActivityChipsModel
555 ….chips.ui.viewmodel.OngoingActivityChipsViewModel.MostImportantChipResult copy(@org.jetbrains.anno… in copy() method in OngoingActivityChipsViewModel.MostImportantChipResult
/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/
H A Dnvk_cmd_copy.c173 nouveau_copy_rect(struct nvk_cmd_buffer *cmd, struct nouveau_copy *copy) in nouveau_copy_rect()
403 struct nouveau_copy copy = { in nvk_CmdCopyBufferToImage2() local
510 struct nouveau_copy copy = { in nvk_CmdCopyImageToBuffer2() local
631 struct nouveau_copy copy = { in nvk_linear_render_copy() local
674 struct nouveau_copy copy = { in nvk_CmdCopyImage2() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/util/
Dcopy.hpp57 static void copy( const Container1 &from , Container2 &to ) in copy() function
68 static void copy( const Container1 &from , Container2 &to ) in copy() function
76 void copy( const Container1 &from , Container2 &to ) in copy() function
/aosp_15_r20/external/aws-sdk-java-v2/core/http-auth-spi/src/test/java/software/amazon/awssdk/http/auth/spi/signer/
H A DAsyncSignedRequestTest.java68 AsyncSignedRequest copy = builder.build(); in createSignedRequest_toBuilder_works() local
83 AsyncSignedRequest copy = signedRequest.copy(r -> {}); in createSignedRequest_copyNoChange_works() local
99 AsyncSignedRequest copy = signedRequest.copy(r -> r.request(secondRequest)); in createSignedRequest_copyWithChange_works() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/volume/domain/model/
DAudioOutputDevice.java70 …public final com.android.systemui.volume.domain.model.AudioOutputDevice.Bluetooth copy(@org.jetbra… in copy() method in AudioOutputDevice.Bluetooth
134 …public final com.android.systemui.volume.domain.model.AudioOutputDevice.BuiltIn copy(@org.jetbrain… in copy() method in AudioOutputDevice.BuiltIn
197 …public final com.android.systemui.volume.domain.model.AudioOutputDevice.Remote copy(@org.jetbrains… in copy() method in AudioOutputDevice.Remote
345 …public final com.android.systemui.volume.domain.model.AudioOutputDevice.Wired copy(@org.jetbrains.… in copy() method in AudioOutputDevice.Wired
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/external/compute/
Dcompute_resize.hpp58 static void copy( const Container1 &from , boost::compute::vector< T, A > &to ) in copy() function
67 static void copy( const boost::compute::vector< T, A > &from , Container2 &to ) in copy() function
76 …static void copy( const boost::compute::vector< T, A > &from , boost::compute::vector< T, A > &to ) in copy() function
/aosp_15_r20/prebuilts/sdk/tools/jetifier/jetifier-standalone/lib/
HDjetifier-core-1.0.0-beta10.jar ... .jetifier.core.PackageMap$PackageRule$JsonData copy (java.lang.String, java.lang ...
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/
H A DImmutableTableTest.java184 Table<R, C, V> copy = ImmutableTable.copyOf(original); in validateTableCopies() local
193 private static <R, C, V> void validateViewOrdering(Table<R, C, V> original, Table<R, C, V> copy) { in validateViewOrdering()
246 Table<Character, Integer, String> copy = in testBuilder_orderRowsAndColumnsBy_putAll() local
474 Table<R, C, V> copy = SerializableTester.reserializeAndAssert(original); in validateReserialization() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/test/regress/
Dtest_regex_search.hpp40 boost::sub_match<BidirectionalIterator> copy(sub); in test_sub_match() local
83 boost::match_results<BidirectionalIterator, Allocator> copy(what); in test_result() local
186 test_iterator copy(start); in test_regex_iterator() local
250 test_iterator copy(start); in test_regex_token_iterator() local
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/
H A DImmutableTableTest.java178 Table<R, C, V> copy = ImmutableTable.copyOf(original); in validateTableCopies() local
187 private static <R, C, V> void validateViewOrdering(Table<R, C, V> original, Table<R, C, V> copy) { in validateViewOrdering()
240 Table<Character, Integer, String> copy = in testBuilder_orderRowsAndColumnsBy_putAll() local
468 Table<R, C, V> copy = SerializableTester.reserializeAndAssert(original); in validateReserialization() local
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A 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
427 ir_instruction *copy = original->clone(mem_ctx, ht); in clone_ir_list() local
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/view/autofill/
H A DAutofillStateFingerprintTest.java78 View copy = copySelectiveViewAttributes(v); in testSameFingerprintsForNonTextView() local
87 View copy = copySelectiveViewAttributes(v); in testDifferentFingerprintsForNonTextViewWithDifferentVisibility() local
118 View copy; in copySelectiveViewAttributes() local
/aosp_15_r20/packages/modules/Wifi/framework/tests/src/android/net/wifi/p2p/
DWifiP2pDeviceTest.java94 WifiP2pDevice copy = new WifiP2pDevice(device); in testCopyConstructorWithDefaultValues() local
113 WifiP2pDevice copy = new WifiP2pDevice(device); in testCopyConstructorWithUpdatedValues() local
132 WifiP2pDevice copy = new WifiP2pDevice(device); in testCopyConstructorWithNullWfdInfo() local
/aosp_15_r20/out/soong/.intermediates/packages/modules/HealthFitness/apk/HealthConnectLibrary/android_common_apex34/kapt/gen/stubs/com/android/healthconnect/controller/deletion/
DDeletionType.java89 …om.android.healthconnect.controller.deletion.DeletionType.DeleteDataEntry copy(@org.jetbrains.anno… in copy() method in DeletionType.DeleteDataEntry
228 …ndroid.healthconnect.controller.deletion.DeletionType.DeletionTypeAppData copy(@org.jetbrains.anno… in copy() method in DeletionType.DeletionTypeAppData
305 …ndroid.healthconnect.controller.deletion.DeletionType.DeletionTypeCategoryData copy(int category) { in copy() method in DeletionType.DeletionTypeCategoryData
384 …ect.controller.deletion.DeletionType.DeletionTypeHealthPermissionTypeData copy(@org.jetbrains.anno… in copy() method in DeletionType.DeletionTypeHealthPermissionTypeData
490 ….controller.deletion.DeletionType.DeletionTypeHealthPermissionTypeFromApp copy(@org.jetbrains.anno… in copy() method in DeletionType.DeletionTypeHealthPermissionTypeFromApp
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SettingsLib/SettingsLib/android_common/kapt/gen/stubs/com/android/settingslib/bluetooth/devicesettings/shared/model/
DDeviceSettingModel.java144 …oth.devicesettings.shared.model.DeviceSettingModel.ActionSwitchPreference copy(@org.jetbrains.anno… in copy() method in DeviceSettingModel.ActionSwitchPreference
235 …bluetooth.devicesettings.shared.model.DeviceSettingModel.FooterPreference copy(@org.jetbrains.anno… in copy() method in DeviceSettingModel.FooterPreference
309 …b.bluetooth.devicesettings.shared.model.DeviceSettingModel.HelpPreference copy(@org.jetbrains.anno… in copy() method in DeviceSettingModel.HelpPreference
440 …ooth.devicesettings.shared.model.DeviceSettingModel.MultiTogglePreference copy(@org.jetbrains.anno… in copy() method in DeviceSettingModel.MultiTogglePreference
504 …tingslib.bluetooth.devicesettings.shared.model.DeviceSettingModel.Unknown copy(@org.jetbrains.anno… in copy() method in DeviceSettingModel.Unknown
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/security/cert/
DPKIXRevocationChecker.java201 Map<X509Certificate, byte[]> copy = new HashMap<>(responses.size()); in setOcspResponses() local
220 Map<X509Certificate, byte[]> copy = new HashMap<>(ocspResponses.size()); in getOcspResponses() local
267 PKIXRevocationChecker copy = (PKIXRevocationChecker)super.clone(); in clone() local
/aosp_15_r20/libcore/ojluni/src/main/java/java/security/cert/
H A DPKIXRevocationChecker.java201 Map<X509Certificate, byte[]> copy = new HashMap<>(responses.size()); in setOcspResponses() local
220 Map<X509Certificate, byte[]> copy = new HashMap<>(ocspResponses.size()); in getOcspResponses() local
267 PKIXRevocationChecker copy = (PKIXRevocationChecker)super.clone(); in clone() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/12/libcore/ojluni/src/main/java/java/security/cert/
DPKIXRevocationChecker.java201 Map<X509Certificate, byte[]> copy = new HashMap<>(responses.size()); in setOcspResponses() local
220 Map<X509Certificate, byte[]> copy = new HashMap<>(ocspResponses.size()); in getOcspResponses() local
267 PKIXRevocationChecker copy = (PKIXRevocationChecker)super.clone(); in clone() local
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/
H A DASN1EncodableVector.java122 ASN1Encodable[] copy = new ASN1Encodable[elementCount]; in copyElements() local
140 ASN1Encodable[] copy = new ASN1Encodable[elementCount]; in takeElements() local
150 ASN1Encodable[] copy = new ASN1Encodable[newCapacity]; in reallocate() local
/aosp_15_r20/packages/modules/HealthFitness/tests/cts/phr/src/android/healthconnect/cts/phr/
DUpsertMedicalResourceRequestTest.java88 UpsertMedicalResourceRequest copy = in testUpsertMedicalResourceRequest_fromExistingBuilder() local
100 UpsertMedicalResourceRequest copy = in testUpsertMedicalResourceRequest_fromExistingRequest() local
116 UpsertMedicalResourceRequest copy = in testWriteToParcelThenRestore_objectsAreIdentical() local
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DASN1EncodableVector.java120 ASN1Encodable[] copy = new ASN1Encodable[elementCount]; in copyElements() local
138 ASN1Encodable[] copy = new ASN1Encodable[elementCount]; in takeElements() local
148 ASN1Encodable[] copy = new ASN1Encodable[newCapacity]; in reallocate() local
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/
H A DASN1EncodableVector.java124 ASN1Encodable[] copy = new ASN1Encodable[elementCount]; in copyElements() local
142 ASN1Encodable[] copy = new ASN1Encodable[elementCount]; in takeElements() local
152 ASN1Encodable[] copy = new ASN1Encodable[newCapacity]; in reallocate() local
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DPipelineData.h43 const char* copy = arena->makeArrayCopy<char>(toClone.fData); in Make() local
95 SampledTexture* copy = arena->makeArrayCopy<SampledTexture>(toClone.fTextures); in Make() local
176 T copy = T::Make(dataBlock, &fArena); in insert() local
229 UniformDataBlock copy = UniformDataBlock::Make(dataBlock, &fArena); in insert() local
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-script-runtime/1.2.41/
HDkotlin-script-runtime-1.2.41.jar ... .experimental.dependencies.DependenciesResolver$ResolveResult$Failure copy (java.util.List) java.util ...
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.zip/iterator/
H A Dincrement.pass.cpp53 auto copy = it++; in test() local
77 auto copy = it++; in test() local
99 auto copy = it++; in test() local

12345678910>>...270