/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/debug/internal/ |
D | DebugProbesImpl.kt | 40 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/ |
D | Main.java | 197 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/ |
D | DebugProbes.kt | 65 public val isInstalled: Boolean get() = DebugProbesImpl.isInstalled constant
|
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/ |
D | InterpreterUninstaller.java | 72 if (!isInstalled()) { in InterpreterUninstaller() 131 protected boolean isInstalled() { in isInstalled() method in InterpreterUninstaller
|
D | InterpreterInstaller.java | 174 if (isInstalled()) { in InterpreterInstaller() 299 protected boolean isInstalled() { in isInstalled() method in InterpreterInstaller
|
/external/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/ |
D | ScriptStorageAdapter.java | 102 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/ |
D | ShellInterpreter.java | 64 public boolean isInstalled() { in isInstalled() method in ShellInterpreter
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/debug/ |
D | AgentPremain.kt | 63 if (DebugProbesImpl.isInstalled) { in installSignalHandler()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/ |
D | InterpreterConfiguration.java | 265 if (i.isInstalled()) { in getInstalledInterpreters() 278 if (i.isInstalled() && i.hasInteractiveMode()) { in getInteractiveInterpreters()
|
D | Interpreter.java | 175 public boolean isInstalled() { in isInstalled() method in Interpreter
|
/external/slf4j/jul-to-slf4j/src/main/java/org/slf4j/bridge/ |
D | SLF4JBridgeHandler.java | 151 public static boolean isInstalled() throws SecurityException { in isInstalled() method in SLF4JBridgeHandler
|
/external/kotlinx.coroutines/kotlinx-coroutines-debug/api/ |
D | kotlinx-coroutines-debug.api | 23 public final fun isInstalled ()Z
|
/external/kotlinc/lib/ |
D | kotlinx-coroutines-core.jar | META-INF/
META-INF/MANIFEST.MF
kotlinx/
kotlinx/coroutines/
kotlinx/ ... |