Home
last modified time | relevance | path

Searched refs:Debuggable (Results 1 – 11 of 11) sorted by relevance

/aosp12/art/compiler/driver/
H A Dcompiler_options_map-inl.h66 if (map.Exists(Base::Debuggable)) {
202 .IntoKey(Map::Debuggable)
H A Dcompiler_options_map.def49 COMPILER_OPTIONS_KEY (Unit, Debuggable)
/aosp12/libnativehelper/tests/
H A DJniInvocation_test.cpp27 TEST(JNIInvocation, Debuggable) { in TEST() argument
/aosp12/system/sepolicy/build/soong/
H A Dselinux_contexts.go34 Debuggable struct {
203 if ctx.Config().Debuggable() {
204 srcs = append(srcs, m.properties.Product_variables.Debuggable.Srcs...)
H A Dpolicy.go95 if ctx.Config().Debuggable() {
/aosp12/build/soong/cc/
H A Dstrip.go76 if actx.Config().Debuggable() && !flags.StripKeepMiniDebugInfo && !isStaticLib {
H A Dcc_test.go3531 variables.Debuggable = BoolPtr(true)
/aosp12/build/soong/android/
H A Dvariable.go92 Debuggable struct {
241 Debuggable *bool `json:",omitempty"` member
H A Dconfig.go813 func (c *config) Debuggable() bool { func
814 return Bool(c.productVariables.Debuggable)
/aosp12/build/make/core/
H A Dsoong_config.mk43 $(call add_json_bool, Debuggable, $(filter userdebug eng,$(TARGET_BUILD_VARI…
/aosp12/frameworks/native/cmds/installd/
H A Drun_dex2oat_test.cpp506 TEST_F(RunDex2OatTest, Debuggable) { in TEST_F() argument