Home
last modified time | relevance | path

Searched refs:prototype (Results 1 – 4 of 4) sorted by relevance

/test/vti/dashboard/src/main/webapp/js/
Dtime.js25 moment.prototype.renderTime = function (timestamp, showTimezone) {
40 moment.prototype.renderDate = function (timestamp, showTimezone) {
54 moment.prototype.renderDuration = function (durationTimestamp) {
/test/mlts/benchmark/results/
DChart.bundle.min.js10prototype={isValid:function(){return this.valid},rgb:function(){return this.setSpace("rgb",argumen…
/test/vti/dashboard/src/main/java/com/android/vts/proto/
DVtsReportMessage.java1343 …tic Builder newBuilder(com.android.vts.proto.VtsReportMessage.AndroidDeviceInfoMessage prototype) { in newBuilder() argument
1344 return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); in newBuilder()
2640 …blic static Builder newBuilder(com.android.vts.proto.VtsReportMessage.AndroidBuildInfo prototype) { in newBuilder() argument
2641 return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); in newBuilder()
3389 public static Builder newBuilder(com.android.vts.proto.VtsReportMessage.VtsHostInfo prototype) { in newBuilder() argument
3390 return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); in newBuilder()
4586 …static Builder newBuilder(com.android.vts.proto.VtsReportMessage.TestCaseReportMessage prototype) { in newBuilder() argument
4587 return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); in newBuilder()
7254 …tatic Builder newBuilder(com.android.vts.proto.VtsReportMessage.ProfilingReportMessage prototype) { in newBuilder() argument
7255 return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); in newBuilder()
[all …]
DTestSuiteResultMessageProto.java2134 …er newBuilder(com.android.vts.proto.TestSuiteResultMessageProto.TestSuiteResultMessage prototype) { in newBuilder() argument
2135 return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); in newBuilder()