HomeSort by relevance Sort by last modified time
    Searched defs:maxValue (Results 1 - 22 of 22) sorted by null

  /external/icu4c/common/
propsvec.h 163 int32_t maxValue;
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/tsp/
PKIFailureInfo.java 97 private static int maxValue;
114 if (maxValue == 0) {
116 if (cur.value > maxValue) {
117 maxValue = cur.value;
120 return maxValue;
  /cts/apps/CtsVerifier/jni/audioquality/
GlitchTest.cpp 77 float maxValue = 0.0;
78 findPeak(mRe, mLowestSpectrumBin, numSpectra, &maxLoc, &maxValue);
83 && (maxValue > mOnsetThresh)) {
95 if (maxValue < mOnsetThresh) {
121 (maxValue > mOnsetThresh)) { // tone should not pop up again!
169 int* maxLoc, float* maxValue) {
179 *maxValue = 10.0 * log10(amax / mWindowSize);
  /external/webkit/Source/WebCore/webaudio/
AudioParam.h 44 static PassRefPtr<AudioParam> create(const String& name, double defaultValue, double minValue, double maxValue, unsigned units = 0)
46 return adoptRef(new AudioParam(name, defaultValue, minValue, maxValue, units));
49 AudioParam(const String& name, double defaultValue, double minValue, double maxValue, unsigned units = 0)
54 , m_maxValue(maxValue)
68 float maxValue() const { return static_cast<float>(m_maxValue); }
  /external/webkit/Source/WebKit/chromium/public/mac/
WebThemeEngine.h 67 int maxValue;
  /frameworks/base/services/input/
EventHub.h 64 int32_t maxValue; // maximum value
72 maxValue = 0;
  /external/freetype/src/truetype/
ttgxvar.c 589 FT_ULong maxValue;
659 FT_FRAME_ULONG ( maxValue ),
754 a->maximum = axis_rec.maxValue; /* A Fixed */
    [all...]
  /external/webkit/Source/WebCore/platform/chromium/
PlatformBridge.h 392 int maxValue;
  /frameworks/base/services/java/com/android/server/
DeviceStorageMonitorService.java 277 long maxValue = Settings.Secure.getInt(
282 return value < maxValue ? value : maxValue;
  /packages/apps/Camera/src/com/android/camera/
CameraSettings.java 206 int maxValue = (int) Math.floor(max * step);
208 CharSequence entries[] = new CharSequence[maxValue - minValue + 1];
209 CharSequence entryValues[] = new CharSequence[maxValue - minValue + 1];
210 for (int i = minValue; i <= maxValue; ++i) {
211 entryValues[maxValue - i] = Integer.toString(Math.round(i / step));
214 entries[maxValue - i] = builder.append(i).toString();
  /external/icu4c/tools/gennorm2/
n2builder.cpp     [all...]
  /external/webkit/Source/WebCore/svg/animation/
SVGSMILElement.cpp 588 SMILTime SVGSMILElement::maxValue() const
672 SMILTime maxValue = this->maxValue();
673 if (minValue > maxValue) {
677 maxValue = SMILTime::indefinite();
679 return resolvedBegin + min(maxValue, max(minValue, preliminaryActiveDuration));
    [all...]
  /external/webkit/Tools/DumpRenderTree/gtk/
AccessibilityUIElementGtk.cpp 350 double AccessibilityUIElement::maxValue()
  /external/webkit/Tools/DumpRenderTree/win/
AccessibilityUIElementWin.cpp 394 double AccessibilityUIElement::maxValue()
  /external/webrtc/src/modules/audio_processing/aecm/main/source/
aecm_core.c     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 
  /development/samples/NFCDemo/libs/
guava-10.0.1.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 

Completed in 419 milliseconds