Searched refs:sample (Results 26 - 50 of 528) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/ui/cocoa/
H A Dconfirm_quit.h26 void RecordHistogram(ConfirmQuitMetric sample);
/external/chromium_org/third_party/webrtc/test/
H A Dstatistics.h22 void AddSample(double sample);
/external/guava/guava/src/com/google/common/collect/
H A DInterner.java41 * @throws NullPointerException if {@code sample} is null
43 E intern(E sample); argument
/external/javassist/sample/preproc/
H A DAssistant.java16 package sample.preproc;
27 * @see sample.preproc.Compiler
/external/javassist/sample/vector/
H A DSample.java1 package sample.vector;
H A DTest.j2 A sample program using sample.vector.VectorAssistant
3 and the sample.preproc package.
10 % java sample.preproc.Compiler sample/vector/Test.j
11 % javac sample/vector/Test.java
12 % java sample.vector.Test
14 The first line produces one source file (sample/Test.java) and
15 two class files (sample/vector/intVector.class and
16 sample/vecto
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/gas/
H A Dwin64-gas-sce.asm1 PROC_FRAME sample
/external/chromium_org/chrome/common/extensions/docs/static/js/
H A Dsamples.js7 var samples = document.getElementsByClassName('sample');
14 var sample = samples[i];
16 if (sample.getElementsByTagName('h2').length > 0)
17 sampleTitle = sample.getElementsByTagName('h2')[0].textContent;
18 if (sample.getAttribute('tags').toLowerCase().indexOf(searchText) < 0 &&
20 sample.style.display = 'none';
22 sample.style.display = '';
/external/chromium_org/components/metrics/serialization/
H A Dmetric_sample.h21 // Types of metric sample used.
32 // Returns true if the sample is valid (can be serialized without ambiguity).
42 // Getters for sample, min, max, bucket_count.
44 // sample does not have a bucket_count so we crash if we call bucket_count()
46 const int sample() const;
51 // Returns a serialized version of the sample.
61 // Builds a crash sample.
64 // Builds a histogram sample.
67 int sample,
71 // Deserializes a histogram sample
[all...]
/external/chromium_org/components/nacl/renderer/
H A Dhistogram.h15 int32_t sample,
21 int32_t sample,
30 void HistogramTimeSmall(const std::string& name, int64_t sample);
32 void HistogramTimeMedium(const std::string& name, int64_t sample);
34 void HistogramTimeLarge(const std::string& name, int64_t sample);
44 void HistogramSizeKB(const std::string& name, int32_t sample);
H A Dhistogram.cc12 int32_t sample,
26 counter->Add(sample);
30 int32_t sample,
39 counter->Add(sample);
90 void HistogramTimeSmall(const std::string& name, int64_t sample) { argument
91 if (sample < 0)
92 sample = 0;
100 counter->AddTime(base::TimeDelta::FromMilliseconds(sample));
106 void HistogramTimeMedium(const std::string& name, int64_t sample) { argument
107 if (sample <
11 HistogramCustomCounts(const std::string& name, int32_t sample, int32_t min, int32_t max, uint32_t bucket_count) argument
29 HistogramEnumerate(const std::string& name, int32_t sample, int32_t boundary_value) argument
122 HistogramTimeLarge(const std::string& name, int64_t sample) argument
171 HistogramSizeKB(const std::string& name, int32_t sample) argument
183 int sample = status / 100; local
[all...]
/external/chromium_org/ppapi/cpp/private/
H A Duma_private.cc38 int64_t sample,
46 sample, min, max, bucket_count);
50 int32_t sample,
58 sample, min, max, bucket_count);
62 int32_t sample,
68 sample, boundary_value);
37 HistogramCustomTimes(const std::string& name, int64_t sample, int64_t min, int64_t max, uint32_t bucket_count) argument
49 HistogramCustomCounts(const std::string& name, int32_t sample, int32_t min, int32_t max, uint32_t bucket_count) argument
61 HistogramEnumeration(const std::string& name, int32_t sample, int32_t boundary_value) argument
/external/chromium_org/ppapi/thunk/
H A Dppb_uma_private_thunk.cc22 int64_t sample,
32 sample,
40 int32_t sample,
50 sample,
58 int32_t sample,
66 sample,
20 HistogramCustomTimes(PP_Instance instance, struct PP_Var name, int64_t sample, int64_t min, int64_t max, uint32_t bucket_count) argument
38 HistogramCustomCounts(PP_Instance instance, struct PP_Var name, int32_t sample, int32_t min, int32_t max, uint32_t bucket_count) argument
56 HistogramEnumeration(PP_Instance instance, struct PP_Var name, int32_t sample, int32_t boundary_value) argument
H A Dppb_uma_singleton_api.h20 int64_t sample,
27 int32_t sample,
34 int32_t sample,
/external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/
H A Dandroid_ds2784_power_monitor.py75 def ParseSample(sample):
76 values = [float(x) for x in sample.split(' ')]
83 # The output contains a sample per line.
85 # Keep track of the last sample that found an updated reading.
90 for sample in samples:
91 if sample['charge_nah'] != last_updated_sample['charge_nah']:
92 charge_difference_nah = (sample['charge_nah'] -
95 voltage_sum_uv += sample['voltage_uv']
100 last_updated_sample = sample
104 voltage_sum_uv += sample['voltage_u
[all...]
H A Dcros_power_monitor.py37 sample = self._platform.RunCommand(['power_supply_info;', 'date', '+%s'])
39 sample)
45 sample = self._platform.RunCommand(['power_supply_info;', 'date', '+%s'])
46 final_power, end_time = CrosPowerMonitor.SplitSample(sample)
54 def SplitSample(sample):
55 """Splits a power and time sample into the two separate values.
58 sample: The result of calling 'power_supply_info; date +%s' on the
62 A tuple of power sample and epoch time of the sample.
64 sample
[all...]
/external/chromium_org/mojo/public/cpp/bindings/tests/
H A Drequest_response_unittest.cc16 class ProviderImpl : public InterfaceImpl<sample::Provider> {
40 virtual void EchoEnum(sample::Enum a,
41 const Callback<void(sample::Enum)>& callback)
63 explicit EnumRecorder(sample::Enum* value) : value_(value) {
65 void Run(sample::Enum a) const {
69 sample::Enum* value_;
99 sample::ProviderPtr provider;
111 sample::ProviderPtr provider;
124 sample::ProviderPtr provider;
140 sample
[all...]
/external/flac/libFLAC/
H A Dmd5.c279 unsigned channel, sample; local
288 for(sample = 0; sample < samples; sample++, buf1_+=2)
289 *buf1_ = (FLAC__int16)signal[1][sample];
293 for(sample = 0; sample < samples; sample++)
294 *buf1_++ = (FLAC__int16)signal[0][sample];
300 for(sample
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Drollingaccumulator.h53 void AddSample(T sample) { argument
55 // Remove oldest sample.
69 // Add new sample.
70 samples_[next_index_] = sample;
71 sum_ += sample;
72 sum_2_ += sample * sample;
73 if (count_ == 1 || sample >= max_) {
74 max_ = sample;
77 if (count_ == 1 || sample <
[all...]
/external/chromium_org/tools/gyp/tools/emacs/
H A Dgyp-tests.el24 (defun read-golden-sample (filename)
47 (dolist (sample samples)
48 (let ((golden (read-golden-sample sample))
49 (fontified (fontify sample)))
54 (defun create-golden-sample (filename)
55 "Create a golden sample by fontifying filename and writing out the printable
63 (dolist (sample samples) (create-golden-sample sample)))
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dtool.h15 struct perf_sample *sample,
19 struct perf_sample *sample, struct machine *machine);
29 event_sample sample, member in struct:perf_tool
/external/oprofile/libpp/
H A Dsymbol_sort.cpp47 case sort_options::sample:
48 if (lhs.sample.counts[0] < rhs.sample.counts[0])
50 if (lhs.sample.counts[0] > rhs.sample.counts[0])
65 if (lhs.sample.vma < rhs.sample.vma)
67 if (lhs.sample.vma > rhs.sample.vma)
72 file_location const & f1 = lhs.sample
[all...]
/external/chromium_org/ppapi/api/private/
H A Dppb_uma_private.idl22 * sample given in milliseconds in the histogram given by |name|, possibly
28 [in] int64_t sample,
34 * HistogramCustomCounts is a pointer to a function which records a sample
41 [in] int32_t sample,
47 * HistogramEnumeration is a pointer to a function which records a sample
49 * does not exist. The sample represents a value in an enumeration bounded
50 * by |boundary_value|, that is, sample < boundary_value always.
55 [in] int32_t sample,
/external/chromium_org/ppapi/proxy/
H A Duma_private_resource.cc43 int64_t sample,
51 sample,
60 int32_t sample,
68 sample,
77 int32_t sample,
83 sample,
40 HistogramCustomTimes( PP_Instance instance, struct PP_Var name, int64_t sample, int64_t min, int64_t max, uint32_t bucket_count) argument
57 HistogramCustomCounts( PP_Instance instance, struct PP_Var name, int32_t sample, int32_t min, int32_t max, uint32_t bucket_count) argument
74 HistogramEnumeration( PP_Instance instance, struct PP_Var name, int32_t sample, int32_t boundary_value) argument
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-timechart.c235 struct cpu_sample *sample; local
247 sample = zalloc(sizeof(*sample));
248 assert(sample != NULL);
249 sample->start_time = start;
250 sample->end_time = end;
251 sample->type = type;
252 sample->next = c->samples;
253 sample->cpu = cpu;
254 c->samples = sample;
469 process_sample_event(struct perf_tool *tool __maybe_unused, union perf_event *event __maybe_unused, struct perf_sample *sample, struct perf_evsel *evsel, struct machine *machine __maybe_unused) argument
494 process_sample_cpu_idle(struct perf_evsel *evsel __maybe_unused, struct perf_sample *sample) argument
507 process_sample_cpu_frequency(struct perf_evsel *evsel __maybe_unused, struct perf_sample *sample) argument
517 process_sample_sched_wakeup(struct perf_evsel *evsel __maybe_unused, struct perf_sample *sample) argument
527 process_sample_sched_switch(struct perf_evsel *evsel __maybe_unused, struct perf_sample *sample) argument
538 process_sample_power_start(struct perf_evsel *evsel __maybe_unused, struct perf_sample *sample) argument
548 process_sample_power_end(struct perf_evsel *evsel __maybe_unused, struct perf_sample *sample) argument
556 process_sample_power_frequency(struct perf_evsel *evsel __maybe_unused, struct perf_sample *sample) argument
757 struct cpu_sample *sample; local
779 struct cpu_sample *sample; local
[all...]

Completed in 880 milliseconds

1234567891011>>