Home
last modified time | relevance | path

Searched refs:valueOf (Results 1 – 14 of 14) sorted by relevance

/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DLatencyResult.java151 String.valueOf(mIterations), in appendToCsvLine()
152 String.valueOf(mTotalTimeSec), in appendToCsvLine()
153 String.valueOf(mTimeFreqStartSec), in appendToCsvLine()
154 String.valueOf(mTimeFreqStepSec), in appendToCsvLine()
155 String.valueOf(mTimeFreqSec.length))); in appendToCsvLine()
DBenchmarkResult.java305 String.valueOf(mMaxSingleError), in toCsvLine()
306 String.valueOf(mTestSetSize), in toCsvLine()
307 String.valueOf(mEvaluatorKeys.length), in toCsvLine()
308 String.valueOf(mValidationErrors.length))); in toCsvLine()
DInferenceInOutSequence.java175 return Integer.valueOf(index, 10); in getIndexFromFilename()
/test/vti/dashboard/src/main/java/com/android/vts/entity/
DTestSuiteFileEntity.java65 this.year = Integer.valueOf(pathInfo.getName(1).toString()); in TestSuiteFileEntity()
66 this.month = Integer.valueOf(pathInfo.getName(2).toString()); in TestSuiteFileEntity()
67 this.day = Integer.valueOf(pathInfo.getName(3).toString()); in TestSuiteFileEntity()
DBranchEntity.java75 String nextChar = String.valueOf((char) (lastCharValue + 1)); in getByBranch()
DBuildTargetEntity.java80 String nextChar = String.valueOf((char) (lastCharValue + 1)); in getByBuildTarget()
/test/vts/tools/vts-core-tradefed/src/com/android/tradefed/util/
DTargetFileUtils.java112 int perm = Integer.valueOf(permissionBits.charAt(i) + ""); in hasPermission()
/test/vti/dashboard/src/main/java/com/android/vts/util/
DFilterUtil.java317 minRunKey, ProfilingPointRunEntity.KIND, String.valueOf((char) 0x0)); in getProfilingTimeFilter()
329 maxRunKey, ProfilingPointRunEntity.KIND, String.valueOf((char) 0xff)); in getProfilingTimeFilter()
DTestResults.java330 TestCaseResult testCaseResult = TestCaseResult.valueOf(result); in processReport()
/test/app_compat/csuite/harness/src/main/java/com/android/compatibility/targetprep/
DAppSetupPreparer.java191 setter.setOptionValue("incremental", String.valueOf(mIncrementalInstallation)); in setUpOnce()
/test/mlts/benchmark/results/
DChart.bundle.min.js10valueOf=e.valueOf),t}function f(t,e,i,n){return Pe(t,e,i,n,!0).utc()}function g(t){return null==t.…
/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowPlanReleaseServlet.java324 : Integer.valueOf(request.getParameter("page")); in getTestSuiteDispatcher()
/test/vti/dashboard/src/main/java/com/android/vts/job/
DVtsAlertJobServlet.java273 TestCaseResult result = TestCaseResult.valueOf(testCase.result); in getTestStatus()
/test/vti/dashboard/src/main/java/com/android/vts/proto/
DVtsReportMessage.java86 public static TestCaseResult valueOf(int value) { in valueOf() method in VtsReportMessage.TestCaseResult
129 public static TestCaseResult valueOf( in valueOf() method in VtsReportMessage.TestCaseResult
208 public static VtsTestType valueOf(int value) { in valueOf() method in VtsReportMessage.VtsTestType
250 public static VtsTestType valueOf( in valueOf() method in VtsReportMessage.VtsTestType
341 public static VtsProfilingRegressionMode valueOf(int value) { in valueOf() method in VtsReportMessage.VtsProfilingRegressionMode
382 public static VtsProfilingRegressionMode valueOf( in valueOf() method in VtsReportMessage.VtsProfilingRegressionMode
473 public static VtsProfilingType valueOf(int value) { in valueOf() method in VtsReportMessage.VtsProfilingType
514 public static VtsProfilingType valueOf( in valueOf() method in VtsReportMessage.VtsProfilingType
3951 …age.TestCaseResult value = com.android.vts.proto.VtsReportMessage.TestCaseResult.valueOf(rawValue); in TestCaseReportMessage()
4086 …TestCaseResult result = com.android.vts.proto.VtsReportMessage.TestCaseResult.valueOf(testResult_); in getTestResult()
[all …]