Home
last modified time | relevance | path

Searched refs:static_params (Results 1 – 25 of 76) sorted by relevance

1234

/dports/net-mgmt/netbox/netbox-3.0.12/netbox/utilities/forms/
H A Dwidgets.py154 static_params: Dict[str, List[str]]
161 self.static_params: Dict[str, List[str]] = {}
170 result.static_params = {}
201 if key in self.static_params:
202 current = self.static_params[key]
205 self.static_params[key] = [value]
210 if key in self.static_params:
211 current = self.static_params[key]
212 self.static_params[key] = [v for v in set([*current, value])]
214 self.static_params[key] = [value]
[all …]
/dports/games/jinput/jinput-bf22dd975bbba31f01895332255b63df376894e6/plugins/windows/src/main/java/net/java/games/input/
H A DDIEffectInfo.java50 private final int static_params; field in DIEffectInfo
54 …ectInputDevice device, byte[] guid, int guid_id, int effect_type, int static_params, int dynamic_p… in DIEffectInfo() argument
59 this.static_params = static_params; in DIEffectInfo()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/util/concepts/
H A Dcompleters.py159 static_params=None, id_field=None, param=None, **kwargs): argument
163 self._static_params = static_params or {}
467 def __init__(self, static_params=None, id_field=None, collection_info=None, argument
469 self.static_params = static_params
498 static_params = attribute.completion_request_params
504 static_params = special_info.static_params
508 return CompleterInfo(static_params, id_field, None, None, param_name)
528 static_params = special_info.static_params
534 return CompleterInfo(static_params, id_field, collection_info, method,
556 static_params=completer_info.static_params,
/dports/astro/gpsd/gpsd-3.20/devtools/
H A Didentify_failing_build_options.py107 static_params = [key + '=on' for key in always_on]
108 static_params += [key + '=off' for key in always_off]
115 params = static_params + [key + '=on' for key in row]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/net/
H A Dsystem_network_context_manager_browsertest.cc205 network::mojom::HttpAuthStaticParamsPtr static_params = in IN_PROC_BROWSER_TEST_F() local
207 EXPECT_THAT(static_params->supported_schemes, in IN_PROC_BROWSER_TEST_F()
209 EXPECT_EQ("", static_params->gssapi_library_name); in IN_PROC_BROWSER_TEST_F()
216 static_params = in IN_PROC_BROWSER_TEST_F()
218 EXPECT_THAT(static_params->supported_schemes, testing::ElementsAre("basic")); in IN_PROC_BROWSER_TEST_F()
223 static_params = in IN_PROC_BROWSER_TEST_F()
225 EXPECT_EQ(dev_null, static_params->gssapi_library_name); in IN_PROC_BROWSER_TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/net/
H A Dsystem_network_context_manager_browsertest.cc201 network::mojom::HttpAuthStaticParamsPtr static_params = in IN_PROC_BROWSER_TEST_F() local
203 EXPECT_THAT(static_params->supported_schemes, in IN_PROC_BROWSER_TEST_F()
205 EXPECT_EQ("", static_params->gssapi_library_name); in IN_PROC_BROWSER_TEST_F()
212 static_params = in IN_PROC_BROWSER_TEST_F()
214 EXPECT_THAT(static_params->supported_schemes, testing::ElementsAre("basic")); in IN_PROC_BROWSER_TEST_F()
219 static_params = in IN_PROC_BROWSER_TEST_F()
221 EXPECT_EQ(dev_null, static_params->gssapi_library_name); in IN_PROC_BROWSER_TEST_F()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dsel-sched.c5786 void *static_params) in fur_merge_succs() argument
5998 void *static_params) in move_op_orig_expr_found() argument
6020 void *static_params) in fur_orig_expr_found() argument
6063 void *static_params) in move_op_at_first_insn() argument
6156 move_op_ascend (insn_t insn, void *static_params) in move_op_ascend() argument
6176 void *static_params, bool visited_p) in fur_on_enter() argument
6216 void *static_params) in move_op_orig_expr_not_found() argument
6357 static_params); in code_motion_process_successors()
6364 static_params); in code_motion_process_successors()
6437 void *static_params) in code_motion_path_driver() argument
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dsel-sched.c5785 void *static_params) in fur_merge_succs() argument
5997 void *static_params) in move_op_orig_expr_found() argument
6019 void *static_params) in fur_orig_expr_found() argument
6062 void *static_params) in move_op_at_first_insn() argument
6155 move_op_ascend (insn_t insn, void *static_params) in move_op_ascend() argument
6175 void *static_params, bool visited_p) in fur_on_enter() argument
6215 void *static_params) in move_op_orig_expr_not_found() argument
6356 static_params); in code_motion_process_successors()
6363 static_params); in code_motion_process_successors()
6436 void *static_params) in code_motion_path_driver() argument
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dsel-sched.c5772 void *static_params) in fur_merge_succs() argument
5984 void *static_params) in move_op_orig_expr_found() argument
6006 void *static_params) in fur_orig_expr_found() argument
6049 void *static_params) in move_op_at_first_insn() argument
6142 move_op_ascend (insn_t insn, void *static_params) in move_op_ascend() argument
6162 void *static_params, bool visited_p) in fur_on_enter() argument
6202 void *static_params) in move_op_orig_expr_not_found() argument
6343 static_params); in code_motion_process_successors()
6350 static_params); in code_motion_process_successors()
6423 void *static_params) in code_motion_path_driver() argument
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dsel-sched.c5786 void *static_params) in fur_merge_succs() argument
5998 void *static_params) in move_op_orig_expr_found() argument
6020 void *static_params) in fur_orig_expr_found() argument
6063 void *static_params) in move_op_at_first_insn() argument
6156 move_op_ascend (insn_t insn, void *static_params) in move_op_ascend() argument
6176 void *static_params, bool visited_p) in fur_on_enter() argument
6216 void *static_params) in move_op_orig_expr_not_found() argument
6357 static_params); in code_motion_process_successors()
6364 static_params); in code_motion_process_successors()
6437 void *static_params) in code_motion_path_driver() argument
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dsel-sched.c5775 void *static_params) in fur_merge_succs() argument
5987 void *static_params) in move_op_orig_expr_found() argument
6009 void *static_params) in fur_orig_expr_found() argument
6052 void *static_params) in move_op_at_first_insn() argument
6145 move_op_ascend (insn_t insn, void *static_params) in move_op_ascend() argument
6165 void *static_params, bool visited_p) in fur_on_enter() argument
6205 void *static_params) in move_op_orig_expr_not_found() argument
6346 static_params); in code_motion_process_successors()
6353 static_params); in code_motion_process_successors()
6426 void *static_params) in code_motion_path_driver() argument
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dsel-sched.c5772 void *static_params) in fur_merge_succs() argument
5984 void *static_params) in move_op_orig_expr_found() argument
6006 void *static_params) in fur_orig_expr_found() argument
6049 void *static_params) in move_op_at_first_insn() argument
6142 move_op_ascend (insn_t insn, void *static_params) in move_op_ascend() argument
6162 void *static_params, bool visited_p) in fur_on_enter() argument
6202 void *static_params) in move_op_orig_expr_not_found() argument
6343 static_params); in code_motion_process_successors()
6350 static_params); in code_motion_process_successors()
6423 void *static_params) in code_motion_path_driver() argument
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dsel-sched.c5840 void *static_params) in fur_merge_succs() argument
6052 void *static_params) in move_op_orig_expr_found() argument
6075 void *static_params) in fur_orig_expr_found() argument
6118 void *static_params) in move_op_at_first_insn() argument
6231 void *static_params, bool visited_p) in fur_on_enter() argument
6271 void *static_params) in move_op_orig_expr_not_found() argument
6414 static_params); in code_motion_process_successors()
6421 static_params); in code_motion_process_successors()
6448 static_params)) in code_motion_process_successors()
6484 void *static_params) in code_motion_path_driver() argument
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dsel-sched.c5786 void *static_params) in fur_merge_succs() argument
5998 void *static_params) in move_op_orig_expr_found() argument
6020 void *static_params) in fur_orig_expr_found() argument
6063 void *static_params) in move_op_at_first_insn() argument
6156 move_op_ascend (insn_t insn, void *static_params) in move_op_ascend() argument
6176 void *static_params, bool visited_p) in fur_on_enter() argument
6216 void *static_params) in move_op_orig_expr_not_found() argument
6357 static_params); in code_motion_process_successors()
6364 static_params); in code_motion_process_successors()
6437 void *static_params) in code_motion_path_driver() argument
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dsel-sched.c5772 void *static_params)
5984 void *static_params)
6006 void *static_params)
6049 void *static_params)
6142 move_op_ascend (insn_t insn, void *static_params)
6162 void *static_params, bool visited_p)
6202 void *static_params)
6343 static_params);
6350 static_params);
6423 void *static_params)
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dsel-sched.c5786 void *static_params) in fur_merge_succs() argument
5998 void *static_params) in move_op_orig_expr_found() argument
6020 void *static_params) in fur_orig_expr_found() argument
6063 void *static_params) in move_op_at_first_insn() argument
6156 move_op_ascend (insn_t insn, void *static_params) in move_op_ascend() argument
6176 void *static_params, bool visited_p) in fur_on_enter() argument
6216 void *static_params) in move_op_orig_expr_not_found() argument
6357 static_params); in code_motion_process_successors()
6364 static_params); in code_motion_process_successors()
6437 void *static_params) in code_motion_path_driver() argument
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dsel-sched.c5853 void *static_params) in fur_merge_succs() argument
6065 void *static_params) in move_op_orig_expr_found() argument
6087 void *static_params) in fur_orig_expr_found() argument
6130 void *static_params) in move_op_at_first_insn() argument
6243 void *static_params, bool visited_p) in fur_on_enter() argument
6283 void *static_params) in move_op_orig_expr_not_found() argument
6426 static_params); in code_motion_process_successors()
6433 static_params); in code_motion_process_successors()
6473 static_params)) in code_motion_process_successors()
6509 void *static_params) in code_motion_path_driver() argument
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dsel-sched.c5786 void *static_params) in fur_merge_succs() argument
5998 void *static_params) in move_op_orig_expr_found() argument
6020 void *static_params) in fur_orig_expr_found() argument
6063 void *static_params) in move_op_at_first_insn() argument
6156 move_op_ascend (insn_t insn, void *static_params) in move_op_ascend() argument
6176 void *static_params, bool visited_p) in fur_on_enter() argument
6216 void *static_params) in move_op_orig_expr_not_found() argument
6357 static_params); in code_motion_process_successors()
6364 static_params); in code_motion_process_successors()
6437 void *static_params) in code_motion_path_driver() argument
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dsel-sched.c5787 void *static_params) in fur_merge_succs() argument
5999 void *static_params) in move_op_orig_expr_found() argument
6021 void *static_params) in fur_orig_expr_found() argument
6064 void *static_params) in move_op_at_first_insn() argument
6157 move_op_ascend (insn_t insn, void *static_params) in move_op_ascend() argument
6177 void *static_params, bool visited_p) in fur_on_enter() argument
6217 void *static_params) in move_op_orig_expr_not_found() argument
6358 static_params); in code_motion_process_successors()
6365 static_params); in code_motion_process_successors()
6438 void *static_params) in code_motion_path_driver() argument
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dsel-sched.c5772 void *static_params) in fur_merge_succs() argument
5984 void *static_params) in move_op_orig_expr_found() argument
6006 void *static_params) in fur_orig_expr_found() argument
6049 void *static_params) in move_op_at_first_insn() argument
6142 move_op_ascend (insn_t insn, void *static_params) in move_op_ascend() argument
6162 void *static_params, bool visited_p) in fur_on_enter() argument
6202 void *static_params) in move_op_orig_expr_not_found() argument
6343 static_params); in code_motion_process_successors()
6350 static_params); in code_motion_process_successors()
6423 void *static_params) in code_motion_path_driver() argument
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dsel-sched.c5772 void *static_params) in fur_merge_succs() argument
5984 void *static_params) in move_op_orig_expr_found() argument
6006 void *static_params) in fur_orig_expr_found() argument
6049 void *static_params) in move_op_at_first_insn() argument
6142 move_op_ascend (insn_t insn, void *static_params) in move_op_ascend() argument
6162 void *static_params, bool visited_p) in fur_on_enter() argument
6202 void *static_params) in move_op_orig_expr_not_found() argument
6343 static_params); in code_motion_process_successors()
6350 static_params); in code_motion_process_successors()
6423 void *static_params) in code_motion_path_driver() argument
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dsel-sched.c5785 void *static_params) in fur_merge_succs() argument
5997 void *static_params) in move_op_orig_expr_found() argument
6019 void *static_params) in fur_orig_expr_found() argument
6062 void *static_params) in move_op_at_first_insn() argument
6155 move_op_ascend (insn_t insn, void *static_params) in move_op_ascend() argument
6175 void *static_params, bool visited_p) in fur_on_enter() argument
6215 void *static_params) in move_op_orig_expr_not_found() argument
6356 static_params); in code_motion_process_successors()
6363 static_params); in code_motion_process_successors()
6436 void *static_params) in code_motion_path_driver() argument
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dsel-sched.c5786 void *static_params) in fur_merge_succs() argument
5998 void *static_params) in move_op_orig_expr_found() argument
6020 void *static_params) in fur_orig_expr_found() argument
6063 void *static_params) in move_op_at_first_insn() argument
6156 move_op_ascend (insn_t insn, void *static_params) in move_op_ascend() argument
6176 void *static_params, bool visited_p) in fur_on_enter() argument
6216 void *static_params) in move_op_orig_expr_not_found() argument
6357 static_params); in code_motion_process_successors()
6364 static_params); in code_motion_process_successors()
6437 void *static_params) in code_motion_path_driver() argument
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dsel-sched.c5772 void *static_params) in fur_merge_succs() argument
5984 void *static_params) in move_op_orig_expr_found() argument
6006 void *static_params) in fur_orig_expr_found() argument
6049 void *static_params) in move_op_at_first_insn() argument
6142 move_op_ascend (insn_t insn, void *static_params) in move_op_ascend() argument
6162 void *static_params, bool visited_p) in fur_on_enter() argument
6202 void *static_params) in move_op_orig_expr_not_found() argument
6343 static_params); in code_motion_process_successors()
6350 static_params); in code_motion_process_successors()
6423 void *static_params) in code_motion_path_driver() argument
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dsel-sched.c5840 void *static_params) in fur_merge_succs() argument
6052 void *static_params) in move_op_orig_expr_found() argument
6075 void *static_params) in fur_orig_expr_found() argument
6118 void *static_params) in move_op_at_first_insn() argument
6231 void *static_params, bool visited_p) in fur_on_enter() argument
6271 void *static_params) in move_op_orig_expr_not_found() argument
6414 static_params); in code_motion_process_successors()
6421 static_params); in code_motion_process_successors()
6448 static_params)) in code_motion_process_successors()
6484 void *static_params) in code_motion_path_driver() argument
[all …]

1234