HomeSort by relevance Sort by last modified time
    Searched refs:Debuggable (Results 1 - 10 of 10) sorted by null

  /prebuilts/jdk/jdk8/darwin-x86/sample/lambda/DefaultMethods/
MixIn.java 38 * @see Debuggable
45 public interface Debuggable {
79 * behavior of the {@link Debuggable}
81 public static enum BuildType implements Debuggable {
  /prebuilts/jdk/jdk8/linux-x86/sample/lambda/DefaultMethods/
MixIn.java 38 * @see Debuggable
45 public interface Debuggable {
79 * behavior of the {@link Debuggable}
81 public static enum BuildType implements Debuggable {
  /art/compiler/driver/
compiler_options_map.def 50 COMPILER_OPTIONS_KEY (Unit, Debuggable)
compiler_options_map-inl.h 58 if (map.Exists(Base::Debuggable)) {
152 .Define("--debuggable")
153 .IntoKey(Map::Debuggable)
  /libnativehelper/tests/
JniInvocation_test.cpp 44 TEST(JNIInvocation, Debuggable) {
  /frameworks/native/vulkan/libvulkan/
driver.h 108 bool Debuggable();
api.cpp 124 if (!is_instance_ || !driver::Debuggable())
370 return (is_instance_ && driver::Debuggable() &&
    [all...]
driver.cpp 693 bool Debuggable() {
    [all...]
  /build/make/core/
soong_config.mk 59 $(call add_json_bool, Debuggable, $(filter userdebug eng,$(TARGET_BUILD_VARIANT)))
  /build/soong/android/
variable.go 80 // debuggable is true for eng and userdebug builds, and can be used to turn on additional
84 Debuggable struct {
180 Debuggable *bool `json:",omitempty"`

Completed in 1716 milliseconds