Searched refs:STATIC (Results 1 – 7 of 7) sorted by relevance
66 return isSet(STATIC) in isStatic()146 set(STATIC, static) in setStatic()275 const val STATIC = 1 shl 3 constant298 "static" -> STATIC in bit()323 private const val EQUIVALENCE_MASK = PUBLIC or PROTECTED or PRIVATE or STATIC or ABSTRACT or
80 STATIC = "STATIC" variable in LteSimulation.SchedulingMode401 scheduling = LteSimulation.SchedulingMode.STATIC408 scheduling = LteSimulation.SchedulingMode.STATIC414 if scheduling == LteSimulation.SchedulingMode.STATIC:453 LteSimulation.SchedulingMode.STATIC,835 if scheduling == self.SchedulingMode.STATIC:
285 scheduling = LteSimulation.SchedulingMode.STATIC303 if scheduling == LteSimulation.SchedulingMode.STATIC:346 LteSimulation.SchedulingMode.STATIC,
77 if (modifierList.hasModifierProperty(PsiModifier.STATIC)) { in computeFlag()78 flags = flags or STATIC in computeFlag()
573 if (!aClass.hasModifierProperty(PsiModifier.STATIC)) { in <lambda>()
501 if (method.modifierList.hasModifierProperty(PsiModifier.STATIC)) { in <lambda>()
290 if (modifiers.hasModifierProperty(PsiModifier.STATIC) && in <lambda>()