/frameworks/base/services/tests/servicestests/src/com/android/server/location/ |
LocationRequestStatisticsTest.java | 105 PackageStatistics stats2 = mStatistics.statistics.get(key2); local 106 verifyStatisticsTimes(stats2); 107 assertEquals(INTERVAL2, stats2.getSlowestIntervalMs()); 108 assertEquals(INTERVAL2, stats2.getFastestIntervalMs()); 109 assertTrue(stats2.isActive()); 113 assertTrue(stats2.isActive()); 116 assertFalse(stats2.isActive()); 137 PackageStatistics stats2 = mStatistics.statistics.get(key2); local 138 verifyStatisticsTimes(stats2); 139 assertEquals(INTERVAL2, stats2.getSlowestIntervalMs()) [all...] |
/external/compiler-rt/lib/asan/tests/ |
asan_mac_test.cc | 226 malloc_statistics_t stats1, stats2; local 230 malloc_zone_statistics(/*all zones*/NULL, &stats2); 231 EXPECT_GT(stats2.blocks_in_use, stats1.blocks_in_use); 232 EXPECT_GE(stats2.size_in_use - stats1.size_in_use, kMallocSize);
|
/frameworks/base/tests/net/java/android/net/ |
NetworkStatsHistoryTest.java | 191 final NetworkStatsHistory stats2 = new NetworkStatsHistory(HOUR_IN_MILLIS); local 192 stats2.recordData(TEST_START_2, TEST_START_2 + 2 * HOUR_IN_MILLIS, 1000L, 500L); 197 stats.recordEntireHistory(stats2); 215 final NetworkStatsHistory stats2 = new NetworkStatsHistory(MINUTE_IN_MILLIS); local 216 stats2.recordData(TEST_START_2, TEST_START_2 + MINUTE_IN_MILLIS * 5, 50L, 50L); 221 stats.recordEntireHistory(stats2); 238 stats.recordEntireHistory(stats2);
|
/external/libvpx/libvpx/test/ |
vp9_ethread_test.cc | 121 FIRSTPASS_STATS *stats2 = stats1 + nframes_ / 2; local 128 const double *frame_stats2 = reinterpret_cast<double *>(stats2); 138 stats2++; 150 uint8_t *stats2 = stats1 + fp_stats->sz / 2; local 156 md5_row_mt_1.Add(stats2, fp_stats->sz / 2);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/ |
FrameSummaryViewPage.java | 426 PerCallStats stats2 = (PerCallStats) entry2.getValue(); local 432 return stats1.count - stats2.count; 434 return (int) (stats1.wallDuration - stats2.wallDuration); 436 return (int) (stats1.threadDuration - stats2.threadDuration);
|
/external/webrtc/talk/media/webrtc/ |
webrtcvideoengine2_unittest.cc | 2768 webrtc::VideoSendStream::Stats stats2; local [all...] |
/external/owasp/sanitizer/tools/findbugs/lib/ |
findbugs.jar | |
/prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/ |
findbugs-2.0.1.jar | |
/prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/ |
findbugs-2.0.3.jar | |
/prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/ |
findbugs-3.0.0.jar | |