Home
last modified time | relevance | path

Searched refs:DebugCommand (Results 1 – 25 of 174) sorted by relevance

1234567

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/webrender/src/
H A Ddebug_server.rs5 use api::{ApiMsg, DebugCommand};
50 "enable_profiler" => DebugCommand::EnableProfiler(true), in on_message()
51 "disable_profiler" => DebugCommand::EnableProfiler(false), in on_message()
56 "enable_gpu_time_queries" => DebugCommand::EnableGpuTimeQueries(true), in on_message()
57 "disable_gpu_time_queries" => DebugCommand::EnableGpuTimeQueries(false), in on_message()
60 "fetch_passes" => DebugCommand::FetchPasses, in on_message()
61 "fetch_screenshot" => DebugCommand::FetchScreenshot, in on_message()
62 "fetch_documents" => DebugCommand::FetchDocuments, in on_message()
63 "fetch_clip_scroll_tree" => DebugCommand::FetchClipScrollTree, in on_message()
64 "fetch_render_tasks" => DebugCommand::FetchRenderTasks, in on_message()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/arm64/vixl/
H A DDebugger-vixl.cpp265 class DebugCommand { class
268 DebugCommand() : name_(NULL) {} in DebugCommand() function in vixl::DebugCommand
278 static DebugCommand* Parse(char* line);
289 class HelpCommand : public DebugCommand {
317 class StepCommand : public DebugCommand {
320 : DebugCommand(name), count_(count) {} in StepCommand()
337 class DisasmCommand : public DebugCommand {
347 class PrintCommand : public DebugCommand {
733 DebugCommand* command = DebugCommand::Parse(line); in RunDebuggerShell()
1095 void DebugCommand::Print(FILE* out) { in Print()
[all …]
/dports/www/firefox/firefox-99.0/js/src/jit/arm64/vixl/
H A DDebugger-vixl.cpp265 class DebugCommand { class
268 DebugCommand() : name_(NULL) {} in DebugCommand() function in vixl::DebugCommand
278 static DebugCommand* Parse(char* line);
289 class HelpCommand : public DebugCommand {
317 class StepCommand : public DebugCommand {
320 : DebugCommand(name), count_(count) {} in StepCommand()
337 class DisasmCommand : public DebugCommand {
347 class PrintCommand : public DebugCommand {
733 DebugCommand* command = DebugCommand::Parse(line); in RunDebuggerShell()
1095 void DebugCommand::Print(FILE* out) { in Print()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/arm64/vixl/
H A DDebugger-vixl.cpp265 class DebugCommand { class
268 DebugCommand() : name_(NULL) {} in DebugCommand() function in vixl::DebugCommand
278 static DebugCommand* Parse(char* line);
289 class HelpCommand : public DebugCommand {
317 class StepCommand : public DebugCommand {
320 : DebugCommand(name), count_(count) {} in StepCommand()
337 class DisasmCommand : public DebugCommand {
347 class PrintCommand : public DebugCommand {
733 DebugCommand* command = DebugCommand::Parse(line); in RunDebuggerShell()
1095 void DebugCommand::Print(FILE* out) { in Print()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/arm64/vixl/
H A DDebugger-vixl.cpp265 class DebugCommand { class
268 DebugCommand() : name_(NULL) {} in DebugCommand() function in vixl::DebugCommand
278 static DebugCommand* Parse(char* line);
289 class HelpCommand : public DebugCommand {
317 class StepCommand : public DebugCommand {
320 : DebugCommand(name), count_(count) {} in StepCommand()
337 class DisasmCommand : public DebugCommand {
347 class PrintCommand : public DebugCommand {
733 DebugCommand* command = DebugCommand::Parse(line); in RunDebuggerShell()
1095 void DebugCommand::Print(FILE* out) { in Print()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/arm64/vixl/
H A DDebugger-vixl.cpp266 class DebugCommand { class
269 DebugCommand() : name_(NULL) {} in DebugCommand() function in vixl::DebugCommand
279 static DebugCommand* Parse(char* line);
290 class HelpCommand : public DebugCommand {
318 class StepCommand : public DebugCommand {
321 : DebugCommand(name), count_(count) {} in StepCommand()
338 class DisasmCommand : public DebugCommand {
348 class PrintCommand : public DebugCommand {
734 DebugCommand* command = DebugCommand::Parse(line); in RunDebuggerShell()
1096 void DebugCommand::Print(FILE* out) { in Print()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/arm64/vixl/
H A DDebugger-vixl.cpp266 class DebugCommand { class
269 DebugCommand() : name_(NULL) {} in DebugCommand() function in vixl::DebugCommand
279 static DebugCommand* Parse(char* line);
290 class HelpCommand : public DebugCommand {
318 class StepCommand : public DebugCommand {
321 : DebugCommand(name), count_(count) {} in StepCommand()
338 class DisasmCommand : public DebugCommand {
348 class PrintCommand : public DebugCommand {
734 DebugCommand* command = DebugCommand::Parse(line); in RunDebuggerShell()
1096 void DebugCommand::Print(FILE* out) { in Print()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/arm64/vixl/
H A DDebugger-vixl.cpp251 class DebugCommand { class
254 DebugCommand() : name_(NULL) {} in DebugCommand() function in vixl::DebugCommand
264 static DebugCommand* Parse(char* line);
275 class HelpCommand : public DebugCommand {
303 class StepCommand : public DebugCommand {
306 : DebugCommand(name), count_(count) {} in StepCommand()
323 class DisasmCommand : public DebugCommand {
333 class PrintCommand : public DebugCommand {
719 DebugCommand* command = DebugCommand::Parse(line); in RunDebuggerShell()
1088 void DebugCommand::Print(FILE* out) { in Print()
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/
H A DDebugAdmin.java57 private DebugCommand DEBUG_COMMANDS[] = {
66 private abstract class DebugCommand { class in DebugAdmin
71 DebugCommand(String name, String usageText, String helpText) { in DebugCommand() method in DebugAdmin.DebugCommand
85 private class VerifyBlockChecksumCommand extends DebugCommand {
199 private class RecoverLeaseCommand extends DebugCommand {
288 private class HelpCommand extends DebugCommand {
296 DebugCommand command = popCommand(args); in run()
311 private DebugCommand popCommand(List<String> args) { in popCommand()
316 for (DebugCommand command : DEBUG_COMMANDS) { in popCommand()
330 DebugCommand command = popCommand(args); in run()
[all …]
/dports/misc/concourse/vault-bdd38fca2cff/command/
H A Ddebug.go76 var _ cli.Command = (*DebugCommand)(nil)
77 var _ cli.CommandAutocomplete = (*DebugCommand)(nil)
79 type DebugCommand struct { struct
123 func (c *DebugCommand) Flags() *FlagSets { argument
178 func (c *DebugCommand) Help() string { argument
211 func (c *DebugCommand) Run(args []string) int { argument
289 func (c *DebugCommand) Synopsis() string { argument
293 func (c *DebugCommand) generateIndex() error { argument
470 func (c *DebugCommand) defaultTargets() []string { argument
474 func (c *DebugCommand) captureStaticTargets() error { argument
[all …]
/dports/security/vault/vault-1.8.2/command/
H A Ddebug.go78 _ cli.Command = (*DebugCommand)(nil)
79 _ cli.CommandAutocomplete = (*DebugCommand)(nil)
82 type DebugCommand struct { struct
126 func (c *DebugCommand) Flags() *FlagSets { argument
181 func (c *DebugCommand) Help() string { argument
214 func (c *DebugCommand) Run(args []string) int { argument
294 func (c *DebugCommand) Synopsis() string { argument
298 func (c *DebugCommand) generateIndex() error { argument
482 func (c *DebugCommand) defaultTargets() []string { argument
486 func (c *DebugCommand) captureStaticTargets() error { argument
[all …]
/dports/sysutils/helmfile/vault-f6547fa8e820/command/
H A Ddebug.go76 var _ cli.Command = (*DebugCommand)(nil)
77 var _ cli.CommandAutocomplete = (*DebugCommand)(nil)
79 type DebugCommand struct { struct
123 func (c *DebugCommand) Flags() *FlagSets { argument
178 func (c *DebugCommand) Help() string { argument
211 func (c *DebugCommand) Run(args []string) int { argument
291 func (c *DebugCommand) Synopsis() string { argument
295 func (c *DebugCommand) generateIndex() error { argument
479 func (c *DebugCommand) defaultTargets() []string { argument
483 func (c *DebugCommand) captureStaticTargets() error { argument
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/command/
H A Ddebug.go76 var _ cli.Command = (*DebugCommand)(nil)
77 var _ cli.CommandAutocomplete = (*DebugCommand)(nil)
79 type DebugCommand struct { struct
123 func (c *DebugCommand) Flags() *FlagSets { argument
178 func (c *DebugCommand) Help() string { argument
211 func (c *DebugCommand) Run(args []string) int { argument
289 func (c *DebugCommand) Synopsis() string { argument
293 func (c *DebugCommand) generateIndex() error { argument
477 func (c *DebugCommand) defaultTargets() []string { argument
481 func (c *DebugCommand) captureStaticTargets() error { argument
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Command/
H A DDebugCommand.php14 …moved in 4.0. Use Symfony\Bridge\Twig\Command\DebugCommand instead.', DebugCommand::class), \E_USE…
16 use Symfony\Bridge\Twig\Command\DebugCommand as BaseDebugCommand;
27 final class DebugCommand extends BaseDebugCommand implements ContainerAwareInterface class
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Command/
H A DDebugCommand.php14 …moved in 4.0. Use Symfony\Bridge\Twig\Command\DebugCommand instead.', DebugCommand::class), \E_USE…
16 use Symfony\Bridge\Twig\Command\DebugCommand as BaseDebugCommand;
27 final class DebugCommand extends BaseDebugCommand implements ContainerAwareInterface class
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/src/
H A Ddebug_server.rs5 use api::{ApiMsg, DebugCommand, DebugFlags, DeviceIntSize};
67 DebugCommand::SetFlags(self.debug_flags) in on_message()
70 "fetch_passes" => DebugCommand::FetchPasses, in on_message()
71 "fetch_screenshot" => DebugCommand::FetchScreenshot, in on_message()
72 "fetch_documents" => DebugCommand::FetchDocuments, in on_message()
73 "fetch_clip_scroll_tree" => DebugCommand::FetchClipScrollTree, in on_message()
74 "fetch_render_tasks" => DebugCommand::FetchRenderTasks, in on_message()
82 let msg = ApiMsg::DebugCommand(cmd); in on_message()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/src/
H A Ddebug_server.rs5 use api::{ApiMsg, DebugCommand, DebugFlags};
78 DebugCommand::SetFlags(self.debug_flags) in on_message()
81 "fetch_passes" => DebugCommand::FetchPasses, in on_message()
82 "fetch_screenshot" => DebugCommand::FetchScreenshot, in on_message()
83 "fetch_documents" => DebugCommand::FetchDocuments, in on_message()
84 "fetch_spatial_tree" => DebugCommand::FetchClipScrollTree, in on_message()
85 "fetch_render_tasks" => DebugCommand::FetchRenderTasks, in on_message()
93 let msg = ApiMsg::DebugCommand(cmd); in on_message()
/dports/net-p2p/eiskaltdcpp-cli/eiskaltdcpp-2.2.10/dcpp/
H A DDebugManager.h28 typedef X<0> DebugCommand; typedef
32 virtual void on(DebugCommand, const string&, int, const string&) noexcept { } in on() argument
38 fire(DebugManagerListener::DebugCommand(), mess, typeDir, ip); in SendCommandMessage()
/dports/net-p2p/eiskaltdcpp-lib/eiskaltdcpp-2.2.10/dcpp/
H A DDebugManager.h28 typedef X<0> DebugCommand; typedef
32 virtual void on(DebugCommand, const string&, int, const string&) noexcept { } in on() argument
38 fire(DebugManagerListener::DebugCommand(), mess, typeDir, ip); in SendCommandMessage()
/dports/net-p2p/eiskaltdcpp-gtk/eiskaltdcpp-2.2.10/dcpp/
H A DDebugManager.h28 typedef X<0> DebugCommand; typedef
32 virtual void on(DebugCommand, const string&, int, const string&) noexcept { } in on() argument
38 fire(DebugManagerListener::DebugCommand(), mess, typeDir, ip); in SendCommandMessage()
/dports/net-p2p/eiskaltdcpp-daemon/eiskaltdcpp-2.2.10/dcpp/
H A DDebugManager.h28 typedef X<0> DebugCommand; typedef
32 virtual void on(DebugCommand, const string&, int, const string&) noexcept { } in on() argument
38 fire(DebugManagerListener::DebugCommand(), mess, typeDir, ip); in SendCommandMessage()
/dports/net-p2p/eiskaltdcpp-data/eiskaltdcpp-2.2.10/dcpp/
H A DDebugManager.h28 typedef X<0> DebugCommand; typedef
32 virtual void on(DebugCommand, const string&, int, const string&) noexcept { } in on() argument
38 fire(DebugManagerListener::DebugCommand(), mess, typeDir, ip); in SendCommandMessage()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/cr/cr/commands/
H A Ddebug.py10 class DebugCommand(cr.Command): class
18 super(DebugCommand, self).__init__()
22 parser = super(DebugCommand, self).AddArguments(subparsers)
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/cr/cr/commands/
H A Ddebug.py10 class DebugCommand(cr.Command): class
18 super(DebugCommand, self).__init__()
22 parser = super(DebugCommand, self).AddArguments(subparsers)
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/
H A Drender_api.rs881 pub enum DebugCommand { enum
926 DebugCommand(DebugCommand), enumerator
940 ApiMsg::DebugCommand(..) => "ApiMsg::DebugCommand", in fmt()
1163 let cmd = DebugCommand::SetFlags(flags); in set_debug_flags()
1164 self.api_sender.send(ApiMsg::DebugCommand(cmd)).unwrap(); in set_debug_flags()
1317 let msg = ApiMsg::DebugCommand(DebugCommand::SaveCapture(path, bits)); in save_capture()
1328 let msg = ApiMsg::DebugCommand(DebugCommand::LoadCapture(path, ids, tx)); in load_capture()
1340 let msg = ApiMsg::DebugCommand(DebugCommand::StartCaptureSequence(path, bits)); in start_capture_sequence()
1346 let msg = ApiMsg::DebugCommand(DebugCommand::StopCaptureSequence); in stop_capture_sequence()
1351 pub fn send_debug_cmd(&mut self, cmd: DebugCommand) { in send_debug_cmd() argument
[all …]

1234567