Searched refs:sample (Results 126 - 150 of 528) sorted by relevance

1234567891011>>

/external/ceres-solver/internal/ceres/
H A Dpolynomial.cc351 const FunctionSample& sample = samples[i]; local
352 if (sample.value_is_valid) {
354 lhs(row, j) = pow(sample.x, degree - j);
356 rhs(row) = sample.value;
360 if (sample.gradient_is_valid) {
362 lhs(row, j) = (degree - j) * pow(sample.x, degree - j - 1);
364 rhs(row) = sample.gradient;
380 const FunctionSample& sample = samples[i]; local
381 if ((sample.x < x_min) || (sample
[all...]
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
H A Dmonsoon_profiler.py44 plot_data = [(i / 5000., sample.amps * sample.volts)
45 for i, sample in enumerate(samples)]
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dopen-syscall-tp-fields.c76 struct perf_sample sample; local
85 err = perf_evsel__parse_sample(evsel, event, &sample);
87 pr_err("Can't parse sample, err = %d\n", err);
91 tp_flags = perf_evsel__intval(evsel, &sample, "flags");
H A Dsw-clock.c78 struct perf_sample sample; local
83 err = perf_evlist__parse_sample(evlist, event, &sample);
85 pr_debug("Error during parse sample\n");
89 total_periods += sample.period;
H A Dparse-no-sample-id-all.c13 struct perf_sample sample; local
29 if (perf_evlist__parse_sample(*pevlist, event, &sample)) {
61 * sample_id_all bit. Without the sample_id_all bit, non-sample events (such as
62 * mmap events) do not have an id sample appended, and consequently logic
H A Dsample-parsing.c155 struct perf_sample sample = { local
193 sample.read.group.nr = 4;
194 sample.read.group.values = values;
196 sample.read.one.value = 0x08789faeb786aa87ULL;
197 sample.read.one.id = 99;
200 sz = perf_event__sample_event_size(&sample, sample_type,
216 &sample, false);
243 if (!samples_same(&sample, &sample_out, sample_type,
259 * test__sample_parsing - test sample parsing.
261 * This function implements a test that synthesizes a sample even
[all...]
/external/chromium_org/chrome/browser/resources/options/
H A Dfont_settings.css30 #minimum-font-sample {
49 .font-sample-div {
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DInertAnimation.h43 PassOwnPtrWillBeRawPtr<WillBeHeapVector<RefPtrWillBeMember<Interpolation> > > sample(double inheritedTime);
/external/javassist/sample/
H A DTest.java1 package sample; package
6 A very simple sample program
8 This program overwrites sample/Test.class (the class file of this
12 not modify sample/Test.class at all.
16 % javap sample.Test
28 CtClass cc = pool.get("sample.Test");
31 System.out.println("g() is already defined in sample.Test.");
35 * is not defined in sample.Test.
/external/javassist/sample/rmi/
H A DAlertDialog.java1 package sample.rmi;
/external/oprofile/daemon/liblegacy/
H A Dopd_proc.h52 * opd_put_sample - process a sample
53 * @param sample sample to process
55 * Write out the sample to the appropriate sample file. This
58 void opd_put_sample(struct op_sample const * sample);
61 * opd_put_image_sample - write sample to file
62 * @param image image for sample
79 * sample->pid contains the process id of the old process.
80 * sample
[all...]
/external/oprofile/libpp/
H A Dsymbol.cpp26 // FIXME: see comment in symbol.h: why we don't use sample.vma + size ?
27 if (sample.vma & ~0xffffffffLLU)
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_triangle.c273 GLchan sample[4]; /* the filtered texture sample */ local
283 sample[RCOMP] = tex00[2]; \
284 sample[GCOMP] = tex00[1]; \
285 sample[BCOMP] = tex00[0]; \
286 sample[ACOMP] = CHAN_MAX;
289 sample[RCOMP] = ilerp_2d(sf, tf, tex00[2], tex01[2], tex10[2], tex11[2]);\
290 sample[GCOMP] = ilerp_2d(sf, tf, tex00[1], tex01[1], tex10[1], tex11[1]);\
291 sample[BCOMP] = ilerp_2d(sf, tf, tex00[0], tex01[0], tex10[0], tex11[0]);\
292 sample[ACOM
610 GLchan sample[4]; /* the filtered texture sample */ local
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_triangle.c273 GLchan sample[4]; /* the filtered texture sample */ local
283 sample[RCOMP] = tex00[2]; \
284 sample[GCOMP] = tex00[1]; \
285 sample[BCOMP] = tex00[0]; \
286 sample[ACOMP] = CHAN_MAX;
289 sample[RCOMP] = ilerp_2d(sf, tf, tex00[2], tex01[2], tex10[2], tex11[2]);\
290 sample[GCOMP] = ilerp_2d(sf, tf, tex00[1], tex01[1], tex10[1], tex11[1]);\
291 sample[BCOMP] = ilerp_2d(sf, tf, tex00[0], tex01[0], tex10[0], tex11[0]);\
292 sample[ACOM
610 GLchan sample[4]; /* the filtered texture sample */ local
[all...]
/external/libyuv/files/source/
H A Dconvert_argb.cc911 int MJPGToARGB(const uint8* sample, argument
923 bool ret = mjpeg_decoder.LoadFrame(sample, sample_size);
984 // TODO(fbarchard): Implement conversion for any other colorspace/sample
995 // Convert camera sample to I420 with cropping, rotation and vertical flip.
1001 int ConvertToARGB(const uint8* sample, size_t sample_size, argument
1008 if (dst_argb == NULL || sample == NULL ||
1026 // For in-place conversion, if destination dst_argb is same as source sample,
1028 bool need_buf = (rotation && format != FOURCC_ARGB) || dst_argb == sample;
1046 src = sample + (aligned_src_width * crop_y + crop_x) * 2;
1052 src = sample
[all...]
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideocapturer.cc330 webrtc::I420VideoFrame& sample) {
347 << sample.width() << "x" << sample.height()
355 sample.width(), sample.height());
358 webrtc::ExtractBuffer(sample, length, &capture_buffer_[0]);
359 WebRtcCapturedFrame frame(sample, &capture_buffer_[0], length);
369 WebRtcCapturedFrame::WebRtcCapturedFrame(const webrtc::I420VideoFrame& sample, argument
372 width = sample.width();
373 height = sample
329 OnIncomingCapturedFrame(const int32_t id, webrtc::I420VideoFrame& sample) argument
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-trace.c495 struct perf_sample *sample __maybe_unused,
644 struct perf_sample *sample);
648 struct perf_sample *sample)
650 int id = perf_evsel__intval(evsel, sample, "id");
692 struct perf_sample *sample)
698 struct syscall *sc = trace__syscall_info(trace, evsel, sample);
707 thread = machine__findnew_thread(&trace->host, sample->pid,
708 sample->tid);
713 args = perf_evsel__rawptr(evsel, sample, "args");
727 ttrace->entry_time = sample
646 trace__syscall_info(struct trace *trace, struct perf_evsel *evsel, struct perf_sample *sample) argument
691 trace__sys_enter(struct trace *trace, struct perf_evsel *evsel, struct perf_sample *sample) argument
744 trace__sys_exit(struct trace *trace, struct perf_evsel *evsel, struct perf_sample *sample) argument
811 trace__sched_stat_runtime(struct trace *trace, struct perf_evsel *evsel, struct perf_sample *sample) argument
838 skip_sample(struct trace *trace, struct perf_sample *sample) argument
850 trace__process_sample(struct perf_tool *tool, union perf_event *event __maybe_unused, struct perf_sample *sample, struct perf_evsel *evsel, struct machine *machine __maybe_unused) argument
983 struct perf_sample sample; local
[all...]
H A Dbuiltin-sched.c104 struct perf_sample *sample, struct machine *machine);
107 struct perf_sample *sample, struct machine *machine);
110 struct perf_sample *sample, struct machine *machine);
118 struct perf_sample *sample,
665 struct perf_evsel *evsel, struct perf_sample *sample,
668 const char *comm = perf_evsel__strval(evsel, sample, "comm");
669 const u32 pid = perf_evsel__intval(evsel, sample, "pid");
675 printf(" ... pid %d woke up %s/%d\n", sample->tid, comm, pid);
678 waker = register_pid(sched, sample->tid, "<unknown>");
681 add_sched_event_wakeup(sched, waker, sample
664 replay_wakeup_event(struct perf_sched *sched, struct perf_evsel *evsel, struct perf_sample *sample, struct machine *machine __maybe_unused) argument
685 replay_switch_event(struct perf_sched *sched, struct perf_evsel *evsel, struct perf_sample *sample, struct machine *machine __maybe_unused) argument
921 latency_switch_event(struct perf_sched *sched, struct perf_evsel *evsel, struct perf_sample *sample, struct machine *machine) argument
986 latency_runtime_event(struct perf_sched *sched, struct perf_evsel *evsel, struct perf_sample *sample, struct machine *machine) argument
1015 latency_wakeup_event(struct perf_sched *sched, struct perf_evsel *evsel, struct perf_sample *sample, struct machine *machine) argument
1068 latency_migrate_task_event(struct perf_sched *sched, struct perf_evsel *evsel, struct perf_sample *sample, struct machine *machine) argument
1263 process_sched_wakeup_event(struct perf_tool *tool, struct perf_evsel *evsel, struct perf_sample *sample, struct machine *machine) argument
1276 map_switch_event(struct perf_sched *sched, struct perf_evsel *evsel, struct perf_sample *sample, struct machine *machine) argument
1355 process_sched_switch_event(struct perf_tool *tool, struct perf_evsel *evsel, struct perf_sample *sample, struct machine *machine) argument
1381 process_sched_runtime_event(struct perf_tool *tool, struct perf_evsel *evsel, struct perf_sample *sample, struct machine *machine) argument
1394 perf_sched__process_fork_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) argument
1411 process_sched_migrate_task_event(struct perf_tool *tool, struct perf_evsel *evsel, struct perf_sample *sample, struct machine *machine) argument
1429 perf_sched__process_tracepoint_sample(struct perf_tool *tool __maybe_unused, union perf_event *event __maybe_unused, struct perf_sample *sample, struct perf_evsel *evsel, struct machine *machine) argument
[all...]
/external/chromium-trace/trace-viewer/src/tracing/trace_model/
H A Dcounter_series.js116 var sample = this.getSample(sampleIndices[i]).value;
118 sum += sample;
119 min = Math.min(sample, min);
120 max = Math.max(sample, max);
/external/chromium_org/components/rappor/
H A Drappor_service.h55 // Records a sample of the rappor metric specified by |metric_name|.
59 const std::string& sample);
86 // Records a sample of the rappor metric specified by |parameters|.
91 const std::string& sample);
H A Drappor_service_unittest.cc36 const std::string& sample) {
37 RecordSampleInternal(metric_name, parameters, sample);
34 TestRecordSample(const std::string& metric_name, const RapporParameters& parameters, const std::string& sample) argument
/external/sonivox/arm-hybrid-22k/lib_src/
H A DARM_synth_constants_gnu.inc56 @ if the OUTPUT PCM sample is 16-bits, then when using indexed addressing,
57 @ the next sample is this many bytes away
123 .equ m_pLoopEnd, 0 @ /* points to last PCM sample (not 1 beyond last) */
124 .equ m_pLoopStart, 4 @ /* points to first sample at start of loop */
125 .equ m_pPhaseAccum, 8 @ /* points to first sample at start of loop */
126 .equ m_phaseFrac, 12 @ /* points to first sample at start of loop */
/external/sonivox/arm-wt-22k/lib_src/
H A DARM_synth_constants_gnu.inc56 @ if the OUTPUT PCM sample is 16-bits, then when using indexed addressing,
57 @ the next sample is this many bytes away
123 .equ m_pLoopEnd, 0 @ /* points to last PCM sample (not 1 beyond last) */
124 .equ m_pLoopStart, 4 @ /* points to first sample at start of loop */
125 .equ m_pPhaseAccum, 8 @ /* points to first sample at start of loop */
126 .equ m_phaseFrac, 12 @ /* points to first sample at start of loop */
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcucdapi.c537 UChar sample[8]; local
539 if(uscript_getSampleString(USCRIPT_LATIN, sample, LENGTHOF(sample), &errorCode)!=1 ||
541 uscript_getScript(sample[0], &errorCode)!=USCRIPT_LATIN ||
542 sample[1]!=0) {
545 sample[0]=0xfffe;
546 if(uscript_getSampleString(USCRIPT_LATIN, sample, 0, &errorCode)!=1 ||
548 sample[0]!=0xfffe) {
552 if(uscript_getSampleString(USCRIPT_INVALID_CODE, sample, LENGTHOF(sample),
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcucdapi.c537 UChar sample[8]; local
539 if(uscript_getSampleString(USCRIPT_LATIN, sample, LENGTHOF(sample), &errorCode)!=1 ||
541 uscript_getScript(sample[0], &errorCode)!=USCRIPT_LATIN ||
542 sample[1]!=0) {
545 sample[0]=0xfffe;
546 if(uscript_getSampleString(USCRIPT_LATIN, sample, 0, &errorCode)!=1 ||
548 sample[0]!=0xfffe) {
552 if(uscript_getSampleString(USCRIPT_INVALID_CODE, sample, LENGTHOF(sample),
[all...]

Completed in 706 milliseconds

1234567891011>>