HomeSort by relevance Sort by last modified time
    Searched refs:printArray (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/third_party/icu/source/samples/legacy/
legacy.cpp 39 void printArray(const char* const comment, const UChar UArray[][5], int32_t arraySize) {
95 printArray("Before current", uTest, 4);
97 printArray("After current", uTest, 4);
103 printArray("Before legacy", uTest, 4);
105 printArray("After legacy", uTest, 4);
  /external/icu/icu4c/source/samples/legacy/
legacy.cpp 39 void printArray(const char* const comment, const UChar UArray[][5], int32_t arraySize) {
95 printArray("Before current", uTest, 4);
97 printArray("After current", uTest, 4);
103 printArray("Before legacy", uTest, 4);
105 printArray("After legacy", uTest, 4);
  /cts/suite/cts/deviceTests/opengl/src/com/android/cts/opengl/reference/
GLReferenceBenchmark.java 68 getReportLog().printArray(
70 getReportLog().printArray(
75 getReportLog().printArray(
  /cts/suite/cts/deviceTests/tvproviderperf/src/com/android/cts/tvproviderperf/
TvProviderPerfTest.java 107 getReportLog().printArray("Elapsed time for insert: ",
135 getReportLog().printArray("Elapsed time for update: ",
146 getReportLog().printArray("Elapsed time for delete: ",
151 getReportLog().printArray("Average elapsed time for (insert, update, delete): ",
208 getReportLog().printArray("Elapsed time for insert: ",
243 getReportLog().printArray("Elapsed time for update: ",
264 getReportLog().printArray("Elapsed time for query: ",
281 getReportLog().printArray("Elapsed time for delete programs: ",
293 getReportLog().printArray("Elapsed time for delete channels: ",
297 getReportLog().printArray("Average elapsed time for (insert, update, query,
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
PerformanceTest.java 148 mReportLog.printArray("Camera " + id
151 mReportLog.printArray("Camera " + id
154 mReportLog.printArray("Camera " + id
157 mReportLog.printArray("Camera " + id
160 mReportLog.printArray("Camera " + id
163 mReportLog.printArray("Camera " + id
258 mReportLog.printArray("Camera " + id
263 mReportLog.printArray("Camera " + id
267 mReportLog.printArray("Camera " + id
StaticMetadataCollectionTest.java 95 mReportLog.printArray(name, values, ResultType.NEUTRAL, ResultUnit.NONE);
  /cts/suite/cts/deviceTests/filesystemperf/src/com/android/cts/filesystemperf/
SequentialRWTest.java 68 getReportLog().printArray("write throughput",
70 getReportLog().printArray("write amount", wrAmount, ResultType.NEUTRAL,
119 getReportLog().printArray("read throughput",
FileUtil.java 306 report.printArray("read throughput",
309 report.printArray("read amount", rdAmount, ResultType.NEUTRAL, ResultUnit.BYTE);
359 report.printArray("write throughput",
361 report.printArray("write amount", wrAmount, ResultType.NEUTRAL,
400 report.printArray(i + "-th round throughput",
  /cts/suite/cts/deviceTests/simplecpu/src/com/android/cts/simplecpu/
SimpleCpuTest.java 102 getReportLog().printArray("sorting time", result, ResultType.LOWER_BETTER,
124 getReportLog().printArray("matrix mutiplication time", result, ResultType.LOWER_BETTER,
  /cts/suite/cts/deviceTests/dram/src/com/android/cts/dram/
BandwidthTest.java 168 getReportLog().printArray("memcpy time", result, ResultType.LOWER_BETTER,
172 getReportLog().printArray("memcpy throughput", mbps, ResultType.HIGHER_BETTER,
201 getReportLog().printArray("memset time", result, ResultType.LOWER_BETTER,
205 getReportLog().printArray("memset throughput", mbps, ResultType.HIGHER_BETTER,
  /cts/suite/cts/deviceTests/ui/src/com/android/cts/ui/
ScrollingTest.java 69 getReportLog().printArray("scrolling time", results, ResultType.LOWER_BETTER,
  /cts/tests/sample/src/android/sample/cts/
SampleDeviceResultTest.java 116 log.printArray("Times", result, ResultType.LOWER_BETTER, ResultUnit.MS);
  /cts/suite/cts/deviceTests/opengl/src/com/android/cts/opengl/primitive/
GLPrimitiveBenchmark.java 134 getReportLog().printArray(
  /cts/suite/cts/hostTests/uihost/control/src/com/android/cts/taskswitching/control/
TaskswitchingDeviceTest.java 86 getReportLog().printArray("taskswitching time", results, ResultType.LOWER_BETTER,
  /cts/suite/cts/hostTests/uihost/src/com/android/cts/uihost/
InstallTimeTest.java 93 report.printArray("install time", result, ResultType.LOWER_BETTER,
  /cts/suite/cts/deviceTests/browserbench/src/com/android/cts/browser/
BrowserBenchTest.java 168 getReportLog().printArray(message, scores, mTypeFinal, mUnitFinal);
172 getReportLog().printArray(message, scores, mTypeNonFinal, mUnitNonFinal);
  /cts/hostsidetests/sample/src/android/sample/cts/
SampleHostResultTest.java 138 report.printArray("Times", result, ResultType.LOWER_BETTER, ResultUnit.MS);
  /cts/libs/commonutil/src/com/android/cts/util/
ReportLog.java 46 public void printArray(String message, double[] values, ResultType type, ResultUnit unit) {
60 // note mDepth + 1 as this function will be called by printVaue or printArray
61 // and we need caller of printValue / printArray
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
display-profiler-output 749 printArray = []
759 def printStack(printArray, stack, lastStack)
764 printArray << (" " * (index + 1) + entry)
772 printStack(printArray, currentPrintStack, lastPrintStack)
776 next if printArray.empty?
779 printArray.each {
  /cts/suite/cts/deviceTests/videoperf/src/com/android/cts/videoperf/
VideoEncoderDecoderTest.java 222 getReportLog().printArray("encoder", encoderFpsResults, ResultType.HIGHER_BETTER,
224 getReportLog().printArray("rms error", decoderRmsErrorResults, ResultType.LOWER_BETTER,
226 getReportLog().printArray("decoder", decoderFpsResults, ResultType.HIGHER_BETTER,
228 getReportLog().printArray("encoder decoder", totalFpsResults, ResultType.HIGHER_BETTER,
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 

Completed in 3569 milliseconds