/aosp_15_r20/build/soong/rust/ |
H A D | project_json_test.go | 219 rootModule, ok := crate["root_module"].(string) 223 if rootModule == "z/src/lib.rs" { 264 rootModule, ok := crate["root_module"].(string) 268 …if strings.Contains(rootModule, "libbindings1") && !strings.Contains(rootModule, "android_arm64") { 269 t.Errorf("The source path for libbindings1 does not contain android_arm64, got %v", rootModule) 271 …if strings.Contains(rootModule, "libbindings2") && !strings.Contains(rootModule, buildOS.String())… 273 rootModule, buildOS.String()) 276 if strings.Contains(rootModule, "libbindings1") { 283 if strings.Contains(rootModule, "d/src/lib.rs") { 331 rootModule, ok := crate["root_module"].(string) [all …]
|
H A D | project_json.go | 136 rootModule, err := rModule.compiler.checkedCrateRootPath() 149 RootModule: rootModule.String(),
|
/aosp_15_r20/external/skia/src/sksl/ |
H A D | SkSLModuleLoader.cpp | 196 const Module* ModuleLoader::rootModule() { in rootModule() function in SkSL::ModuleLoader 267 const Module* rootModule = this->rootModule(); in loadSharedModule() local 271 rootModule); in loadSharedModule() 367 auto rootModule = std::make_unique<Module>(); in makeRootSymbolTable() local 368 rootModule->fSymbols = std::make_unique<SymbolTable>(/*builtin=*/true); in makeRootSymbolTable() 371 rootModule->fSymbols->addWithoutOwnershipOrDie((fBuiltinTypes.*rootType).get()); in makeRootSymbolTable() 375 rootModule->fSymbols->addWithoutOwnershipOrDie((fBuiltinTypes.*privateType).get()); in makeRootSymbolTable() 380 rootModule->fSymbols->addOrDie(Variable::Make(/*pos=*/Position(), in makeRootSymbolTable() 389 fRootModule = std::move(rootModule); in makeRootSymbolTable()
|
H A D | SkSLModuleLoader.h | 42 const Module* rootModule();
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/ |
H A D | hoist_conv_packed_params.cpp | 39 Module& rootModule, in hoistConvPackedParams() argument 43 auto method = rootModule.get_method("forward"); in hoistConvPackedParams() 53 Module convModule = findChildModule(rootModule, rootToConvPath); in hoistConvPackedParams() 67 while (rootModule.hasattr(newName)) { in hoistConvPackedParams() 73 rootModule.register_attribute(newName, packedParams.type(), packedParams); in hoistConvPackedParams()
|
/aosp_15_r20/external/pytorch/torch/csrc/inductor/aoti_runner/ |
H A D | pybind.cpp | 13 auto rootModule = py::handle(module).cast<py::module>(); in initAOTIRunnerBindings() local 14 auto m = rootModule.def_submodule("_aoti"); in initAOTIRunnerBindings()
|
/aosp_15_r20/external/pytorch/torch/csrc/monitor/ |
H A D | python_init.cpp | 86 auto rootModule = py::handle(module).cast<py::module>(); in initMonitorBindings() local 88 auto m = rootModule.def_submodule("_monitor"); in initMonitorBindings()
|
/aosp_15_r20/external/dagger2/javatests/dagger/internal/codegen/ |
H A D | ComponentProcessorTest.java | 470 Source rootModule = in generatedTransitiveModule() local 489 CompilerTests.daggerCompiler(rootModule, component) in generatedTransitiveModule() 493 CompilerTests.daggerCompiler(rootModule, component) in generatedTransitiveModule()
|
/aosp_15_r20/external/pytorch/torch/csrc/profiler/python/ |
H A D | init.cpp | 285 auto rootModule = py::handle(module).cast<py::module>(); in initPythonBindings() local 286 auto m = rootModule.def_submodule("_profiler"); in initPythonBindings()
|
/aosp_15_r20/external/skia/tools/sksl-minify/ |
H A D | SkSLMinify.cpp | 126 const SkSL::Module* parent = modules.empty() ? SkSL::ModuleLoader::Get().rootModule() in compile_module_list()
|
/aosp_15_r20/external/guice/lib/build/ |
HD | felix-2.0.5.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/LICENSE
META-INF ... |
/aosp_15_r20/prebuilts/checkstyle/ |
HD | checkstyle.jar | META-INF/MANIFEST.MF
META-INF/
com/
com/puppycrawl/
com/ ... |