Searched refs:Debuggable (Results 1 – 11 of 11) sorted by relevance
66 if (map.Exists(Base::Debuggable)) {202 .IntoKey(Map::Debuggable)
49 COMPILER_OPTIONS_KEY (Unit, Debuggable)
27 TEST(JNIInvocation, Debuggable) { in TEST() argument
34 Debuggable struct {203 if ctx.Config().Debuggable() {204 srcs = append(srcs, m.properties.Product_variables.Debuggable.Srcs...)
95 if ctx.Config().Debuggable() {
76 if actx.Config().Debuggable() && !flags.StripKeepMiniDebugInfo && !isStaticLib {
3531 variables.Debuggable = BoolPtr(true)
92 Debuggable struct {241 Debuggable *bool `json:",omitempty"` member
813 func (c *config) Debuggable() bool { func814 return Bool(c.productVariables.Debuggable)
43 $(call add_json_bool, Debuggable, $(filter userdebug eng,$(TARGET_BUILD_VARI…
506 TEST_F(RunDex2OatTest, Debuggable) { in TEST_F() argument