Home
last modified time | relevance | path

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

/art/build/
Dart.go236 module, props := artDefaultsFactory()
237 android.AddLoadHook(module, globalDefaults)
239 return module, props
243 module, props := artDefaultsFactory()
244 android.AddLoadHook(module, debugDefaults)
246 return module, props
251 module, props := cc.DefaultsFactory(c)
252 android.AddLoadHook(module, func(ctx android.LoadHookContext) { codegen(ctx, c, true) })
254 return module, props
259 module, props := library.Init()
[all …]
Dcodegen.go162 func installCodegenCustomizer(module blueprint.Module, props []interface{}, library bool) []interfa…
164 android.AddLoadHook(module, func(ctx android.LoadHookContext) { codegen(ctx, c, library) })
/art/runtime/base/
Dlogging.h106 #define VLOG_IS_ON(module) UNLIKELY(::art::gLogVerbosity.module) argument
110 #define VLOG(module) if (VLOG_IS_ON(module)) LOG(INFO) argument
113 #define VLOG_STREAM(module) LOG_STREAM(INFO) argument