Home
last modified time | relevance | path

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

/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/counter/
Dcontroller.ts109 maximumValue: this.maximumValue(), constant
128 private maximumValue() { method in CounterTrackController
129 return Math.max(this.config.maximumValue || 0, this.maximumValueSeen);
Dcommon.ts22 maximumValue: number; property
31 maximumValue?: number; property
Dfrontend.ts74 const maxValue = Math.max(data.maximumValue, 0);
/external/perfetto/ui/src/tracks/cpu_freq/
Dcontroller.ts154 maximumValue: this.maximumValue(), constant
176 private maximumValue() { method in CpuFreqTrackController
177 return Math.max(this.config.maximumValue || 0, this.maximumValueSeen);
Dcommon.ts21 maximumValue: number; property
32 maximumValue?: number; property
Dfrontend.ts77 let yMax = data.maximumValue;
/external/perfetto/ui/src/controller/
Dtrace_controller.ts281 maximumValue: +maxFreq.columns[0].doubleValues![0],
/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()