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

12 3 4 5 6 7 8 91011>>

  /packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
DictionaryBackupAgent.java 68 Words.FREQUENCY,
161 int frequency = cursor.getInt(COLUMN_FREQUENCY); local
164 String out = name + "|" + frequency + "|" + locale + "|" + appId;
211 String frequency; local
214 frequency = st.nextToken();
220 int frequencyInt = Integer.parseInt(frequency);
223 if (!TextUtils.isEmpty(frequency)) {
226 cv.put(Words.FREQUENCY, frequencyInt);
UserDictionaryProvider.java 40 * Provides access to a database of user defined words. Each item has a word and a frequency.
79 + Words.FREQUENCY + " INTEGER,"
173 if (values.containsKey(Words.FREQUENCY) == false) {
174 values.put(Words.FREQUENCY, "1");
251 sDictProjectionMap.put(Words.FREQUENCY, Words.FREQUENCY);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
OpenWnnClauseConverterJAJP.java 28 /** Score(frequency value) of word in the learning dictionary */
30 /** Score(frequency value) of word in the user dictionary */
178 if (sentence[idx].frequency > sentence[start-1].frequency + CLAUSE_COST + FREQ_LEARN) {
183 if (sentence[idx].frequency > CLAUSE_COST + FREQ_LEARN) {
213 ws.frequency += CLAUSE_COST;
216 if (sentence[idx] == null || (sentence[idx].frequency < ws.frequency)) {
295 if (all || stem.frequency > max) {
301 max = stem.frequency;
    [all...]
  /external/bluetooth/bluez/tools/
avinfo.c 175 uint8_t frequency:4; member in struct:sbc_codec_cap
188 uint8_t frequency:6; member in struct:mpeg_codec_cap
228 uint8_t frequency:4; member in struct:sbc_codec_cap
244 uint8_t frequency:6; member in struct:mpeg_codec_cap
277 if (mpeg->frequency & MPEG_SAMPLING_FREQ_16000)
279 if (mpeg->frequency & MPEG_SAMPLING_FREQ_22050)
281 if (mpeg->frequency & MPEG_SAMPLING_FREQ_24000)
283 if (mpeg->frequency & MPEG_SAMPLING_FREQ_32000)
285 if (mpeg->frequency & MPEG_SAMPLING_FREQ_44100)
287 if (mpeg->frequency & MPEG_SAMPLING_FREQ_48000
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/mint/
SDL_mintaudio.h 43 Uint32 frequency; member in struct:__anon4278
52 int numfreq; /* Number of selected frequency */
136 void SDL_MintAudio_AddFrequency(_THIS, Uint32 frequency, Uint32 clock,
SDL_mintaudio_stfa.h 89 unsigned short frequency; member in struct:__anon4285
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
WnnDictionary.java 74 /** Sort order (frequency in descending). */
135 * {@code base} is the bias of frequency for the dictionary.<br>
136 * {@code high} is the upper limit of frequency for the dictionary.
138 * Searched word's frequency in the dictionary is mapped to the range from {@code base} to {@code high}.
144 * @param base The base frequency for the dictionary
145 * @param high The maximum frequency for the dictionary
199 * (frequency 10)" "bbcd (frequency 1)" "aac (frequency 5)"; the
207 * <tr><td>exact matching</td><td>frequency descending</td><td>no</td></tr
    [all...]
  /external/qemu/docs/
AUDIO.TXT 85 properties (frequency, size, endianess).
108 - a 'ratio' value, which is the ratio of the target HWVoiceOut's frequency by
109 the SWVoiceOut's frequency, multiplied by (1 << 32), as a 64-bit integer.
111 So, if the HWVoiceOut has a frequency of 44kHz, and the SWVoiceOut has a frequency
116 HWVoiceOut stereo buffer (it must also perform frequency interpolation,
  /external/bluetooth/bluez/sbc/
sbc.h 36 /* sampling frequency */
69 uint8_t frequency; member in struct:sbc_struct
sbcenc.c 93 sbc.frequency = SBC_FREQ_16000;
96 sbc.frequency = SBC_FREQ_32000;
99 sbc.frequency = SBC_FREQ_44100;
102 sbc.frequency = SBC_FREQ_48000;
  /external/wpa_supplicant_6/wpa_supplicant/examples/
wpas-test.py 75 if props.has_key("frequency"):
76 freq = props["frequency"]
  /packages/inputmethods/LatinIME/native/src/
dictionary.h 52 bool addWord(unsigned short *word, int length, int frequency);
54 void getWordsRec(int pos, int depth, int maxDepth, bool completion, int frequency,
dictionary.cpp 133 Dictionary::addWord(unsigned short *word, int length, int frequency)
139 LOGI("Found word = %s, freq = %d : \n", s, frequency);
145 if (frequency > mFrequencies[insertAt]
146 || (mFrequencies[insertAt] == frequency
156 mFrequencies[insertAt] = frequency;
  /external/icu4c/i18n/
inputext.h 43 // byte frequency statistics for the input text.
  /external/qemu/
qemu-timer.h 13 machine is stopped. The real time clock has a frequency of 1000
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
scanresults.ui 42 <string>frequency</string>
  /packages/wallpapers/MusicVisualization/res/values/
strings.xml 28 <string name="vis3_desc">Shows the frequency spectrum of any currently playing music track.</string>
  /external/bluetooth/bluez/audio/
gstavdtpsink.c 289 cfg->frequency = BT_SBC_SAMPLING_FREQ_44100;
291 cfg->frequency = BT_SBC_SAMPLING_FREQ_48000;
293 cfg->frequency = BT_SBC_SAMPLING_FREQ_32000;
295 cfg->frequency = BT_SBC_SAMPLING_FREQ_16000;
543 if (sbc->frequency & BT_SBC_SAMPLING_FREQ_48000) {
547 if (sbc->frequency & BT_SBC_SAMPLING_FREQ_44100) {
551 if (sbc->frequency & BT_SBC_SAMPLING_FREQ_32000) {
555 if (sbc->frequency & BT_SBC_SAMPLING_FREQ_16000) {
667 if (mpeg->frequency & BT_MPEG_SAMPLING_FREQ_48000) {
671 if (mpeg->frequency & BT_MPEG_SAMPLING_FREQ_44100)
    [all...]
source.c 359 if (supported->frequency & SBC_SAMPLING_FREQ_44100)
360 cap->frequency = SBC_SAMPLING_FREQ_44100;
361 else if (supported->frequency & SBC_SAMPLING_FREQ_48000)
362 cap->frequency = SBC_SAMPLING_FREQ_48000;
363 else if (supported->frequency & SBC_SAMPLING_FREQ_32000)
364 cap->frequency = SBC_SAMPLING_FREQ_32000;
365 else if (supported->frequency & SBC_SAMPLING_FREQ_16000)
366 cap->frequency = SBC_SAMPLING_FREQ_16000;
413 max_bitpool = MIN(default_bitpool(cap->frequency, cap->channel_mode),
gstsbcutil.h 47 gint gst_sbc_parse_rate_from_sbc(gint frequency);
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
IncrementalSAXSource_Filter.java 84 private int frequency=5; field in class:IncrementalSAXSource_Filter
134 eventcounter=frequency;
199 frequency=eventcounter=events;
227 eventcounter=frequency;
249 eventcounter=frequency;
260 eventcounter=frequency;
271 eventcounter=frequency;
282 eventcounter=frequency;
293 eventcounter=frequency;
304 eventcounter=frequency;
    [all...]
  /external/opencore/nodes/common/include/
pvmf_composer_size_and_duration.h 127 * to report progress. The frequency of progress report is set through the aReportFrequency
138 * @param aReportFrequency Output parameter which will be set to the frequency of recording
151 * @param aReportFrequency Output parameter which will be set to the frequency of recording
161 * to report progress. The frequency of progress report is set through the aReportFrequency
172 * @param aReportFrequency Output parameter which will be set to the frequency of recording
185 * @param aReportFrequency Output parameter which will be set to the frequency of recording
  /external/opencore/doc/oscl_html/
classOsclTimer.html 21 <tr><td nowrap align=right valign=top>&nbsp;</td><td valign=bottom><a class="el" href="classOsclTimer.html#a0">OsclTimer</a> (const char *name, uint32 frequency=1, int32 priority=OsclActiveObject::EPriorityNominal)</td></tr>
24 <tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classOsclTimer.html#a3">SetFrequency</a> (uint32 frequency)</td></tr>
25 <tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classOsclTimer.html#a4">SetExactFrequency</a> (uint32 frequency)</td></tr>
84 <td class="mdname" nowrap>&nbsp; <em>frequency</em> = 1, </td>
112 <tr><td valign=top><em>frequency</em>&nbsp;</td><td>
113 The frequency of the timer in cycles/second. A value of 1 means the timer will cycle in 1 second intervals. </td></tr>
296 the number of cycles to wait before a timeout event. If the timer frequency is 1 and the cycles are set to 2, then the timeout event will occur in 2 seconds. </td></tr>
316 <td class="mdname1" valign="top" nowrap>&nbsp; <em>frequency</em> </td>
333 Set the exact frequency of the timer in microsecond.<dl compact><dt><b>Parameters: </b></dt><dd>
335 <tr><td valign=top><em>frequency</em>&nbsp;</td><td
    [all...]
  /external/opencore/oscl/oscl/osclutil/src/
oscl_tickcount.h 46 * count and the tick counter's frequency.
62 * This function returns the tick frequency in ticks
  /external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_wave.h 50 Uint32 frequency; /* One of 11025, 22050, or 44100 Hz */ member in struct:WaveFMT

Completed in 320 milliseconds

12 3 4 5 6 7 8 91011>>