Searched refs:module (Results 1 – 18 of 18) sorted by relevance
/art/build/ |
D | art.go | 361 module := apex.ApexBundleFactory(true /*testApex*/, true /*artApex*/) 362 android.AddLoadHook(module, func(ctx android.LoadHookContext) { 379 return module 383 module := artDefaultsFactory() 384 android.AddLoadHook(module, globalDefaults) 386 return module 390 module := artDefaultsFactory() 391 android.AddLoadHook(module, debugDefaults) 393 return module 398 module := cc.DefaultsFactory(c) [all …]
|
D | codegen.go | 214 func installCodegenCustomizer(module android.Module, t moduleType) { 216 android.AddLoadHook(module, func(ctx android.LoadHookContext) { codegen(ctx, c, t) }) 217 module.AddProperties(c)
|
/art/libartbase/base/ |
D | logging.h | 107 #define VLOG_IS_ON(module) UNLIKELY(::art::gLogVerbosity.module) argument 111 #define VLOG(module) if (VLOG_IS_ON(module)) LOG(INFO) argument 143 #define VLOG_STREAM(module) \ argument 144 ::art::VlogMessage(VLOG_IS_ON(module), \
|
D | common_art_test.cc | 437 for (const std::string& module : modules) { in GetLibCoreDexFileNames() local 438 result.push_back(GetDexFileName(module, IsHost())); in GetLibCoreDexFileNames()
|
/art/build/sdk/ |
D | Android.bp | 15 // The SDK for the art module apex. 17 name: "art-module-sdk", 29 // Needed by any module that builds against any non-numeric 37 // Needed by any module that builds against any non-numeric 45 // Needed by any module that builds against an sdk_version of 56 "art-module-public-api-stubs-system-modules", 57 "art-module-intra-core-api-stubs-system-modules", 58 "legacy-art-module-platform-api-stubs-system-modules", 59 "stable-art-module-platform-api-stubs-system-modules", 76 name: "art-module-host-exports", [all …]
|
/art/tools/ |
D | dex2oat_wrapper | 82 for module in ${modules}; do 83 case "$module" in 88 result+="${separator}${prefix}/apex/${apex}/javalib/${module}.jar"
|
D | art | 561 for module in ${modules}; do 562 case "$module" in 567 result+="${separator}${prefix}/apex/${apex}/javalib/${module}.jar"
|
/art/runtime/ |
D | module_exclusion_test.cc | 36 explicit ModuleExclusionTest(const std::string& module) in ModuleExclusionTest() argument 38 module_(module) {} in ModuleExclusionTest()
|
D | Android.bp | 64 // Visibility for prebuilt binaries from the prebuilt of this module.
|
/art/build/apex/ |
D | Android.bp | 1 // ART APEX module 6 // Modules listed in LOCAL_REQUIRED_MODULES for module art-runtime in art/Android.mk. 251 // Release version of the ART APEX module (not containing debug 260 // "Debug" version of the ART APEX module (containing both release and 293 // "Testing" version of the ART APEX module (containing both release
|
/art/sigchainlib/ |
D | Android.bp | 21 // Visibility for prebuilt binaries from the prebuilt of this module.
|
/art/libartpalette/ |
D | Android.bp | 21 // Visibility for prebuilt binaries from the prebuilt of this module.
|
/art/libprofile/ |
D | Android.bp | 21 // Visibility for prebuilt binaries from the prebuilt of this module.
|
/art/dexlayout/ |
D | Android.bp | 19 // Visibility for prebuilt binaries from the prebuilt of this module.
|
/art/libartbase/ |
D | Android.bp | 21 // Visibility for prebuilt binaries from the prebuilt of this module.
|
/art/libdexfile/ |
D | Android.bp | 21 // Visibility for prebuilt dex2oat(d) from the prebuilt of this module.
|
/art/compiler/ |
D | Android.bp | 26 // Visibility for prebuilt binaries from the prebuilt of this module.
|
/art/test/ |
D | Android.bp | 201 // definition of module `core-tests` in libcore/JavaLibrary.bp).
|