Searched refs:sample (Results 176 - 200 of 528) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dspan.h53 unsigned int sample : 1; // Sampled object? member in struct:tcmalloc::Span
/external/chromium_org/third_party/webrtc/modules/video_coding/utility/
H A Dquality_scaler.h40 void AddSample(int sample);
/external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/
H A Dsysfs_power_monitor.py118 def ParseFreqSample(sample):
119 """Parse a single frequency sample.
122 sample: The single sample of frequency data to be parsed.
128 for cpu in sample:
130 if sample[cpu] is None:
133 for line in sample[cpu].splitlines():
H A Dcros_power_monitor_unittest.py201 sample = self.initial_power + '\n1408739546\n'
202 power, time = cros_power_monitor.CrosPowerMonitor.SplitSample(sample)
/external/chromium_org/v8/test/cctest/
H A Dtrace-extension.h47 static void InitTraceEnv(TickSample* sample);
/external/icu/icu4c/source/test/intltest/
H A Dtmsgfmt.h44 void sample(void);
/external/javassist/sample/duplicate/
H A DBall.java1 package sample.duplicate;
H A DDuplicatedObject.java1 package sample.duplicate;
/external/javassist/sample/reflect/
H A DPerson.java5 package sample.reflect;
H A DVerboseMetaobj.java1 package sample.reflect;
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dmmap-basic.c13 * sample.id field to map back to its respective perf_evsel instance.
103 struct perf_sample sample; local
111 err = perf_evlist__parse_sample(evlist, event, &sample);
113 pr_err("Can't parse sample, err = %d\n", err);
118 evsel = perf_evlist__id2evsel(evlist, sample.id);
121 " doesn't map to an evsel\n", sample.id);
H A Dhists_link.c150 struct sample { struct
158 static struct sample fake_common_samples[] = {
171 static struct sample fake_samples[][5] = {
203 struct perf_sample sample = { .cpu = 0, }; local
219 sample.pid = fake_common_samples[k].pid;
220 sample.ip = fake_common_samples[k].ip;
222 &sample) < 0)
241 sample.pid = fake_samples[i][k].pid;
242 sample.ip = fake_samples[i][k].ip;
244 &sample) <
[all...]
/external/sonivox/arm-hybrid-22k/lib_src/
H A DARM-E_mastergain_gnu.s73 LDR r4, [pnInputBuffer], #4 @fetch 1st output sample
75 LDR r5, [pnInputBuffer], #4 @fetch 2nd output sample
86 STRH r4, [pnOutputBuffer], #NEXT_OUTPUT_PCM @save 1st output sample
92 STRH r5, [pnOutputBuffer], #NEXT_OUTPUT_PCM @save 2nd output sample
/external/sonivox/arm-wt-22k/lib_src/
H A DARM-E_mastergain_gnu.s73 LDR r4, [pnInputBuffer], #4 @fetch 1st output sample
75 LDR r5, [pnInputBuffer], #4 @fetch 2nd output sample
86 STRH r4, [pnOutputBuffer], #NEXT_OUTPUT_PCM @save 1st output sample
92 STRH r5, [pnOutputBuffer], #NEXT_OUTPUT_PCM @save 2nd output sample
/external/oprofile/libpp/
H A Dformat_output.cpp266 return get_vma(f.sample.vma, vma_64);
298 return get_linenr_info(f.sample.file_loc, long_filenames);
305 out << f.sample.counts[f.pclass];
315 f.counts.cumulated_samples[f.pclass] += f.sample.counts[f.pclass];
325 return get_percent(f.sample.counts[f.pclass], f.counts.total[f.pclass]);
333 f.counts.cumulated_percent[f.pclass] += f.sample.counts[f.pclass];
342 return get_percent(f.sample.counts[f.pclass],
349 f.counts.cumulated_percent_details[f.pclass] += f.sample.counts[f.pclass];
369 do_output(ostream & out, symbol_entry const & symb, sample_entry const & sample, argument
375 field_datum datum(symb, sample,
898 output_sample_data(ostream & out, sample_entry const & sample, size_t pclass) argument
[all...]
/external/chromium_org/base/metrics/
H A Dsparse_histogram.h22 #define UMA_HISTOGRAM_SPARSE_SLOWLY(name, sample) \
26 histogram->Add(sample); \
/external/chromium_org/content/browser/renderer_host/media/
H A Dmedia_stream_track_metrics_host.cc12 #define UMA_HISTOGRAM_TIMES_16H(name, sample) \
13 UMA_HISTOGRAM_CUSTOM_TIMES(name, sample, \
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPagePopupController.cpp110 void PagePopupController::histogramEnumeration(const String& name, int sample, int boundaryValue) argument
112 blink::Platform::current()->histogramEnumeration(name.utf8().data(), sample, boundaryValue);
/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DAudioResamplerKernel.cpp40 // The buffer size must be large enough to hold up to two extra sample frames for the linear interpolation.
56 // Because we're linearly interpolating between the previous and next sample we need to round up so we include the next sample.
106 double sample = (1.0 - interpolationFactor) * sample1 + interpolationFactor * sample2; local
108 *destination++ = static_cast<float>(sample);
113 // Save the last two sample-frames which will later be used at the beginning of the source buffer the next time around.
/external/chromium_org/third_party/icu/source/samples/
H A Dreadme.txt4 This directory contains sample code
49 * Where can I find more sample code?
70 - sample executables will be located in /x86/Debug folders of each sample subdirectory
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
H A Dsce4.asm1 PROC_FRAME sample
/external/icu/icu4c/source/samples/
H A Dreadme.txt4 This directory contains sample code
49 * Where can I find more sample code?
70 - sample executables will be located in /x86/Debug folders of each sample subdirectory
/external/kernel-headers/original/uapi/sound/
H A Dsfnt_info.h56 #define SNDRV_SFNT_PROBE_DATA 8 /* optarg=sample */
72 unsigned short type; /* sample type */
77 #define SNDRV_SFNT_PAT_SHARED 0x200 /* sample is shared */
117 unsigned short sample; /* sample id */ member in struct:soundfont_voice_info
118 int start, end; /* sample offset correction */
120 short rate_offset; /* sample rate pitch offset */
121 unsigned short mode; /* sample mode */
135 unsigned char amplitude; /* sample volume (127 max) */
139 unsigned short sample_mode; /* sample mode_fla
162 unsigned short sample; /* sample id */ member in struct:soundfont_sample_info
[all...]
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
H A Dmonsoon.py211 sample = 0.0
213 sample += ((main & ~1) - self._coarse_zero) * self._coarse_scale
215 sample += (main - self._fine_zero) * self._fine_scale
217 sample += ((usb & ~1) - self._coarse_zero) * self._coarse_scale
219 sample += (usb - self._fine_zero) * self._fine_scale
220 out.append(Power(sample, main_voltage_v))
/external/chromium_org/tools/telemetry/telemetry/timeline/
H A Dthread.py7 import telemetry.timeline.sample as sample_module
77 for sample in self._samples:
78 if event_predicate(sample):
79 yield sample
85 sample = sample_module.Sample(self,
87 self._samples.append(sample)

Completed in 684 milliseconds

1234567891011>>