Home
last modified time | relevance | path

Searched refs:isInstalled (Results 1 – 12 of 12) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/debug/internal/
DDebugProbesImpl.kt40 internal val isInstalled: Boolean get() = installations > 0 in <lambda>() constant
90 check(isInstalled) { "Agent was not installed" } in <lambda>()
111 check(isInstalled) { "Debug probes are not installed" } in <lambda>()
154 check(isInstalled) { "Debug probes are not installed" } in <lambda>()
206 check(isInstalled) { "Debug probes are not installed" } in <lambda>()
347 if (!isInstalled) return in <lambda>()
362 if (!isInstalled) return in <lambda>()
387 if (!isInstalled) return in <lambda>()
398 if (!isInstalled) return completion in <lambda>()
425 if (!isInstalled) return completion in <lambda>()
[all …]
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/activity/
DMain.java197 protected void setInstalled(boolean isInstalled) { in setInstalled() argument
199 editor.putBoolean(InterpreterConstants.INSTALLED_PREFERENCE_KEY, isInstalled); in setInstalled()
201 broadcastInstallationStateChange(isInstalled); in setInstalled()
205 boolean isInstalled = in checkInstalled()
207 broadcastInstallationStateChange(isInstalled); in checkInstalled()
208 return isInstalled; in checkInstalled()
/external/kotlinx.coroutines/kotlinx-coroutines-debug/src/
DDebugProbes.kt65 public val isInstalled: Boolean get() = DebugProbesImpl.isInstalled constant
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
DInterpreterUninstaller.java72 if (!isInstalled()) { in InterpreterUninstaller()
131 protected boolean isInstalled() { in isInstalled() method in InterpreterUninstaller
DInterpreterInstaller.java174 if (isInstalled()) { in InterpreterInstaller()
299 protected boolean isInstalled() { in isInstalled() method in InterpreterInstaller
/external/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/
DScriptStorageAdapter.java102 if (interpreter == null || !interpreter.isInstalled()) { in listExecutableScripts()
127 if (interpreter != null && interpreter.isInstalled()) { in listExecutableScriptsRecursively()
/external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/shell/
DShellInterpreter.java64 public boolean isInstalled() { in isInstalled() method in ShellInterpreter
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/debug/
DAgentPremain.kt63 if (DebugProbesImpl.isInstalled) { in installSignalHandler()
/external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/
DInterpreterConfiguration.java265 if (i.isInstalled()) { in getInstalledInterpreters()
278 if (i.isInstalled() && i.hasInteractiveMode()) { in getInteractiveInterpreters()
DInterpreter.java175 public boolean isInstalled() { in isInstalled() method in Interpreter
/external/slf4j/jul-to-slf4j/src/main/java/org/slf4j/bridge/
DSLF4JBridgeHandler.java151 public static boolean isInstalled() throws SecurityException { in isInstalled() method in SLF4JBridgeHandler
/external/kotlinx.coroutines/kotlinx-coroutines-debug/api/
Dkotlinx-coroutines-debug.api23 public final fun isInstalled ()Z