Home
last modified time | relevance | path

Searched defs:copy (Results 126 – 150 of 6750) sorted by relevance

12345678910>>...270

/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/CredentialManager/shared/CredentialManagerShared/android_common/kapt/gen/stubs/com/android/credentialmanager/model/
DRequest.java68 …public final com.android.credentialmanager.model.Request.Cancel copy(@org.jetbrains.annotations.No… in copy() method in Request.Cancel
117 …public final com.android.credentialmanager.model.Request.Close copy(@org.jetbrains.annotations.Nul… in copy() method in Request.Close
164 …public final com.android.credentialmanager.model.Request.Create copy(@org.jetbrains.annotations.Nu… in copy() method in Request.Create
238 …public final com.android.credentialmanager.model.Request.Get copy(@org.jetbrains.annotations.Nulla… in copy() method in Request.Get
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/
H A DLenientSerializableTester.java49 Set<E> copy = reserialize(original); in reserializeAndAssertLenient() local
58 Multiset<E> copy = reserialize(original); in reserializeAndAssertLenient() local
67 Collection<E> copy = reserialize(original); in reserializeAndAssertElementsEqual() local
H A DArrayTableTest.java247 Table<String, Integer, @Nullable Character> copy = ArrayTable.create(original); in testCreateCopyArrayTable() local
261 Table<String, Integer, @Nullable Character> copy = ArrayTable.create(original); in testCreateCopyHashBasedTable() local
276 ArrayTable<String, Integer, Character> copy = ArrayTable.create(original); in testCreateCopyEmptyTable() local
286 ArrayTable<String, Integer, Character> copy = ArrayTable.create(original); in testCreateCopyEmptyArrayTable() local
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/
H A DLenientSerializableTester.java49 Set<E> copy = reserialize(original); in reserializeAndAssertLenient() local
58 Multiset<E> copy = reserialize(original); in reserializeAndAssertLenient() local
67 Collection<E> copy = reserialize(original); in reserializeAndAssertElementsEqual() local
H A DArrayTableTest.java247 Table<String, Integer, @Nullable Character> copy = ArrayTable.create(original); in testCreateCopyArrayTable() local
261 Table<String, Integer, @Nullable Character> copy = ArrayTable.create(original); in testCreateCopyHashBasedTable() local
276 ArrayTable<String, Integer, Character> copy = ArrayTable.create(original); in testCreateCopyEmptyTable() local
286 ArrayTable<String, Integer, Character> copy = ArrayTable.create(original); in testCreateCopyEmptyArrayTable() local
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/node/
H A DTestDeepCopy.java19 ObjectNode copy = root.deepCopy(); in testWithObjectSimple() local
39 ArrayNode copy = root.deepCopy(); in testWithArraySimple() local
65 ObjectNode copy = root.deepCopy(); in testWithNested() 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/model/
DNetworkNameModel.java67 …id.systemui.statusbar.pipeline.mobile.data.model.NetworkNameModel.Default copy(@org.jetbrains.anno… in copy() method in NetworkNameModel.Default
127 …temui.statusbar.pipeline.mobile.data.model.NetworkNameModel.IntentDerived copy(@org.jetbrains.anno… in copy() method in NetworkNameModel.IntentDerived
187 …systemui.statusbar.pipeline.mobile.data.model.NetworkNameModel.SimDerived copy(@org.jetbrains.anno… in copy() method in NetworkNameModel.SimDerived
246 …statusbar.pipeline.mobile.data.model.NetworkNameModel.SubscriptionDerived copy(@org.jetbrains.anno… in copy() method in NetworkNameModel.SubscriptionDerived
/aosp_15_r20/external/pytorch/c10/test/util/
H A Dintrusive_ptr_test.cpp920 auto copy = obj2; in TEST() local
943 intrusive_ptr<DestructableMock> copy = obj2; in TEST() local
966 intrusive_ptr<DestructableMock> copy = obj2; in TEST() local
1024 intrusive_ptr<DestructableMock> copy = obj; in TEST() local
1044 intrusive_ptr<DestructableMock> copy = obj; in TEST() local
1063 intrusive_ptr<DestructableMock> copy = obj; in TEST() local
1080 intrusive_ptr<DestructableMock> copy = obj; in TEST() local
1099 intrusive_ptr<DestructableMock> copy = in TEST() local
1122 intrusive_ptr<DestructableMock> copy = in TEST() local
1142 auto copy = make_intrusive<DestructableMock>(&dummy, &dummy); in TEST() local
[all …]
/aosp_15_r20/external/guava/android/guava-testlib/test/com/google/common/collect/testing/
H A DSafeTreeSetTest.java99 SortedSet<String> copy = SerializableTester.reserializeAndAssert(set); in testEmpty_serialization() local
107 SortedSet<String> copy = SerializableTester.reserializeAndAssert(set); in testSingle_serialization() local
117 SortedSet<String> copy = SerializableTester.reserializeAndAssert(set); in testSeveral_serialization() local
/aosp_15_r20/external/guava/guava-testlib/test/com/google/common/collect/testing/
H A DSafeTreeSetTest.java99 SortedSet<String> copy = SerializableTester.reserializeAndAssert(set); in testEmpty_serialization() local
107 SortedSet<String> copy = SerializableTester.reserializeAndAssert(set); in testSingle_serialization() local
117 SortedSet<String> copy = SerializableTester.reserializeAndAssert(set); in testSeveral_serialization() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/CredentialManager/CredentialManager-handheld/android_common/kotlin_headers/
DCredentialManager-handheld.jar ... ) public final com.android.credentialmanager.CancelUiRequestState copy (java.lang.String) public static synthetic ...
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dprofiling_graph_executor_impl.cpp482 std::shared_ptr<Graph>& copy, in runProfilingOptimizations()
623 auto copy = graph->copy(); in getOptimizedPlanFor() local
650 auto copy = graph->copy(); in getOptimizedPlanFor() local
661 auto copy = graph->copy(); in getOptimizedPlanFor() local
681 auto copy = pr_->graph()->copy(); in getOptimizedPlanFor() local
/aosp_15_r20/frameworks/native/libs/ftl/
H A Dstatic_vector_test.cpp92 const auto copy = "quince"s; in TEST() local
109 const auto copy = "red"s; in TEST() local
152 StaticVector<const std::string, 2> copy(vector); in TEST() local
164 StaticVector<const std::string, 3> copy(vector); in TEST() local
419 const auto copy = counts; in TEST() local
/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_lower_to_cssa.cpp31 struct copy { struct
32 Definition def;
33 Operand op;
326 try_coalesce_copy(cssa_ctx& ctx, copy copy, uint32_t block_idx) in try_coalesce_copy() argument
419 aco_ptr<Instruction> copy{ in emit_copies_block() local
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/build/
DDeviceBuildInfoTest.java69 DeviceBuildInfo copy = (DeviceBuildInfo) mBuildInfo.clone(); in testClone() local
102 DeviceBuildInfo copy = (DeviceBuildInfo) mBuildInfo.clone(); in testCloneWithProperties() local
130 DeviceBuildInfo copy = (DeviceBuildInfo) mBuildInfo.clone(); in testProperty_skipCopy() local
/aosp_15_r20/external/guava/guava-tests/benchmark/com/google/common/collect/
H A DComparatorDelegationOverheadBenchmark.java53 Integer[] copy = inputArrays[i & 0xFF].clone(); in arraysSortNoComparator() local
64 Integer[] copy = inputArrays[i & 0xFF].clone(); in arraysSortOrderingNatural() local
83 Integer[] copy = inputArrays[i & 0xFF].clone(); in arraysSortOrderingFromNatural() local
/aosp_15_r20/external/guava/android/guava-tests/benchmark/com/google/common/collect/
H A DComparatorDelegationOverheadBenchmark.java53 Integer[] copy = inputArrays[i & 0xFF].clone(); in arraysSortNoComparator() local
64 Integer[] copy = inputArrays[i & 0xFF].clone(); in arraysSortOrderingNatural() local
83 Integer[] copy = inputArrays[i & 0xFF].clone(); in arraysSortOrderingFromNatural() local
/aosp_15_r20/external/coreboot/util/cbfstool/
H A Delogtool.c132 struct buffer copy, *iter = &copy; in next_available_event_offset() local
157 struct buffer copy, *iter = &copy; in shrink_buffer() local
232 struct buffer copy; in cmd_clear() local
337 struct buffer copy; in cmd_add() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/
DArrays.java3753 T[] copy = ((Object)newType == (Object)Object[].class) in copyOf() local
3815 short[] copy = new short[newLength]; in copyOf() local
3845 int[] copy = new int[newLength]; in copyOf() local
3876 long[] copy = new long[newLength]; in copyOf() local
3906 char[] copy = new char[newLength]; in copyOf() local
3936 float[] copy = new float[newLength]; in copyOf() local
3966 double[] copy = new double[newLength]; in copyOf() local
4075 T[] copy = ((Object)newType == (Object)Object[].class) in copyOfRange() local
4180 short[] copy = new short[newLength]; in copyOfRangeShort() local
4228 int[] copy = new int[newLength]; in copyOfRangeInt() local
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/18/libcore/ojluni/src/main/java/java/util/
DArrays.java3753 T[] copy = ((Object)newType == (Object)Object[].class) in copyOf() local
3815 short[] copy = new short[newLength]; in copyOf() local
3845 int[] copy = new int[newLength]; in copyOf() local
3876 long[] copy = new long[newLength]; in copyOf() local
3906 char[] copy = new char[newLength]; in copyOf() local
3936 float[] copy = new float[newLength]; in copyOf() local
3966 double[] copy = new double[newLength]; in copyOf() local
4075 T[] copy = ((Object)newType == (Object)Object[].class) in copyOfRange() local
4180 short[] copy = new short[newLength]; in copyOfRangeShort() local
4228 int[] copy = new int[newLength]; in copyOfRangeInt() local
[all …]
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/
H A DArrays.java3753 T[] copy = ((Object)newType == (Object)Object[].class) in copyOf() local
3815 short[] copy = new short[newLength]; in copyOf() local
3845 int[] copy = new int[newLength]; in copyOf() local
3876 long[] copy = new long[newLength]; in copyOf() local
3906 char[] copy = new char[newLength]; in copyOf() local
3936 float[] copy = new float[newLength]; in copyOf() local
3966 double[] copy = new double[newLength]; in copyOf() local
4075 T[] copy = ((Object)newType == (Object)Object[].class) in copyOfRange() local
4180 short[] copy = new short[newLength]; in copyOfRangeShort() local
4228 int[] copy = new int[newLength]; in copyOfRangeInt() local
[all …]
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-script-runtime/1.2.20/
HDkotlin-script-runtime-1.2.20.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/script/ kotlin/ ...
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-script-runtime/1.2.0/
HDkotlin-script-runtime-1.2.0.jar ... final kotlin.script.dependencies.ScriptContents$Position copy (int, int) int line int col public ...
/aosp_15_r20/external/aws-sdk-java-v2/core/http-auth-spi/src/test/java/software/amazon/awssdk/http/auth/spi/signer/
H A DSignedRequestTest.java68 SignedRequest copy = signedRequest.toBuilder().build(); in createSignedRequest_toBuilder_works() local
83 SignedRequest copy = signedRequest.copy(r -> {}); in createSignedRequest_copyNoChange_works() local
99 SignedRequest copy = signedRequest.copy(r -> r.request(secondRequest)); in createSignedRequest_copyWithChange_works() local
/aosp_15_r20/out/soong/.intermediates/external/android_onboarding/java/com/android/onboarding/contracts/android_onboarding.contract_result/android_common/kotlin_headers/
Dandroid_onboarding.contract_result.jar ... .android.onboarding.contracts.ContractResult$Failure copy (int, android.content.Intent, java ...

12345678910>>...270