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

12

/external/chromium-trace/catapult/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/testng/src/test/java/test/inject/
H A DSample.java8 public class Sample { class
/external/javassist/sample/evolve/
H A DSample.java6 public class Sample { class
/external/testng/src/test/java/test/bug90/
H A DSample.java6 public class Sample { class
/external/testng/src/test/java/test/invokedmethodlistener/
H A DSample.java7 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/ImageMagick/Magick++/demo/
H A Dzoom.cpp46 Sample enumerator in enum:ResizeAlgorithm
108 resize_algorithm=Sample;
170 case Sample:
/external/flatbuffers/samples/
H A Dsample_binary.py26 import MyGame.Sample.Color namespace
27 import MyGame.Sample.Equipment namespace
28 import MyGame.Sample.Monster namespace
29 import MyGame.Sample.Vec3 namespace
30 import MyGame.Sample.Weapon namespace
41 MyGame.Sample.Weapon.WeaponStart(builder)
42 MyGame.Sample.Weapon.WeaponAddName(builder, weapon_one)
43 MyGame.Sample.Weapon.WeaponAddDamage(builder, 3)
44 sword = MyGame.Sample.Weapon.WeaponEnd(builder)
46 MyGame.Sample
[all...]
/external/javassist/src/main/javassist/tools/reflect/
H A DSample.java21 public class Sample { class
/external/libchrome/base/process/
H A Dprocess_metrics.cc19 SystemMetrics SystemMetrics::Sample() { function in class:base::SystemMetrics
/external/llvm/lib/ProfileData/
H A DSampleProf.cpp1 //=-- SampleProf.cpp - Sample profiling format support --------------------===//
93 const SampleRecord &Sample) {
94 Sample.print(OS, 0);
92 operator <<(raw_ostream &OS, const SampleRecord &Sample) argument
H A DSampleProfWriter.cpp50 const SampleRecord &Sample = I->second; local
57 OS << Sample.getSamples();
59 for (const auto &J : Sample.getCallTargets())
99 const SampleRecord &Sample = I.second; local
100 for (const auto &J : Sample.getCallTargets())
167 const SampleRecord &Sample = I.second; local
170 encodeULEB128(Sample.getSamples(), OS);
171 encodeULEB128(Sample.getCallTargets().size(), OS);
172 for (const auto &J : Sample.getCallTargets()) {
/external/mockito/src/test/java/org/mockitousage/misuse/
H A DSpyStubbingMisuseTest.java30 public class Sample { } class in class:SpyStubbingMisuseTest
33 Sample getSample() {
34 return new Sample();
39 Sample sample;
/external/webrtc/webrtc/base/
H A Dbandwidthsmoother.cc36 bool BandwidthSmoother::Sample(uint32_t sample_time, int bandwidth) { function in class:rtc::BandwidthSmoother
/external/v8/src/profiler/
H A Dsampling-heap-profiler.h54 struct Sample { struct in class:v8::internal::SamplingHeapProfiler
56 Sample(size_t size_, AllocationNode* owner_, Local<Value> local_, function in struct:v8::internal::SamplingHeapProfiler::Sample
63 ~Sample() { global.Reset(); }
70 DISALLOW_COPY_AND_ASSIGN(Sample);
127 static void OnWeakCallback(const WeakCallbackInfo<Sample>& data);
149 std::set<Sample*> samples_;
/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/libchrome/base/metrics/
H A Dsample_map.cc14 typedef HistogramBase::Sample Sample; typedef in namespace:base
23 typedef std::map<HistogramBase::Sample, HistogramBase::Count>
32 void Get(HistogramBase::Sample* min,
33 HistogramBase::Sample* max,
61 void SampleMapIterator::Get(Sample* min, Sample* max, Count* count) const {
85 void SampleMap::Accumulate(Sample value, Count count) {
91 Count SampleMap::GetCount(Sample value) const {
92 std::map<Sample, Coun
[all...]
H A Dsample_vector.cc13 typedef HistogramBase::Sample Sample; typedef in namespace:base
42 void SampleVector::Accumulate(Sample value, Count count) {
49 Count SampleVector::GetCount(Sample value) const {
74 HistogramBase::Sample min;
75 HistogramBase::Sample max;
84 // Sample matches this bucket!
89 // Sample is larger than current bucket range. Try next.
92 // Sample is smaller than current bucket range. We scan buckets from
103 size_t SampleVector::GetBucketIndex(Sample valu
[all...]
H A Dhistogram_base.h88 typedef int32_t Sample; // Used for samples. typedef in class:base::HistogramBase
92 static const Sample kSampleType_MAX; // INT_MAX
164 Sample expected_minimum,
165 Sample expected_maximum,
168 virtual void Add(Sample value) = 0;
174 virtual void AddCount(Sample value, int count) = 0;
176 // 2 convenient functions that call Add(Sample).
249 const std::string GetSimpleAsciiBucketRange(Sample sample) const;
259 void FindAndRunCallback(Sample sample) const;
H A Dpersistent_sample_map.cc15 typedef HistogramBase::Sample Sample; typedef in namespace:base
24 typedef std::map<HistogramBase::Sample, HistogramBase::Count*>
33 void Get(HistogramBase::Sample* min,
34 HistogramBase::Sample* max,
63 void PersistentSampleMapIterator::Get(Sample* min,
64 Sample* max,
86 Sample value; // The value for which this record holds a count.
106 void PersistentSampleMap::Accumulate(Sample value, Count count) {
112 Count PersistentSampleMap::GetCount(Sample valu
[all...]
H A Dsparse_histogram.cc22 typedef HistogramBase::Sample Sample; typedef in namespace:base
96 Sample /*expected_minimum*/,
97 Sample /*expected_maximum*/,
103 void SparseHistogram::Add(Sample value) {
107 void SparseHistogram::AddCount(Sample value, int count) {
242 Sample largest_sample = 0;
245 Sample min;
246 Sample max;
260 Sample mi
[all...]
/external/webrtc/talk/app/webrtc/test/
H A Dfakeaudiocapturemodule.h56 typedef uint16_t Sample; typedef in class:FakeAudioCaptureModule
61 static const size_t kNumberBytesPerSample = sizeof(Sample);
/external/guava/guava-tests/test/com/google/common/base/
H A DThrowablesTest.java38 Sample sample = new Sample() {
54 Sample sample = new Sample() {
74 Sample sample = new Sample() {
95 Sample sample = new Sample() {
114 Sample sample = new Sample() {
455 static class Sample { class in class:ThrowablesTest
[all...]
/external/skia/tools/skpbench/
H A Dskpbench.cpp58 struct Sample { struct
61 Sample() : fFrames(0), fDuration(0) {} function in struct:Sample
101 const SkPicture* skp, std::vector<Sample>* samples) {
103 const Sample::duration sampleDuration = std::chrono::milliseconds(FLAGS_sampleMs);
118 Sample& sample = samples->back();
133 const SkPicture* skp, std::vector<Sample>* samples) {
158 Sample& sample = samples->back();
191 void print_result(const std::vector<Sample>& samples, const char* config, const char* bench) {
196 Sample accum = Sample();
[all...]

Completed in 674 milliseconds

12