Home
last modified time | relevance | path

Searched defs:high (Results 1 – 3 of 3) sorted by relevance

/development/tools/winscope/src/test/unit/
Dmock_long.ts18 constructor(public low: number, public high: number) {} property in MockLong
22 const high = BigInt(this.high >>> 0) << BigInt(32); constant
/development/tools/winscope/src/common/
Darray_utils.ts141 let high = values.length - 1; variable
/development/samples/ApiDemos/src/com/example/android/apis/view/
DViewFrameRateActivity.java50 long high = 1_000_000_000L / mFrameRates[i + 1]; in ViewFrameRateActivity() local
113 final RadioButton high = findViewById(R.id.high); in onCreate() local