/external/openssl/ssl/ |
ssl_sess.c | 526 s->session_ctx->stats.sess_miss++; 537 s->session_ctx->stats.sess_cb_hit++; 604 s->session_ctx->stats.sess_timeout++; 613 s->session_ctx->stats.sess_hit++; 697 ctx->stats.sess_cache_full++; [all...] |
/external/quake/quake/src/QW/client/ |
view.c | 453 if (cl.stats[STAT_ITEMS] & IT_QUAD) 460 else if (cl.stats[STAT_ITEMS] & IT_SUIT) 467 else if (cl.stats[STAT_ITEMS] & IT_INVISIBILITY) 474 else if (cl.stats[STAT_ITEMS] & IT_INVULNERABILITY) 944 view->model = cl.model_precache[cl.stats[STAT_WEAPON]];
|
cl_parse.c | 1043 if ( (value & (1<<j)) && !(cl.stats[stat] & (1<<j))) 1047 cl.stats[stat] = value; 1255 cl.stats[STAT_MONSTERS]++; 1259 cl.stats[STAT_SECRETS]++;
|
cl_pred.c | 87 pmove.dead = cl.stats[STAT_HEALTH] <= 0;
|
client.h | 232 int stats[MAX_CL_STATS]; // health, etc member in struct:__anon11524
|
/external/quake/quake/src/WinQuake/ |
view.cpp | 822 if (cl.stats[STAT_HEALTH] <= 0) 942 if (cl.model_precache[cl.stats[STAT_WEAPON]] && strcmp (cl.model_precache[cl.stats[STAT_WEAPON]]->name, "progs/v_shot2.mdl")) 953 view->model = cl.model_precache[cl.stats[STAT_WEAPON]]; 954 view->frame = cl.stats[STAT_WEAPONFRAME];
|
/gdk/samples/quake/jni/ |
view.cpp | 822 if (cl.stats[STAT_HEALTH] <= 0) 942 if (cl.model_precache[cl.stats[STAT_WEAPON]] && strcmp (cl.model_precache[cl.stats[STAT_WEAPON]]->name, "progs/v_shot2.mdl")) 953 view->model = cl.model_precache[cl.stats[STAT_WEAPON]]; 954 view->frame = cl.stats[STAT_WEAPONFRAME];
|
/external/flac/libFLAC/ |
metadata_iterators.c | 139 static FLAC__bool get_file_stats_(const char *filename, struct stat *stats); 140 static void set_file_stats_(const char *filename, struct stat *stats); 348 struct stat stats; member in struct:FLAC__Metadata_SimpleIterator 404 set_file_stats_(iterator->filename, &iterator->stats); 507 iterator->has_stats = get_file_stats_(filename, &iterator->stats); 1650 struct stat stats; local [all...] |
/external/e2fsprogs/lib/ext2fs/ |
test_io.c | 75 static errcode_t test_get_stats(io_channel channel, io_stats *stats); 484 static errcode_t test_get_stats(io_channel channel, io_stats *stats) 494 retval = (data->real->manager->get_stats)(data->real, stats);
|
/packages/apps/Settings/src/com/android/settings/applications/ |
ManageApplications.java | 331 final long[] stats = mContainerService.getFileSystemStats( local 333 mTotalStorage = stats[0]; 334 mFreeStorage = stats[1]; 350 final long[] stats = mContainerService.getFileSystemStats( local 352 mTotalStorage = stats[0]; 353 mFreeStorage = stats[1]; [all...] |
/external/valgrind/main/gdbserver_tests/ |
mchelp.stdoutB.exp | 43 v.info memory : show valgrind heap memory stats
|
/external/webp/src/enc/ |
analysis.c | 91 if (enc->pic_->stats) { 93 enc->pic_->stats->segment_size[n] = p[n]; 170 // Reset stats 317 // It's usually not a good and definitive pick, but helps seeding the stats
|
/gdk/samples/bitmap-plasma-llvm/jni/ |
plasmaLLVM.cpp | 271 /* simple stats management */ 288 } Stats; 291 stats_init( Stats* s ) 300 stats_startFrame( Stats* s ) 306 stats_endFrame( Stats* s ) 375 static Stats stats; local 389 stats_init(&stats);
|
/hardware/ti/wlan/wl1271/platforms/os/linux/src/ |
osapi.c | 478 drv->stats.rx_packets++; 479 drv->stats.rx_bytes += skb->len;
|
/external/chromium/net/disk_cache/ |
backend_impl.h | 19 #include "net/disk_cache/stats.h" 202 void OnEvent(Stats::Counters an_event); 265 virtual void GetStats(StatsItems* stats); 324 // Send UMA stats. 373 Stats stats_; // Usage statistcs.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
GenerateResults.java | 727 double[] stats = null; local 736 stats = configResults.getStatistics(baselinePrefixes); 738 stats = configResults.getStatistics(this.currentBuildPrefixes); 740 double variation = stats[3]; [all...] |
/external/kernel-headers/original/linux/ |
wanrouter.h | 495 struct net_device_stats stats; /* interface statistics */ member in struct:wan_device
|
/external/libpcap/ |
pcap-linux.c | 794 pcap_stats_linux(pcap_t *handle, struct pcap_stat *stats) 854 *stats = handle->md.stat; 892 stats->ps_recv = handle->md.packets_read; 893 stats->ps_drop = 0; [all...] |
/external/linux-tools-perf/ |
builtin-diff.c | 54 session->hists.stats.total_period += sample->period;
|
/hardware/ti/wlan/wl1271/stad/src/Application/ |
scanMngr.h | 391 scan_mngrStat_t stats; /**< statistics */ member in struct:__anon19138 [all...] |
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
BatteryHistoryChart.java | 109 // are battery stats signal strength buckets. 337 void setStats(BatteryStats stats) { 338 mStats = stats; 360 if (stats.startIteratingHistoryLocked()) { 362 while (stats.getNextHistoryLocked(rec)) {
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
xfrm.h | 320 struct xfrm_stats stats; member in struct:xfrm_usersa_info
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
xfrm.h | 320 struct xfrm_stats stats; member in struct:xfrm_usersa_info
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
xfrm.h | 320 struct xfrm_stats stats; member in struct:xfrm_usersa_info
|
/frameworks/base/core/java/android/content/ |
SyncManager.java | [all...] |