Home
last modified time | relevance | path

Searched refs:deepCopy (Results 1 – 15 of 15) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/src/main/java/com/google/protobuf/jruby/
DRubyProtobuf.java59 … public static IRubyObject deepCopy(ThreadContext context, IRubyObject self, IRubyObject message) { in deepCopy() method in RubyProtobuf
61 return ((RubyMessage) message).deepCopy(context); in deepCopy()
63 return ((RubyRepeatedField) message).deepCopy(context); in deepCopy()
65 return ((RubyMap) message).deepCopy(context); in deepCopy()
DRubyMap.java347 protected IRubyObject deepCopy(ThreadContext context) { in deepCopy() method in RubyMap
353 newMap.table.put(key.dup(), message.deepCopy(context)); in deepCopy()
DRubyRepeatedField.java334 protected RubyRepeatedField deepCopy(ThreadContext context) { in deepCopy() method in RubyRepeatedField
339 copy.storage.add(((RubyMessage) value).deepCopy(context)); in deepCopy()
DRubyMessage.java401 protected IRubyObject deepCopy(ThreadContext context) { in deepCopy() method in RubyMessage
405 copy.addRepeatedField(fdef, this.getRepeatedField(context, fdef).deepCopy(context)); in deepCopy()
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DPictureCaptureDemo.java141 Picture deepCopy(Picture src) { in deepCopy() method in PictureCaptureDemo
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/test/java/com/google/protobuf/nano/
DNanoTest.java4194 setMap(a.int32ToInt32Field, deepCopy(int32Values), deepCopy(int32Values)); in testMapEquals()
4195 setMap(b.int32ToInt32Field, deepCopy(int32Values), deepCopy(int32Values)); in testMapEquals()
4203 deepCopy(int32Values), deepCopy(messageValues)); in testMapEquals()
4205 deepCopy(int32Values), deepCopy(messageValues)); in testMapEquals()
4210 setMap(a.stringToInt32Field, deepCopy(stringValues), deepCopy(int32Values)); in testMapEquals()
4211 setMap(b.stringToInt32Field, deepCopy(stringValues), deepCopy(int32Values)); in testMapEquals()
4216 setMap(a.int32ToBytesField, deepCopy(int32Values), deepCopy(bytesValues)); in testMapEquals()
4217 setMap(b.int32ToBytesField, deepCopy(int32Values), deepCopy(bytesValues)); in testMapEquals()
4223 setMap(a.int32ToStringField, deepCopy(int32Values), deepCopy(stringValues)); in testMapEquals()
4224 setMap(b.int32ToStringField, deepCopy(int32Values), deepCopy(stringValues)); in testMapEquals()
[all …]
/frameworks/base/core/java/android/os/
DPersistableBundle.java174 public PersistableBundle deepCopy() { in deepCopy() method in PersistableBundle
DBaseBundle.java465 return ((Bundle)value).deepCopy(); in deepCopyValue()
467 return ((PersistableBundle)value).deepCopy(); in deepCopyValue()
DBundle.java258 public Bundle deepCopy() { in deepCopy() method in Bundle
/frameworks/base/core/java/android/app/job/
DJobInfo.java801 extras = b.mExtras.deepCopy(); in JobInfo()
802 transientExtras = b.mTransientExtras.deepCopy(); in JobInfo()
/frameworks/base/core/java/android/app/
DApplicationPackageManager.java2383 return extras != null ? new Bundle(extras.deepCopy()) : null; in getSuspendedPackageAppExtras()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java13422 new Bundle(launcherExtras.deepCopy()));
13793 final Bundle bundledAppExtras = new Bundle(appExtras.deepCopy());
24528 return (launcherExtras != null) ? new Bundle(launcherExtras.deepCopy()) : null;
/frameworks/base/config/
Dboot-image-profile.txt11264 HSPLandroid/os/Bundle;->deepCopy()Landroid/os/Bundle;
11995 HSPLandroid/os/PersistableBundle;->deepCopy()Landroid/os/PersistableBundle;
Dhiddenapi-greylist-max-o.txt119587 Ljava/util/WeakHashMap$EntrySet;->deepCopy()Ljava/util/List;
/frameworks/base/api/
Dcurrent.txt34174 method public android.os.Bundle deepCopy();
34945 method public android.os.PersistableBundle deepCopy();