Searched defs:or (Results 1 – 11 of 11) sorted by relevance
144 internal fun or(permission: Any) { in or() method160 infix fun Permissions.or(permission: String): Permissions = addForOr(permission) method162 infix fun Permissions.or(permissions: Permissions): Permissions = addForOr(permissions) method
40 fun or() { in or() method
235 fun or(others: Collection<Condition>): Condition { in <lambda>() method in com.android.systemui.shared.condition.Condition246 fun or(vararg others: Condition): Condition { in <lambda>() method in com.android.systemui.shared.condition.Condition
55 public static Validator or(@NonNull Validator...validators) { in or() method in Validators
60 infix fun ElementMatcher.or(other: ElementMatcher): ElementMatcher { in or() method
141 private fun Flow<Boolean>.or(anotherFlow: Flow<Boolean>): Flow<Boolean> = in <lambda>() method
406 private fun Flow<Boolean>.or(anotherFlow: Flow<Boolean>) = in or() method
277 final float or = height * RADIUS_FACTOR / SIN; in setSize() local
1011 final ChildDrawable or = origChildDrawable[i]; in LayerState() local
754 private fun Flow<Boolean>.or(anotherFlow: Flow<Boolean>) = in or() method
29 "or": { "opcode": "0000_6033", "type": "R-type" }, object