Searched refs:currentValue (Results 1 – 3 of 3) sorted by relevance
129 String currentValue = null; in processTestStatus() local131 currentValue = entry.getValueString().trim(); in processTestStatus()133 currentValue = String.valueOf(entry.getValueInt()); in processTestStatus()136 currentValue)); in processTestStatus()157 String currentValue = ""; in processSessionStatus() local159 currentValue = entry.getValueString(); in processSessionStatus()160 String lines[] = currentValue.split("\\r?\\n"); in processSessionStatus()174 currentValue = String.valueOf(entry.getValueInt()); in processSessionStatus()176 currentValue)); in processSessionStatus()
52 private var currentValue: T? = null variable in com.android.tools.metalava.model.psi.PsiItem.lazyDelegate55 currentValue = value in setValue()58 if (currentValue == null) { in getValue()59 currentValue = defaultValueProvider() in getValue()62 return currentValue!! in getValue()
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...