Home
last modified time | relevance | path

Searched refs:args_to_pass (Results 1 – 25 of 51) sorted by relevance

123

/dports/net/p5-Net-GitHub/Net-GitHub-1.02/lib/Net/GitHub/
H A DV3.pm32 return Net::GitHub::V3::Users->new( $self->args_to_pass );
42 return Net::GitHub::V3::Orgs->new( $self->args_to_pass );
52 return Net::GitHub::V3::Gists->new( $self->args_to_pass );
63 return Net::GitHub::V3::Repos->new( $self->args_to_pass );
74 return Net::GitHub::V3::Issues->new( $self->args_to_pass );
96 return Net::GitHub::V3::GitData->new( $self->args_to_pass );
106 return Net::GitHub::V3::OAuth->new( $self->args_to_pass );
116 return Net::GitHub::V3::Events->new( $self->args_to_pass );
126 return Net::GitHub::V3::Search->new( $self->args_to_pass );
136 return Net::GitHub::V3::Gitignore->new( $self->args_to_pass );
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/services/secure_channel/
H A Dsecure_channel_initializer.cc143 std::unique_ptr<ConnectionRequestArgs> args_to_pass = in OnBluetoothAdapterReceived() local
147 if (args_to_pass->is_listen_request) { in OnBluetoothAdapterReceived()
149 args_to_pass->device_to_connect, args_to_pass->local_device, in OnBluetoothAdapterReceived()
150 args_to_pass->feature, args_to_pass->connection_medium, in OnBluetoothAdapterReceived()
151 args_to_pass->connection_priority, std::move(args_to_pass->delegate)); in OnBluetoothAdapterReceived()
156 args_to_pass->device_to_connect, args_to_pass->local_device, in OnBluetoothAdapterReceived()
157 args_to_pass->feature, args_to_pass->connection_medium, in OnBluetoothAdapterReceived()
158 args_to_pass->connection_priority, std::move(args_to_pass->delegate)); in OnBluetoothAdapterReceived()
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pycharm/
H A Dlettuce_runner.py40 args_to_pass = options.__dict__
42 unknown_args = set(args_to_pass.keys()) - set(runner_args)
43 map(args_to_pass.__delitem__, unknown_args)
47 if 'tags' in args_to_pass.keys() and args_to_pass['tags']:
48 args_to_pass['tags'] = [tag.strip('@') for tag in args_to_pass['tags']]
49 self.__tags = set(args_to_pass['tags'])
52 args_to_pass['base_path'] = what_to_run
53 args_to_pass['scenarios'] = ",".join(scenarios)
55 self.__runner = lettuce.Runner(**args_to_pass)
/dports/devel/py-urwid/urwid-2.1.2/urwid/
H A Dsignals.py270 args_to_pass = []
282 args_to_pass.append(arg)
284 args_to_pass.extend(emit_args)
288 args_to_pass = emit_args
293 args_to_pass = itertools.chain(args_to_pass, (user_arg,))
295 return bool(callback(*args_to_pass))
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/tools_webrtc/
H A Dgtest-parallel-wrapper.py159 args_to_pass = []
164 args_to_pass.append('--isolated_script_test_perf_output=' + arg_split[1])
166 args_to_pass.append(arg)
168 executable_args = options.executable_args + args_to_pass
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/tools_webrtc/
H A Dgtest-parallel-wrapper.py162 args_to_pass = []
168 args_to_pass.append('--isolated_script_test_perf_output=' +
171 args_to_pass.append(arg)
173 executable_args = options.executable_args + args_to_pass
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/testing/trigger_scripts/
H A Dbase_test_triggerer.py263 args_to_pass = self.modify_args(filtered_remaining_args, bot_index,
265 ret = self.run_swarming(args_to_pass, verbose)
/dports/www/chromium-legacy/chromium-88.0.4324.182/testing/trigger_scripts/
H A Dbase_test_triggerer.py312 args_to_pass = self.modify_args(filtered_remaining_args, bot_index,
315 args_to_pass, verbose, json_temp, shard_index, args.shards,
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dipa-split.c1113 vec<tree> args_to_pass = vNULL; in split_function() local
1162 args_to_pass.safe_push (arg); in split_function()
1304 FOR_EACH_VEC_ELT (args_to_pass, i, arg) in split_function()
1309 args_to_pass[i] = arg; in split_function()
1311 call = gimple_build_call_vec (node->decl, args_to_pass); in split_function()
1313 args_to_pass.release (); in split_function()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dipa-split.c1040 vec<tree> args_to_pass = vNULL; in split_function() local
1089 args_to_pass.safe_push (arg); in split_function()
1221 FOR_EACH_VEC_ELT (args_to_pass, i, arg) in split_function()
1226 args_to_pass[i] = arg; in split_function()
1228 call = gimple_build_call_vec (node->symbol.decl, args_to_pass); in split_function()
1230 args_to_pass.release (); in split_function()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dipa-split.c1040 vec<tree> args_to_pass = vNULL; in split_function() local
1089 args_to_pass.safe_push (arg); in split_function()
1221 FOR_EACH_VEC_ELT (args_to_pass, i, arg) in split_function()
1226 args_to_pass[i] = arg; in split_function()
1228 call = gimple_build_call_vec (node->symbol.decl, args_to_pass); in split_function()
1230 args_to_pass.release (); in split_function()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dipa-split.c1222 vec<tree> args_to_pass = vNULL; in split_function() local
1268 args_to_pass.safe_push (arg); in split_function()
1469 FOR_EACH_VEC_ELT (args_to_pass, i, arg) in split_function()
1474 args_to_pass[i] = arg; in split_function()
1476 call = gimple_build_call_vec (node->decl, args_to_pass); in split_function()
1479 args_to_pass.release (); in split_function()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dipa-split.c1184 vec<tree> args_to_pass = vNULL; in split_function() local
1229 args_to_pass.safe_push (arg); in split_function()
1421 FOR_EACH_VEC_ELT (args_to_pass, i, arg) in split_function()
1426 args_to_pass[i] = arg; in split_function()
1428 call = gimple_build_call_vec (node->decl, args_to_pass); in split_function()
1430 args_to_pass.release (); in split_function()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dipa-split.c1186 vec<tree> args_to_pass = vNULL; in split_function() local
1231 args_to_pass.safe_push (arg); in split_function()
1446 FOR_EACH_VEC_ELT (args_to_pass, i, arg) in split_function()
1451 args_to_pass[i] = arg; in split_function()
1453 call = gimple_build_call_vec (node->decl, args_to_pass); in split_function()
1455 args_to_pass.release (); in split_function()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dipa-split.c1222 vec<tree> args_to_pass = vNULL; in split_function() local
1268 args_to_pass.safe_push (arg); in split_function()
1469 FOR_EACH_VEC_ELT (args_to_pass, i, arg) in split_function()
1474 args_to_pass[i] = arg; in split_function()
1476 call = gimple_build_call_vec (node->decl, args_to_pass); in split_function()
1479 args_to_pass.release (); in split_function()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dipa-split.c1209 vec<tree> args_to_pass = vNULL; in split_function() local
1255 args_to_pass.safe_push (arg); in split_function()
1457 FOR_EACH_VEC_ELT (args_to_pass, i, arg) in split_function()
1462 args_to_pass[i] = arg; in split_function()
1464 call = gimple_build_call_vec (node->decl, args_to_pass); in split_function()
1467 args_to_pass.release (); in split_function()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dipa-split.c1186 vec<tree> args_to_pass = vNULL; in split_function() local
1231 args_to_pass.safe_push (arg); in split_function()
1446 FOR_EACH_VEC_ELT (args_to_pass, i, arg) in split_function()
1451 args_to_pass[i] = arg; in split_function()
1453 call = gimple_build_call_vec (node->decl, args_to_pass); in split_function()
1455 args_to_pass.release (); in split_function()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dipa-split.c1186 vec<tree> args_to_pass = vNULL; in split_function() local
1231 args_to_pass.safe_push (arg); in split_function()
1446 FOR_EACH_VEC_ELT (args_to_pass, i, arg) in split_function()
1451 args_to_pass[i] = arg; in split_function()
1453 call = gimple_build_call_vec (node->decl, args_to_pass); in split_function()
1455 args_to_pass.release (); in split_function()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dipa-split.c1222 vec<tree> args_to_pass = vNULL; in split_function() local
1268 args_to_pass.safe_push (arg); in split_function()
1469 FOR_EACH_VEC_ELT (args_to_pass, i, arg) in split_function()
1474 args_to_pass[i] = arg; in split_function()
1476 call = gimple_build_call_vec (node->decl, args_to_pass); in split_function()
1479 args_to_pass.release (); in split_function()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dipa-split.c1186 vec<tree> args_to_pass = vNULL; in split_function() local
1231 args_to_pass.safe_push (arg); in split_function()
1446 FOR_EACH_VEC_ELT (args_to_pass, i, arg) in split_function()
1451 args_to_pass[i] = arg; in split_function()
1453 call = gimple_build_call_vec (node->decl, args_to_pass); in split_function()
1455 args_to_pass.release (); in split_function()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dipa-split.c1222 vec<tree> args_to_pass = vNULL; in split_function() local
1268 args_to_pass.safe_push (arg); in split_function()
1469 FOR_EACH_VEC_ELT (args_to_pass, i, arg) in split_function()
1474 args_to_pass[i] = arg; in split_function()
1476 call = gimple_build_call_vec (node->decl, args_to_pass); in split_function()
1479 args_to_pass.release (); in split_function()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dipa-split.c1222 vec<tree> args_to_pass = vNULL; in split_function() local
1268 args_to_pass.safe_push (arg); in split_function()
1469 FOR_EACH_VEC_ELT (args_to_pass, i, arg) in split_function()
1474 args_to_pass[i] = arg; in split_function()
1476 call = gimple_build_call_vec (node->decl, args_to_pass); in split_function()
1479 args_to_pass.release (); in split_function()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dipa-split.c1184 vec<tree> args_to_pass = vNULL; in split_function() local
1229 args_to_pass.safe_push (arg); in split_function()
1421 FOR_EACH_VEC_ELT (args_to_pass, i, arg) in split_function()
1426 args_to_pass[i] = arg; in split_function()
1428 call = gimple_build_call_vec (node->decl, args_to_pass); in split_function()
1430 args_to_pass.release (); in split_function()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dipa-split.c1186 vec<tree> args_to_pass = vNULL; in split_function() local
1231 args_to_pass.safe_push (arg); in split_function()
1446 FOR_EACH_VEC_ELT (args_to_pass, i, arg) in split_function()
1451 args_to_pass[i] = arg; in split_function()
1453 call = gimple_build_call_vec (node->decl, args_to_pass); in split_function()
1455 args_to_pass.release (); in split_function()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dipa-split.c1186 vec<tree> args_to_pass = vNULL; in split_function() local
1231 args_to_pass.safe_push (arg); in split_function()
1446 FOR_EACH_VEC_ELT (args_to_pass, i, arg) in split_function()
1451 args_to_pass[i] = arg; in split_function()
1453 call = gimple_build_call_vec (node->decl, args_to_pass); in split_function()
1455 args_to_pass.release (); in split_function()

123