HomeSort by relevance Sort by last modified time
    Searched refs:maxFreq (Results 1 - 7 of 7) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryCollection.java 94 int maxFreq = -1;
97 maxFreq = Math.max(tempFreq, maxFreq);
99 return maxFreq;
104 int maxFreq = -1;
107 maxFreq = Math.max(tempFreq, maxFreq);
109 return maxFreq;
DictionaryFacilitatorImpl.java 550 final int maxFreq = getFrequency(word);
551 if (maxFreq == 0 && blockPotentiallyOffensive) {
578 if (maxFreq < lowerCaseFreqInMainDict
588 final boolean isValid = maxFreq > 0;
684 int maxFreq = Dictionary.NOT_A_PROBABILITY;
689 if (tempFreq >= maxFreq) {
690 maxFreq = tempFreq;
693 return maxFreq;
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
CpuThrottlingWaiter.java 132 String maxFreq = freqs[freqs.length - 1]; // highest available frequency is last
134 if (!maxFreq.matches("^\\d+$")) {
137 CLog.d("CPU: %s MaxFreq: %s", cpu, maxFreq);
138 ret.put(cpu, maxFreq);
  /frameworks/rs/perf-test-scripts/
set-gpu-freq 61 maxFreq=${frequencies[-1]}
65 targetFreq=$(( FREQ * ( maxFreq - minFreq ) / 100 + minFreq ))
set-cpu-freq 78 maxFreq=${frequencies[-1]}
79 targetFreq=$(( FREQ * ( maxFreq - minFreq ) / 100 + minFreq ))
  /prebuilts/tools/common/m2/repository/com/facebook/device/yearclass/yearclass/1.0.1/
yearclass-1.0.1.jar 
  /hardware/interfaces/audio/effect/2.0/vts/functional/
VtsHalAudioEffectV2_0TargetTest.cpp 548 uint32_t* centerFreq, uint32_t* maxFreq);
584 uint32_t* maxFreq) {
591 *maxFreq = max;
671 maxFreq = 0xffffffff;
672 getBandFrequencyRange(i, &minFreq, &centerFreq, &maxFreq);
675 EXPECT_GE(maxFreq, centerFreq);

Completed in 350 milliseconds