Searched defs:ModuleConfig (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/build/soong/dexpreopt/ |
H A D | config.go | 162 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 D | dexpreopt.go | 55 …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 D | BroadcastRadio.h | 37 struct ModuleConfig { struct 38 std::string productName; 39 std::vector<AmFmBandConfig> amFmBands;
|
/aosp_15_r20/platform_testing/libraries/screenshot/scripts/ |
H A D | deviceless_converter.py | 11 def runGradleCommand(outputFile: str, cfg: Config, mc: ModuleConfig) -> int: 40 def processFile(filename: str, cfg: Config, mc: ModuleConfig) -> None:
|
H A D | modules_config.py | 5 class ModuleConfig: class
|
/aosp_15_r20/external/pytorch/benchmarks/framework_overhead_benchmark/ |
H A D | utils.py | 9 ModuleConfig = namedtuple("ModuleConfig", "pt_fn c2_op num_params graph_mode") variable
|
/aosp_15_r20/build/soong/dexpreopt/dexpreopt_gen/ |
H A D | dexpreopt_gen.go | 171 global *dexpreopt.GlobalConfig, module *dexpreopt.ModuleConfig, dexpreoptScriptPath string,
|
/aosp_15_r20/hardware/interfaces/audio/aidl/vts/ |
H A D | ModuleConfig.cpp | 106 ModuleConfig::ModuleConfig(IModule* module) { in ModuleConfig() function in ModuleConfig
|