HomeSort by relevance Sort by last modified time
    Searched defs:stats1 (Results 1 - 14 of 14) sorted by null

  /external/tensorflow/tensorflow/compiler/aot/
benchmark_test.cc 33 Stats stats1; local
34 Benchmark(options, [&] { add.Run(); }, &stats1);
35 EXPECT_EQ(stats1.per_iter_us.size(), 1);
  /external/tensorflow/tensorflow/contrib/boosted_trees/lib/learner/common/accumulators/
feature-stats-accumulator_test.cc 68 TestStats stats1 = {-12.023f, 8.2f}; local
69 accumulator.AddStats(0, 2, 1, 234, stats1);
78 TestStats stats1 = {-12.023f, 8.2f}; local
79 accumulator.AddStats(0, 1, 0, 34, stats1);
83 EXPECT_STATS_EQ(stats1, accumulator.GetStats(0, 1, 0, 34));
  /external/nos/test/system-test-harness/tools/
nugget_tools.cc 100 struct nugget_app_low_power_stats stats1; local
131 memcpy(&stats1, buffer.data(), sizeof(stats1));
139 if (stats1.hard_reset_count == stats0.hard_reset_count + 1 &&
140 stats1.time_at_last_wake == 0 &&
141 stats1.deep_sleep_count == 0 &&
142 std::chrono::microseconds(stats1.time_since_hard_reset) < max_usecs) {
149 ShowStats("stats after waiting", stats1);
156 struct nugget_app_low_power_stats stats1; local
180 memcpy(&stats1, buffer.data(), sizeof(stats1))
203 struct nugget_app_low_power_stats stats1; local
    [all...]
  /frameworks/base/services/robotests/src/com/android/server/backup/transport/
TransportStatsTest.java 95 Stats stats1 = mTransportStats.getStatsForTransport(mTransportComponent1); local
98 Stats stats = Stats.merge(stats1, stats2);
  /frameworks/base/services/tests/servicestests/src/com/android/server/location/
LocationRequestStatisticsTest.java 99 PackageStatistics stats1 = mStatistics.statistics.get(key1); local
100 verifyStatisticsTimes(stats1);
101 assertEquals(INTERVAL1, stats1.getSlowestIntervalMs());
102 assertEquals(INTERVAL1, stats1.getFastestIntervalMs());
103 assertTrue(stats1.isActive());
112 assertFalse(stats1.isActive());
115 assertFalse(stats1.isActive());
130 PackageStatistics stats1 = mStatistics.statistics.get(key1); local
131 verifyStatisticsTimes(stats1);
132 assertEquals(INTERVAL1, stats1.getSlowestIntervalMs())
    [all...]
  /external/compiler-rt/lib/asan/tests/
asan_mac_test.cc 226 malloc_statistics_t stats1, stats2; local
227 malloc_zone_statistics(/*all zones*/NULL, &stats1);
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 204 final NetworkStatsHistory stats1 = new NetworkStatsHistory(HOUR_IN_MILLIS); local
205 stats1.recordData(TEST_START, TEST_START + 2 * HOUR_IN_MILLIS, 2000L, 1000L);
213 stats.recordEntireHistory(stats1);
229 final NetworkStatsHistory stats1 = new NetworkStatsHistory(HOUR_IN_MILLIS); local
230 stats1.recordData(TEST_START, TEST_START + MINUTE_IN_MILLIS * 60, 600L, 600L);
238 stats.recordEntireHistory(stats1);
255 stats.recordEntireHistory(stats1);
  /external/libvpx/libvpx/test/
vp9_ethread_test.cc 118 FIRSTPASS_STATS *stats1 = reinterpret_cast<FIRSTPASS_STATS *>(fp_stats->buf); local
120 FIRSTPASS_STATS *stats2 = stats1 + nframes_ / 2;
126 const double *frame_stats1 = reinterpret_cast<double *>(stats1);
138 stats1++;
150 uint8_t *stats1 = reinterpret_cast<uint8_t *>(fp_stats->buf); local
151 uint8_t *stats2 = stats1 + fp_stats->sz / 2;
154 md5_row_mt_0.Add(stats1, fp_stats->sz / 2);
  /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
NotificationStatsTest.java 107 NotificationStats stats1 = NotificationStats.CREATOR.createFromParcel(parcel); local
108 assertEquals(stats, stats1);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/
FrameSummaryViewPage.java 425 PerCallStats stats1 = (PerCallStats) entry1.getValue(); local
432 return stats1.count - stats2.count;
434 return (int) (stats1.wallDuration - stats2.wallDuration);
436 return (int) (stats1.threadDuration - stats2.threadDuration);
  /bionic/libc/kernel/uapi/linux/
if_packet.h 92 struct tpacket_stats stats1; member in union:tpacket_stats_u
  /external/iproute2/include/uapi/linux/
if_packet.h 91 struct tpacket_stats stats1; member in union:tpacket_stats_u
  /external/kernel-headers/original/uapi/linux/
if_packet.h 91 struct tpacket_stats stats1; member in union:tpacket_stats_u
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_packet.h 71 struct tpacket_stats stats1; member in union:tpacket_stats_u

Completed in 2121 milliseconds