Home
last modified time | relevance | path

Searched full:frequency (Results 1 – 25 of 8942) sorted by relevance

12345678910>>...358

/aosp_15_r20/external/webrtc/api/units/
H A Dfrequency_unittest.cc10 #include "api/units/frequency.h"
19 constexpr Frequency kFrequencyZero = Frequency::Zero(); in TEST()
20 constexpr Frequency kFrequencyPlusInf = Frequency::PlusInfinity(); in TEST()
21 constexpr Frequency kFrequencyMinusInf = Frequency::MinusInfinity(); in TEST()
31 EXPECT_EQ(Frequency::Hertz(kValue).hertz<int64_t>(), kValue); in TEST()
32 EXPECT_EQ(Frequency::Zero().hertz<int64_t>(), 0); in TEST()
37 EXPECT_EQ(Frequency::MilliHertz(kValue).hertz<int64_t>(), kValue / 1000); in TEST()
38 EXPECT_EQ(Frequency::Hertz(kValue).millihertz(), kValue * 1000); in TEST()
39 EXPECT_EQ(Frequency::KiloHertz(kValue).hertz(), kValue * 1000); in TEST()
44 EXPECT_TRUE(Frequency::Zero().IsZero()); in TEST()
[all …]
/aosp_15_r20/external/ltp/testcases/kernel/device-drivers/v4l/user_space/
H A Dtest_VIDIOC_FREQUENCY.c4 * 18 Apr 2009 0.4 More cleanup in frequency scan test case
55 //CU_ASSERT_EQUAL(freq.frequency, ???); in test_VIDIOC_G_FREQUENCY()
69 ".frequency = %u " in test_VIDIOC_G_FREQUENCY()
73 freq.frequency, in test_VIDIOC_G_FREQUENCY()
195 /* fetch the current frequency setting */ in test_VIDIOC_S_FREQUENCY()
207 /* try to set the frequency again to the actual value */ in test_VIDIOC_S_FREQUENCY()
210 freq.frequency = orig_freq.frequency; in test_VIDIOC_S_FREQUENCY()
222 /* check wheteher the frequency has not been changed */ in test_VIDIOC_S_FREQUENCY()
237 ("\t%s:%u: current frequency=%u (expected %u)\n", in test_VIDIOC_S_FREQUENCY()
238 __FILE__, __LINE__, new_freq.frequency, in test_VIDIOC_S_FREQUENCY()
[all …]
/aosp_15_r20/external/angle/src/tests/perf_tests/
H A DTexturesPerf.cpp23 enum class Frequency enum
30 size_t GetFrequencyValue(Frequency frequency, size_t sometimesValue) in GetFrequencyValue() argument
32 switch (frequency) in GetFrequencyValue()
34 case Frequency::Always: in GetFrequencyValue()
36 case Frequency::Never: in GetFrequencyValue()
38 case Frequency::Sometimes: in GetFrequencyValue()
46 std::string FrequencyToString(Frequency frequency) in FrequencyToString() argument
48 switch (frequency) in FrequencyToString()
50 case Frequency::Always: in FrequencyToString()
52 case Frequency::Sometimes: in FrequencyToString()
[all …]
/aosp_15_r20/external/autotest/server/cros/
H A Dchaos_ap_list.conf17 frequency = 2437
32 frequency = 5220
47 frequency = 5640
62 ### frequency = 2412
75 frequency = 2462
91 ### frequency = 5220
106 ### frequency = 2437
119 ### frequency = 5200
132 ### frequency = 5785
145 ### frequency = 2412
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DBlockFrequency.h1 //===-------- BlockFrequency.h - Block Frequency Wrapper --------*- C++ -*-===//
9 // This file implements Block Frequency class.
25 // This class represents Block Frequency as a 64-bit value.
27 uint64_t Frequency; variable
30 BlockFrequency() : Frequency(0) {} in BlockFrequency()
31 explicit BlockFrequency(uint64_t Freq) : Frequency(Freq) {} in BlockFrequency()
33 /// Returns the maximum possible frequency, the saturation value.
36 /// Returns the frequency as a fixpoint number scaled by the entry
37 /// frequency.
38 uint64_t getFrequency() const { return Frequency; } in getFrequency()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DBlockFrequency.h1 //===-------- BlockFrequency.h - Block Frequency Wrapper --------*- C++ -*-===//
9 // This file implements Block Frequency class.
25 // This class represents Block Frequency as a 64-bit value.
27 uint64_t Frequency; variable
30 BlockFrequency() : Frequency(0) {} in BlockFrequency()
31 explicit BlockFrequency(uint64_t Freq) : Frequency(Freq) {} in BlockFrequency()
33 /// Returns the maximum possible frequency, the saturation value.
36 /// Returns the frequency as a fixpoint number scaled by the entry
37 /// frequency.
38 uint64_t getFrequency() const { return Frequency; } in getFrequency()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DBlockFrequency.h1 //===-------- BlockFrequency.h - Block Frequency Wrapper --------*- C++ -*-===//
9 // This file implements Block Frequency class.
24 // This class represents Block Frequency as a 64-bit value.
26 uint64_t Frequency; variable
29 BlockFrequency() : Frequency(0) {} in BlockFrequency()
30 explicit BlockFrequency(uint64_t Freq) : Frequency(Freq) {} in BlockFrequency()
32 /// Returns the maximum possible frequency, the saturation value.
35 /// Returns the frequency as a fixpoint number scaled by the entry
36 /// frequency.
37 uint64_t getFrequency() const { return Frequency; } in getFrequency()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DBlockFrequency.h1 //===-------- BlockFrequency.h - Block Frequency Wrapper --------*- C++ -*-===//
9 // This file implements Block Frequency class.
25 // This class represents Block Frequency as a 64-bit value.
27 uint64_t Frequency; variable
30 BlockFrequency() : Frequency(0) {} in BlockFrequency()
31 explicit BlockFrequency(uint64_t Freq) : Frequency(Freq) {} in BlockFrequency()
33 /// Returns the maximum possible frequency, the saturation value.
36 /// Returns the frequency as a fixpoint number scaled by the entry
37 /// frequency.
38 uint64_t getFrequency() const { return Frequency; } in getFrequency()
[all …]
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Dhostapd_config.py37 """The frequency associated with a given channel number.
43 int, frequency in MHz associated with the channel.
46 for frequency, channel_iter in \
49 return frequency
54 def get_channel_for_frequency(frequency): argument
55 """The channel number associated with a given frequency.
58 value: int frequency in MHz.
61 int, frequency associated with the channel.
64 return hostapd_constants.CHANNEL_MAP[frequency]
171 """Returns: int channel number for self.frequency."""
[all …]
/aosp_15_r20/external/autotest/client/cros/audio/
H A Daudio_quality_measurement.py26 # The input signal should be one sine wave with fixed frequency which
44 # In this module, amplitude and frequency are derived from Hilbert transform.
45 # Both amplitude and frequency are a function of time.
55 # If the difference between average frequency of this block and
56 # dominant frequency of full signal is less than 0.5 times of
57 # dominant frequency, this block is considered to be within the
59 # average frequency will be much greater than 5 times of
60 # dominant frequency.
61 # Also, for delay during playback, the frequency will be about 0
63 # frequency if it's noised.
[all …]
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/audio_analysis_lib/
Daudio_quality_measurement.py25 # The input signal should be one sine wave with fixed frequency which
43 # In this module, amplitude and frequency are derived from Hilbert transform.
44 # Both amplitude and frequency are a function of time.
54 # If the difference between average frequency of this block and
55 # dominant frequency of full signal is less than 0.5 times of
56 # dominant frequency, this block is considered to be within the
58 # average frequency will be much greater than 5 times of
59 # dominant frequency.
60 # Also, for delay during playback, the frequency will be about 0
62 # frequency if it's noised.
[all …]
/aosp_15_r20/external/autotest/server/cros/network/
H A Dpacket_capturer.py65 def _get_center_freq_80(frequency): argument
66 """Find the center frequency of a 80MHz channel.
68 Raises an error upon an invalid frequency.
70 @param frequency int Control frequency of the channel.
71 @return center_freq int Center frequency of the channel.
76 if frequency >= f and frequency < f + 80:
79 'Frequency %s is not part of a 80MHz channel', frequency)
82 def _get_center_freq_160(frequency): argument
83 """Find the center frequency of a 160MHz channel.
85 Raises an error upon an invalid frequency.
[all …]
H A Dhostap_config.py20 # A mapping of frequency to channel number. This includes some
214 def get_channel_for_frequency(frequency): argument
215 """Returns the channel number associated with a given frequency.
217 @param value: int frequency in MHz.
219 @return int frequency associated with the channel.
222 return HostapConfig.CHANNEL_MAP[frequency]
227 """Returns the frequency associated with a given channel number.
231 @return int frequency in MHz associated with the channel.
234 for frequency, channel_iter in six.iteritems(HostapConfig.CHANNEL_MAP):
236 return frequency
[all …]
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/
Dsasportal_v1alpha1.customers.devices.html166 …&quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The fr…
167 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
168 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
181 { # Frequency range from `low_frequency` to `high_frequency`.
182 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
183 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
190 …&quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The tr…
191 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
192 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
199 …&quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The fr…
[all …]
Dprod_tt_sasportal_v1alpha1.nodes.devices.html166 …&quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The fr…
167 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
168 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
181 { # Frequency range from `low_frequency` to `high_frequency`.
182 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
183 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
190 …&quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The tr…
191 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
192 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
199 …&quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The fr…
[all …]
Dprod_tt_sasportal_v1alpha1.customers.devices.html166 …&quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The fr…
167 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
168 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
181 { # Frequency range from `low_frequency` to `high_frequency`.
182 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
183 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
190 …&quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The tr…
191 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
192 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
199 …&quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The fr…
[all …]
Dsasportal_v1alpha1.nodes.devices.html166 …&quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The fr…
167 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
168 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
181 { # Frequency range from `low_frequency` to `high_frequency`.
182 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
183 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
190 …&quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The tr…
191 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
192 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
199 …&quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The fr…
[all …]
Dsasportal_v1alpha1.deployments.devices.html177 …&quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The fr…
178 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
179 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
192 { # Frequency range from `low_frequency` to `high_frequency`.
193 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
194 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
201 …&quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The tr…
202 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
203 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
210 …&quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The fr…
[all …]
Dprod_tt_sasportal_v1alpha1.deployments.devices.html177 …&quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The fr…
178 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
179 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
192 { # Frequency range from `low_frequency` to `high_frequency`.
193 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
194 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
201 …&quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The tr…
202 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
203 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
210 …&quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The fr…
[all …]
/aosp_15_r20/packages/modules/Wifi/framework/java/android/net/wifi/rtt/
DResponderConfig.java235 * The primary 20 MHz frequency (in MHz) of the channel of the Responder.
239 public final int frequency; field in ResponderConfig
243 * 320 MHz, this is the center frequency (in MHz), if the Responder uses 80 + 80 MHz,
244 * this is the center frequency of the first segment (in MHz).
252 * this is the center frequency of the second segment (in MHz).
285 this.frequency = builder.mFrequency; in ResponderConfig()
303 * @param frequency The primary 20 MHz frequency (in MHz) of the channel of the Responder.
305 * 40, 80, 160 or 320 MHz, this is the center frequency (in MHz), if the
306 * Responder uses 80 + 80 MHz, this is the center frequency of the first
310 * uses 80 + 80 MHz, this is the center frequency of the second segment
[all …]
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/stdlib/android/
H A Ddvfs.sql37 'domain@0 Frequency',
38 'domain@1 Frequency',
39 'domain@2 Frequency',
40 '17000010.devfreq_mif Frequency',
41 '17000020.devfreq_int Frequency',
42 '17000090.devfreq_dsu Frequency',
43 '170000a0.devfreq_bci Frequency',
44 'dsu_throughput Frequency',
45 'bus_throughput Frequency',
46 'cpu0dsu Frequency',
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DBlockFrequency.cpp9 // This file implements Block Frequency class.
19 Frequency = Prob.scale(Frequency); in operator *=()
24 BlockFrequency Freq(Frequency); in operator *()
30 Frequency = Prob.scaleByInverse(Frequency); in operator /=()
35 BlockFrequency Freq(Frequency); in operator /()
41 uint64_t Before = Freq.Frequency; in operator +=()
42 Frequency += Freq.Frequency; in operator +=()
44 // If overflow, set frequency to the maximum value. in operator +=()
45 if (Frequency < Before) in operator +=()
46 Frequency = UINT64_MAX; in operator +=()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DBlockFrequency.cpp9 // This file implements Block Frequency class.
20 Frequency = Prob.scale(Frequency); in operator *=()
25 BlockFrequency Freq(Frequency); in operator *()
31 Frequency = Prob.scaleByInverse(Frequency); in operator /=()
36 BlockFrequency Freq(Frequency); in operator /()
42 uint64_t Before = Freq.Frequency; in operator +=()
43 Frequency += Freq.Frequency; in operator +=()
45 // If overflow, set frequency to the maximum value. in operator +=()
46 if (Frequency < Before) in operator +=()
47 Frequency = UINT64_MAX; in operator +=()
[all …]
/aosp_15_r20/external/llvm/lib/Support/
H A DBlockFrequency.cpp10 // This file implements Block Frequency class.
21 Frequency = Prob.scale(Frequency); in operator *=()
26 BlockFrequency Freq(Frequency); in operator *()
32 Frequency = Prob.scaleByInverse(Frequency); in operator /=()
37 BlockFrequency Freq(Frequency); in operator /()
43 uint64_t Before = Freq.Frequency; in operator +=()
44 Frequency += Freq.Frequency; in operator +=()
46 // If overflow, set frequency to the maximum value. in operator +=()
47 if (Frequency < Before) in operator +=()
48 Frequency = UINT64_MAX; in operator +=()
[all …]
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/stat/
H A DFrequency.java37 * Maintains a frequency distribution.
51 * a frequency distribution will fail.
60 public class Frequency implements Serializable { class
69 public Frequency() { in Frequency() method in Frequency
79 public Frequency(Comparator<?> comparator) { in Frequency() method in Frequency
85 * Return a string representation of this frequency distribution.
110 * Adds 1 to the frequency count for v.
112 * <p>If other objects have already been added to this Frequency, v must be comparable to those
124 * Adds 1 to the frequency count for v.
134 * Adds 1 to the frequency count for v.
[all …]

12345678910>>...358