/prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/linux/ |
if_ppp.h | 67 struct ppp_stats stats; member in struct:ifpppstatsreq 72 struct ppp_comp_stats stats; member in struct:ifpppcstatsreq
|
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/linux/ |
if_ppp.h | 67 struct ppp_stats stats; member in struct:ifpppstatsreq 72 struct ppp_comp_stats stats; member in struct:ifpppcstatsreq
|
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/linux/ |
if_ppp.h | 67 struct ppp_stats stats; member in struct:ifpppstatsreq 72 struct ppp_comp_stats stats; member in struct:ifpppcstatsreq
|
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/linux/ |
if_ppp.h | 67 struct ppp_stats stats; member in struct:ifpppstatsreq 72 struct ppp_comp_stats stats; member in struct:ifpppcstatsreq
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/linux/ |
if_ppp.h | 67 struct ppp_stats stats; member in struct:ifpppstatsreq 72 struct ppp_comp_stats stats; member in struct:ifpppcstatsreq
|
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/ |
if_ppp.h | 67 struct ppp_stats stats; member in struct:ifpppstatsreq 72 struct ppp_comp_stats stats; member in struct:ifpppcstatsreq
|
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/ |
if_ppp.h | 67 struct ppp_stats stats; member in struct:ifpppstatsreq 72 struct ppp_comp_stats stats; member in struct:ifpppcstatsreq
|
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/ |
if_ppp.h | 67 struct ppp_stats stats; member in struct:ifpppstatsreq 72 struct ppp_comp_stats stats; member in struct:ifpppcstatsreq
|
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/ |
if_ppp.h | 67 struct ppp_stats stats; member in struct:ifpppstatsreq 72 struct ppp_comp_stats stats; member in struct:ifpppcstatsreq
|
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/ |
if_ppp.h | 67 struct ppp_stats stats; member in struct:ifpppstatsreq 72 struct ppp_comp_stats stats; member in struct:ifpppcstatsreq
|
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/ |
if_ppp.h | 67 struct ppp_stats stats; member in struct:ifpppstatsreq 72 struct ppp_comp_stats stats; member in struct:ifpppcstatsreq
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/ |
if_ppp.h | 67 struct ppp_stats stats; member in struct:ifpppstatsreq 72 struct ppp_comp_stats stats; member in struct:ifpppcstatsreq
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/ |
if_ppp.h | 67 struct ppp_stats stats; member in struct:ifpppstatsreq 72 struct ppp_comp_stats stats; member in struct:ifpppcstatsreq
|
/external/v8/src/ |
global-handles.cc | 613 void GlobalHandles::RecordStats(HeapStats* stats) { 614 *stats->global_handle_count = 0; 615 *stats->weak_global_handle_count = 0; 616 *stats->pending_global_handle_count = 0; 617 *stats->near_death_global_handle_count = 0; 618 *stats->free_global_handle_count = 0; 620 *stats->global_handle_count += 1; 622 *stats->weak_global_handle_count += 1; 624 *stats->pending_global_handle_count += 1; 626 *stats->near_death_global_handle_count += 1 [all...] |
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_allocator.h | 207 // Per-thread stats, live in per-thread cache. 234 // Global stats, used for aggregation and querying. 262 const AllocatorStats *stats = this; local 265 s[i] += stats->Get(AllocatorStat(i)); 266 stats = stats->next_; 267 if (stats == this) 407 Printf("Stats: SizeClassAllocator64: %zdM mapped in %zd allocations; " 479 uptr n_allocated, n_freed; // Just stats. 938 CHECK_LT(size_log, ARRAY_SIZE(stats.by_size_log)) 1083 } stats; member in class:__sanitizer::LargeMmapAllocator [all...] |
sanitizer_stackdepot.cc | 45 static StackDepotStats stats; member in namespace:__sanitizer 48 return &stats; 102 stats.mapped += allocsz; 166 stats.n_uniq_ids++;
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
main.py | 147 stats = pstats.Stats('profile.dat') 148 stats.strip_dirs() 149 stats.sort_stats('time') 150 stats.print_stats(100)
|
/external/clang/include/clang/Analysis/Analyses/ |
UninitializedValues.h | 105 UninitVariablesAnalysisStats &stats);
|
/external/clang/www/demo/ |
index.cgi | 205 ), ' <a href="DemoInfo.html#stats">?</a><br>'; 354 my $stats = ''; 356 $stats = "-stats -time-passes " 359 "stkrc $stats -o $bytecodeFile $inputFile > $outputFile 2>&1", 362 #$stats = "-Wa,--stats,--time-passes,--info-output-file=$timerFile" 363 $stats = "-ftime-report" 366 "llvm-gcc -emit-llvm -W -Wall -O2 $stats -o $bytecodeFile -c $inputFile > $outputFile 2>&1", 377 my $stats = '' [all...] |
/external/guava/guava/src/com/google/common/cache/ |
Cache.java | 122 * Returns a current snapshot of this cache's cumulative statistics. All stats are initialized 125 CacheStats stats(); method in interface:Cache
|
/external/kernel-headers/original/linux/ |
idle_stats_device.h | 66 struct msm_idle_read_stats *stats; member in struct:msm_idle_stats_device
|
/external/libpcap/ |
pcap-dos.c | 340 struct net_device_stats *stats; local 349 if (!dev->get_stats || (stats = (*dev->get_stats)(dev)) == NULL) 357 p->md.stat.ps_recv = stats->rx_packets; 358 p->md.stat.ps_drop += stats->rx_missed_errors; 359 p->md.stat.ps_ifdrop = stats->rx_dropped + /* queue full */ 360 stats->rx_errors; /* HW errors */ 1081 struct net_device_stats *stats = (struct net_device_stats*) dev->priv; local 1088 stats->tx_errors++; 1096 struct net_device_stats *stats = (struct net_device_stats*) dev->priv; local 1098 if (!stats || !PktSessStatistics(pktInfo.handle) 1153 static struct net_device_stats stats; local [all...] |
/external/libppp/src/ |
hdlc.h | 69 } laststats, stats; member in struct:hdlc
|
link.h | 48 } stats; member in struct:link 51 u_long proto_in[NPROTOSTAT]; /* outgoing protocol stats */ 52 u_long proto_out[NPROTOSTAT]; /* incoming protocol stats */
|
/external/ppp/pppd/include/net/ |
vjcompress.h | 124 struct vjstat stats; member in struct:vjcompress
|