Searched refs:module (Results 1 – 9 of 9) sorted by relevance
307 module := apex.ApexBundleFactory( /*testApex*/ true)308 android.AddLoadHook(module, func(ctx android.LoadHookContext) {325 return module329 module := artDefaultsFactory()330 android.AddLoadHook(module, globalDefaults)332 return module336 module := artDefaultsFactory()337 android.AddLoadHook(module, debugDefaults)339 return module344 module := cc.DefaultsFactory(c)[all …]
161 func installCodegenCustomizer(module android.Module, library bool) {163 android.AddLoadHook(module, func(ctx android.LoadHookContext) { codegen(ctx, c, library) })164 module.AddProperties(c)
102 #define VLOG_IS_ON(module) UNLIKELY(::art::gLogVerbosity.module) argument106 #define VLOG(module) if (VLOG_IS_ON(module)) LOG(INFO) argument109 #define VLOG_STREAM(module) LOG_STREAM(INFO) argument
361 for (const std::string& module : modules) { in GetLibCoreDexFileNames() local362 result.push_back(GetDexFileName(module, IsHost())); in GetLibCoreDexFileNames()
34 explicit ModuleExclusionTest(const std::string& module) in ModuleExclusionTest() argument36 module_(module) {} in ModuleExclusionTest()
351 // since they are in the same module
1 // Android Runtime APEX module.3 // Modules listed in LOCAL_REQUIRED_MODULES for module art-runtime in art/Android.mk.236 // Release version of the Runtime APEX module (not containing debug246 // "Debug" version of the Runtime APEX module (containing both release and
5 # There are no versioned APEX paths here - this APEX module does not support
441 # currently treats the module as optional so it does not require the path exists.