Home
last modified time | relevance | path

Searched refs:_bot (Results 1 – 25 of 169) sorted by relevance

1234567

/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/g1/
H A Dg1BlockOffsetTable.cpp81 _bot(array), in G1BlockOffsetTablePart()
130 size_t start_card = _bot->index_for(start); in set_remainder_to_point_to_start()
131 size_t end_card = _bot->index_for(end-1); in set_remainder_to_point_to_start()
177 u_char entry = _bot->offset_array(c); in check_all_cards()
217 size_t n_index = _bot->index_for(n); in forward_to_block_containing_addr_slow()
218 size_t next_index = _bot->index_for(n) + !_bot->is_card_boundary(n); in forward_to_block_containing_addr_slow()
308 … (_bot->offset_array(orig_index) > 0 && _bot->offset_array(orig_index) <= BOTConstants::N_words), in alloc_block_work()
316 assert(_bot->offset_array(j) > 0 && in alloc_block_work()
317 _bot->offset_array(j) <= in alloc_block_work()
321 (uint) _bot->offset_array(j), in alloc_block_work()
[all …]
H A Dg1BlockOffsetTable.inline.hpp110 assert(_object_can_span || _bot->offset_array(_bot->index_for(_space->bottom())) == 0, in block_at_or_preceding()
112 (uint) _bot->offset_array(_bot->index_for(_space->bottom()))); in block_at_or_preceding()
113 size_t index = _bot->index_for(addr); in block_at_or_preceding()
119 HeapWord* q = _bot->address_for_index(index); in block_at_or_preceding()
121 uint offset = _bot->offset_array(index); // Extend u_char to uint. in block_at_or_preceding()
128 offset = _bot->offset_array(index); in block_at_or_preceding()
/dports/net/py-errbot/errbot-6.1.8/errbot/core_plugins/
H A Dplugins.py29 local_path = self._bot.repo_manager.install_repo(args)
30 errors = self._bot.plugin_manager.update_plugin_places(
31 self._bot.repo_manager.get_all_repos_paths()
65 self._bot.repo_manager.uninstall_repo(repo_name)
120 results = self._bot.repo_manager.update_all_repos()
122 results = self._bot.repo_manager.update_repos(args)
274 self._bot.plugin_manager.activate_plugin(args)
297 self._bot.plugin_manager.deactivate_plugin(args)
317 return self._bot.plugin_manager.blacklist_plugin(args)
330 self._bot.plugin_manager.activate_plugin(args)
[all …]
H A Dtextcmds.py32 self._bot._inroom = self[INROOM]
33 self._bot.user = self[USER]
34 self._bot._multiline = self[MULTILINE]
39 self[INROOM] = self._bot._inroom
40 self[USER] = self._bot.user
41 self[MULTILINE] = self._bot._multiline
50 self._bot._inroom = True
55 self._bot.query_room(room).join()
63 self._bot._inroom = False
94 self._bot._multiline = not self._bot._multiline
[all …]
H A Dflows.py24 cmd = "END" if f is FLOW_END else self._bot.all_commands[f.command]
42 flow_node = self._bot.flow_executor.flow_roots.get(args, None)
53 for name, flow_node in self._bot.flow_executor.flow_roots.items():
78 self._bot.flow_executor.start_flow(flow_name, msg.frm, context)
85 if not self._bot.flow_executor.in_flight:
91 for flow in self._bot.flow_executor.in_flight
100 for flow in self._bot.flow_executor.in_flight:
106 for flow in self._bot.flow_executor.in_flight:
127 flow = self._bot.flow_executor.stop_flow(args, msg.frm)
135 for flow in self._bot.flow_executor.in_flight:
[all …]
H A Dhelp.py44 return "Usage: " + self._bot.prefix + "apropos search_term"
49 for (name, command) in self._bot.all_commands.items():
50 cls = self._bot.get_plugin_class_from_method(command)
55 or self._bot.check_command_access(msg, name)[0]
77 commands.append("\t" + self._bot.prefix + name_with_spaces + ": " + doc)
90 m, _, _ = self._bot._process_command_filters(
104 for (name, command) in self._bot.all_commands.items():
105 cls = self._bot.get_plugin_class_from_method(command)
144 all_commands = dict(self._bot.all_commands)
183 cmd_doc = textwrap.dedent(self._bot.get_doc(command)).strip()
[all …]
H A Dhealth.py44 pm = self._bot.plugin_manager
72 u = format_timedelta(datetime.now() - self._bot.startup_time)
73 since = self._bot.startup_time.strftime("%A, %b %d at %H:%M")
81 self._bot.plugin_manager.deactivate_all_plugins()
83 self._bot.shutdown()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/
H A Dg1BlockOffsetTable.cpp78 _bot(array), in G1BlockOffsetTablePart()
130 size_t start_card = _bot->index_for(start); in set_remainder_to_point_to_start()
131 size_t end_card = _bot->index_for(end-1); in set_remainder_to_point_to_start()
177 u_char entry = _bot->offset_array(c); in check_all_cards()
217 size_t n_index = _bot->index_for(n); in forward_to_block_containing_addr_slow()
218 size_t next_index = _bot->index_for(n) + !_bot->is_card_boundary(n); in forward_to_block_containing_addr_slow()
308 … (_bot->offset_array(orig_index) > 0 && _bot->offset_array(orig_index) <= BOTConstants::N_words), in alloc_block_work()
316 assert(_bot->offset_array(j) > 0 && in alloc_block_work()
317 _bot->offset_array(j) <= in alloc_block_work()
321 (uint) _bot->offset_array(j), in alloc_block_work()
[all …]
H A Dg1BlockOffsetTable.inline.hpp116 assert(_object_can_span || _bot->offset_array(_bot->index_for(_space->bottom())) == 0, in block_at_or_preceding()
118 (uint) _bot->offset_array(_bot->index_for(_space->bottom()))); in block_at_or_preceding()
119 size_t index = _bot->index_for(addr); in block_at_or_preceding()
125 HeapWord* q = _bot->address_for_index(index); in block_at_or_preceding()
127 uint offset = _bot->offset_array(index); // Extend u_char to uint. in block_at_or_preceding()
134 offset = _bot->offset_array(index); in block_at_or_preceding()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/g1/
H A Dg1BlockOffsetTable.cpp81 _bot(array), in G1BlockOffsetTablePart()
130 size_t start_card = _bot->index_for(start); in set_remainder_to_point_to_start()
131 size_t end_card = _bot->index_for(end-1); in set_remainder_to_point_to_start()
177 u_char entry = _bot->offset_array(c); in check_all_cards()
217 size_t n_index = _bot->index_for(n); in forward_to_block_containing_addr_slow()
218 size_t next_index = _bot->index_for(n) + !_bot->is_card_boundary(n); in forward_to_block_containing_addr_slow()
308 … (_bot->offset_array(orig_index) > 0 && _bot->offset_array(orig_index) <= BOTConstants::N_words), in alloc_block_work()
316 assert(_bot->offset_array(j) > 0 && in alloc_block_work()
317 _bot->offset_array(j) <= in alloc_block_work()
321 (uint) _bot->offset_array(j), in alloc_block_work()
[all …]
H A Dg1BlockOffsetTable.inline.hpp116 assert(_object_can_span || _bot->offset_array(_bot->index_for(_space->bottom())) == 0, in block_at_or_preceding()
118 (uint) _bot->offset_array(_bot->index_for(_space->bottom()))); in block_at_or_preceding()
119 size_t index = _bot->index_for(addr); in block_at_or_preceding()
125 HeapWord* q = _bot->address_for_index(index); in block_at_or_preceding()
127 uint offset = _bot->offset_array(index); // Extend u_char to uint. in block_at_or_preceding()
134 offset = _bot->offset_array(index); in block_at_or_preceding()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/
H A Dg1BlockOffsetTable.cpp78 _bot(array), in G1BlockOffsetTablePart()
130 size_t start_card = _bot->index_for(start); in set_remainder_to_point_to_start()
131 size_t end_card = _bot->index_for(end-1); in set_remainder_to_point_to_start()
177 u_char entry = _bot->offset_array(c); in check_all_cards()
217 size_t n_index = _bot->index_for(n); in forward_to_block_containing_addr_slow()
218 size_t next_index = _bot->index_for(n) + !_bot->is_card_boundary(n); in forward_to_block_containing_addr_slow()
308 … (_bot->offset_array(orig_index) > 0 && _bot->offset_array(orig_index) <= BOTConstants::N_words), in alloc_block_work()
316 assert(_bot->offset_array(j) > 0 && in alloc_block_work()
317 _bot->offset_array(j) <= in alloc_block_work()
321 (uint) _bot->offset_array(j), in alloc_block_work()
[all …]
H A Dg1BlockOffsetTable.inline.hpp116 assert(_object_can_span || _bot->offset_array(_bot->index_for(_space->bottom())) == 0, in block_at_or_preceding()
118 (uint) _bot->offset_array(_bot->index_for(_space->bottom()))); in block_at_or_preceding()
119 size_t index = _bot->index_for(addr); in block_at_or_preceding()
125 HeapWord* q = _bot->address_for_index(index); in block_at_or_preceding()
127 uint offset = _bot->offset_array(index); // Extend u_char to uint. in block_at_or_preceding()
134 offset = _bot->offset_array(index); in block_at_or_preceding()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/g1/
H A Dg1BlockOffsetTable.cpp80 _bot(array), in G1BlockOffsetTablePart()
129 size_t start_card = _bot->index_for(start); in set_remainder_to_point_to_start()
130 size_t end_card = _bot->index_for(end-1); in set_remainder_to_point_to_start()
176 u_char entry = _bot->offset_array(c); in check_all_cards()
216 size_t n_index = _bot->index_for(n); in forward_to_block_containing_addr_slow()
217 size_t next_index = _bot->index_for(n) + !_bot->is_card_boundary(n); in forward_to_block_containing_addr_slow()
307 … (_bot->offset_array(orig_index) > 0 && _bot->offset_array(orig_index) <= BOTConstants::N_words), in alloc_block_work()
315 assert(_bot->offset_array(j) > 0 && in alloc_block_work()
316 _bot->offset_array(j) <= in alloc_block_work()
320 (uint) _bot->offset_array(j), in alloc_block_work()
[all …]
H A Dg1BlockOffsetTable.inline.hpp115 assert(_object_can_span || _bot->offset_array(_bot->index_for(_hr->bottom())) == 0, in block_at_or_preceding()
117 (uint) _bot->offset_array(_bot->index_for(_hr->bottom()))); in block_at_or_preceding()
118 size_t index = _bot->index_for(addr); in block_at_or_preceding()
124 HeapWord* q = _bot->address_for_index(index); in block_at_or_preceding()
126 uint offset = _bot->offset_array(index); // Extend u_char to uint. in block_at_or_preceding()
133 offset = _bot->offset_array(index); in block_at_or_preceding()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/g1/
H A Dg1BlockOffsetTable.cpp80 _bot(array), in G1BlockOffsetTablePart()
129 size_t start_card = _bot->index_for(start); in set_remainder_to_point_to_start()
130 size_t end_card = _bot->index_for(end-1); in set_remainder_to_point_to_start()
176 u_char entry = _bot->offset_array(c); in check_all_cards()
216 size_t n_index = _bot->index_for(n); in forward_to_block_containing_addr_slow()
217 size_t next_index = _bot->index_for(n) + !_bot->is_card_boundary(n); in forward_to_block_containing_addr_slow()
307 … (_bot->offset_array(orig_index) > 0 && _bot->offset_array(orig_index) <= BOTConstants::N_words), in alloc_block_work()
315 assert(_bot->offset_array(j) > 0 && in alloc_block_work()
316 _bot->offset_array(j) <= in alloc_block_work()
320 (uint) _bot->offset_array(j), in alloc_block_work()
[all …]
H A Dg1BlockOffsetTable.inline.hpp115 assert(_object_can_span || _bot->offset_array(_bot->index_for(_hr->bottom())) == 0, in block_at_or_preceding()
117 (uint) _bot->offset_array(_bot->index_for(_hr->bottom()))); in block_at_or_preceding()
118 size_t index = _bot->index_for(addr); in block_at_or_preceding()
124 HeapWord* q = _bot->address_for_index(index); in block_at_or_preceding()
126 uint offset = _bot->offset_array(index); // Extend u_char to uint. in block_at_or_preceding()
133 offset = _bot->offset_array(index); in block_at_or_preceding()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/g1/
H A Dg1BlockOffsetTable.cpp80 _bot(array), in G1BlockOffsetTablePart()
129 size_t start_card = _bot->index_for(start); in set_remainder_to_point_to_start()
130 size_t end_card = _bot->index_for(end-1); in set_remainder_to_point_to_start()
176 u_char entry = _bot->offset_array(c); in check_all_cards()
216 size_t n_index = _bot->index_for(n); in forward_to_block_containing_addr_slow()
217 size_t next_index = _bot->index_for(n) + !_bot->is_card_boundary(n); in forward_to_block_containing_addr_slow()
307 … (_bot->offset_array(orig_index) > 0 && _bot->offset_array(orig_index) <= BOTConstants::N_words), in alloc_block_work()
315 assert(_bot->offset_array(j) > 0 && in alloc_block_work()
316 _bot->offset_array(j) <= in alloc_block_work()
320 (uint) _bot->offset_array(j), in alloc_block_work()
[all …]
H A Dg1BlockOffsetTable.inline.hpp115 assert(_object_can_span || _bot->offset_array(_bot->index_for(_hr->bottom())) == 0, in block_at_or_preceding()
117 (uint) _bot->offset_array(_bot->index_for(_hr->bottom()))); in block_at_or_preceding()
118 size_t index = _bot->index_for(addr); in block_at_or_preceding()
124 HeapWord* q = _bot->address_for_index(index); in block_at_or_preceding()
126 uint offset = _bot->offset_array(index); // Extend u_char to uint. in block_at_or_preceding()
133 offset = _bot->offset_array(index); in block_at_or_preceding()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/g1/
H A Dg1BlockOffsetTable.cpp80 _bot(array), in G1BlockOffsetTablePart()
142 size_t start_card = _bot->index_for(start); in set_remainder_to_point_to_start()
143 size_t end_card = _bot->index_for(end-1); in set_remainder_to_point_to_start()
189 u_char entry = _bot->offset_array(c); in check_all_cards()
229 size_t n_index = _bot->index_for(n); in forward_to_block_containing_addr_slow()
230 size_t next_index = _bot->index_for(n) + !_bot->is_card_boundary(n); in forward_to_block_containing_addr_slow()
320 … (_bot->offset_array(orig_index) > 0 && _bot->offset_array(orig_index) <= BOTConstants::N_words), in alloc_block_work()
328 assert(_bot->offset_array(j) > 0 && in alloc_block_work()
329 _bot->offset_array(j) <= in alloc_block_work()
333 (uint) _bot->offset_array(j), in alloc_block_work()
[all …]
H A Dg1BlockOffsetTable.inline.hpp116 assert(_object_can_span || _bot->offset_array(_bot->index_for(_hr->bottom())) == 0, in block_at_or_preceding()
118 (uint) _bot->offset_array(_bot->index_for(_hr->bottom()))); in block_at_or_preceding()
119 size_t index = _bot->index_for(addr); in block_at_or_preceding()
125 HeapWord* q = _bot->address_for_index(index); in block_at_or_preceding()
127 uint offset = _bot->offset_array(index); // Extend u_char to uint. in block_at_or_preceding()
134 offset = _bot->offset_array(index); in block_at_or_preceding()
/dports/net/py-errbot/errbot-6.1.8/errbot/
H A Dbotplugin.py158 self._bot = bot
179 return self._bot.mode
191 self._bot.bot_config.BOT_ADMINS = (self._bot.bot_config.BOT_ADMINS,)
192 return self._bot.bot_config
201 return self._bot.bot_identifier
213 self._bot.inject_commands_from(self)
594 self._bot.warn_admins(warning)
654 self._bot.send_card(
698 return self._bot.send_templated(
741 return self._bot.rooms()
[all …]
/dports/net-im/py-telepot/telepot-12.7/telepot/aio/
H A Dloop.py15 self._bot = bot
29 result = await self._bot.getUpdates(offset=offset,
75 self._bot = bot
80 updatesloop = GetUpdatesLoop(self._bot,
84 self._task = self._bot.loop.create_task(updatesloop.run_forever(*args, **kwargs))
86 self._bot.scheduler.on_event(self._handle)
94 self._bot = bot
98 self._bot.scheduler.on_event(self._handle)
107 self._bot = bot
112 self._bot.scheduler.on_event(self._handle)
/dports/net-im/py-telepot/telepot-12.7/telepot/
H A Dloop.py44 self._bot = bot
58 result = self._bot.getUpdates(offset=offset,
125 self._bot = bot
151 updatesloop = GetUpdatesLoop(self._bot,
156 self._bot.scheduler.on_event(collectloop.input_queue.put)
157 self._bot.scheduler.run_as_thread()
165 self._bot = bot
170 self._bot.scheduler.on_event(self._collectloop.input_queue.put)
171 self._bot.scheduler.run_as_thread()
277 self._bot = bot
[all …]
/dports/finance/py-backtrader/backtrader-1.9.74.123/backtrader/filters/
H A Drenko.py75 self._bot = int(o) - self._size
90 self._bot = bot = self._top
109 elif loprice <= self._bot:
111 self._top = top = self._bot
120 self._bot = bot

1234567