Searched defs:debuggable (Results 1 – 3 of 3) sorted by relevance
44 inline JdwpProvider CanonicalizeJdwpProvider(JdwpProvider p, bool debuggable) { in CanonicalizeJdwpProvider()
25 def __extractLine(prefix, line, arch = None, debuggable = False): argument
80 bool debuggable() { in debuggable() function81 static bool debuggable = android::base::GetBoolProperty("ro.debuggable", false); in debuggable() local