Home
last modified time | relevance | path

Searched +defs:module +defs:body (Results 1 – 25 of 1727) sorted by relevance

12345678910>>...70

/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/benchmarks/lucet-benchmarks/src/
H A Dseq.rs128 fn body(_inst: InstanceHandle) {} in hello_drop_instance() function
154 fn body(_inst: InstanceHandle) {} in drop_instance_with_dense_heap() function
179 fn body(_inst: InstanceHandle) {} in drop_instance_with_sparse_heap() function
208 fn body(inst: &mut InstanceHandle) { in run_null() function
212 let module = null_mock(); in run_null() localVariable
229 fn body(inst: &mut InstanceHandle) { in run_fib() function
233 let module = fib_mock(); in run_fib() localVariable
247 fn body(inst: &mut InstanceHandle) { in run_hello() function
360 let module = many_args_mock(); in run_many_args() localVariable
377 let module = hostcalls_mock(); in run_hostcall_wrapped() localVariable
[all …]
/dports/devel/binaryen/binaryen-version_98/test/example/
H A Dc-api-kitchen-sink.c271 BinaryenModuleRef module = BinaryenModuleCreate(); in test_core() local
801 BinaryenExpressionRef body = in test_core() local
866 BinaryenModuleRef module = BinaryenModuleCreate(); in test_unreachable() local
867 BinaryenExpressionRef body = BinaryenCallIndirect(module, in test_unreachable() local
892 BinaryenModuleRef module = BinaryenModuleCreate(); in test_relooper() local
905 BinaryenExpressionRef body = RelooperRenderAndDispose(relooper, block, 0); in test_relooper() local
1154 BinaryenExpressionRef body = RelooperRenderAndDispose(relooper, block, 0); in test_relooper() local
1184 BinaryenModuleRef module = BinaryenModuleCreate(); in test_binaries() local
1226 BinaryenModuleRef module = BinaryenModuleCreate(); in test_interpret() local
1251 BinaryenModuleRef module = BinaryenModuleCreate(); in test_nonvalid() local
[all …]
/dports/x11-wm/fvwm3/fvwm3-1.0.4/fvwm/
H A Dmodule_interface.c205 fmodule *module; in BroadcastPacket() local
247 fmodule *module; in BroadcastNewPacket() local
388 unsigned long *body; in make_named_packet() local
421 unsigned long *body; in SendName() local
440 unsigned long *body; in BroadcastName() local
443 fmodule *module; in BroadcastName() local
465 fmodule *module; in BroadcastMonitorList() local
524 unsigned long *body; in SendFvwmPicture() local
561 unsigned long *body; in BroadcastFvwmPicture() local
565 fmodule *module; in BroadcastFvwmPicture() local
[all …]
/dports/x11-wm/fvwm2/fvwm-2.6.9/fvwm/
H A Dmodule_interface.c206 fmodule *module; in BroadcastPacket() local
248 fmodule *module; in BroadcastNewPacket() local
385 unsigned long *body; in make_named_packet() local
418 unsigned long *body; in SendName() local
437 unsigned long *body; in BroadcastName() local
440 fmodule *module; in BroadcastName() local
486 unsigned long *body; in SendFvwmPicture() local
523 unsigned long *body; in BroadcastFvwmPicture() local
527 fmodule *module; in BroadcastFvwmPicture() local
570 fmodule *module; in BroadcastColorset() local
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/netapp_eseries/santricity/plugins/modules/
H A Dnetapp_e_amg.py130 def has_match(module, ssid, api_url, api_pwd, api_usr, body): argument
165 def create_async(module, ssid, api_url, api_pwd, api_usr, body): argument
178 def update_async(module, ssid, api_url, pwd, user, body, new_name, async_id): argument
200 def remove_amg(module, ssid, api_url, pwd, user, async_id): argument
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/storage/netapp/
H A Dnetapp_e_amg.py117 def has_match(module, ssid, api_url, api_pwd, api_usr, body): argument
152 def create_async(module, ssid, api_url, api_pwd, api_usr, body): argument
165 def update_async(module, ssid, api_url, pwd, user, body, new_name, async_id): argument
187 def remove_amg(module, ssid, api_url, pwd, user, async_id): argument
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/test/val/
H A Dval_adjacency_test.cpp32 const std::string module = R"( in TEST_F() local
61 const std::string module = R"( in TEST_F() local
82 const std::string module = R"( in TEST_F() local
103 const std::string& body, in GenerateShaderCode()
139 const std::string body = R"( in TEST_F() local
156 const std::string body = R"( in TEST_F() local
173 const std::string body = R"( in TEST_F() local
190 const std::string body = R"( in TEST_F() local
210 const std::string body = R"( in TEST_F() local
231 const std::string body = R"( in TEST_F() local
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/test/val/
H A Dval_adjacency_test.cpp32 const std::string module = R"( in TEST_F() local
61 const std::string module = R"( in TEST_F() local
82 const std::string module = R"( in TEST_F() local
103 const std::string& body, in GenerateShaderCode()
139 const std::string body = R"( in TEST_F() local
156 const std::string body = R"( in TEST_F() local
173 const std::string body = R"( in TEST_F() local
190 const std::string body = R"( in TEST_F() local
210 const std::string body = R"( in TEST_F() local
231 const std::string body = R"( in TEST_F() local
[all …]
/dports/lang/mono-basic/mono-basic-4.7/vbnc/cecil/symbols/mdb/Mono.Cecil.Mdb/
H A DMdbReader.cs41 public ISymbolReader GetSymbolReader (ModuleDefinition module, string fileName) in GetSymbolReader()
46 public ISymbolReader GetSymbolReader (ModuleDefinition module, Stream symbolStream) in GetSymbolReader()
54 readonly ModuleDefinition module; field in Mono.Cecil.Mdb.MdbReader
58 public MdbReader (ModuleDefinition module, MonoSymbolFile symFile) in MdbReader()
70 public void Read (MethodBody body, InstructionMapper mapper) in Read()
82 static void ReadLocalVariables (MethodEntry entry, MethodBody body, Scope [] scopes) in ReadLocalVariables()
139 static Scope [] ReadScopes (MethodEntry entry, MethodBody body, InstructionMapper mapper) in ReadScopes()
/dports/lang/mono/mono-5.10.1.57/external/cecil-legacy/symbols/mdb/Mono.Cecil.Mdb/
H A DMdbReader.cs41 public ISymbolReader GetSymbolReader (ModuleDefinition module, string fileName) in GetSymbolReader()
46 public ISymbolReader GetSymbolReader (ModuleDefinition module, Stream symbolStream) in GetSymbolReader()
54 readonly ModuleDefinition module; field in Mono.Cecil.Mdb.MdbReader
58 public MdbReader (ModuleDefinition module, MonoSymbolFile symFile) in MdbReader()
70 public void Read (MethodBody body, InstructionMapper mapper) in Read()
82 static void ReadLocalVariables (MethodEntry entry, MethodBody body, Scope [] scopes) in ReadLocalVariables()
139 static Scope [] ReadScopes (MethodEntry entry, MethodBody body, InstructionMapper mapper) in ReadScopes()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/cloud/huawei/
H A Dhwc_vpc_route.py189 def user_input_parameters(module): argument
310 def send_create_request(module, params, client): argument
322 def send_delete_request(module, params, client): argument
335 def send_read_request(module, client): argument
349 def fill_resp_body(body): argument
365 def update_properties(module, response, array_index, exclude_output=False): argument
386 def send_list_request(module, client, url): argument
420 def fill_list_resp_body(body): argument
H A Dhwc_vpc_private_ip.py160 def user_input_parameters(module): argument
251 def send_create_request(module, params, client): argument
263 def send_delete_request(module, params, client): argument
276 def send_read_request(module, client): argument
290 def fill_read_resp_body(body): argument
302 def update_properties(module, response, array_index, exclude_output=False): argument
314 def send_list_request(module, client, url): argument
341 def fill_list_resp_body(body): argument
H A Dhwc_vpc_security_group_rule.py263 def user_input_parameters(module): argument
391 def send_create_request(module, params, client): argument
403 def send_delete_request(module, params, client): argument
416 def send_read_request(module, client): argument
430 def fill_read_resp_body(body): argument
458 def update_properties(module, response, array_index, exclude_output=False): argument
491 def send_list_request(module, client, url): argument
541 def fill_list_resp_body(body): argument
H A Dhwc_vpc_security_group.py230 def user_input_parameters(module): argument
239 def check_resource_option(resource, module): argument
358 def send_create_request(module, params, client): argument
370 def send_delete_request(module, params, client): argument
383 def send_read_request(module, client): argument
397 def fill_read_resp_body(body): argument
449 def update_properties(module, response, array_index, exclude_output=False): argument
560 def send_list_request(module, client, url): argument
592 def fill_list_resp_body(body): argument
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Dhwc_vpc_private_ip.py160 def user_input_parameters(module): argument
251 def send_create_request(module, params, client): argument
263 def send_delete_request(module, params, client): argument
276 def send_read_request(module, client): argument
290 def fill_read_resp_body(body): argument
302 def update_properties(module, response, array_index, exclude_output=False): argument
314 def send_list_request(module, client, url): argument
341 def fill_list_resp_body(body): argument
H A Dhwc_vpc_route.py189 def user_input_parameters(module): argument
310 def send_create_request(module, params, client): argument
322 def send_delete_request(module, params, client): argument
335 def send_read_request(module, client): argument
349 def fill_resp_body(body): argument
365 def update_properties(module, response, array_index, exclude_output=False): argument
386 def send_list_request(module, client, url): argument
420 def fill_list_resp_body(body): argument
H A Dhwc_vpc_security_group_rule.py263 def user_input_parameters(module): argument
391 def send_create_request(module, params, client): argument
403 def send_delete_request(module, params, client): argument
416 def send_read_request(module, client): argument
430 def fill_read_resp_body(body): argument
458 def update_properties(module, response, array_index, exclude_output=False): argument
491 def send_list_request(module, client, url): argument
541 def fill_list_resp_body(body): argument
H A Dhwc_vpc_security_group.py230 def user_input_parameters(module): argument
239 def check_resource_option(resource, module): argument
358 def send_create_request(module, params, client): argument
370 def send_delete_request(module, params, client): argument
383 def send_read_request(module, client): argument
397 def fill_read_resp_body(body): argument
449 def update_properties(module, response, array_index, exclude_output=False): argument
560 def send_list_request(module, client, url): argument
592 def fill_list_resp_body(body): argument
/dports/x11-wm/afterstep/AfterStep-1.0/afterstep/
H A Dmodule.c416 unsigned long body[10]; in Broadcast() local
449 unsigned long body[10]; in SendPacket() local
472 void SendConfig(int module, unsigned long event_type, ASWindow *t) in SendConfig()
474 unsigned long body[MAX_BODY_SIZE+HEADER_SIZE]; in SendConfig() local
510 unsigned long body[MAX_BODY_SIZE+HEADER_SIZE]; in BroadcastConfig() local
551 unsigned long *body; in BroadcastName() local
577 void SendName(int module, unsigned long event_type, in SendName()
582 unsigned long *body; in SendName() local
637 void AddToQueue(int module, unsigned long *ptr, int size, int done) in AddToQueue()
661 void DeleteQueueBuff(int module) in DeleteQueueBuff()
[all …]
/dports/devel/intel-graphics-compiler/SPIRV-Tools/test/val/
H A Dval_adjacency_test.cpp32 const std::string module = R"( in TEST_F() local
61 const std::string module = R"( in TEST_F() local
82 const std::string module = R"( in TEST_F() local
103 const std::string& body, in GenerateShaderCode()
139 const std::string body = R"( in TEST_F() local
156 const std::string body = R"( in TEST_F() local
173 const std::string body = R"( in TEST_F() local
190 const std::string body = R"( in TEST_F() local
210 const std::string body = R"( in TEST_F() local
231 const std::string body = R"( in TEST_F() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_adjacency_test.cpp32 const std::string module = R"( in TEST_F() local
61 const std::string module = R"( in TEST_F() local
82 const std::string module = R"( in TEST_F() local
103 const std::string& body, in GenerateShaderCode()
139 const std::string body = R"( in TEST_F() local
156 const std::string body = R"( in TEST_F() local
173 const std::string body = R"( in TEST_F() local
190 const std::string body = R"( in TEST_F() local
210 const std::string body = R"( in TEST_F() local
231 const std::string body = R"( in TEST_F() local
[all …]
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/test/val/
H A Dval_adjacency_test.cpp32 const std::string module = R"( in TEST_F() local
61 const std::string module = R"( in TEST_F() local
82 const std::string module = R"( in TEST_F() local
103 const std::string& body, in GenerateShaderCode()
139 const std::string body = R"( in TEST_F() local
156 const std::string body = R"( in TEST_F() local
173 const std::string body = R"( in TEST_F() local
190 const std::string body = R"( in TEST_F() local
210 const std::string body = R"( in TEST_F() local
231 const std::string body = R"( in TEST_F() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/test/val/
H A Dval_adjacency_test.cpp32 const std::string module = R"( in TEST_F() local
61 const std::string module = R"( in TEST_F() local
82 const std::string module = R"( in TEST_F() local
103 const std::string& body, in GenerateShaderCode()
139 const std::string body = R"( in TEST_F() local
156 const std::string body = R"( in TEST_F() local
173 const std::string body = R"( in TEST_F() local
190 const std::string body = R"( in TEST_F() local
210 const std::string body = R"( in TEST_F() local
231 const std::string body = R"( in TEST_F() local
[all …]
/dports/lang/mono-basic/mono-basic-4.7/vbnc/cecil/symbols/pdb/Mono.Cecil.Pdb/
H A DPdbWriter.cs42 readonly ModuleDefinition module; field in Mono.Cecil.Pdb.PdbWriter
46 internal PdbWriter (ModuleDefinition module, SymWriter writer) in PdbWriter()
59 public void Write (MethodBody body) in Write()
81 Collection<Instruction> CollectInstructions (MethodBody body) in CollectInstructions()
99 void DefineVariables (MethodBody body, int start_offset, int end_offset) in DefineVariables()
/dports/lang/mono/mono-5.10.1.57/external/cecil-legacy/symbols/pdb/Mono.Cecil.Pdb/
H A DPdbWriter.cs42 readonly ModuleDefinition module; field in Mono.Cecil.Pdb.PdbWriter
46 internal PdbWriter (ModuleDefinition module, SymWriter writer) in PdbWriter()
59 public void Write (MethodBody body) in Write()
81 Collection<Instruction> CollectInstructions (MethodBody body) in CollectInstructions()
99 void DefineVariables (MethodBody body, int start_offset, int end_offset) in DefineVariables()

12345678910>>...70