HomeSort by relevance Sort by last modified time
    Searched full:frequency (Results 26 - 50 of 3243) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/dtc/tests/
subnode_iterate.dts 16 clock-frequency = <1600000000>;
17 timebase-frequency = <33333333>;
33 clock-frequency = <1600000000>;
34 timebase-frequency = <33333333>;
test01.dts 21 clock-frequency = <1600000000>;
22 timebase-frequency = <33333333>;
32 clock-frequency = <1600000000>;
33 timebase-frequency = <33333333>;
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/Library/AcpiTimerLib/
DxeAcpiTimerLib.c 20 Calculate TSC frequency.
22 The TSC counting frequency is determined by comparing how far it counts
24 The ACPI timer is used because it counts at a known frequency.
27 9861 is the TSC frequency. There will be a small error because of the
40 // Cached performance counter frequency
45 Internal function to retrieves the 64-bit frequency in Hz.
47 Internal function to retrieves the 64-bit frequency in Hz.
49 @return The frequency in Hz.
BaseAcpiTimerLib.c 20 Calculate TSC frequency.
22 The TSC counting frequency is determined by comparing how far it counts
24 The ACPI timer is used because it counts at a known frequency.
27 9861 is the TSC frequency. There will be a small error because of the
40 Internal function to retrieves the 64-bit frequency in Hz.
42 Internal function to retrieves the 64-bit frequency in Hz.
44 @return The frequency in Hz.
  /external/skia/infra/bots/recipe_modules/builder_name_schema/
builder_name_schema.json 14 "frequency"
17 "frequency"
  /external/webrtc/webrtc/voice_engine/test/auto_test/fakes/
fake_media_process.h 17 FakeMediaProcess() : frequency(0) {}
27 sin(2.0 * 3.14 * frequency * 400.0 / sampling_freq_hz));
32 frequency * 400.0 / sampling_freq_hz));
35 frequency * 400.0 / sampling_freq_hz));
37 frequency++;
42 int frequency; member in class:FakeMediaProcess
  /system/nfc/src/nfa/dm/
