/aosp_15_r20/external/python/pyfakefs/pyfakefs/ |
D | fake_filesystem_unittest.py | 101 additional_skip_names: Optional[List[Union[str, ModuleType]]] = None, argument 102 modules_to_reload: Optional[List[ModuleType]] = None, 163 module: ModuleType, 164 additional_skip_names: Optional[List[Union[str, ModuleType]]] = None, argument 165 modules_to_reload: Optional[List[ModuleType]] = None, 261 additional_skip_names: Optional[List[Union[str, ModuleType]]] = None, argument 262 modules_to_reload: Optional[List[ModuleType]] = None, 308 additional_skip_names: Optional[List[Union[str, ModuleType]]] = None, argument 309 modules_to_reload: Optional[List[ModuleType]] = None, 394 additional_skip_names: Optional[List[Union[str, ModuleType]]] = None, argument [all …]
|
/aosp_15_r20/build/blueprint/bootstrap/bpdoc/ |
H A D | bpdoc.go | 30 type ModuleType struct { struct 33 Name string 36 PkgPath string 39 Text template.HTML 44 PropertyStructs []*PropertyStruct 248 func removeEmptyPropertyStructs(mt *ModuleType) { 258 func removeAnonymousProperties(mt *ModuleType) { 279 func collapseDuplicatePropertyStructs(mt *ModuleType) { 311 func collapseNestedPropertyStructs(mt *ModuleType) {
|
/aosp_15_r20/build/soong/android/soongconfig/ |
H A D | modules.go | 267 func CreateProperties(factoryProps []interface{}, moduleType *ModuleType) reflect.Value { 425 func PropertiesToApply(moduleType *ModuleType, props reflect.Value, config SoongConfig) ([]interfac… 438 type ModuleType struct { struct 439 BaseModuleType string 440 ConfigNamespace string 441 Variables []soongConfigVariable 443 affectableProperties []string 444 variableNames []string
|
/aosp_15_r20/external/pytorch/tools/test/ |
H A D | test_executorch_unboxing.py | 86 self, unboxing: Unboxing, types: ModuleType 110 self, unboxing: Unboxing, types: ModuleType 134 self, unboxing: Unboxing, types: ModuleType 158 self, unboxing: Unboxing, types: ModuleType
|
/aosp_15_r20/external/pytorch/torch/utils/ |
H A D | _config_module.py | 20 def install_config_module(module: ModuleType) -> None: 31 source: Union[ModuleType, type], 32 dest: Union[ModuleType, SubConfigProxy], 81 def get_assignments_with_compile_ignored_comments(module: ModuleType) -> Set[str]:
|
/aosp_15_r20/build/bazel/scripts/incremental_build/ |
H A D | clone.py | 35 ModuleType = NewType("ModuleType", str) variable 76 def f(t: ModuleType, _: ModuleName) -> bool: 83 def f(_: ModuleType, n: ModuleName) -> bool:
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/rich/ |
D | traceback.py | 61 suppress: Iterable[Union[str, ModuleType]] = (), argument 255 suppress: Iterable[Union[str, ModuleType]] = (), argument 309 suppress: Iterable[Union[str, ModuleType]] = (), argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/rich/ |
D | traceback.py | 61 suppress: Iterable[Union[str, ModuleType]] = (), argument 255 suppress: Iterable[Union[str, ModuleType]] = (), argument 309 suppress: Iterable[Union[str, ModuleType]] = (), argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/rich/ |
D | traceback.py | 61 suppress: Iterable[Union[str, ModuleType]] = (), argument 255 suppress: Iterable[Union[str, ModuleType]] = (), argument 309 suppress: Iterable[Union[str, ModuleType]] = (), argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/rich/ |
D | traceback.py | 61 suppress: Iterable[Union[str, ModuleType]] = (), argument 255 suppress: Iterable[Union[str, ModuleType]] = (), argument 309 suppress: Iterable[Union[str, ModuleType]] = (), argument
|
/aosp_15_r20/external/executorch/runtime/ |
H A D | __init__.py | 131 def __init__(self, legacy_module: ModuleType) -> None: 158 def __init__(self, *, legacy_module: ModuleType) -> None:
|
/aosp_15_r20/external/dagger2/javatests/dagger/internal/codegen/ |
H A D | ModuleValidationTest.java | 41 private enum ModuleType { enum in ModuleValidationTest 48 ModuleType(Class<? extends Annotation> annotation) { in ModuleType() method in ModuleValidationTest.ModuleType
|
/aosp_15_r20/external/pytorch/binaries/ |
H A D | speed_benchmark_torch.cc | 280 using ModuleType = torch::jit::mobile::Module; in main() typedef 282 using ModuleType = torch::jit::Module; in main() typedef
|
/aosp_15_r20/external/pigweed/pw_protobuf_compiler/py/pw_protobuf_compiler/ |
H A D | python_protos.py | 321 def from_paths(cls, protos: Iterable[str | Path | ModuleType]) -> Library: 346 def __init__(self, modules: Iterable[ModuleType]):
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/ |
H A D | XCOFFObjectFile.h | 96 support::ubig16_t ModuleType; member 134 support::ubig16_t ModuleType; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/ |
D | XCOFFObjectFile.h | 99 support::ubig16_t ModuleType; member 137 support::ubig16_t ModuleType; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/ |
D | XCOFFObjectFile.h | 99 support::ubig16_t ModuleType; member 137 support::ubig16_t ModuleType; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/ |
D | XCOFFObjectFile.h | 99 support::ubig16_t ModuleType; member 137 support::ubig16_t ModuleType; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/ |
D | XCOFFObjectFile.h | 99 support::ubig16_t ModuleType; member 137 support::ubig16_t ModuleType; member
|
/aosp_15_r20/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/mainline/ |
H A D | ModuleType.java | 21 public enum ModuleType { enum
|
/aosp_15_r20/external/pytorch/torch/distributed/tensor/experimental/ |
H A D | _attention.py | 548 fn_module: types.ModuleType, 603 def _restore_function(fn: Callable, fn_module: types.ModuleType) -> None:
|
/aosp_15_r20/build/blueprint/ |
H A D | singleton_ctx.go | 45 ModuleType(module Module) string methodSpec 211 func (s *singletonContext) ModuleType(logicModule Module) string { func
|
/aosp_15_r20/external/skia/src/sksl/ |
H A D | SkSLModuleDataFile.cpp | 18 std::string GetModuleData(ModuleType /*name*/, const char* filename) { in GetModuleData() argument
|
/aosp_15_r20/build/soong/android/ |
H A D | neverallow.go | 521 ModuleType(types ...string) Rule methodSpec 592 func (r *rule) ModuleType(types ...string) Rule { func
|
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/ |
H A D | _runtime_protos.py | 30 def _has_runtime_proto_symbols(mod: types.ModuleType) -> bool:
|