Home
last modified time | relevance | path

Searched +refs:label +refs:phase (Results 1 – 25 of 10210) sorted by relevance

12345678910>>...409

/dports/devel/p5-CPAN-Reporter/CPAN-Reporter-1.2018/t/
H A D62_duplicate_reports.t43 label => "first PL failure",
47 phase => "PL",
57 phase => "PL",
67 phase => "PL",
77 phase => "make",
87 phase => "make",
97 phase => "test",
107 phase => "test",
117 phase => "test",
123 label => "first discard",
[all …]
H A D63_config_send_report.t34 label => "send_PL_report 'no'",
38 phase => "PL",
47 label => "send_make_report 'no'",
48 label => "first make failure",
52 phase => "make",
64 phase => "test",
73 label => "send_PL_report 'yes'",
77 phase => "PL",
87 label => "first make failure",
91 phase => "make",
[all …]
H A D65_skipfile.t40 label => "dist *not* in",
45 phase => "test",
50 label => "dist author in",
55 phase => "test",
60 label => "dist name in",
65 phase => "test",
70 label => "dist name in - case insensitive",
75 phase => "test",
91 local $case->{label} = $case->{label} . " send_skipfile";
/dports/sysutils/kubectl/kubernetes-1.22.2/test/e2e/framework/timer/
H A Dtimer.go46 if !phase.ended() {
47 phase.endTime = now()
51 func (phase *Phase) label() string { func
52 return fmt.Sprintf("%03d-%s", phase.sequenceNumber, phase.name)
56 endTime := phase.endTime
57 if !phase.ended() {
64 if phase.ended() {
65 return fmt.Sprintf("Phase %s: %v\n", phase.label(), phase.duration())
67 return fmt.Sprintf("Phase %s: %v so far\n", phase.label(), phase.duration())
122 data.DataItems[0].Data[phase.label()] = phase.duration().Seconds()
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/inspector/
H A Dgestures.c81 GtkPropagationPhase phase; in phase_changed_cb() local
110 GtkWidget *label; in add_gesture() local
121 g_object_set (label, "xalign", 0.0, NULL); in add_gesture()
122 gtk_container_add (GTK_CONTAINER (box), label); in add_gesture()
124 gtk_widget_show (label); in add_gesture()
125 gtk_widget_set_halign (label, GTK_ALIGN_START); in add_gesture()
126 gtk_widget_set_valign (label, GTK_ALIGN_BASELINE); in add_gesture()
136 gtk_widget_set_halign (label, GTK_ALIGN_END); in add_gesture()
153 GtkPropagationPhase phase; in add_gesture_group() local
185 gint phase; in gtk_inspector_gestures_set_object() local
[all …]
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/src/UI/
H A DOscilGenUI.fl85 value(phase ? c : 127-c);
92 value(phase ? c : 127-c);
149 phase->value(64);
161 Fl_Slider phase {
208 phase->osc = osc;
209 phase->loc = loc;
210 phase->reset_value = 64;
211 phase->set_rounding(1);
215 osc->createLink(loc+"phase"+to_s(n), phase);
224 osc->requestValue(loc+"phase"+to_s(n));//phase->value(oscil->Phphase[n]);
[all …]
/dports/lang/yorick/yorick-y_2_2_04/gist/
H A Dtick60.c33 int i0, ntot, nlevs, phase, base, ndivs; in Base60Ticks() local
59 for ( ; tick0<=hi ; tick0+=delta,phase=(phase+1)%ndivs) in Base60Ticks()
60 if (phase) ticks[ntot++]= tick0; in Base60Ticks()
74 for ( ; tick0<=hi ; tick0+=delta,phase=(phase+1)%ndivs) in Base60Ticks()
75 if (phase) ticks[ntot++]= tick0; in Base60Ticks()
97 int DegreeLabels(char *label, GpReal value) in DegreeLabels() argument
108 if (!label) return 0; in DegreeLabels()
111 sprintf(label, "%d", val-180); in DegreeLabels()
115 int HourLabels(char *label, GpReal value) in HourLabels() argument
128 if (!label) return 0; in HourLabels()
[all …]
/dports/lang/v8/v8-9.6.180.12/tools/turbolizer/src/
H A Dsource-resolver.ts42 phase: string; property
624 const label = new NodeLabel(n.id, n.label, n.title, n.live, constant
627 const previous = nodeLabelMap[label.id]; constant
628 if (!label.equals(previous)) {
630 label.setInplaceUpdatePhase(phase.name);
632 nodeLabelMap[label.id] = label;
634 n.nodeLabel = nodeLabelMap[label.id];
686 label: match.groups.label,
721 [/^\s*(?<id>\d+):\ (?<label>.*)\((?<args>.*)\)$/,
723 /^\s*(?<id>\d+):\ (?<label>.*)$/
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/tools/turbolizer/src/
H A Dsource-resolver.ts42 phase: string; property
623 const label = new NodeLabel(n.id, n.label, n.title, n.live, constant
626 const previous = nodeLabelMap[label.id]; constant
627 if (!label.equals(previous)) {
629 label.setInplaceUpdatePhase(phase.name);
631 nodeLabelMap[label.id] = label;
633 n.nodeLabel = nodeLabelMap[label.id];
685 label: match.groups.label,
720 [/^\s*(?<id>\d+):\ (?<label>.*)\((?<args>.*)\)$/,
722 /^\s*(?<id>\d+):\ (?<label>.*)$/
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/tools/turbolizer/src/
H A Dsource-resolver.ts42 phase: string; property
587 const label = new NodeLabel(n.id, n.label, n.title, n.live, constant
590 const previous = nodeLabelMap[label.id]; constant
591 if (!label.equals(previous)) {
593 label.setInplaceUpdatePhase(phase.name);
595 nodeLabelMap[label.id] = label;
597 n.nodeLabel = nodeLabelMap[label.id];
649 label: match.groups.label,
684 [/^\s*(?<id>\d+):\ (?<label>.*)\((?<args>.*)\)$/,
686 /^\s*(?<id>\d+):\ (?<label>.*)$/
[all …]
/dports/audio/libbpm/libbpm-0.3/documentation/latex/
H A Dstructbpmcalib.tex2 \label{structbpmcalib}\index{bpmcalib@{bpmcalib}}
21 double {\bf ddc\_\-ct\_\-phase}
31 double {\bf fit\_\-ct\_\-phase}
41 processed IQ phase for the ddc routine
72 Referenced by correct\_\-gain().\index{bpmcalib@{bpmcalib}!ddc\_\-ct\_\-phase@{ddc\_\-ct\_\-phase}}
73 \index{ddc\_\-ct\_\-phase@{ddc\_\-ct\_\-phase}!bpmcalib@{bpmcalib}}
74 \paragraph[ddc\_\-ct\_\-phase]{\setlength{\rightskip}{0pt plus 5cm}double {\bf bpmcalib::ddc\_\-ct\…
86 processed IQ phase for the fit routine
117 Referenced by correct\_\-gain().\index{bpmcalib@{bpmcalib}!fit\_\-ct\_\-phase@{fit\_\-ct\_\-phase}}
118 \index{fit\_\-ct\_\-phase@{fit\_\-ct\_\-phase}!bpmcalib@{bpmcalib}}
[all …]
H A Dstructbpmproc.tex56 double {\bf ddc\_\-phase}
254 \index{ddc\_\-phase@{ddc\_\-phase}!bpmproc@{bpmproc}}
255 \paragraph[ddc\_\-phase]{\setlength{\rightskip}{0pt plus 5cm}double {\bf bpmproc::ddc\_\-phase}}\hf…
258 downconverted phase
297 \index{ddc\_\-ct\_\-phase@{ddc\_\-ct\_\-phase}!bpmproc@{bpmproc}}
298 \paragraph[ddc\_\-ct\_\-phase]{\setlength{\rightskip}{0pt plus 5cm}double {\bf bpmproc::ddc\_\-ct\_…
342 \index{fit\_\-phase@{fit\_\-phase}!bpmproc@{bpmproc}}
343 \paragraph[fit\_\-phase]{\setlength{\rightskip}{0pt plus 5cm}double {\bf bpmproc::fit\_\-phase}}\hf…
346 fitted phase
403 \index{fit\_\-ct\_\-phase@{fit\_\-ct\_\-phase}!bpmproc@{bpmproc}}
[all …]
/dports/games/emptyepsilon/EmptyEpsilon-EE-2021.06.23/src/screenComponents/
H A DscanningDialog.cpp125 case 1: label += "Biomass frequency"; break; in setupParameters()
128 case 4: label += "Radio profile"; break; in setupParameters()
129 case 5: label += "Ionic phase shift"; break; in setupParameters()
131 case 7: label += "Doppler stability"; break; in setupParameters()
136 signal_label->setText(label); in setupParameters()
143 float phase = 0.0; in updateSignal() local
151 phase += fabsf(target[n] - sliders[n]->getValue()); in updateSignal()
154 if (noise < 0.05f && period < 0.05f && phase < 0.05f) in updateSignal()
163 noise = period = phase = 0.0f; in updateSignal()
168 phase *= f; in updateSignal()
[all …]
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/rtosc/example/simple/
H A Dsynth.cpp24 float get_sample(const float phase) in get_sample() argument
27 return sin(phase*2*M_PI); in get_sample()
29 return phase*2.0f-1.0f; in get_sample()
73 const char *label; member
90 while(itr->label && strcmp(msg, itr->label)) in dsp_dispatch()
92 if(itr->label) in dsp_dispatch()
160 float phase = 0.0f; variable
169 smps[i] = get_sample(phase); in process()
170 phase += dp; in process()
171 if(phase > 1.0f) in process()
[all …]
/dports/lang/racket/racket-8.3/src/expander/common/
H A Dphase.rkt4 (provide phase?
5 phase+
6 phase-
7 phase<?
8 zero-phase?
9 label-phase?
10 phase?-string)
14 ;; * A "phase" is the phase at which a module is instantiated.
16 ;; * A "phase level" is a phase relative to a module's body.
39 (define (label-phase? a)
[all …]
/dports/lang/racket-minimal/racket-8.3/src/expander/common/
H A Dphase.rkt4 (provide phase?
5 phase+
6 phase-
7 phase<?
8 zero-phase?
9 label-phase?
10 phase?-string)
14 ;; * A "phase" is the phase at which a module is instantiated.
16 ;; * A "phase level" is a phase relative to a module's body.
39 (define (label-phase? a)
[all …]
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-analog/grc/
H A Danalog_sig_source_x.block.yml2 label: Signal Source
7 label: Output Type
15 label: Sample Rate
19 label: Waveform
26 label: Frequency
30 label: Amplitude
34 label: Offset
37 - id: phase
58 ${offset}, ${phase})
65 - set_phase(${phase})
[all …]
/dports/editors/texstudio/texstudio-4.1.2/completion/
H A Dzx-calculus.cwl42 every label
219 phase in label
220 phase in label=%<style%>
223 phase in label above
224 phase in label above=%<style%>
227 phase in label below
228 phase in label below=%<style%>
231 phase in label right
232 phase in label right=%<style%>
235 phase in label left
[all …]
/dports/devel/mercurial/mercurial-6.0/mercurial/templates/
H A Dmap-cmdline.default36 lphase = '{label("log.phase",
37 "phase: {phase}")}\n'
39 parent = '{label("log.parent changeset.{phase}",
42 lnode = '{label("log.node",
48 branch = '{label("log.branch",
51 tag = '{label("log.tag",
54 bookmark = '{label("log.bookmark",
57 luser = '{label("log.user",
63 ldate = '{label("log.date",
69 extra = '{label("ui.debug log.extra",
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/log/
H A Dnet_log.cc47 NetLogEventPhase phase, in AddEntryAtTimeWithMaterializedParams() argument
69 NetLogEventPhase phase) { in AddEntry() argument
70 AddEntry(type, source, phase, [] { return base::Value(); }); in AddEntry()
186 #define EVENT_TYPE(label) \ in EventTypeToString() argument
187 case NetLogEventType::label: \ in EventTypeToString()
188 return #label; in EventTypeToString()
209 #define SOURCE_TYPE(label) \ in SourceTypeToString() argument
210 case NetLogSourceType::label: \ in SourceTypeToString()
211 return #label; in SourceTypeToString()
231 switch (phase) { in EventPhaseToString()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/log/
H A Dnet_log.cc49 NetLogEventPhase phase, in AddEntryAtTimeWithMaterializedParams() argument
71 NetLogEventPhase phase) { in AddEntry() argument
72 AddEntry(type, source, phase, [] { return base::Value(); }); in AddEntry()
188 #define EVENT_TYPE(label) \ in EventTypeToString() argument
189 case NetLogEventType::label: \ in EventTypeToString()
190 return #label; in EventTypeToString()
211 #define SOURCE_TYPE(label) \ in SourceTypeToString() argument
212 case NetLogSourceType::label: \ in SourceTypeToString()
213 return #label; in SourceTypeToString()
233 switch (phase) { in EventPhaseToString()
[all …]
/dports/comms/nanovna-saver/nanovna-saver-0.3.8/NanoVNASaver/Marker/
H A DDelta.py89 self.label['actualfreq'].setText(
91 self.label['lambda'].setText(
101 self.label['returnloss'].setText(
107 self.label['s11mag'].setText(
109 self.label['s11phase'].setText(format_phase(s11_b.phase - s11_a.phase))
110 self.label['s11polar'].setText(
116 self.label['serc'].setText(cap_str)
117 self.label['serl'].setText(ind_str)
118 self.label['serlc'].setText(x_str)
133 s21_b.phase - s21_a.phase))
[all …]
/dports/lang/racket/racket-8.3/src/expander/syntax/
H A Dscope.rkt250 (struct shifted-multi-scope (phase ; non-label phase shift or shifted-to-label-phase
296 ;; A `shifted-to-label-phase` record in the `phase` field of a
378 [(shifted-to-label-phase? p1)
380 [(shifted-to-label-phase? p2)
381 (phase<? (shifted-to-label-phase-from p1) (shifted-to-label-phase-from p2))]
383 [(shifted-to-label-phase? p2) #t]
764 [(label-phase? delta)
766 [(shifted-to-label-phase? (shifted-multi-scope-phase sms))
767 ;; Shifting to the label phase moves only phase 0, so
771 ;; Move the current phase 0 to the label phase, which
[all …]
/dports/lang/racket-minimal/racket-8.3/src/expander/syntax/
H A Dscope.rkt250 (struct shifted-multi-scope (phase ; non-label phase shift or shifted-to-label-phase
296 ;; A `shifted-to-label-phase` record in the `phase` field of a
378 [(shifted-to-label-phase? p1)
380 [(shifted-to-label-phase? p2)
381 (phase<? (shifted-to-label-phase-from p1) (shifted-to-label-phase-from p2))]
383 [(shifted-to-label-phase? p2) #t]
764 [(label-phase? delta)
766 [(shifted-to-label-phase? (shifted-multi-scope-phase sms))
767 ;; Shifting to the label phase moves only phase 0, so
771 ;; Move the current phase 0 to the label phase, which
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/racket-doc/scribblings/reference/
H A Dphase+space.scrbl3 (for-label racket/phase+space))
19 a phase--space combination (or phase--space shift combination), then
29 phase level or @racket[#f] representing the @tech{label phase level}.}
48 @item{a phase (in the sense of @racket[phase?]) by itself, which
57 @defproc[(phase+space [phase phase?] [space space?]) phase+space?]{
64 @defproc[(phase+space-phase [p+s phase+space?]) phase?]
65 @defproc[(phase+space-space [p+s phase+space?]) phase?]
86 @item{@racket[#f] --- represents a shift to the @tech{label phase level}
97 @defproc[(phase+space+ [p+s phase+space?] [shift phase+space-shift?])
98 phase+space?]{
[all …]

12345678910>>...409