Searched defs:minValue (Results 1 - 16 of 16) sorted by relevance

/external/webkit/Source/WebCore/webaudio/
H A DAudioGain.h39 static PassRefPtr<AudioGain> create(const char* name, double defaultValue, double minValue, double maxValue) argument
41 return adoptRef(new AudioGain(name, defaultValue, minValue, maxValue));
45 AudioGain(const char* name, double defaultValue, double minValue, double maxValue) argument
46 : AudioParam(name, defaultValue, minValue, maxValue)
H A DAudioParam.h44 static PassRefPtr<AudioParam> create(const String& name, double defaultValue, double minValue, double maxValue, unsigned units = 0) argument
46 return adoptRef(new AudioParam(name, defaultValue, minValue, maxValue, units));
49 AudioParam(const String& name, double defaultValue, double minValue, double maxValue, unsigned units = 0) argument
53 , m_minValue(minValue)
67 float minValue() const { return static_cast<float>(m_minValue); } function in class:WebCore::AudioParam
/external/guava/guava/src/com/google/common/collect/
H A DDiscreteDomain.java28 * to their specifications. The methods {@link #minValue} and {@link #maxValue}
63 * {@code value} is {@code minValue()}
95 public C minValue() { method in class:DiscreteDomain
H A DDiscreteDomains.java61 @Override public Integer minValue() { method in class:DiscreteDomains.IntegerDomain
108 @Override public Long minValue() { method in class:DiscreteDomains.LongDomain
/external/icu4c/tools/toolutil/
H A Ddenseranges.cpp64 int32_t minValue=0; local
67 if(value<gapStarts[i] && (minIndex<0 || gapStarts[i]<minValue)) {
68 minValue=gapStarts[i];
105 int32_t minValue=values[0]; local
106 int32_t maxValue=values[length-1]; // Assume minValue<=maxValue.
108 // signed-int32_t overflow of maxValue-minValue.
109 int64_t maxLength=(int64_t)maxValue-(int64_t)minValue+1;
112 ranges[0][0]=minValue;
119 // See if we can split [minValue, maxValue] into 2..capacity ranges,
123 int32_t expectedValue=minValue;
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DFingerPrintGraph.java98 double minValue = Double.MAX_VALUE; field in class:FingerPrintGraph
433 long value = 0; // TODO use minValue instead
466 long value = 0; // TODO use minValue instead
577 this.minValue = Double.MAX_VALUE;
586 if (value < this.minValue) {
587 this.minValue = value;
596 if (value < this.minValue) {
597 this.minValue = value;
600 this.minValue = 0; // do not use minValue fo
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DMinMaxPriorityQueueTest.java808 int minValue) {
810 assertEquals(replicatedMinValue, (Integer) minValue);
806 removeMinFromReplica( SortedMap<Integer, AtomicInteger> replica, int minValue) argument
/external/freetype/src/truetype/
H A Dttgxvar.c587 FT_ULong minValue; member in struct:fvar_axis_
657 FT_FRAME_ULONG ( minValue ),
752 a->minimum = axis_rec.minValue; /* A Fixed */
/external/webkit/Source/WebCore/svg/animation/
H A DSVGSMILElement.cpp597 SMILTime SVGSMILElement::minValue() const function in class:WebCore::SVGSMILElement
671 SMILTime minValue = this->minValue(); local
673 if (minValue > maxValue) {
676 minValue = 0;
679 return resolvedBegin + min(maxValue, max(minValue, preliminaryActiveDuration));
/external/webkit/Tools/DumpRenderTree/gtk/
H A DAccessibilityUIElementGtk.cpp333 double AccessibilityUIElement::minValue() function in class:AccessibilityUIElement
/external/webkit/Tools/DumpRenderTree/win/
H A DAccessibilityUIElementWin.cpp389 double AccessibilityUIElement::minValue() function in class:AccessibilityUIElement
/external/icu4c/common/
H A Ducnvmbcs.c736 uint16_t minValue; local
747 minValue=0xf00;
750 minValue=0x800;
763 if(*stage3++>=minValue) {
3504 uint16_t value, minValue; local
3524 minValue=0x800;
3527 minValue=0xc00;
3599 if(value>=minValue) {
3681 uint16_t value, minValue; local
3701 minValue
4877 uint16_t value, minValue; local
5181 uint16_t value, minValue; local
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2366 const APInt& minValue = cast<ConstantInt>(FrontCase.Low)->getValue(); local
2368 APInt cmpRange = maxValue - minValue;
2371 << "Low bound: " << minValue << '\n'
2384 // word without having to subtract minValue. In this case,
2389 lowBound = minValue;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.databinding_1.3.100.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...

Completed in 464 milliseconds