Searched defs:Sample (Results 1 - 25 of 34) sorted by path

12

/external/chromium_org/base/metrics/
H A Dhistogram.cc82 typedef HistogramBase::Sample Sample; typedef in namespace:base
88 Sample minimum,
89 Sample maximum,
145 void Histogram::InitializeBucketRanges(Sample minimum,
146 Sample maximum,
152 Sample current = minimum;
162 Sample next;
179 Sample previous_range = -1; // Bottom range is always 0.
209 Sample Histogra
[all...]
H A Dhistogram_base.h54 typedef int32_t Sample; // Used for samples. typedef in class:base::HistogramBase
58 static const Sample kSampleType_MAX; // INT_MAX
113 virtual bool HasConstructionArguments(Sample expected_minimum,
114 Sample expected_maximum,
117 virtual void Add(Sample value) = 0;
119 // 2 convenient functions that call Add(Sample).
168 const std::string GetSimpleAsciiBucketRange(Sample sample) const;
H A Dsample_map.cc14 typedef HistogramBase::Sample Sample; typedef in namespace:base
20 void SampleMap::Accumulate(Sample value, Count count) {
26 Count SampleMap::GetCount(Sample value) const {
27 map<Sample, Count>::const_iterator it = sample_counts_.find(value);
35 for (map<Sample, Count>::const_iterator it = sample_counts_.begin();
49 Sample min;
50 Sample max;
76 void SampleMapIterator::Get(Sample* min, Sample* ma
[all...]
H A Dsample_vector.cc15 typedef HistogramBase::Sample Sample; typedef in namespace:base
25 void SampleVector::Accumulate(Sample value, Count count) {
33 Count SampleVector::GetCount(Sample value) const {
58 HistogramBase::Sample min;
59 HistogramBase::Sample max;
68 // Sample matches this bucket!
75 // Sample is larger than current bucket range. Try next.
78 // Sample is smaller than current bucket range. We scan buckets from
89 size_t SampleVector::GetBucketIndex(Sample valu
[all...]
H A Dsparse_histogram.cc19 typedef HistogramBase::Sample Sample; typedef in namespace:base
43 Sample expected_minimum,
44 Sample expected_maximum,
50 void SparseHistogram::Add(Sample value) {
130 Sample largest_sample = 0;
134 Sample min;
135 Sample max;
150 Sample min;
151 Sample ma
[all...]
/external/chromium_org/base/process/
H A Dprocess_metrics.cc16 SystemMetrics SystemMetrics::Sample() { function in class:base::SystemMetrics
/external/chromium_org/chrome/browser/
H A Dabout_flags_unittest.cc44 typedef base::HistogramBase::Sample Sample; typedef in namespace:__anon2852
45 typedef std::map<std::string, Sample> SwitchToIdMap;
52 std::map<Sample, std::string> ParseEnumFromHistogramsXml(
57 std::map<Sample, std::string> result;
84 Sample value;
109 return (success ? result : std::map<Sample, std::string>());
121 std::map<Sample, std::string> ReadEnumFromHistogramsXml(
124 std::map<Sample, std::string> login_custom_flags;
135 return std::map<Sample, st
[all...]
H A Dprocess_info_snapshot_mac.cc275 bool ProcessInfoSnapshot::Sample(std::vector<base::ProcessId> pid_list) { function in class:ProcessInfoSnapshot
/external/chromium_org/content/renderer/pepper/
H A Dpepper_plugin_instance_impl.cc499 void PepperPluginInstanceImpl::GamepadImpl::Sample( function in class:content::PepperPluginInstanceImpl::GamepadImpl
/external/chromium_org/ppapi/c/
H A Dppb_gamepad.h103 void (*Sample)(PP_Instance instance, struct PP_GamepadsSampleData* data); member in struct:PPB_Gamepad_1_0
/external/chromium_org/ppapi/proxy/
H A Dgamepad_resource.cc65 void GamepadResource::Sample(PP_Instance /* instance */, function in class:ppapi::proxy::GamepadResource
/external/chromium_org/ppapi/thunk/
H A Dppb_gamepad_thunk.cc21 void Sample(PP_Instance instance, struct PP_GamepadsSampleData* data) { function in namespace:ppapi::thunk::__anon10276
22 VLOG(4) << "PPB_Gamepad::Sample()";
28 enter.functions()->Sample(instance, data);
32 &Sample
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DTracingModel.js32 Sample: "P",
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dprofiler.py57 'mac': [IProfiler, Sample, GooglePProf],
176 class Sample(SingleFileOutputProfiler): class in inherits:SingleFileOutputProfiler
180 super(Sample, self).__init__(host, executable_path, output_dir, "txt", identifier)
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
H A Dfakeaudiocapturemodule.h57 typedef uint16 Sample; typedef in class:FakeAudioCaptureModule
62 enum{kNumberBytesPerSample = sizeof(Sample)};
/external/chromium_org/third_party/webrtc/base/
H A Dbandwidthsmoother.cc34 bool BandwidthSmoother::Sample(uint32 sample_time, int bandwidth) { function in class:rtc::BandwidthSmoother
/external/chromium_org/tools/telemetry/telemetry/timeline/
H A Dsample.py8 class Sample(timeline_event.TimelineEvent): class in inherits:timeline_event.TimelineEvent
9 ''' A Sample represents a sample taken at an instant in time
12 NOTE: The Sample class implements the same interface as
18 super(Sample, self).__init__(
/external/chromium_org/ui/events/gesture_detection/
H A Dvelocity_tracker_unittest.cc49 static MockMotionEvent Sample(MotionEvent::Action action, function in class:ui::VelocityTrackerTest
68 state->AddMovement(Sample(MotionEvent::ACTION_DOWN, p0, t0, v, dt * 0));
70 state->AddMovement(Sample(MotionEvent::ACTION_UP, p0, t0, v, t));
84 state->AddMovement(Sample(MotionEvent::ACTION_MOVE, p0, t0, v, dt * i));
104 // Sample a constant velocity sequence.
159 Sample(MotionEvent::ACTION_DOWN, p0, t0, vFast, base::TimeDelta()));
202 Sample(MotionEvent::ACTION_DOWN, p0, t0, v, base::TimeDelta()));
213 state.AddMovement(Sample(
/external/deqp/executor/
H A DxeTestCaseResult.hpp80 class Sample;
484 class Sample : public Item class in namespace:xe::ri
487 Sample (void) : Item(TYPE_SAMPLE) {} function in class:xe::ri::Sample
488 ~Sample (void) {}
/external/deqp/framework/common/
H A DtcuTestLog.cpp439 const TestLog::BeginSampleToken TestLog::Sample = TestLog::BeginSampleToken(); member in class:tcu::TestLog
H A DtcuTestLog.hpp87 static const class BeginSampleToken {} Sample; member in class:tcu::TestLog
/external/deqp/modules/gles2/functional/
H A Des2fFlushFinishTests.cpp122 struct Sample struct in class:deqp::gles2::Functional::__anon19879::FlushFinishCase
142 void analyzeResults (const std::vector<Sample>& samples, const CalibrationParams& calibrationParams);
211 tcu::TestLog& operator<< (tcu::TestLog& log, const FlushFinishCase::Sample& sample)
329 bool operator() (const FlushFinishCase::Sample& a, const FlushFinishCase::Sample& b) const { return a.numDrawCalls < b.numDrawCalls; }
332 std::vector<Vec2> getPointsFromSamples (const std::vector<FlushFinishCase::Sample>& samples, const deUint64 FlushFinishCase::Sample::*field)
343 T getMaximumValue (const std::vector<FlushFinishCase::Sample>& samples, const T FlushFinishCase::Sample::*field)
355 void FlushFinishCase::analyzeResults (const std::vector<Sample>
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fFlushFinishTests.cpp121 struct Sample struct in class:deqp::gles3::Functional::__anon20011::FlushFinishCase
142 void analyzeResults (const std::vector<Sample>& samples, const CalibrationParams& calibrationParams);
220 tcu::TestLog& operator<< (tcu::TestLog& log, const FlushFinishCase::Sample& sample)
400 bool operator() (const FlushFinishCase::Sample& a, const FlushFinishCase::Sample& b) const { return a.numDrawCalls < b.numDrawCalls; }
403 std::vector<Vec2> getPointsFromSamples (const std::vector<FlushFinishCase::Sample>& samples, const deUint64 FlushFinishCase::Sample::*field)
414 T getMaximumValue (const std::vector<FlushFinishCase::Sample>& samples, const T FlushFinishCase::Sample::*field)
426 void FlushFinishCase::analyzeResults (const std::vector<Sample>
[all...]
/external/deqp/modules/gles3/performance/
H A Des3pDepthTests.cpp72 struct Sample struct in namespace:deqp::gles3::Performance::__anon20237
514 void logSamples (const vector<Sample>& samples, const string& name, const string& desc);
516 virtual void logAnalysis (const vector<Sample>& samples) = 0;
523 virtual Sample renderSample (const RenderData& occluder, const RenderData& occluded, int workload) const = 0;
551 vector<Sample> results;
608 Sample sample = renderSample(*occluderData, *occludedData, workload);
624 void BaseCase::logSamples (const vector<Sample>& samples, const string& name, const string& desc)
651 const Sample& sample = samples[sampleNdx];
653 log << TestLog::Sample << sample.workload << sample.order << sample.testTime << TestLog::EndSample;
668 const Sample
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts/derby. ...

Completed in 1758 milliseconds

12