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

1 2 3 4 5 6 7 8 9

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
PendingAttribute.java 28 public PendingAttribute(final int frequency, final int address) {
29 mFrequency = frequency;
CharGroupInfo.java 39 final int[] characters, final int frequency, final int parentAddress,
46 mFrequency = frequency;
FusionDictionary.java 61 * A string with a frequency.
68 public WeightedString(String word, int frequency) {
70 mFrequency = frequency;
88 * A group of characters, with a frequency, shortcut targets, bigrams, and children.
95 * in the frequency, where NOT_A_TERMINAL (= -1) means this is not a terminal and any other
96 * value is the frequency of this terminal. A terminal may have non-null shortcuts and/or
113 final ArrayList<WeightedString> bigrams, final int frequency,
116 mFrequency = frequency;
125 final ArrayList<WeightedString> bigrams, final int frequency,
128 mFrequency = frequency;
378 add(getCodePoints(word), frequency, shortcutTargets, isNotAWord, local
    [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,
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...]
  /external/qemu/distrib/sdl-1.2.15/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
  /frameworks/base/core/java/android/provider/
UserDictionary.java 30 * frequency information and locale information.
75 * The frequency column. A value between 1 and 255. Higher values imply higher frequency.
78 public static final String FREQUENCY = "frequency";
112 * Sort by descending order of frequency.
114 public static final String DEFAULT_SORT_ORDER = FREQUENCY + " DESC";
116 /** Adds a word to the dictionary, with the given frequency and the specified
130 int frequency, int localeType) {
144 addWord(context, word, frequency, null, locale)
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
SimpleAbstractMultisetTest.java 72 Integer frequency = backingMap.get(element); local
73 if (frequency == null) {
74 frequency = 0;
77 return frequency;
79 checkArgument(occurrences <= Integer.MAX_VALUE - frequency);
80 backingMap.put(element, frequency + occurrences);
81 return frequency;
104 Integer frequency = backingMap.get(getElement()); local
105 return (frequency == null) ? 0 : frequency;
    [all...]
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/fractal/
FractalSum.java 56 private float frequency; field in class:FractalSum
65 this.frequency = 1f;
73 for (float f = this.frequency, a = this.amplitude; f < this.maxFreq; f *= this.lacunarity, a *= this.roughness) {
98 return this.frequency;
102 public Fractal setFrequency(final float frequency) {
103 this.frequency = frequency;
Fractal.java 47 public Fractal setFrequency(final float frequency);
  /frameworks/base/wifi/java/android/net/wifi/
ScanResult.java 48 * The frequency in MHz of the channel over which the client is communicating
51 public int frequency; field in class:ScanResult
60 public ScanResult(WifiSsid wifiSsid, String BSSID, String caps, int level, int frequency,
67 this.frequency = frequency;
80 frequency = source.frequency;
98 append(", frequency: ").
99 append(frequency).
122 dest.writeInt(frequency);
    [all...]
  /external/guava/guava/src/com/google/common/collect/
AbstractMapBasedMultiset.java 115 Count frequency = backingMap.get(getElement()); local
116 if (frequency != null) {
117 count = frequency.get();
138 for (Count frequency : backingMap.values()) {
139 frequency.set(0);
195 int frequency = currentEntry.getValue().get();
196 if (frequency <= 0) {
209 Count frequency = backingMap.get(element);
210 return (frequency == null) ? 0 : frequency.get()
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
AbstractMapBasedMultiset.java 112 Count frequency = backingMap.get(getElement()); local
113 if (frequency != null) {
114 count = frequency.get();
135 for (Count frequency : backingMap.values()) {
136 frequency.set(0);
192 int frequency = currentEntry.getValue().get();
193 if (frequency <= 0) {
206 Count frequency = backingMap.get(element);
207 return (frequency == null) ? 0 : frequency.get()
    [all...]
  /external/robolectric/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/wpa_supplicant_8/wpa_supplicant/examples/p2p/
p2p_group_add.py 17 print " [-f <frequency>] [-o <group_object_path>] \ "
22 print " -f = frequency"
51 global frequency
64 def __init__(self,interface_name,wpas_dbus_interface,persistent,frequency,
70 self.frequency = frequency
126 if (self.frequency != None):
127 if (int(self.frequency) > 0):
128 self.P2PDictionary.update({'frequency':int(self.frequency)})
160 frequency = None variable
    [all...]
  /frameworks/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/eigen/bench/btl/generic_bench/timers/
portable_timer.hh 61 QueryPerformanceFrequency(&frequency);
80 return ((double)L.QuadPart /(double)frequency.QuadPart) ;
85 LARGE_INTEGER frequency; member in class:Portable_Timer
  /external/skia/bench/
BenchSysTimer_windows.cpp 56 LARGE_INTEGER frequency; local
57 if (0 == ::QueryPerformanceFrequency(&frequency)) {
61 / static_cast<double>(frequency.QuadPart)
  /cts/tests/tests/provider/src/android/provider/cts/
UserDictionary_WordsTest.java 37 UserDictionary.Words.FREQUENCY,
65 int frequency = 1; local
66 UserDictionary.Words.addWord(getContext(), word, frequency, local
77 assertEquals(frequency, cursor.getInt(FREQUENCY_INDEX));
88 private void assertWord(String word, int frequency, String shortcut, Locale locale,
91 UserDictionary.Words.addWord(mContext, word, frequency, shortcut, locale);
  /external/qemu/distrib/sdl-1.2.15/src/audio/mint/
SDL_mintaudio.c 89 /* Add a new frequency/clock/predivisor to the current list */
90 void SDL_MintAudio_AddFrequency(_THIS, Uint32 frequency, Uint32 clock,
99 /* Search where to insert the frequency (highest first) */
101 if (frequency > MINTAUDIO_frequencies[p].frequency) {
114 MINTAUDIO_frequencies[p].frequency = frequency;
122 /* Search for the nearest frequency */
134 if (desired_freq >= ((MINTAUDIO_frequencies[i].frequency+
135 MINTAUDIO_frequencies[i+1].frequency)>>1))
    [all...]
SDL_mintaudio_stfa.h 87 unsigned short frequency; member in struct:__anon13304
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
UserHistoryDictIOUtilsTests.java 53 * Return same frequency for all words and bigrams
214 final String shortcutTarget, final int frequency) {
215 Log.d(TAG, "in: setUnigram: " + word + "," + frequency);
216 resultList.addBigram(null, word, (byte)frequency);
219 public void setBigram(final String word1, final String word2, final int frequency) {
220 Log.d(TAG, "in: setBigram: " + word1 + "," + word2 + "," + frequency);
221 resultList.addBigram(word1, word2, (byte)frequency);
238 final String shortcutTarget, final int frequency) {
239 Log.d(TAG, "in: setUnigram: " + word + "," + frequency);
240 resultList2.addBigram(null, word, (byte)frequency);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_wave.h 50 Uint32 frequency; /* One of 11025, 22050, or 44100 Hz */ member in struct:WaveFMT
  /external/arduino/hardware/arduino/cores/arduino/
Tone.cpp 228 // frequency (in hertz) and duration (in milliseconds).
230 void tone(uint8_t _pin, unsigned int frequency, unsigned long duration)
247 ocr = F_CPU / frequency / 2 - 1;
251 ocr = F_CPU / frequency / 2 / 8 - 1;
256 ocr = F_CPU / frequency / 2 / 32 - 1;
262 ocr = F_CPU / frequency / 2 / 64 - 1;
267 ocr = F_CPU / frequency / 2 / 128 - 1;
273 ocr = F_CPU / frequency / 2 / 256 - 1;
278 ocr = F_CPU / frequency / 2 / 1024 - 1;
305 ocr = F_CPU / frequency / 2 - 1
    [all...]

Completed in 306 milliseconds

1 2 3 4 5 6 7 8 9