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

12

/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/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/javassist/sample/evolve/
H A DSample.java6 public class Sample { class
/external/javassist/sample/vector/
H A DSample.java3 public class Sample extends java.util.Vector { class in inherits:java.util.Vector
/external/javassist/src/main/javassist/tools/rmi/
H A DSample.java23 public class Sample { class
/external/chromium_org/base/process/
H A Dprocess_metrics.cc16 SystemMetrics SystemMetrics::Sample() { function in class:base::SystemMetrics
/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/javassist/src/main/javassist/tools/reflect/
H A DSample.java21 public class Sample { class
/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/base/metrics/
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 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_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...]
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...]
/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/chrome/browser/
H A Dprocess_info_snapshot_mac.cc275 bool ProcessInfoSnapshot::Sample(std::vector<base::ProcessId> pid_list) { function in class:ProcessInfoSnapshot
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...]
/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/guava/guava-tests/test/com/google/common/util/concurrent/
H A DSimpleTimeLimiterTest.java121 Sample proxy = service.newProxy(
122 target, Sample.class, ENOUGH_MS, TimeUnit.MILLISECONDS);
131 Sample proxy = service.newProxy(
132 target, Sample.class, NOT_ENOUGH_MS, TimeUnit.MILLISECONDS);
149 Sample proxy = service.newProxy(
150 target, Sample.class, ENOUGH_MS, TimeUnit.MILLISECONDS);
162 Sample proxy = service.newProxy(
163 target, Sample.class, NOT_ENOUGH_MS, TimeUnit.MILLISECONDS);
180 public interface Sample { interface in class:SimpleTimeLimiterTest
188 public static class SampleImpl implements Sample {
[all...]
/external/guava/guava-tests/test/com/google/common/base/
H A DThrowablesTest.java39 Sample sample = new Sample() {
55 Sample sample = new Sample() {
75 Sample sample = new Sample() {
96 Sample sample = new Sample() {
115 Sample sample = new Sample() {
457 static class Sample { class in class:ThrowablesTest
[all...]
/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...]

Completed in 766 milliseconds

12