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

12 3 4 5 6 7 8 9

  /external/eigen/bench/btl/generic_bench/timers/
x86_perf_analyzer.hh 65 calculate_time += double(_chronos.get_shortest_clicks())/_chronos.frequency();
80 baseline_time+=double(_chronos.get_shortest_clicks())/_chronos.frequency();
  /external/qemu/distrib/sdl-1.2.15/src/audio/mint/
SDL_mintaudio.h 43 Uint32 frequency; member in struct:__anon13297
52 int numfreq; /* Number of selected frequency */
104 void SDL_MintAudio_AddFrequency(_THIS, Uint32 frequency, Uint32 clock,
  /frameworks/base/services/common_time/
clock_recovery.h 41 void reset(bool position, bool frequency);
96 void reset_l(bool position, bool frequency);
110 // of the frequency correction.
clock_recovery.cpp 107 void ClockRecoveryLoop::reset(bool position, bool frequency) {
109 reset_l(position, frequency);
306 void ClockRecoveryLoop::reset_l(bool position, bool frequency) {
314 if (frequency) {
  /external/apache-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...]
  /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/chromium/sdch/open-vcdiff/src/
testing.h 107 LARGE_INTEGER frequency;
108 QueryPerformanceFrequency(&frequency); // counts per second
109 usecs_per_count_ = 1000000.0 / static_cast<double>(frequency.QuadPart);
  /external/open-vcdiff/src/
testing.h 107 LARGE_INTEGER frequency;
108 QueryPerformanceFrequency(&frequency); // counts per second
109 usecs_per_count_ = 1000000.0 / static_cast<double>(frequency.QuadPart);
  /external/chromium/base/
time_win_unittest.cc 158 LARGE_INTEGER frequency; local
159 BOOL rv = QueryPerformanceFrequency(&frequency);
161 EXPECT_GT(frequency.QuadPart, 1000000); // Expect at least 1MHz
163 frequency.QuadPart / 1000000.0);
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ScanResultTest.java 23 assertThat(scanResult.frequency, equalTo(42));
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
UserHistoryDictionary.java 231 final int frequency) {
234 Log.d(TAG, "load unigram: " + word + "," + frequency);
236 dictionary.addWord(word, shortcutTarget, frequency);
237 mBigramList.addBigram(null, word, (byte)frequency);
241 public void setBigram(final String word1, final String word2, final int frequency) {
246 Log.d(TAG, "load bigram: " + word1 + "," + word2 + "," + frequency);
250 : new ForgettingCurveParams(frequency, now, last));
252 mBigramList.addBigram(word1, word2, (byte)frequency);
ExpandableBinaryDictionary.java 179 protected void addWord(final String word, final String shortcutTarget, final int frequency,
182 mFusionDictionary.add(word, frequency, null, isNotAWord);
186 shortcutTargets.add(new WeightedString(shortcutTarget, frequency));
187 mFusionDictionary.add(word, frequency, shortcutTargets, isNotAWord);
197 protected void setBigram(final String prevWord, final String word, final int frequency) {
198 mFusionDictionary.setBigram(prevWord, word, frequency);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
Word.java 25 * Utility class for a word with a frequency.
39 public Word(final String word, final int frequency,
44 mFrequency = frequency;
65 * A Word x is greater than a word y if x has a higher frequency. If they have the same
66 * frequency, they are sorted in lexicographic order.
78 * Words are equal if they have the same frequency, the same spellings, and the same
  /packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
DictionaryBackupAgent.java 69 Words.FREQUENCY,
163 int frequency = cursor.getInt(COLUMN_FREQUENCY); local
169 String out = name + SEPARATOR + frequency + SEPARATOR + locale + SEPARATOR + appId
218 String frequency; local
221 frequency = st.nextToken();
230 int frequencyInt = Integer.parseInt(frequency);
233 if (!TextUtils.isEmpty(frequency)) {
236 cv.put(Words.FREQUENCY, frequencyInt);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
Collections2Test.java 243 * @tests java.util.Collections#frequency(java.util.Collection,Object)
247 Collections.frequency(null, null);
248 fail("Assert 0: frequency(null,<any>) must throw NPE");
254 Collections.frequency(strings, "1"));
257 .frequency(strings, "2"));
260 Collections.frequency(strings, "3"));
263 Collections.frequency(strings, null));
269 .frequency(objects, new Integer(1)));
272 .frequency(objects, new Long(1)));
275 Collections.frequency(objects, null))
    [all...]
  /external/arduino/hardware/arduino/cores/arduino/
