Home
last modified time | relevance | path

Searched refs:module (Results 1 – 9 of 9) sorted by relevance

/art/build/
Dart.go307 module := apex.ApexBundleFactory( /*testApex*/ true)
308 android.AddLoadHook(module, func(ctx android.LoadHookContext) {
325 return module
329 module := artDefaultsFactory()
330 android.AddLoadHook(module, globalDefaults)
332 return module
336 module := artDefaultsFactory()
337 android.AddLoadHook(module, debugDefaults)
339 return module
344 module := cc.DefaultsFactory(c)
[all …]
Dcodegen.go161 func installCodegenCustomizer(module android.Module, library bool) {
163 android.AddLoadHook(module, func(ctx android.LoadHookContext) { codegen(ctx, c, library) })
164 module.AddProperties(c)
/art/libartbase/base/
Dlogging.h102 #define VLOG_IS_ON(module) UNLIKELY(::art::gLogVerbosity.module) argument
106 #define VLOG(module) if (VLOG_IS_ON(module)) LOG(INFO) argument
109 #define VLOG_STREAM(module) LOG_STREAM(INFO) argument
Dcommon_art_test.cc361 for (const std::string& module : modules) { in GetLibCoreDexFileNames() local
362 result.push_back(GetDexFileName(module, IsHost())); in GetLibCoreDexFileNames()
/art/runtime/
Dmodule_exclusion_test.cc34 explicit ModuleExclusionTest(const std::string& module) in ModuleExclusionTest() argument
36 module_(module) {} in ModuleExclusionTest()
DAndroid.bp351 // since they are in the same module
/art/build/apex/
DAndroid.bp1 // 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 debug
246 // "Debug" version of the Runtime APEX module (containing both release and
Dld.config.txt5 # There are no versioned APEX paths here - this APEX module does not support
/art/tools/
Dart441 # currently treats the module as optional so it does not require the path exists.