Home
last modified time | relevance | path

Searched +defs:Module +defs:s (Results 1 – 25 of 269) sorted by relevance

1234567891011

/aosp_15_r20/external/google-breakpad/src/common/
H A Dmodule_unittest.cc76 TEST(Module, WriteHeader) { in TEST() argument
77 stringstream s; in TEST() local
85 TEST(Module, WriteHeaderCodeId) { in TEST() argument
86 stringstream s; in TEST() local
95 TEST(Module, WriteOneLineFunc) { in TEST() argument
96 stringstream s; in TEST() local
120 TEST(Module, WriteRelativeLoadAddress) { in TEST() argument
121 stringstream s; in TEST() local
178 TEST(Module, WriteOmitUnusedFiles) { in TEST() argument
214 stringstream s; in TEST() local
[all …]
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/dso/aix/
H A Ddso.c72 #define FREAD(p,s,n,ldptr) fread(p,s,n,IOPTR(ldptr)) argument
206 typedef struct Module { struct
207 struct Module *next; argument
217 } Module, *ModulePtr; argument
377 static void caterr(char *s) in caterr()
/aosp_15_r20/external/python/cpython2/Python/
Ddynload_aix.c24 typedef struct Module { struct
25 struct Module *next; argument
27 } Module, *ModulePtr; argument
133 #define ERRBUF_APPEND(s) strncat(errbuf, s, sizeof(errbuf)-strlen(errbuf)-1) in aix_loaderror() argument
/aosp_15_r20/build/soong/android/
H A Dprebuilt.go344 func IsModulePreferred(module Module) bool {
358 func IsModulePrebuilt(module Module) bool {
365 func GetEmbeddedPrebuilt(module Module) *Prebuilt {
383 func PrebuiltGetPreferred(ctx BaseModuleContext, module Module) Module {
480 func checkInvariantsForSourceAndPrebuilt(ctx BaseModuleContext, s, p Module) { argument
551 …gedModules(ctx BottomUpMutatorContext, psi PrebuiltSelectionInfoMap, allModulesInFamily []Module) {
664 func isSelected(psi PrebuiltSelectionInfoMap, m Module) bool {
/aosp_15_r20/external/pytorch/torch/csrc/jit/api/
H A Dmodule.cpp125 Module::Module(c10::QualifiedName class_name) in Module() function in torch::jit::Module
130 Module::Module( in Module() function in torch::jit::Module
137 Module::Module( in Module() function in torch::jit::Module
308 for (const NameModule& s : entry.first.named_children()) { in clone_method() local
370 IValue s = _ivalue()->getSlot(i); in clone_impl() local
554 for (Module s : modules()) { in apply() local
608 for (const NameModule& s : named_children()) { in dump_to_str() local
/aosp_15_r20/external/flatbuffers/src/
H A Didl_gen_rust.cpp289 struct Module { in GenerateRustModuleRootFile() struct
290 std::map<std::string, Module> sub_modules; in GenerateRustModuleRootFile()
291 std::vector<std::string> generated_files; in GenerateRustModuleRootFile()
293 void Insert(const Namer &namer, const Definition *s) { in GenerateRustModuleRootFile()
305 void GenerateImports(CodeWriter &code) { in GenerateRustModuleRootFile()
408 parser_.structs_, [&](const StructDef &s) { in GenerateIndividualFiles()
576 std::vector<std::string> s, d; in GetRelativeNamespaceTraversal() local
1103 auto WrapOption = [&](std::string s) { in TableBuilderArgsDefnType()
1395 const auto WrapOption = [&](std::string s) { in GenTableAccessorFuncReturnType()
/aosp_15_r20/external/executorch/examples/apple/coreml/scripts/
H A Dinspector_utils.py87 module: torch.nn.Module,
109 module: torch.nn.Module,
324 def is_not_blank(s): argument
/aosp_15_r20/external/pytorch/test/nn/
H A Dtest_module_hooks.py59 expected_module: nn.Module,
61 module: nn.Module,
73 expected_module: nn.Module,
75 module: nn.Module,
86 expected_module: nn.Module,
88 module: nn.Module,
101 expected_module: nn.Module,
103 module: nn.Module,
124 module: nn.Module,
146 expected_module: nn.Module,
[all …]
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
H A DModule.java25 public abstract class Module class
208 public void addKeyDeserializers(KeyDeserializers s); in addKeyDeserializers()
217 public void addSerializers(Serializers s); in addSerializers()
224 public void addKeySerializers(Serializers s); in addKeySerializers()
/aosp_15_r20/external/llvm/include/llvm/IR/
H A DGlobalVariable.h30 class Module; variable
49 void *operator new(size_t s) { in new()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DGlobalVariable.h34 class Module; variable
72 void *operator new(size_t s) { in new()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DGlobalVariable.h35 class Module; variable
73 void *operator new(size_t s) { in new()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DGlobalVariable.h34 class Module; variable
78 void *operator new(size_t s) { in new()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DGlobalVariable.h34 class Module; variable
78 void *operator new(size_t s) { in new()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DGlobalVariable.h34 class Module; variable
78 void *operator new(size_t s) { in new()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DGlobalVariable.h34 class Module; variable
78 void *operator new(size_t s) { in new()
/aosp_15_r20/external/compiler-rt/lib/ubsan/
H A Dubsan_diag.cc400 Suppression *s; in IsVptrCheckSuppressed() local
412 Suppression *s = nullptr; in IsPCSuppressed() local
417 if (const char *Module = Symbolizer::GetOrInit()->GetModuleNameForPc(PC)) { in IsPCSuppressed() local
/aosp_15_r20/external/python/cpython2/Parser/
Dasdl.py67 def t_id(self, s): argument
73 def t_string(self, s): argument
77 def t_xxx(self, s): # not sure what this production means argument
81 def t_punctuation(self, s): argument
85 def t_comment(self, s): argument
89 def t_newline(self, s): argument
93 def t_whitespace(self, s): argument
97 def t_default(self, s): argument
230 class Module(AST): class
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Doutput_graph.py184 def __init__(self, nn_modules: Dict[str, torch.nn.Module]):
663 def bind_symint(s, prop): argument
763 target: Union[torch.nn.Module, torch.Tensor, Any],
/aosp_15_r20/external/bcc/src/cc/
H A Dbcc_syms.cc66 struct stat s; in getinode_() local
292 ProcSyms::Module::Module(const char *name, std::shared_ptr<ModulePath> path, in Module() function in ProcSyms::Module
539 struct stat s; in add_module() local
712 struct stat s; in bcc_resolve_global_addr() local
/aosp_15_r20/out/soong/.intermediates/device/google/trout/hal/sensors/2.1/config/sensor_hal_configuration_V1_0/gen/cpp/
Dsensor_hal_configuration_V1_0.cpp19 auto xmlDeleter<xmlChar> = [](xmlChar *s) { xmlFree(s); }; in __anon52ab3a480102()
406 …Modules::Module::Module(std::vector<Sensors> sensors, std::string halName, float halVersion) : sen… in Module() function in sensor::hal::configuration::V1_0::Modules::Module
/aosp_15_r20/external/mesa3d/src/intel/vulkan/grl/
H A Dgrl_metakernel_gen.py47 def write(self, s, *fmt): argument
444 class Module(object): class
683 def parse_stmt(self, scope, s): argument
/aosp_15_r20/external/angle/util/windows/third_party/StackWalker/src/
H A DStackWalker.cpp765 IMAGEHLP_MODULE64_V3 Module; in LoadModule() local
1042 StackWalkerInternal::IMAGEHLP_MODULE64_V3 Module; in ShowCallstack() local
1094 STACKFRAME64 s; // in/out stackframe in ShowCallstack() local
/aosp_15_r20/external/selinux/python/sepolgen/src/sepolgen/
H A Drefpolicy.py230 def list_to_space_str(s, cont=('{', '}')): argument
247 def list_to_comma_str(s): argument
393 def extend(self, s): argument
1025 class Module(Node): class
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ir/
Ditem.rs721 let mut s = String::new(); in full_disambiguated_name() localVariable
967 pub(crate) fn as_module(&self) -> Option<&Module> { in as_module()
976 pub(crate) fn as_module_mut(&mut self) -> Option<&mut Module> { in as_module_mut()

1234567891011