WProgram.h 24 void tone(uint8_t _pin, unsigned int frequency, unsigned long duration = 0);
  /hardware/qcom/audio/legacy/alsa_sound/
AudioUtil.cpp 127 unsigned char frequency[16]; local
177 frequency[nIndex] = (sad[nIndex] >> 8) & 0xFF;
192 ALOGV("Frequency Byte %d\n", frequency[i]);
193 pInfo->AudioBlocksArray[i].nSamplingFreq = getSamplingFrequencyFromEDID(frequency[i]);
  /external/wpa_supplicant_8/wpa_supplicant/
ap.c 54 if (ssid->frequency == 0) {
58 } else if (ssid->frequency >= 2412 && ssid->frequency <= 2472) {
60 conf->channel = (ssid->frequency - 2407) / 5;
61 } else if ((ssid->frequency >= 5180 && ssid->frequency <= 5240) ||
62 (ssid->frequency >= 5745 && ssid->frequency <= 5825)) {
64 conf->channel = (ssid->frequency - 5000) / 5;
65 } else if (ssid->frequency >= 56160 + 2160 * 1 &
    [all...]
config_ssid.h 376 * frequency - Channel frequency in megahertz (MHz) for IBSS
382 * configured SSID is already present, the frequency of the network
385 int frequency; member in struct:wpa_ssid
  /external/opencv/cxcore/src/
cxswitcher.cpp 83 double frequency; // clocks per microsecond member in struct:CvProcessorInfo
141 cpu_info->frequency = (double)val;
214 cpu_info->frequency = (double)freq.QuadPart;
217 cpu_info->frequency = 1;
258 cpu_info->frequency = strtod( pos + 1, &pos );
264 cpu_info->frequency = 1;
266 assert( cpu_info->frequency > 1 );
729 if( cpu_info->frequency > 1 &&
767 return icvGetProcessorInfo()->frequency;
  /frameworks/wilhelm/src/itf/
IEqualizer.c 289 static SLresult IEqualizer_GetBand(SLEqualizerItf self, SLmilliHertz frequency, SLuint16 *pBand)
298 // search for band whose center frequency has the closest ratio to 1.0
303 float floatFreq = (float) frequency;
307 if (!(band->mMin <= frequency && frequency <= band->mMax))
311 float ratio = frequency <= band->mCenter ?
327 android_eq_getParam(thiz->mEqEffect, EQ_PARAM_GET_BAND, frequency, &band);
  /external/smack/src/org/jivesoftware/smackx/pubsub/
SubscribeForm.java 101 * @return The frequency in milliseconds
111 * @param frequency The frequency in milliseconds
113 public void setDigestFrequency(int frequency)
116 setAnswer(SubscribeOptionFields.digest_frequency.getFieldName(), frequency); local
  /libcore/luni/src/test/java/libcore/java/util/
OldCollectionsTest.java 272 * java.util.Collections#frequency(java.util.Collection,Object)
276 Collections.frequency(null, null);
277 fail("Assert 0: frequency(null,<any>) must throw NPE");
283 Collections.frequency(strings, "1"));
286 .frequency(strings, "2"));
289 Collections.frequency(strings, "3"));
292 Collections.frequency(strings, null));
298 .frequency(objects, new Integer(1)));
301 .frequency(objects, new Long(1)));
304 Collections.frequency(objects, null))
    [all...]
  /external/webkit/Source/JavaScriptCore/profiler/
ProfileNode.cpp 48 static LARGE_INTEGER frequency; local
49 if (!frequency.QuadPart)
50 QueryPerformanceFrequency(&frequency);
53 return static_cast<double>(counter.QuadPart) / frequency.QuadPart;
  /development/samples/TtsEngine/src/com/example/android/ttsengine/
RobotSpeakTtsService.java 38 * The engine supports two different "languages", each with their own frequency
198 * frequency mappings contain frequencies for each of these characters.
253 final int frequency = mFrequenciesMap.get(alphabet); local
255 if (frequency > 0) {
256 // This is the wavelength in samples. The frequency is chosen so that the
257 // waveLength is always a multiple of two and frequency divides the
259 final int waveLength = SAMPLING_RATE_HZ / frequency;

Completed in 3008 milliseconds

12 3 4 5 6 7 8 9