Home
last modified time | relevance | path

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

/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/fragments/
DThreadModelFragment.kt28 …fun hint(pid: Int = InvalidId, name: String? = null, tgid: Int = InvalidId, processName: String? =… in hint() method
DProcessModelFragment.kt83 fun hint(id: Int = InvalidId, name: String? = null) { in <lambda>() method
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DModuleDefinition.java967 long hint = 0l; in getRuntimeHint() local