Searched refs:Sample (Results 1 - 25 of 104) sorted by relevance

12345

/external/chromium-trace/trace-viewer/src/tracing/trace_model/
H A Dsample.js10 * @fileoverview Provides the Sample class.
14 * A Sample represents a sample taken at an instant in time
19 function Sample(category, title, colorId, start, args) {
23 Sample.prototype = {
28 Sample: Sample
/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
H A Dppb_gamepad_api.h20 virtual void Sample(PP_Instance instance,
/external/chromium_org/third_party/webrtc/base/
H A Dbandwidthsmoother_unittest.cc34 EXPECT_FALSE(mon.Sample(9, bandwidth_sample));
35 EXPECT_TRUE(mon.Sample(10, bandwidth_sample));
40 EXPECT_TRUE(mon.Sample(20, bandwidth_sample));
53 EXPECT_FALSE(mon.Sample(9, kBandwidthSample));
54 EXPECT_TRUE(mon.Sample(10, kBandwidthSample));
67 EXPECT_FALSE(mon.Sample(1, kBandwidthSample));
69 EXPECT_TRUE(mon.Sample(2, kBandwidthSample));
82 EXPECT_FALSE(mon.Sample(1, kBandwidthSample));
83 EXPECT_FALSE(mon.Sample(2, kBandwidthSample));
84 EXPECT_FALSE(mon.Sample(
[all...]
H A Dbandwidthsmoother.h42 bool Sample(uint32 sample_time, int bandwidth);
/external/javassist/sample/evolve/
H A DSample.java6 public class Sample { class
/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/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 Dsample_map.h26 virtual void Accumulate(HistogramBase::Sample value,
29 HistogramBase::Sample value) const OVERRIDE;
39 std::map<HistogramBase::Sample, HistogramBase::Count> sample_counts_;
46 typedef std::map<HistogramBase::Sample, HistogramBase::Count>
55 virtual void Get(HistogramBase::Sample* min,
56 HistogramBase::Sample* max,
H A Dbucket_ranges.h31 typedef std::vector<HistogramBase::Sample> Ranges;
37 HistogramBase::Sample range(size_t i) const { return ranges_[i]; }
38 void set_range(size_t i, HistogramBase::Sample value);
H A Dhistogram.h334 Sample minimum,
335 Sample maximum,
344 static void InitializeBucketRanges(Sample minimum,
345 Sample maximum,
367 Sample declared_min() const { return declared_min_; }
368 Sample declared_max() const { return declared_max_; }
369 virtual Sample ranges(size_t i) const;
380 Sample* minimum,
381 Sample* maximum,
387 Sample expected_minimu
[all...]
H A Dhistogram_samples.h25 virtual void Accumulate(HistogramBase::Sample value,
27 virtual HistogramBase::Count GetCount(HistogramBase::Sample value) const = 0;
77 virtual void Get(HistogramBase::Sample* min,
78 HistogramBase::Sample* max,
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 Dsample_vector.h29 virtual void Accumulate(HistogramBase::Sample value,
32 HistogramBase::Sample value) const OVERRIDE;
44 virtual size_t GetBucketIndex(HistogramBase::Sample value) const;
66 virtual void Get(HistogramBase::Sample* min,
67 HistogramBase::Sample* max,
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 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 Dhistogram_samples.cc20 virtual void Get(HistogramBase::Sample* min,
21 HistogramBase::Sample* max,
26 HistogramBase::Sample min_;
27 HistogramBase::Sample max_;
50 void SampleCountPickleIterator::Get(HistogramBase::Sample* min,
51 HistogramBase::Sample* max,
106 HistogramBase::Sample min;
107 HistogramBase::Sample max;
/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/javassist/sample/vector/
H A DSample.java3 public class Sample extends java.util.Vector { class in inherits:java.util.Vector
/external/deqp/modules/internal/
H A DditTestLogTests.cpp51 log << TestLog::SampleList("TestSamples", "Test Sample List")
58 log << TestLog::Sample << 1 << 2 << 2.3 << TestLog::EndSample
59 << TestLog::Sample << 0 << 0 << 0 << TestLog::EndSample
60 << TestLog::Sample << 421 << -23 << 0.00001 << TestLog::EndSample
61 << TestLog::Sample << 2 << 9 << -1e9 << TestLog::EndSample
62 << TestLog::Sample << std::numeric_limits<deInt64>::max() << std::numeric_limits<deInt64>::min() << -0.0f << TestLog::EndSample
63 << TestLog::Sample << 0x3355 << 0xf24 << std::numeric_limits<double>::max() << TestLog::EndSample;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11tex/
H A Dd3d11tex.hlsl57 float4 a0 = tex0.Sample(samp0, input.texcoord);
58 float4 a1 = tex0.Sample(samp1, input.texcoord);
61 float4 b0 = tex1.Sample(samp0, input.texcoord);
62 float4 b1 = tex1.Sample(samp1, input.texcoord);
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tex/
H A Dd3d11tex.hlsl57 float4 a0 = tex0.Sample(samp0, input.texcoord);
58 float4 a1 = tex0.Sample(samp1, input.texcoord);
61 float4 b0 = tex1.Sample(samp0, input.texcoord);
62 float4 b1 = tex1.Sample(samp1, input.texcoord);
/external/javassist/src/main/javassist/tools/rmi/
H A DSample.java23 public class Sample { class
/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/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

Completed in 401 milliseconds

12345