HomeSort by relevance Sort by last modified time
    Searched defs:stats (Results 426 - 450 of 829) sorted by null

<<11121314151617181920>>

  /cts/tests/tests/media/src/android/media/cts/
ImageReaderDecoderTest.java 677 float[] stats = CodecUtils.Raw2YUVStats(rawStats[layer]); local
678 if (DEBUG) Log.d(TAG, "layer-" + layer + ": " + Arrays.toString(stats));
684 + Arrays.toString(stats),
685 stats[3 + i] < COLOR_STDEV_ALLOWANCE);
692 + Arrays.toString(Arrays.copyOf(stats, 3)),
693 Math.abs(stats[i] - colors[layer][i]) < COLOR_DELTA_ALLOWANCE);
    [all...]
  /development/ndk/platforms/android-21/include/linux/
ip_vs.h 161 struct ip_vs_stats_user stats; member in struct:ip_vs_service_entry
176 struct ip_vs_stats_user stats; member in struct:ip_vs_dest_entry
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 208 // Per-thread stats, live in per-thread cache.
241 // Global stats, used for aggregation and querying.
272 const AllocatorStats *stats = this; local
275 s[i] += stats->Get(AllocatorStat(i));
276 stats = stats->next_;
277 if (stats == this)
280 // All stats must be non-negative.
423 Printf("Stats: SizeClassAllocator64: %zdM mapped in %zd allocations; "
498 uptr n_allocated, n_freed; // Just stats
1254 } stats; member in class:__sanitizer::LargeMmapAllocator
    [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
CacheLoadingTest.java 106 CacheStats stats = cache.stats(); local
107 assertEquals(0, stats.missCount());
108 assertEquals(0, stats.loadSuccessCount());
109 assertEquals(0, stats.loadExceptionCount());
110 assertEquals(0, stats.hitCount());
114 stats = cache.stats();
115 assertEquals(1, stats.missCount());
116 assertEquals(1, stats.loadSuccessCount())
179 CacheStats stats = cache.stats(); local
230 CacheStats stats = cache.stats(); local
290 CacheStats stats = cache.stats(); local
332 CacheStats stats = cache.stats(); local
378 CacheStats stats = cache.stats(); local
598 CacheStats stats = cache.stats(); local
669 CacheStats stats = cache.stats(); local
714 CacheStats stats = cache.stats(); local
764 CacheStats stats = cache.stats(); local
807 CacheStats stats = cache.stats(); local
839 CacheStats stats = cache.stats(); local
860 CacheStats stats = cache.stats(); local
946 CacheStats stats = cache.stats(); local
992 CacheStats stats = cache.stats(); local
1043 CacheStats stats = cache.stats(); local
1088 CacheStats stats = cache.stats(); local
1111 CacheStats stats = cache.stats(); local
1179 CacheStats stats = cache.stats(); local
1268 CacheStats stats = cache.stats(); local
1314 CacheStats stats = cache.stats(); local
1365 CacheStats stats = cache.stats(); local
1410 CacheStats stats = cache.stats(); local
1435 CacheStats stats = cache.stats(); local
1459 CacheStats stats = cache.stats(); local
1540 CacheStats stats = cache.stats(); local
1586 CacheStats stats = cache.stats(); local
1637 CacheStats stats = cache.stats(); local
1682 CacheStats stats = cache.stats(); local
    [all...]
  /external/kernel-headers/original/uapi/linux/
ip_vs.h 209 struct ip_vs_stats_user stats; member in struct:ip_vs_service_entry
227 struct ip_vs_stats_user stats; member in struct:ip_vs_dest_entry
317 IPVS_CMD_ZERO, /* zero all counters and stats */
357 IPVS_SVC_ATTR_STATS, /* nested attribute for service stats */
361 IPVS_SVC_ATTR_STATS64, /* nested attribute for service stats */
388 IPVS_DEST_ATTR_STATS, /* nested attribute for dest stats */
392 IPVS_DEST_ATTR_STATS64, /* nested attribute for dest stats */
  /external/libdrm/intel/
intel_bufmgr_gem.c 3163 struct drm_i915_reset_stats stats; local
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 264 const FIRSTPASS_STATS *stats; local
276 stats = cfg->rc_twopass_stats_in.buf;
278 const int layer_id = (int)stats[i].spatial_layer_id;
291 stats = (const FIRSTPASS_STATS *)cfg->rc_twopass_stats_in.buf +
293 layer_id = (int)stats->spatial_layer_id;
296 ||(unsigned int)(stats->count + 0.5) !=
298 ERROR("rc_twopass_stats_in missing EOS stats packet");
304 stats =
307 if ((int)(stats->count + 0.5) != n_packets - 1)
308 ERROR("rc_twopass_stats_in missing EOS stats packet")
    [all...]
  /external/opencv/cvaux/src/
cvtrifocal.cpp 683 unsigned char *stats[3]; local
685 stats[0] = statuses[0]->data.ptr;
686 stats[1] = statuses[1]->data.ptr;
687 stats[2] = statuses[2]->data.ptr;
693 comStat[i] = (unsigned char)(stats[0][i] * stats[1][i] * stats[2][i]);
    [all...]
  /external/toybox/toys/posix/
ps.c 1166 long long timeout = 0, now, stats[16]; local
    [all...]
  /external/v8/test/cctest/
test-strings.cc 280 // Stats.
320 void AccumulateStats(ConsString* cons_string, ConsStringStats* stats) {
327 stats->left_traversals_++;
328 AccumulateStats(ConsString::cast(cons_string->first()), stats);
331 stats->leaves_++;
332 stats->chars_ += left_length;
336 stats->right_traversals_++;
337 AccumulateStats(ConsString::cast(cons_string->second()), stats);
340 stats->empty_leaves_++;
343 stats->leaves_++
378 ConsStringStats stats; local
    [all...]
  /external/valgrind/memcheck/tests/solaris/
scalar.c 515 struct statvfs stats; local
518 SY(SYS_statvfs, x0 + path, x0 + &stats); SUCC;
520 size_t basetype_len = strlen(stats.f_basetype);
521 size_t fstr_len = strlen(stats.f_fstr);
525 if (stats.f_basetype[basetype_len + 2] != ' ') x = -1; else x = -2;
526 if (stats.f_fstr[fstr_len + 2] != ' ') x = -3; else x = -4;
    [all...]
  /external/webp/src/enc/
vp8l.c 1482 WebPAuxStats* const stats = picture->stats; local
1538 WebPAuxStats* const stats = picture->stats; local
    [all...]
  /external/webrtc/talk/app/webrtc/
webrtcsession.cc 2108 cricket::TransportStats stats; local
    [all...]
  /external/webrtc/talk/media/webrtc/
webrtcvideoengine2.cc 569 // Ignore spammy trace messages, mostly from the stats API when we haven't
1207 webrtc::Call::Stats stats = call_->GetStats(); local
2079 webrtc::VideoSendStream::Stats stats; local
2176 webrtc::VideoSendStream::Stats stats = stream_->GetStats(); local
2520 webrtc::VideoReceiveStream::Stats stats = stream_->GetStats(); local
    [all...]
webrtcvoiceengine.cc 2355 webrtc::AudioSendStream::Stats stats = stream.second->GetStats(); local
2380 webrtc::AudioReceiveStream::Stats stats = stream.second->GetStats(); local
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module_unittest_oldapi.cc 247 AudioDecodingCallStats stats; local
248 acm_->GetDecodingCallStatistics(&stats);
249 EXPECT_EQ(0, stats.calls_to_neteq);
250 EXPECT_EQ(0, stats.calls_to_silence_generator);
251 EXPECT_EQ(0, stats.decoded_normal);
252 EXPECT_EQ(0, stats.decoded_cng);
253 EXPECT_EQ(0, stats.decoded_plc);
254 EXPECT_EQ(0, stats.decoded_plc_cng);
267 AudioDecodingCallStats stats; local
273 acm_->GetDecodingCallStatistics(&stats);
    [all...]
  /external/webrtc/webrtc/video/
video_send_stream_tests.cc 753 // When the stream is detected again, and the stats show that the stream
793 // have to wait for the stats to change.
798 VideoSendStream::Stats stats = stream_->GetStats(); local
799 if (stats.suspended == false) {
800 // Stats flipped to false. Test is complete.
814 VideoSendStream::Stats stats = stream_->GetStats(); local
815 EXPECT_TRUE(stats.suspended);
998 VideoSendStream::Stats stats = stream_->GetStats(); local
1829 VideoSendStream::Stats stats = send_stream_->GetStats(); local
    [all...]
  /external/webrtc/webrtc/voice_engine/
channel.cc 3152 ChannelStatistics stats = statistics_proxy_->GetStats(); local
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsHelper.java 138 public static boolean checkHasWifiPowerReporting(BatteryStats stats, PowerProfile profile) {
139 return stats.hasWifiActivityReporting() &&
145 public static boolean checkHasBluetoothPowerReporting(BatteryStats stats,
147 return stats.hasBluetoothActivityReporting() &&
194 BatteryStats stats = sFileXfer.get(path); local
195 if (stats != null) {
196 return stats;
229 /** Clears the current stats and forces recreating for future use. */
252 public void create(BatteryStats stats) {
254 mStats = stats;
771 BatteryStatsImpl stats = com.android.internal.os.BatteryStatsImpl.CREATOR local
    [all...]
  /frameworks/base/core/jni/
android_os_Debug.cpp 132 #define BINDER_STATS "/proc/binder/stats"
217 static void read_mapinfo(FILE *fp, stats_t* stats, bool* foundSwapPss)
406 stats[whichHeap].pss += pss;
407 stats[whichHeap].swappablePss += swappable_pss;
408 stats[whichHeap].privateDirty += private_dirty;
409 stats[whichHeap].sharedDirty += shared_dirty;
410 stats[whichHeap].privateClean += private_clean;
411 stats[whichHeap].sharedClean += shared_clean;
412 stats[whichHeap].swappedOut += swapped_out;
413 stats[whichHeap].swappedOutPss += swapped_out_pss
445 stats_t stats[_NUM_HEAP]; local
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
NetworkPolicyManagerServiceTest.java 581 NetworkStats stats = null; local
610 stats = new NetworkStats(getElapsedRealtime(), 1)
613 .andReturn(stats.getTotalBytes()).atLeastOnce();
657 NetworkStats stats = null; local
669 stats = new NetworkStats(getElapsedRealtime(), 1)
676 .andReturn(stats.getTotalBytes()).atLeastOnce();
693 stats = new NetworkStats(getElapsedRealtime(), 1)
700 .andReturn(stats.getTotalBytes()).atLeastOnce();
718 stats = new NetworkStats(getElapsedRealtime(), 1)
724 .andReturn(stats.getTotalBytes()).atLeastOnce()
788 NetworkStats stats = null; local
    [all...]
  /frameworks/opt/net/wifi/service/jni/
com_android_server_wifi_WifiNative.cpp 2431 JNIObject<jobject> stats = helper.createObject( "android\/net\/wifi\/WifiWakeReasonAndCounts"); local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_firstpass.c 94 // Read frame stats at an offset from the current position.
121 static void output_stats(FIRSTPASS_STATS *stats,
125 pkt.data.twopass_stats.buf = stats;
138 stats->frame,
139 stats->intra_error,
140 stats->coded_error,
141 stats->sr_coded_error,
142 stats->ssim_weighted_pred_err,
143 stats->pcnt_inter,
144 stats->pcnt_motion
259 const FIRSTPASS_STATS *stats; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxenc.c 632 stats_io_t stats; member in struct:stream_state
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ScanManager.java 679 client.stats.setScanTimeout();
    [all...]

Completed in 2262 milliseconds

<<11121314151617181920>>