Home
last modified time | relevance | path

Searched defs:sample (Results 1 – 25 of 7410) sorted by relevance

12345678910>>...297

/dports/science/siesta/siesta-4.1.5/Util/SiestaSubroutine/FmixMD/Src/
H A Dsample.f9012 subroutine sample( task, t, cell, na, ma, xa, va, fa, ep ) subroutine
14 integer, parameter :: dp = kind(1.d0)
16 real(dp), optional, intent(in) :: t ! time
17 real(dp), optional, intent(in) :: cell(3,3) ! Cell vectors
19 real(dp), optional, intent(in) :: ma(:) ! Atomic masses
22 real(dp), optional, intent(in) :: fa(:,:) ! Atomic forces
25 logical, save :: first_time = .true.
26 real(dp),save :: ecsum=0, ec2sum=0, epsum=0, ep2sum=0, etsum=0, et2sum=0
27 integer, save :: nt=0
29 integer :: ia
[all …]
/dports/multimedia/pipewire/pipewire-0.3.43/src/modules/module-protocol-pulse/
H A Dsample.h35 struct sample { struct
40 struct sample_spec ss; argument
47 void sample_free(struct sample *sample); argument
49 static inline struct sample *sample_ref(struct sample *sample) in sample_ref()
55 static inline void sample_unref(struct sample *sample) in sample_unref()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/metrics/
H A Dhistogram_functions.cc14 void UmaHistogramBoolean(const std::string& name, bool sample) { in UmaHistogramBoolean()
20 void UmaHistogramBoolean(const char* name, bool sample) { in UmaHistogramBoolean()
27 int sample, in UmaHistogramExactLinear()
51 int sample, in UmaHistogramCustomCounts()
61 int sample, in UmaHistogramCustomCounts()
74 void UmaHistogramCounts100(const char* name, int sample) { in UmaHistogramCounts100()
106 void UmaHistogramCounts1M(const char* name, int sample) { in UmaHistogramCounts1M()
114 void UmaHistogramCounts10M(const char* name, int sample) { in UmaHistogramCounts10M()
119 TimeDelta sample, in UmaHistogramCustomTimes()
129 TimeDelta sample, in UmaHistogramCustomTimes()
[all …]
H A Dhistogram_macros.h95 #define UMA_HISTOGRAM_SCALED_ENUMERATION(name, sample, count, scale) \ argument
104 #define UMA_HISTOGRAM_BOOLEAN(name, sample) \ argument
121 #define UMA_HISTOGRAM_EXACT_LINEAR(name, sample, value_max) \ argument
150 #define UMA_HISTOGRAM_SCALED_EXACT_LINEAR(name, sample, count, sample_max, \ argument
176 #define UMA_HISTOGRAM_COUNTS_100(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
179 #define UMA_HISTOGRAM_COUNTS_1000(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
182 #define UMA_HISTOGRAM_COUNTS_10000(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
249 #define UMA_HISTOGRAM_CUSTOM_TIMES(name, sample, min, max, bucket_count) \ argument
268 #define UMA_HISTOGRAM_CUSTOM_MICROSECONDS_TIMES(name, sample, min, max, \ argument
327 #define UMA_STABILITY_HISTOGRAM_BOOLEAN(name, sample) \ argument
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/system_wrappers/include/
H A Dmetrics.h67 #define RTC_HISTOGRAM_COUNTS_100(name, sample) \ argument
70 #define RTC_HISTOGRAM_COUNTS_200(name, sample) \ argument
73 #define RTC_HISTOGRAM_COUNTS_500(name, sample) \ argument
76 #define RTC_HISTOGRAM_COUNTS_1000(name, sample) \ argument
79 #define RTC_HISTOGRAM_COUNTS_10000(name, sample) \ argument
82 #define RTC_HISTOGRAM_COUNTS_100000(name, sample) \ argument
97 #define RTC_HISTOGRAM_COUNTS_SPARSE_100(name, sample) \ argument
100 #define RTC_HISTOGRAM_COUNTS_SPARSE_200(name, sample) \ argument
125 #define RTC_HISTOGRAM_BOOLEAN_SPARSE(name, sample) \ argument
136 #define RTC_HISTOGRAM_PERCENTAGE(name, sample) \ argument
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/system_wrappers/include/
H A Dmetrics.h67 #define RTC_HISTOGRAM_COUNTS_100(name, sample) \ argument
70 #define RTC_HISTOGRAM_COUNTS_200(name, sample) \ argument
73 #define RTC_HISTOGRAM_COUNTS_500(name, sample) \ argument
76 #define RTC_HISTOGRAM_COUNTS_1000(name, sample) \ argument
79 #define RTC_HISTOGRAM_COUNTS_10000(name, sample) \ argument
82 #define RTC_HISTOGRAM_COUNTS_100000(name, sample) \ argument
97 #define RTC_HISTOGRAM_COUNTS_SPARSE_100(name, sample) \ argument
100 #define RTC_HISTOGRAM_COUNTS_SPARSE_200(name, sample) \ argument
125 #define RTC_HISTOGRAM_BOOLEAN_SPARSE(name, sample) \ argument
136 #define RTC_HISTOGRAM_PERCENTAGE(name, sample) \ argument
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/system_wrappers/include/
H A Dmetrics.h67 #define RTC_HISTOGRAM_COUNTS_100(name, sample) \ argument
70 #define RTC_HISTOGRAM_COUNTS_200(name, sample) \ argument
73 #define RTC_HISTOGRAM_COUNTS_500(name, sample) \ argument
76 #define RTC_HISTOGRAM_COUNTS_1000(name, sample) \ argument
79 #define RTC_HISTOGRAM_COUNTS_10000(name, sample) \ argument
82 #define RTC_HISTOGRAM_COUNTS_100000(name, sample) \ argument
97 #define RTC_HISTOGRAM_COUNTS_SPARSE_100(name, sample) \ argument
100 #define RTC_HISTOGRAM_COUNTS_SPARSE_200(name, sample) \ argument
125 #define RTC_HISTOGRAM_BOOLEAN_SPARSE(name, sample) \ argument
136 #define RTC_HISTOGRAM_PERCENTAGE(name, sample) \ argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/metrics/
H A Dhistogram_functions.cc14 void UmaHistogramBoolean(const std::string& name, bool sample) { in UmaHistogramBoolean()
20 void UmaHistogramBoolean(const char* name, bool sample) { in UmaHistogramBoolean()
27 int sample, in UmaHistogramExactLinear()
60 int sample, in UmaHistogramCustomCounts()
70 int sample, in UmaHistogramCustomCounts()
83 void UmaHistogramCounts100(const char* name, int sample) { in UmaHistogramCounts100()
115 void UmaHistogramCounts1M(const char* name, int sample) { in UmaHistogramCounts1M()
123 void UmaHistogramCounts10M(const char* name, int sample) { in UmaHistogramCounts10M()
128 TimeDelta sample, in UmaHistogramCustomTimes()
138 TimeDelta sample, in UmaHistogramCustomTimes()
[all …]
H A Dhistogram_macros.h95 #define UMA_HISTOGRAM_SCALED_ENUMERATION(name, sample, count, scale) \ argument
104 #define UMA_HISTOGRAM_BOOLEAN(name, sample) \ argument
121 #define UMA_HISTOGRAM_EXACT_LINEAR(name, sample, value_max) \ argument
150 #define UMA_HISTOGRAM_SCALED_EXACT_LINEAR(name, sample, count, sample_max, \ argument
176 #define UMA_HISTOGRAM_COUNTS_100(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
179 #define UMA_HISTOGRAM_COUNTS_1000(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
182 #define UMA_HISTOGRAM_COUNTS_10000(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
249 #define UMA_HISTOGRAM_CUSTOM_TIMES(name, sample, min, max, bucket_count) \ argument
268 #define UMA_HISTOGRAM_CUSTOM_MICROSECONDS_TIMES(name, sample, min, max, \ argument
340 #define UMA_STABILITY_HISTOGRAM_BOOLEAN(name, sample) \ argument
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/system_wrappers/include/
H A Dmetrics.h104 #define RTC_HISTOGRAM_COUNTS_100(name, sample) \ argument
107 #define RTC_HISTOGRAM_COUNTS_200(name, sample) \ argument
110 #define RTC_HISTOGRAM_COUNTS_500(name, sample) \ argument
113 #define RTC_HISTOGRAM_COUNTS_1000(name, sample) \ argument
116 #define RTC_HISTOGRAM_COUNTS_10000(name, sample) \ argument
119 #define RTC_HISTOGRAM_COUNTS_100000(name, sample) \ argument
134 #define RTC_HISTOGRAM_COUNTS_SPARSE_100(name, sample) \ argument
137 #define RTC_HISTOGRAM_COUNTS_SPARSE_200(name, sample) \ argument
162 #define RTC_HISTOGRAM_BOOLEAN_SPARSE(name, sample) \ argument
176 #define RTC_HISTOGRAM_PERCENTAGE(name, sample) \ argument
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/system_wrappers/include/
H A Dmetrics.h104 #define RTC_HISTOGRAM_COUNTS_100(name, sample) \ argument
107 #define RTC_HISTOGRAM_COUNTS_200(name, sample) \ argument
110 #define RTC_HISTOGRAM_COUNTS_500(name, sample) \ argument
113 #define RTC_HISTOGRAM_COUNTS_1000(name, sample) \ argument
116 #define RTC_HISTOGRAM_COUNTS_10000(name, sample) \ argument
119 #define RTC_HISTOGRAM_COUNTS_100000(name, sample) \ argument
134 #define RTC_HISTOGRAM_COUNTS_SPARSE_100(name, sample) \ argument
137 #define RTC_HISTOGRAM_COUNTS_SPARSE_200(name, sample) \ argument
162 #define RTC_HISTOGRAM_BOOLEAN_SPARSE(name, sample) \ argument
176 #define RTC_HISTOGRAM_PERCENTAGE(name, sample) \ argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/system_wrappers/include/
H A Dmetrics.h104 #define RTC_HISTOGRAM_COUNTS_100(name, sample) \ argument
107 #define RTC_HISTOGRAM_COUNTS_200(name, sample) \ argument
110 #define RTC_HISTOGRAM_COUNTS_500(name, sample) \ argument
113 #define RTC_HISTOGRAM_COUNTS_1000(name, sample) \ argument
116 #define RTC_HISTOGRAM_COUNTS_10000(name, sample) \ argument
119 #define RTC_HISTOGRAM_COUNTS_100000(name, sample) \ argument
134 #define RTC_HISTOGRAM_COUNTS_SPARSE_100(name, sample) \ argument
137 #define RTC_HISTOGRAM_COUNTS_SPARSE_200(name, sample) \ argument
162 #define RTC_HISTOGRAM_BOOLEAN_SPARSE(name, sample) \ argument
176 #define RTC_HISTOGRAM_PERCENTAGE(name, sample) \ argument
[all …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/system_wrappers/include/
H A Dmetrics.h104 #define RTC_HISTOGRAM_COUNTS_100(name, sample) \ argument
107 #define RTC_HISTOGRAM_COUNTS_200(name, sample) \ argument
110 #define RTC_HISTOGRAM_COUNTS_500(name, sample) \ argument
113 #define RTC_HISTOGRAM_COUNTS_1000(name, sample) \ argument
116 #define RTC_HISTOGRAM_COUNTS_10000(name, sample) \ argument
119 #define RTC_HISTOGRAM_COUNTS_100000(name, sample) \ argument
134 #define RTC_HISTOGRAM_COUNTS_SPARSE_100(name, sample) \ argument
137 #define RTC_HISTOGRAM_COUNTS_SPARSE_200(name, sample) \ argument
162 #define RTC_HISTOGRAM_BOOLEAN_SPARSE(name, sample) \ argument
176 #define RTC_HISTOGRAM_PERCENTAGE(name, sample) \ argument
[all …]
/dports/audio/webrtc-audio-processing/webrtc-audio-processing-1.0/webrtc/system_wrappers/include/
H A Dmetrics.h104 #define RTC_HISTOGRAM_COUNTS_100(name, sample) \ argument
107 #define RTC_HISTOGRAM_COUNTS_200(name, sample) \ argument
110 #define RTC_HISTOGRAM_COUNTS_500(name, sample) \ argument
113 #define RTC_HISTOGRAM_COUNTS_1000(name, sample) \ argument
116 #define RTC_HISTOGRAM_COUNTS_10000(name, sample) \ argument
119 #define RTC_HISTOGRAM_COUNTS_100000(name, sample) \ argument
134 #define RTC_HISTOGRAM_COUNTS_SPARSE_100(name, sample) \ argument
137 #define RTC_HISTOGRAM_COUNTS_SPARSE_200(name, sample) \ argument
162 #define RTC_HISTOGRAM_BOOLEAN_SPARSE(name, sample) \ argument
176 #define RTC_HISTOGRAM_PERCENTAGE(name, sample) \ argument
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/libtgvoip/webrtc_dsp/system_wrappers/include/
H A Dmetrics.h70 #define RTC_HISTOGRAM_COUNTS_100(name, sample) \ argument
73 #define RTC_HISTOGRAM_COUNTS_200(name, sample) \ argument
76 #define RTC_HISTOGRAM_COUNTS_500(name, sample) \ argument
79 #define RTC_HISTOGRAM_COUNTS_1000(name, sample) \ argument
82 #define RTC_HISTOGRAM_COUNTS_10000(name, sample) \ argument
85 #define RTC_HISTOGRAM_COUNTS_100000(name, sample) \ argument
100 #define RTC_HISTOGRAM_COUNTS_SPARSE_100(name, sample) \ argument
103 #define RTC_HISTOGRAM_COUNTS_SPARSE_200(name, sample) \ argument
128 #define RTC_HISTOGRAM_BOOLEAN_SPARSE(name, sample) \ argument
142 #define RTC_HISTOGRAM_PERCENTAGE(name, sample) \ argument
[all …]
/dports/net-mgmt/nfdump/nfdump-1.6.20/bin/
H A Dsflow_process.c321 static void writeFlowLine(SFSample *sample) { in writeFlowLine()
427 static void decodeLinkLayer(SFSample *sample) { in decodeLinkLayer()
551 static void decode80211MAC(SFSample *sample) { in decode80211MAC()
702 static void decodeIPV4(SFSample *sample) { in decodeIPV4()
756 static void decodeIPV6(SFSample *sample) { in decodeIPV6()
1168 static void readExtendedUser(SFSample *sample) in readExtendedUser()
1197 static void readExtendedUrl(SFSample *sample) in readExtendedUrl()
1251 static void readExtendedMpls(SFSample *sample) in readExtendedMpls()
1271 static void readExtendedNat(SFSample *sample) in readExtendedNat()
2151 static void readCounters_vg(SFSample *sample) in readCounters_vg()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/system_wrappers/include/
H A Dmetrics.h69 #define RTC_HISTOGRAM_COUNTS_100(name, sample) \ argument
72 #define RTC_HISTOGRAM_COUNTS_200(name, sample) \ argument
75 #define RTC_HISTOGRAM_COUNTS_500(name, sample) \ argument
78 #define RTC_HISTOGRAM_COUNTS_1000(name, sample) \ argument
81 #define RTC_HISTOGRAM_COUNTS_10000(name, sample) \ argument
84 #define RTC_HISTOGRAM_COUNTS_100000(name, sample) \ argument
98 #define RTC_HISTOGRAM_COUNTS_SPARSE_100(name, sample) \ argument
106 #define RTC_HISTOGRAM_PERCENTAGE(name, sample) \ argument
110 #define RTC_HISTOGRAM_BOOLEAN(name, sample) \ argument
159 #define RTC_HISTOGRAMS_COUNTS_100(index, name, sample) \ argument
[all …]
/dports/games/wesnoth/wesnoth-1.14.17/src/server/
H A Dmetrics.hpp45 struct sample { struct in metrics
47 sample() : in sample() argument
57 simple_wml::string_span name;
58 int nsamples;
59 clock_t parsing_time, processing_time;
60 clock_t max_parsing_time, max_processing_time;
62 operator const simple_wml::string_span&() in operator const simple_wml::string_span&()
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/nonparametric/
H A Dkernels_asymmetric.py197 def kernel_pdf_beta(x, sample, bw): argument
219 def kernel_cdf_beta(x, sample, bw): argument
241 def kernel_pdf_beta2(x, sample, bw): argument
295 def kernel_cdf_beta2(x, sample, bw): argument
349 def kernel_pdf_gamma(x, sample, bw): argument
373 def kernel_cdf_gamma(x, sample, bw): argument
398 def _kernel_pdf_gamma(x, sample, bw): argument
410 def _kernel_cdf_gamma(x, sample, bw): argument
422 def kernel_pdf_gamma2(x, sample, bw): argument
642 def kernel_pdf_bs(x, sample, bw): argument
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/
H A DCleanUpTest1d5.java56 String sample= "" // in testJava50ForLoop01() local
94 String sample= "" // in testJava50ForLoop02() local
142 String sample= "" // in testJava50ForLoop03() local
180 String sample= "" // in testJava50ForLoop04() local
226 String sample= "" // in testJava50ForLoop05() local
244 String sample= "" // in testJava50ForLoop06() local
262 String sample= "" // in testJava50ForLoop07() local
280 String sample= "" // in testJava50ForLoop08() local
299 String sample= "" // in testJava50ForLoop09() local
330 String sample= "" // in testJava50ForLoop10() local
[all …]
/dports/net/traefik/traefik-2.6.1/pkg/config/kv/
H A Dkv_test.go104 type sample struct { struct
105 FieldA string
106 FieldB int
107 FieldC bool
108 FieldD []string
109 FieldE *struct {
112 FieldF map[string]string
113 FieldG []sub
114 FieldH string
/dports/math/openturns/openturns-1.18/python/doc/examples/data_analysis/manage_data_and_samples/
H A Dplot_quick_start_point_and_sample.py132 sample = ot.Sample([[1.0, 2.0], variable
140 sample = ot.Sample([[1.0, 2.0], variable
185 sample = ot.Sample([p1, p2, p3]) variable
198 sample = ot.Sample([p4] * 3) variable
205 sample = ot.Sample([[0, 1], [2, 3], [4, 5]]) variable
218 sample = ot.Sample(5, 3) variable
230 sample = ot.Sample(array) variable
259 sample = ot.Sample([[ui] for ui in u]) variable
266 sample = ot.Sample([u[i:i+5] for i in range(len(u)//5)]) variable
/dports/java/java3d/java3d-1.5.2/j3d-core-utils/src/classes/share/com/sun/j3d/audioengines/javasound/
H A DJSThread.java129 JSSample sample = null; in doWork() local
176 boolean adjustRate(JSSample sample) { in adjustRate()
392 void setTargetGain(JSSample sample, float scaleFactor) { in setTargetGain()
405 void setRate(JSSample sample, float rateScaleFactor) { in setRate()
427 void setSampleGain(JSSample sample, float gain) { in setSampleGain()
495 boolean startSample(JSSample sample) { in startSample()
616 boolean stopSample(JSSample sample) { in stopSample()
673 void pauseSample(JSSample sample) { in pauseSample()
731 void unpauseSample(JSSample sample) { in unpauseSample()
791 void muteSample(JSSample sample) { in muteSample()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/vmware/govmomi/govc/metric/
H A Dsample.go38 type sample struct { struct
49 cli.Register("metric.sample", &sample{})
52 func (cmd *sample) Register(ctx context.Context, f *flag.FlagSet) {
82 govc metric.sample host/cluster1/* cpu.usage.average
89 func (cmd *sample) Process(ctx context.Context) error {
257 func (cmd *sample) Run(ctx context.Context, f *flag.FlagSet) error {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/vmware/govmomi/govc/metric/
H A Dsample.go38 type sample struct { struct
49 cli.Register("metric.sample", &sample{})
52 func (cmd *sample) Register(ctx context.Context, f *flag.FlagSet) {
82 govc metric.sample host/cluster1/* cpu.usage.average
89 func (cmd *sample) Process(ctx context.Context) error {
257 func (cmd *sample) Run(ctx context.Context, f *flag.FlagSet) error {

12345678910>>...297