Home
last modified time | relevance | path

Searched refs:STATIC (Results 1 – 11 of 11) sorted by relevance

/tools/metalava/src/main/java/com/android/tools/metalava/model/
DDefaultModifierList.kt74 return isSet(STATIC) in isStatic()
162 set(STATIC, static) in setStatic()
324 const val STATIC = 1 shl 3 constant
350 private const val EQUIVALENCE_MASK = VISIBILITY_MASK or STATIC or ABSTRACT or
/tools/test/connectivity/acts/framework/acts/controllers/cellular_lib/
DLteCellConfig.py210 self.scheduling_mode = lte_sim.SchedulingMode.STATIC
218 self.scheduling_mode = lte_sim.SchedulingMode.STATIC
224 if self.scheduling_mode == lte_sim.SchedulingMode.STATIC:
DLteSimulation.py46 STATIC = "STATIC" variable in SchedulingMode
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DPsiModifierItem.kt100 if (modifierList.hasModifierProperty(PsiModifier.STATIC)) { in <lambda>()
101 flags = flags or STATIC in <lambda>()
DPsiTypePrinter.kt569 if (!aClass.hasModifierProperty(PsiModifier.STATIC)) { in <lambda>()
/tools/test/connectivity/acts/framework/acts/controllers/
Dcellular_simulator.py115 cellular_lib.LteSimulation.SchedulingMode.STATIC
/tools/platform-compat/java/android/processor/compat/changeid/
DChangeIdProcessor.java163 if (!element.getModifiers().contains(Modifier.STATIC)) { in isValidChangeId()
/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/
Dcmx500_cellular_simulator.py36 LteSimulation.SchedulingMode.STATIC: cmx500.SchedulingMode.USERDEFINEDCH
Dcmw500_cellular_simulator.py33 LteSimulation.SchedulingMode.STATIC: cmw500.SchedulingMode.USERDEFINEDCH
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
Dmd8475_cellular_simulator.py493 if scheduling == LteSimulation.SchedulingMode.STATIC:
/tools/metalava/src/main/java/com/android/tools/metalava/
DExtractAnnotations.kt291 if (modifiers.hasModifierProperty(PsiModifier.STATIC) && in <lambda>()