/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/build/ |
D | CompatibilityBuildHelperTest.java | 198 IBuildInfo clone = mBuild.clone(); in testAddDynamicFiles() local 203 CompatibilityBuildHelper helperShard = new CompatibilityBuildHelper(clone); in testAddDynamicFiles() 212 clone.cleanUp(); in testAddDynamicFiles() 231 IBuildInfo clone = mBuild.clone(); in testSetBusinessLogicHostFile() local 233 CompatibilityBuildHelper helperShard = new CompatibilityBuildHelper(clone); in testSetBusinessLogicHostFile() 239 clone.cleanUp(); in testSetBusinessLogicHostFile() 259 IBuildInfo clone = mBuild.clone(); in testSetBusinessLogicHostFileWithModuleId() local 261 CompatibilityBuildHelper helperShard = new CompatibilityBuildHelper(clone); in testSetBusinessLogicHostFileWithModuleId() 267 clone.cleanUp(); in testSetBusinessLogicHostFileWithModuleId() 283 IBuildInfo clone = mBuild.clone(); in testHasBusinessLogicHostFile() local [all …]
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/ |
D | ConsoleReporter.java | 208 public IShardableListener clone() { in clone() method in ConsoleReporter 209 ConsoleReporter clone = new ConsoleReporter(); in clone() local 210 OptionCopier.copyOptionsNoThrow(this, clone); in clone() 211 return clone; in clone()
|
D | MetadataReporter.java | 65 public IShardableListener clone() { in clone() method in MetadataReporter 66 MetadataReporter clone = new MetadataReporter(); in clone() local 67 OptionCopier.copyOptionsNoThrow(this, clone); in clone() 68 return clone; in clone()
|
D | ResultReporter.java | 788 public IShardableListener clone() { in clone() method in ResultReporter 789 ResultReporter clone = new ResultReporter(this); in clone() local 790 OptionCopier.copyOptionsNoThrow(this, clone); in clone() 791 return clone; in clone()
|
/test/vti/dashboard/src/main/java/com/android/vts/servlet/ |
D | ShowGreenReleaseServlet.java | 158 protected Object clone() throws CloneNotSupportedException { in clone() method in ShowGreenReleaseServlet.DeviceBuildInfo 159 return super.clone(); in clone()
|
/test/mlts/benchmark/results/ |
D | Chart.bundle.min.js | 10 …clone:function(){var t,e,i=new r,n=this.values,a=i.values;for(var o in n)n.hasOwnProperty(o)&&(t=n… method
|
/test/vti/dashboard/src/main/java/com/android/vts/proto/ |
D | VtsReportMessage.java | 1486 public Builder clone() { in clone() method in VtsReportMessage.AndroidDeviceInfoMessage.Builder 1487 return (Builder) super.clone(); in clone() 2753 public Builder clone() { in clone() method in VtsReportMessage.AndroidBuildInfo.Builder 2754 return (Builder) super.clone(); in clone() 3478 public Builder clone() { in clone() method in VtsReportMessage.VtsHostInfo.Builder 3479 return (Builder) super.clone(); in clone() 4757 public Builder clone() { in clone() method in VtsReportMessage.TestCaseReportMessage.Builder 4758 return (Builder) super.clone(); in clone() 7400 public Builder clone() { in clone() method in VtsReportMessage.ProfilingReportMessage.Builder 7401 return (Builder) super.clone(); in clone() [all …]
|
D | TestSuiteResultMessageProto.java | 2377 public Builder clone() { in clone() method in TestSuiteResultMessageProto.TestSuiteResultMessage.Builder 2378 return (Builder) super.clone(); in clone()
|
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/ |
D | IntegrationTest.java | 503 ResultReporter reporterClone = (ResultReporter) masterReporter.clone(); in getShardListener()
|
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/ |
D | dashboard_main.jsp | 92 element = self.clone();
|
/test/suite_harness/tools/dex-tools/dex/ |
D | classes0.out.dex | 20 protected java.lang.Object clone() 4245 protected java.lang.Object clone() 5509 public static native int clone( 5632 public abstract java.lang.Object clone() 5860 public abstract java.lang.Object clone() 5923 public java.lang.Object clone() 6022 public java.lang.Object clone() 6125 public java.lang.Object clone() 6287 public java.lang.Object clone() 6555 protected final java.lang.Object clone() [all …]
|
D | classes.out.dex | 19769 public java.lang.Object clone() 55019 public java.lang.Object clone() 91836 protected java.lang.Object clone() 91908 protected java.lang.Object clone() 94267 protected android.webkit.WebBackForwardList clone() 94269 protected volatile java.lang.Object clone() 94392 protected android.webkit.WebHistoryItem clone() 94394 protected volatile java.lang.Object clone() 138618 public java.lang.Object clone() 144317 public java.lang.Object clone() [all …]
|