nfa_dm_cfg.cc 47 /* the RF Discovery Frequency for each technology */
49 1, /* Frequency for NFC Technology A */
50 1, /* Frequency for NFC Technology B */
51 1, /* Frequency for NFC Technology F */
52 1, /* Frequency for Proprietary Technology/15693 */
53 1, /* Frequency for Proprietary Technology/B-Prime */
54 1, /* Frequency for Proprietary Technology/Kovio */
55 1, /* Frequency for NFC Technology A active mode */
56 1, /* Frequency for NFC Technology F active mode */
57 1 /* Frequency for NFC Technology active mode *
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
WnnWord.java 32 public int frequency; field in class:WnnWord
60 * @param frequency The score of word
62 public WnnWord(String candidate, String stroke, int frequency) {
63 this(0, candidate, stroke, new WnnPOS(), frequency, 0);
83 * @param frequency The score of word
85 public WnnWord(String candidate, String stroke, WnnPOS posTag, int frequency) {
86 this(0, candidate, stroke, posTag, frequency, 0);
96 * @param frequency The score of word
98 public WnnWord(int id, String candidate, String stroke, WnnPOS posTag, int frequency) {
99 this(id, candidate, stroke, posTag, frequency, 0)
    [all...]
WnnClause.java 32 * @param frequency The frequency of the clause
34 public WnnClause(String candidate, String stroke, WnnPOS posTag, int frequency) {
38 frequency);
52 stem.frequency,
68 stem.frequency,
  /tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
hostapd_ap_preset.py 22 frequency=None,
32 You may specify channel or frequency, but not both. Both options
34 or a frequency that will not be accepted).
41 frequency: int, frequency of channel.
62 frequency = hostapd_config.get_frequency_for_channel(channel)
63 elif frequency:
64 channel = hostapd_config.get_channel_for_frequency(frequency)
66 raise ValueError('Specify either frequency or channel.')
72 if frequency < 5000
    [all...]
  /device/linaro/bootloader/edk2/PerformancePkg/Library/TscTimerLib/
PeiTscTimerLib.c 11 the maximum resolved frequency at which the processor is booted. The maximum resolved frequency may
12 differ from the maximum qualified frequency of the processor.
16 the processor core changes frequency. This is the architectural behavior moving forward.
36 /** Get TSC frequency from TSC frequency GUID HOB, if the HOB is not found, build it.
51 // Get TSC frequency from TSC frequency GUID HOB.
61 // TSC frequency GUID HOB is not found, build it.
DxeTscTimerLib.c 11 the maximum resolved frequency at which the processor is booted. The maximum resolved frequency may
12 differ from the maximum qualified frequency of the processor.
16 the processor core changes frequency. This is the architectural behavior moving forward.
40 /** The constructor function determines the actual TSC frequency.
42 First, Get TSC frequency from system configuration table with TSC frequency GUID,
64 // Get TSC frequency from system configuration table with TSC frequency GUID.
74 // TSC frequency GUID system configuration table is not found, install it.
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowScanResult.java 14 public static ScanResult newInstance(String SSID, String BSSID, String caps, int level, int frequency) {
20 scanResult.frequency = frequency;
31 .append(", frequency: ").append(realObject.frequency)
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowScanResult.java 14 public static ScanResult newInstance(String SSID, String BSSID, String caps, int level, int frequency) {
20 scanResult.frequency = frequency;
31 .append(", frequency: ").append(realObject.frequency)
  /external/autotest/client/site_tests/power_CPUFreq/
control 11 - no more than 1 frequency is supported
12 - if a supported frequency cannot be set
23 frequency by writing to files scaling_max_freq, scaling_min_freq, and
  /platform_testing/scripts/perf-setup/
dragon-setup.sh 7 # locking CPU frequency
15 # locking GPU frequency
17 # note: frequency choices can be found in:
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/wificond/
ChannelSettings.java 33 public int frequency; field in class:ChannelSettings
49 return frequency == channel.frequency;
55 return Objects.hash(frequency);
70 out.writeInt(frequency);
82 result.frequency = in.readInt();
  /external/autotest/client/site_tests/power_StatsCPUFreq/
control 8 PURPOSE = "Measure time spent at each CPU Frequency when system is idle."
16 This test measures percentage time spent at each CPU frequency level when
  /external/python/cpython3/PC/clinic/
winsound.c.h 42 "Beep($module, /, frequency, duration)\n"
47 " frequency\n"
48 " Frequency of the sound in hertz.\n"
57 winsound_Beep_impl(PyObject *module, int frequency, int duration);
63 static const char * const _keywords[] = {"frequency", "duration", NULL};
65 int frequency; local
69 &frequency, &duration)) {
72 return_value = winsound_Beep_impl(module, frequency, duration);
  /frameworks/base/core/java/android/provider/
UserDictionary.java 30 * frequency information and locale information.
78 * The frequency column. A value between 1 and 255. Higher values imply higher frequency.
81 public static final String FREQUENCY = "frequency";
115 * Sort by descending order of frequency.
117 public static final String DEFAULT_SORT_ORDER = FREQUENCY + " DESC";
119 /** Adds a word to the dictionary, with the given frequency and the specified
133 int frequency, int localeType) {
147 addWord(context, word, frequency, null, locale)
    [all...]
  /frameworks/rs/perf-test-scripts/
get-freq 38 frequency=
62 # display current frequency
64 frequency=`getprop $CPU_DIR/$core/cpufreq/scaling_cur_freq`
66 echo " Current Frequency: $frequency (Hz)"
92 # collect and print current gpu frequency
98 echo "ERROR: unable to find current GPU frequency"
101 echo " Current Frequency: $freq (Hz)"
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
KnownBandsChannelHelper.java 93 private boolean isDfsChannel(int frequency) {
96 if (frequency == dfsChannel.frequency) {
104 private int getBandFromChannel(int frequency) {
105 if (2400 <= frequency && frequency < 2500) {
107 } else if (isDfsChannel(frequency)) {
109 } else if (5100 <= frequency && frequency < 6000) {
125 if (settingsChannels[i].frequency == channel)
    [all...]
  /external/adhd/cras/src/dsp/
biquad.c 113 static void biquad_bandpass(struct biquad *bq, double frequency, double Q)
116 frequency = max(0.0, frequency);
121 if (frequency > 0 && frequency < 1) {
122 double w0 = M_PI * frequency;
153 static void biquad_lowshelf(struct biquad *bq, double frequency, double db_gain)
156 frequency = max(0.0, min(frequency, 1.0));
160 if (frequency == 1)
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/rtt/
ResponderConfig.java 157 * The primary 20 MHz frequency (in MHz) of the channel of the Responder.
159 public final int frequency; field in class:ResponderConfig
163 * this is the center frequency (in MHz), if the Responder uses 80 + 80 MHz, this is the
164 * center frequency of the first segment (in MHz).
170 * this is the center frequency of the second segment (in MHz).
187 * @param frequency The primary 20 MHz frequency (in MHz) of the channel of the Responder.
189 * 40, 80 or 160 MHz, this is the center frequency (in MHz), if the
190 * Responder uses 80 + 80 MHz, this is the center frequency of the first
194 * uses 80 + 80 MHz, this is the center frequency of the second segmen
301 int frequency = scanResult.frequency; local
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
BlockFrequency.cpp 10 // This file implements Block Frequency class.
45 /// div96bit - Divide 96-bit value stored in W array by D. Return 64-bit frequency.
74 if (n > 0 && Frequency > UINT64_MAX / n) {
80 mult96bit(Frequency, n, W);
81 Frequency = div96bit(W, d);
85 Frequency *= n;
86 Frequency /= d;
92 BlockFrequency Freq(Frequency);
98 uint64_t Before = Freq.Frequency;
99 Frequency += Freq.Frequency
    [all...]

Completed in 979 milliseconds

12 3 4 5 6 7 8 91011>>