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

  /libnativehelper/tests/
JniInvocation_test.cpp 84 static const char* kDebuggableSystemProperty = "ro.debuggable";
94 TEST_F(JNIInvocationTest, Debuggable) {
  /build/make/core/
soong_config.mk 50 echo ' "Debuggable": $(if $(filter userdebug eng,$(TARGET_BUILD_VARIANT)),true,false),'; \
  /build/soong/android/
variable.go 77 // debuggable is true for eng and userdebug builds, and can be used to turn on additional
81 Debuggable struct {
137 Debuggable *bool `json:",omitempty"`
  /frameworks/native/vulkan/libvulkan/
driver.h 108 bool Debuggable();
api.cpp 121 if (!is_instance_ || !driver::Debuggable())
349 return (is_instance_ && driver::Debuggable() &&
    [all...]
driver.cpp 623 bool Debuggable() {
    [all...]

Completed in 646 milliseconds