Home
last modified time | relevance | path

Searched refs:maximumValue (Results 1 – 9 of 9) sorted by relevance

/external/perfetto/ui/src/tracks/counter/
Dcontroller.ts121 maximumValue: this.maximumValue(), constant
156 private maximumValue() { method in CounterTrackController
157 if (this.config.maximumValue === undefined) {
160 return this.config.maximumValue;
Dcommon.ts22 maximumValue: number; property
36 maximumValue?: number; property
Dfrontend.ts137 let maximumValue = data.maximumValue;
143 maximumValue = data.maximumDelta;
151 const maxValue = Math.max(maximumValue, 0);
163 yRange = maximumValue - minimumValue;
/external/proguard/src/proguard/evaluation/value/
DInstructionOffsetValue.java118 public int maximumValue() in maximumValue() method in InstructionOffsetValue
120 int maximumValue = Integer.MIN_VALUE; in maximumValue() local
128 if (maximumValue < value) in maximumValue()
130 maximumValue = value; in maximumValue()
135 return maximumValue; in maximumValue()
/external/perfetto/ui/src/tracks/cpu_freq/
Dcontroller.ts94 maximumValue: this.maximumValue(), constant
233 private maximumValue() { method in CpuFreqTrackController
234 return Math.max(this.config.maximumValue || 0, this.maximumValueSeen);
Dcommon.ts20 maximumValue: number; property
34 maximumValue?: number; property
Dfrontend.ts73 let yMax = data.maximumValue;
/external/perfetto/ui/src/controller/
Dtrack_decider.ts194 maximumValue: +maxCpuFreq.columns[0].doubleValues![0],
268 maximumValue: +maxGpuFreq.columns[0].doubleValues![0],
394 const maximumValue = annotationCounterRows.columns[4].isNulls![i] ? constant
409 maximumValue,
/external/python/cpython2/Mac/Modules/ctl/
D_Ctlmodule.c3925 SInt16 maximumValue; in Ctl_NewControl() local
3938 &maximumValue, in Ctl_NewControl()
3948 maximumValue, in Ctl_NewControl()