Searched refs:module (Results 1 – 25 of 32) sorted by relevance
12
/art/build/ |
D | art.go | 381 module := apex.ApexBundleFactory(true /*testApex*/, true /*artApex*/) 382 android.AddLoadHook(module, func(ctx android.LoadHookContext) { 399 return module 403 module := artDefaultsFactory() 404 android.AddLoadHook(module, addImplicitFlags) 405 android.AddLoadHook(module, globalDefaults) 407 return module 411 module := artDefaultsFactory() 412 android.AddLoadHook(module, debugDefaults) 414 return module [all …]
|
D | build-art-module.sh | 17 --skip-module-sdk) skip_module_sdk=true ;; 54 art-module-sdk 55 art-module-host-exports 56 art-module-test-exports 100 for module in ${MAINLINE_MODULES[*]}; do 101 echo_and_run cp ${PRODUCT_OUT}/system/apex/${module}.apex \
|
D | README.md | 3 ART is built as a module in the form of an APEX package, `com.android.art.apex`. 9 which only has the sources and dependencies required for the module. 21 the module. It is also mutually exclusive with the other ones. 24 ## Building as a module on `master-art` 44 instead the Google variant of the module and product: 55 To build the debug variant of the module, specify `com.android.art.debug` 58 3. Build the module: 64 4. Install the module and reboot: 77 module build on `master-art` above (b/172480617). 127 packages/modules/ArtPrebuilt/update-art-module-prebuilts.py \
|
D | codegen.go | 231 func installCodegenCustomizer(module android.Module, t moduleType) { 233 android.AddLoadHook(module, func(ctx android.LoadHookContext) { codegen(ctx, c, t) }) 234 module.AddProperties(c)
|
D | Android.bp | 203 // When the module is enabled globally in the soong_config_variables 204 // stanza above, it may get enabled on windows too for some module 332 // Use this to enable a cc_* module only when building ART from sources. 358 // Use this to enable a java_* module only when building ART from sources. 402 // required module "libjavacrypto" is disabled on darwin
|
/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), \
|
/art/build/sdk/ |
D | Android.bp | 41 // The SDK for the art module apex. 43 name: "art-module-sdk", 93 // Needed by any module that builds against any non-numeric 101 // Needed by any module that builds against any non-numeric 109 // Needed by any module that builds against an sdk_version of 120 "art.module.public.api", 124 "art-module-public-api-stubs-system-modules", 125 "art-module-lib-api-stubs-system-modules", 126 "art-module-intra-core-api-stubs-system-modules", 128 "core-module-lib-stubs-system-modules", [all …]
|
/art/tools/ |
D | Android.bp | 68 // On device we require the ART APEX, but its Soong module name may 80 // When the module is enabled globally in the soong_config_variables 96 // On device we require the ART APEX, but its Soong module name may
|
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/odrefresh/ |
D | Android.bp | 77 sdk_version: "minimum", // The minimum sdk version required by users of this module. 182 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete. 203 …cmd: "$(location stats-log-api-gen) --header $(genDir)/statslog_odrefresh.h --module art --namespa… 212 …cmd: "$(location stats-log-api-gen) --cpp $(genDir)/statslog_odrefresh.cpp --module art --namespac…
|
/art/build/boot/ |
D | Android.bp | 41 "art.module.public.api", 47 "art.module.public.api.stubs.module_lib",
|
/art/test/ |
D | README.atest.md | 21 system by a Soong module name following the `art-run-test-`*`<test-directory>`* 24 You can run a specific ART run-test on device by passing its Soong module name 75 5. uninstalls the module. 91 --module ArtGtestsTargetInstallApex --test '*JniInternalTest*'
|
/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 | 464 // the ART module namespace through an entry in requireNativeLibs in 798 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete. 845 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete. 1008 …cmd: "$(location stats-log-api-gen) --header $(genDir)/statslog_art.h --module art --namespace art… 1017 …cmd: "$(location stats-log-api-gen) --cpp $(genDir)/statslog_art.cpp --module art --namespace art,…
|
/art/libdexfile/ |
D | Android.bp | 287 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete. 419 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete. 503 // This is not allowed in any module that may end up in an APEX or platform 516 // copies in the depending module.
|
/art/build/apex/ |
D | Android.bp | 1 // ART APEX module 24 // Modules listed in LOCAL_REQUIRED_MODULES for module art-runtime in art/Android.mk. 310 // Release version of the ART APEX module (not containing debug 319 // "Debug" version of the ART APEX module (containing both release and 353 // "Testing" version of the ART APEX module (containing both release
|
/art/cmdline/ |
D | Android.bp | 45 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
|
/art/dexlist/ |
D | Android.bp | 71 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
|
/art/dexdump/ |
D | Android.bp | 85 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
|
/art/dexoptanalyzer/ |
D | Android.bp | 112 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
|
/art/sigchainlib/ |
D | Android.bp | 91 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
|
/art/tools/cpp-define-generator/ |
D | Android.bp | 91 // When the module is enabled globally in the soong_config_variables
|
/art/profman/ |
D | Android.bp | 173 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
|
/art/libartpalette/ |
D | Android.bp | 129 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
|
12