/external/opencv3/samples/cpp/tutorial_code/features2D/AKAZE_tracking/ |
stats.h | 4 struct Stats 11 Stats() : matches(0), 17 Stats& operator+=(const Stats& op) { 24 Stats& operator/=(int num)
|
utils.h | 6 #include "stats.h" 12 void drawStatistics(Mat image, const Stats& stats); 13 void printStatistics(string name, Stats stats); 24 void drawStatistics(Mat image, const Stats& stats) 29 str1 << "Matches: " << stats.matches; 30 str2 << "Inliers: " << stats.inliers; 31 str3 << "Inlier ratio: " << setprecision(2) << stats.ratio [all...] |
/build/kati/ |
stats.h | 23 class Stats { 25 explicit Stats(const char* name); 43 explicit ScopedStatsRecorder(Stats* st, const char* msg = 0); 47 Stats* st_; 54 static Stats stats(name); \ 55 ScopedStatsRecorder ssr(&stats) 58 static Stats stats(name); \ 59 ScopedStatsRecorder ssr(&stats, msg [all...] |
stats.cc | 17 #include "stats.h" 31 vector<Stats*>* g_stats; 36 Stats::Stats(const char* name) 40 g_stats = new vector<Stats*>; 44 string Stats::String() const { 49 void Stats::Start() { 56 double Stats::End() { 65 ScopedStatsRecorder::ScopedStatsRecorder(Stats* st, const char* msg) 84 for (Stats* st : *g_stats) [all...] |
/external/llvm/lib/Support/ |
Statistic.cpp | 1 //===-- Statistic.cpp - Easy way to expose stats information --------------===// 12 // printed at the end of a run, when the -stats command line option is enabled 37 /// -stats - Command line option to cause transformations to emit stats about 42 "stats", 51 std::vector<const Statistic*> Stats; 58 Stats.push_back(S); 69 // If stats are enabled, inform StatInfo that this statistic should be 99 StatisticInfo &Stats = *StatInfo; 103 for (size_t i = 0, e = Stats.Stats.size(); i != e; ++i) [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
ICURWLock.java | 42 private Stats stats = null; field in class:ICURWLock 47 public final static class Stats { 73 private Stats() { 76 private Stats(int rc, int mrc, int wrc, int wc, int wwc) { 84 private Stats(Stats rhs) { 89 * Return a string listing all the stats. 101 * Reset the stats. Returns existing stats, if any [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
ICURWLock.java | 40 private Stats stats = null; field in class:ICURWLock 45 public final static class Stats { 71 private Stats() { 74 private Stats(int rc, int mrc, int wrc, int wc, int wwc) { 82 private Stats(Stats rhs) { 87 * Return a string listing all the stats. 99 * Reset the stats. Returns existing stats, if any [all...] |
/external/chromium-trace/catapult/third_party/coverage/coverage/ctracer/ |
datastack.h | 8 #include "stats.h" 41 int DataStack_init(Stats * pstats, DataStack *pdata_stack); 42 void DataStack_dealloc(Stats * pstats, DataStack *pdata_stack); 43 int DataStack_grow(Stats * pstats, DataStack *pdata_stack);
|
stats.h | 10 #define STATS(x) x 12 #define STATS(x) 15 typedef struct Stats { 28 } Stats;
|
datastack.c | 10 DataStack_init(Stats *pstats, DataStack *pdata_stack) 19 DataStack_dealloc(Stats *pstats, DataStack *pdata_stack) 25 DataStack_grow(Stats *pstats, DataStack *pdata_stack) 32 STATS( pstats->stack_reallocs++; )
|
tracer.h | 61 Stats stats; member in struct:CTracer
|
/external/webrtc/webrtc/modules/video_coding/codecs/test/ |
stats.h | 46 // Contains calculation methods for interesting metrics from these stats. 47 class Stats { 51 Stats(); 52 virtual ~Stats();
|
stats_unittest.cc | 11 #include "webrtc/modules/video_coding/codecs/test/stats.h" 25 void SetUp() { stats_ = new Stats(); } 29 Stats* stats_; 38 // Add single frame stats and verify 45 // Add multiple frame stats and verify
|
stats.cc | 11 #include "webrtc/modules/video_coding/codecs/test/stats.h" 37 Stats::Stats() {} 39 Stats::~Stats() {} 57 FrameStatistic& Stats::NewFrame(int frame_number) { 65 void Stats::PrintSummary() {
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowStatFs.java | 15 private static final Stats DEFAULT_STATS = new Stats(0, 0, 0); 16 private static Map<String, Stats> stats = new HashMap<String, Stats>(); field in class:ShadowStatFs 17 private Stats stat; 45 stat = stats.get(path); 56 stats.put(path, new Stats(blockCount, freeBlocks, availableBlocks)); 60 stats.clear() [all...] |
/external/chromium-trace/catapult/third_party/typ/typ/tests/ |
stats_test.py | 17 from typ.stats import Stats 23 s = Stats('foo', lambda: 0, 32) 27 s = Stats('[%s/%f/%t/%r/%p]', lambda: 0, 32) 40 s = Stats('[%e]', lambda: times.pop(0), 32) 43 s = Stats('[%e]', lambda: 0, 32) 48 s = Stats('[%c]', lambda: times.pop(0), 1) 56 s = Stats('[%o]', lambda: times.pop(0), 32) 64 s = Stats('%%', lambda: 0, 32) 68 s = Stats('%x', lambda: 0, 32 [all...] |
/external/skia/src/gpu/gl/builders/ |
GrGLShaderStringBuilder.h | 22 GrGpu::Stats*);
|
/external/webrtc/webrtc/modules/audio_processing/aec/ |
aec_core.h | 42 typedef struct Stats { 52 } Stats; 94 Stats* erl, 95 Stats* erle, 96 Stats* a_nlp);
|
/frameworks/base/core/jni/ |
android_net_TrafficStats.cpp | 35 static const char* QTAGUID_UID_STATS = "/proc/net/xt_qtaguid/stats"; 49 struct Stats { 58 static uint64_t getStatsType(struct Stats* stats, StatsType type) { 61 return stats->rxBytes; 63 return stats->rxPackets; 65 return stats->txBytes; 67 return stats->txPackets; 69 return stats->tcpRxPackets; 71 return stats->tcpTxPackets 154 struct Stats stats; local 169 struct Stats stats; local 179 struct Stats stats; local [all...] |
/external/webrtc/talk/media/webrtc/ |
fakewebrtccall.h | 61 void SetStats(const webrtc::AudioSendStream::Stats& stats); 76 webrtc::AudioSendStream::Stats GetStats() const override; 80 webrtc::AudioSendStream::Stats stats_; 89 void SetStats(const webrtc::AudioReceiveStream::Stats& stats); 108 webrtc::AudioReceiveStream::Stats GetStats() const override; 112 webrtc::AudioReceiveStream::Stats stats_; 134 void SetStats(const webrtc::VideoSendStream::Stats& stats); [all...] |
/external/webrtc/webrtc/ |
audio_send_stream.h | 33 struct Stats { 34 // TODO(solenberg): Harmonize naming and defaults with receive stream stats. 95 virtual Stats GetStats() const = 0;
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
packet_receiver.h | 46 Stats<double> GetDelayStats() const; 55 Stats<double> delay_stats_;
|
bwe_test.h | 121 Stats<double> throughput_kbps, 123 Stats<double> flow_delay_ms, 124 Stats<double> flow_throughput_kbps); 127 Stats<double> throughput_kbps, 128 std::map<int, Stats<double>> flow_delay_ms, 129 std::map<int, Stats<double>> flow_throughput_kbps);
|
/external/webrtc/webrtc/modules/audio_coding/test/ |
Channel.h | 64 int16_t Stats(CodecInst& codecInst, ACMTestPayloadStats& payloadStats); 66 void Stats(uint32_t* numPackets); 68 void Stats(uint8_t* payloadType, uint32_t* payloadLenByte);
|
/art/compiler/utils/ |
dedupe_set.h | 51 struct Stats;
|