Home
last modified time | relevance | path

Searched defs:variable_args (Results 1 – 24 of 24) sorted by relevance

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/group_replication/src/sql_service/
H A Dsql_service_command.cc487 std::pair<std::string, std::string> *variable_args = in internal_set_persist_only_variable() local
515 std::pair<std::string, std::string> variable_args(variable, value); in set_persist_only_variable() local
538 variable_args(host, port, user, pass, use_ssl, &error_msg); in clone_server() local
561 std::string *> *variable_args = in internal_clone_server() local
631 std::pair<std::string, std::string *> variable_args(query, &error_msg); in execute_query() local
653 std::pair<std::string, std::string *> *variable_args = in internal_execute_query() local
689 std::tuple<std::string, bool *, std::string *> variable_args(query, result, in execute_conditional_query() local
712 std::tuple<std::string, bool *, std::string *> *variable_args = in internal_execute_conditional_query() local
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-codegen-0.44.0/src/verifier/
H A Dmod.rs1300 let variable_args = self.func.dfg.inst_variable_args(inst); in typecheck_variable_args_iterator() localVariable
/dports/lang/kawa/kawa-3.1.1/gnu/expr/
H A DLambdaExp.java360 public final boolean variable_args () { return max_args < 0; } in variable_args() method in LambdaExp
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/verifier/
H A Dmod.rs1395 let variable_args = self.func.dfg.inst_variable_args(inst); in typecheck_variable_args_iterator() localVariable
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/verifier/
H A Dmod.rs1406 let variable_args = self.func.dfg.inst_variable_args(inst); in typecheck_variable_args_iterator() localVariable
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/verifier/
H A Dmod.rs1406 let variable_args = self.func.dfg.inst_variable_args(inst); in typecheck_variable_args_iterator() localVariable
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/verifier/
H A Dmod.rs1404 let variable_args = self.func.dfg.inst_variable_args(inst); in typecheck_variable_args_iterator() localVariable
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/verifier/
H A Dmod.rs1406 let variable_args = self.func.dfg.inst_variable_args(inst); in typecheck_variable_args_iterator() localVariable
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/verifier/
H A Dmod.rs1395 let variable_args = self.func.dfg.inst_variable_args(inst); in typecheck_variable_args_iterator() localVariable
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_optparse.py1244 def variable_args(self, option, opt, value, parser): member in TestCallbackVarArgs
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_optparse.py1244 def variable_args(self, option, opt, value, parser): member in TestCallbackVarArgs
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_optparse.py1245 def variable_args(self, option, opt, value, parser): member in TestCallbackVarArgs
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_optparse.py1246 def variable_args(self, option, opt, value, parser): member in TestCallbackVarArgs
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_optparse.py1244 def variable_args(self, option, opt, value, parser): member in TestCallbackVarArgs
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_optparse.py1246 def variable_args(self, option, opt, value, parser): member in TestCallbackVarArgs
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_optparse.py1244 def variable_args(self, option, opt, value, parser): member in TestCallbackVarArgs
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_optparse.py1244 def variable_args(self, option, opt, value, parser): member in TestCallbackVarArgs
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_optparse.py1238 def variable_args(self, option, opt, value, parser): member in TestCallbackVarArgs
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_optparse.py1245 def variable_args(self, option, opt, value, parser): member in TestCallbackVarArgs
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_optparse.py1244 def variable_args(self, option, opt, value, parser): member in TestCallbackVarArgs
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_optparse.py1244 def variable_args(self, option, opt, value, parser): member in TestCallbackVarArgs
/dports/devel/py-optik/optik-1.5.3/test/
H A Dtest_optik.py1253 def variable_args(self, option, opt, value, parser): member in TestCallbackVarArgs
/dports/www/py-pecan/pecan-1.3.3/pecan/tests/
H A Dtest_no_thread_locals.py317 def variable_args(self, req, resp, *args): member in TestControllerArguments.app_.RootController
H A Dtest_base.py406 def variable_args(self, *args): member in TestControllerArguments.app_.RootController