HomeSort by relevance Sort by last modified time
    Searched full:frequency (Results 1 - 25 of 950) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/include/llvm/Support/
BlockFrequency.h 1 //===-------- BlockFrequency.h - Block Frequency Wrapper --------*- C++ -*-===//
10 // This file implements Block Frequency class.
22 // This class represents Block Frequency as a 64-bit value.
25 uint64_t Frequency;
29 BlockFrequency(uint64_t Freq = 0) : Frequency(Freq) { }
32 uint64_t getFrequency() const { return Frequency; }
41 return Frequency < RHS.Frequency;
45 return Frequency <= RHS.Frequency;
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/api/notifications/
options.html 41 options.frequency.disabled = isDeactivated; // The control manipulability.
48 options.frequency.value = localStorage.frequency;
49 // The display frequency, in minutes.
53 // Set the display activation and frequency.
59 options.frequency.onchange = function() {
60 localStorage.frequency = options.frequency.value;
72 <select name="frequency">
background.html 32 localStorage.frequency = 1; // The display frequency, in minutes.
38 // While activated, show notifications at the display frequency.
48 localStorage.frequency <= interval
  /external/oprofile/libutil/
op_cpufreq.h 3 * get cpu frequency declaration
20 * return the estimated cpu frequency in Mhz through
  /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,
WnnSentence.java 43 this.frequency = 0;
54 this.frequency = headClause.frequency;
69 this.frequency = headClause.frequency;
86 this.frequency = clause.frequency;
104 this.frequency = prev.frequency + clause.frequency;
    [all...]
  /packages/inputmethods/LatinIME/tools/makedict/src/com/android/inputmethod/latin/
Word.java 24 * Utility class for a word with a frequency.
33 public Word(String word, int frequency, ArrayList<WeightedString> bigrams) {
35 mFrequency = frequency;
42 * A Word x is greater than a word y if x has a higher frequency. If they have the same
43 * frequency, they are sorted in lexicographic order.
55 * Words are equal if they have the same frequency, the same spellings, and the same
PendingAttribute.java 28 public PendingAttribute(final int frequency, final int address) {
29 mFrequency = frequency;
  /external/kernel-headers/original/asm-x86/
param.h 5 # define HZ CONFIG_HZ /* Internal kernel timer frequency */
  /external/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...]
  /external/webrtc/src/common_audio/vad/main/source/
vad_filterbank.h 25 * This function removes DC from the lowest frequency band
28 * - in_vector : Samples in the frequency interval 0 - 250 Hz
33 * - out_vector : Samples in the frequency interval 80 - 250 Hz
46 * different frequency bands
71 * different frequency bands
74 * - in_vector : Input signal to be split into two frequency bands.
97 * 6 frequency bands used by the VAD:
124 * This function is used to get the logarithm of the power of one frequency band.
127 * - vector : Input speech samples for one frequency band
128 * - offset : Offset value for the current frequency ban
    [all...]
  /system/media/audio_effects/include/audio_effects/
effect_equalizer.h 34 EQ_PARAM_NUM_BANDS, // Gets the number of frequency bands that the equalizer supports.
37 EQ_PARAM_CENTER_FREQ, // Gets the center frequency of the given band.
38 EQ_PARAM_BAND_FREQ_RANGE, // Gets the frequency range of the given frequency band.
39 EQ_PARAM_GET_BAND, // Gets the band that has the most effect on the given frequency.
  /frameworks/base/core/java/android/provider/
UserDictionary.java 30 * frequency information and locale information.
72 * The frequency column. A value between 1 and 255. Higher values imply higher frequency.
75 public static final String FREQUENCY = "frequency";
97 * Sort by descending order of frequency.
99 public static final String DEFAULT_SORT_ORDER = FREQUENCY + " DESC";
101 /** Adds a word to the dictionary, with the given frequency and the specified
110 int frequency, int localeType) {
117 if (frequency < 0) frequency = 0
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
timex.h 28 * Added defines for hybrid phase/frequency-lock loop.
71 #define SHIFT_PLL 4 /* PLL frequency factor (shift) */
72 #define SHIFT_FLL 2 /* FLL frequency factor (shift) */
81 * time_tolerance variables, which represent the current frequency
82 * offset and maximum frequency tolerance.
85 #define SHIFT_USEC 16 /* frequency offset scale (shift) */
86 #define SHIFT_NSEC 12 /* kernel frequency offset scale */
89 #define MAXFREQ (512L << SHIFT_USEC) /* max frequency error (ppm) */
90 #define MAXFREQ_NSEC (512000L << SHIFT_NSEC) /* max frequency error (ppb) */
102 long freq; /* frequency offset (scaled ppm) *
    [all...]
if_cablemodem.h 17 #define SIOCGCMFREQUENCY SIOCDEVPRIVATE+2 /* get cable modem frequency */
18 #define SIOCSCMFREQUENCY SIOCDEVPRIVATE+3 /* set cable modem frequency */
  /packages/inputmethods/PinyinIME/jni/include/
ngram.h 37 // After this process, an item with a lower score has a higher frequency.
40 // System words' total frequency. It is not the real total frequency, instead,
42 // total frequency changes.
57 // Because after user adds some user lemmas, the total frequency changes, and
76 // Set the total frequency of all none system dictionaries.
  /system/media/wilhelm/src/itf/
IVibra.c 55 static SLresult IVibra_SetFrequency(SLVibraItf self, SLmilliHertz frequency)
62 } else if (!(d->minFrequency <= frequency && frequency <= d->maxFrequency)) {
67 thiz->mFrequency = frequency;
85 SLmilliHertz frequency = thiz->mFrequency; local
87 *pFrequency = frequency;
  /external/guava/src/com/google/common/collect/
AbstractMapBasedMultiset.java 117 AtomicInteger frequency = backingMap.get(getElement()); local
118 if (frequency != null) {
119 count = frequency.get();
144 for (AtomicInteger frequency : backingMap.values()) {
145 frequency.set(0);
163 AtomicInteger frequency = backingMap.remove(entry.getElement());
164 int numberRemoved = frequency.getAndSet(0);
214 int frequency = currentEntry.getValue().get();
215 if (frequency <= 0) {
227 AtomicInteger frequency = backingMap.get(element)
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
ScanResult.java 44 * The frequency in MHz of the channel over which the client is communicating
47 public int frequency; field in class:ScanResult
56 public ScanResult(String SSID, String BSSID, String caps, int level, int frequency) {
61 this.frequency = frequency;
78 append(", frequency: ").
79 append(frequency);
95 dest.writeInt(frequency);
  /packages/inputmethods/LatinIME/dictionaries/
sample.xml 4 Each entry has a frequency between 255 and 0.
5 Highest frequency words get more weight in the prediction algorithm.
  /external/qemu/distrib/sdl-1.2.12/src/audio/sun/
SDL_sunaudio.h 42 int frequency; /* The audio frequency in KHz */ member in struct:SDL_PrivateAudioData
53 #define frequency (this->hidden->frequency) macro
  /external/skia/bench/
BenchSysTimer_windows.cpp 49 LARGE_INTEGER frequency; local
50 if (0 == ::QueryPerformanceFrequency(&frequency)) {
53 return (double)ticks_elapsed.QuadPart / frequency.QuadPart * 1000;
  /external/llvm/lib/Analysis/
BlockFrequencyInfo.cpp 1 //=======-------- BlockFrequencyInfo.cpp - Block Frequency Analysis -------=======//
23 INITIALIZE_PASS_BEGIN(BlockFrequencyInfo, "block-freq", "Block Frequency Analysis",
26 INITIALIZE_PASS_END(BlockFrequencyInfo, "block-freq", "Block Frequency Analysis",
56 /// getblockFreq - Return block frequency. Return 0 if we don't have the
57 /// information. Please note that initial frequency is equal to 1024. It means
  /external/llvm/lib/CodeGen/
MachineBlockFrequencyInfo.cpp 1 //====----- MachineBlockFrequencyInfo.cpp - Machine Block Frequency Analysis ----====//
23 "Machine Block Frequency Analysis", true, true)
26 "Machine Block Frequency Analysis", true, true)
53 /// getblockFreq - Return block frequency. Return 0 if we don't have the
54 /// information. Please note that initial frequency is equal to 1024. It means

Completed in 1637 milliseconds

1 2 3 4 5 6 7 8 91011>>