Home
last modified time | relevance | path

Searched defs:ModuleConfig (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/build/soong/dexpreopt/
H A Dconfig.go162 type ModuleConfig struct { struct
163 Name string
164 DexLocation string // dex location on device
165 BuildPath android.OutputPath
166 DexPath android.Path
167 ManifestPath android.OptionalPath
168 UncompressedDex bool
169 HasApkLibraries bool
170 PreoptFlags []string
172 ProfileClassListing android.OptionalPath
[all …]
H A Ddexpreopt.go55 …global *GlobalConfig, module *ModuleConfig, productPackages android.Path, copyApexSystemServerJarD…
109 func dexpreoptDisabled(ctx android.PathContext, global *GlobalConfig, module *ModuleConfig) bool {
135 module *ModuleConfig, rule *android.RuleBuilder) android.WritablePath {
176 module *ModuleConfig, rule *android.RuleBuilder) android.WritablePath {
233 global *GlobalConfig, module *ModuleConfig, rule *android.RuleBuilder, archIdx int,
518 func shouldGenerateDM(module *ModuleConfig, global *GlobalConfig) bool {
547 func odexOnSystemOther(module *ModuleConfig, global *GlobalConfig) bool {
/aosp_15_r20/hardware/interfaces/broadcastradio/1.1/default/
H A DBroadcastRadio.h37 struct ModuleConfig { struct
38 std::string productName;
39 std::vector<AmFmBandConfig> amFmBands;
/aosp_15_r20/platform_testing/libraries/screenshot/scripts/
H A Ddeviceless_converter.py11 def runGradleCommand(outputFile: str, cfg: Config, mc: ModuleConfig) -> int:
40 def processFile(filename: str, cfg: Config, mc: ModuleConfig) -> None:
H A Dmodules_config.py5 class ModuleConfig: class
/aosp_15_r20/external/pytorch/benchmarks/framework_overhead_benchmark/
H A Dutils.py9 ModuleConfig = namedtuple("ModuleConfig", "pt_fn c2_op num_params graph_mode") variable
/aosp_15_r20/build/soong/dexpreopt/dexpreopt_gen/
H A Ddexpreopt_gen.go171 global *dexpreopt.GlobalConfig, module *dexpreopt.ModuleConfig, dexpreoptScriptPath string,
/aosp_15_r20/hardware/interfaces/audio/aidl/vts/
H A DModuleConfig.cpp106 ModuleConfig::ModuleConfig(IModule* module) { in ModuleConfig() function in ModuleConfig