Home
last modified time | relevance | path

Searched refs:next_command (Results 1 – 25 of 250) sorted by relevance

12345678910

/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/vtzero/test/t/
H A Dtest_geometry.cpp20 REQUIRE_FALSE(decoder.next_command(vtzero::detail::CommandId::MOVE_TO));
68 REQUIRE(decoder.next_command(vtzero::detail::CommandId::MOVE_TO));
80 REQUIRE(decoder.next_command(vtzero::detail::CommandId::MOVE_TO));
98 REQUIRE(decoder.next_command(vtzero::detail::CommandId::MOVE_TO));
101 REQUIRE(decoder.next_command(vtzero::detail::CommandId::LINE_TO));
119 REQUIRE(decoder.next_command(vtzero::detail::CommandId::MOVE_TO));
122 REQUIRE(decoder.next_command(vtzero::detail::CommandId::LINE_TO));
140 REQUIRE(decoder.next_command(vtzero::detail::CommandId::MOVE_TO));
143 REQUIRE(decoder.next_command(vtzero::detail::CommandId::LINE_TO));
150 REQUIRE(decoder.next_command(vtzero::detail::CommandId::MOVE_TO));
[all …]
/dports/lang/pocl/pocl-1.8/lib/CL/devices/tce/
H A Dtta_device_main.c169 kernel_exec_cmd *next_command = &kernel_command; in main() local
171 kernel_exec_cmd *next_command = kernel_command_ptr; in main() local
180 while (next_command->status != POCL_KST_READY) in main()
188 lwpr_print_int(next_command->work_dim); in main()
190 lwpr_print_int(next_command->num_groups[0]); in main()
192 lwpr_print_int(next_command->num_groups[1]); in main()
194 lwpr_print_int(next_command->num_groups[2]); in main()
196 lwpr_print_int(next_command->global_offset[0]); in main()
198 lwpr_print_int(next_command->global_offset[1]); in main()
200 lwpr_print_int(next_command->global_offset[2]); in main()
[all …]
H A Dtta_device_main_dthread.c174 kernel_exec_cmd *next_command; in main() local
192 next_command = wait_for_command(); in main()
194 next_kernel = (kernel_metadata*)next_command->kernel; in main()
200 lwpr_print_int(next_command->work_dim); in main()
202 lwpr_print_int(next_command->num_groups[0]); in main()
204 lwpr_print_int(next_command->num_groups[1]); in main()
206 lwpr_print_int(next_command->num_groups[2]); in main()
208 lwpr_print_int(next_command->global_offset[0]); in main()
210 lwpr_print_int(next_command->global_offset[1]); in main()
212 lwpr_print_int(next_command->global_offset[2]); in main()
[all …]
/dports/mail/postfix-current/postfix-3.7-20211107/src/smtp/
H A Dsmtp_proto.c1482 vstring_free(next_command); \ in smtp_loop()
1638 xtext_quote_append(next_command, in smtp_loop()
1791 vstring_strcpy(next_command, "DATA"); in smtp_loop()
1804 vstring_strcpy(next_command, "."); in smtp_loop()
1822 vstring_strcpy(next_command, "RSET"); in smtp_loop()
1836 vstring_strcpy(next_command, "RSET"); in smtp_loop()
1851 vstring_strcpy(next_command, "QUIT"); in smtp_loop()
1861 VSTRING_RESET(next_command); in smtp_loop()
1864 VSTRING_TERMINATE(next_command); in smtp_loop()
1896 && (VSTRING_LEN(next_command) + 2 in smtp_loop()
[all …]
/dports/devel/anjuta/anjuta-3.34.0/libanjuta/
H A Danjuta-command-queue.c109 AnjutaCommand *next_command; in on_command_finished() local
111 next_command = g_queue_pop_head (self->priv->queue); in on_command_finished()
113 if (next_command) in on_command_finished()
115 g_signal_connect (G_OBJECT (next_command), "command-finished", in on_command_finished()
119 anjuta_command_start (next_command); in on_command_finished()
121 g_object_unref (next_command); in on_command_finished()
/dports/security/snort3/snort3-3.1.19.0/src/control/
H A Dcontrol.cc93 std::string command = next_command; in read_commands()
94 next_command.append(buf, nl - p); in read_commands()
95 LogMessage("Control: received command, %s\n", next_command.c_str()); in read_commands()
96 pending_commands.push(std::move(next_command)); in read_commands()
97 next_command.clear(); in read_commands()
102 next_command.append(p); in read_commands()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/test/chromedriver/log_replay/
H A Dreplay_http_client.cc43 std::unique_ptr<LogEntry> next_command = log_reader_.GetNext(LogEntry::kHTTP); in FetchUrlAndLog() local
47 if (next_command == nullptr) { in FetchUrlAndLog()
50 if (UrlPath(next_command->command_name) == path_from_url && in FetchUrlAndLog()
51 next_command->event_type == LogEntry::kRequest) { in FetchUrlAndLog()
/dports/security/cowrie/cowrie-2.2.0/src/cowrie/shell/
H A Dhoneypot.py449 self.next_command = next_command
468 if not self.next_command:
477 if self.next_command.input_data is None:
478 self.next_command.input_data = self.data
480 self.next_command.input_data += self.data
486 command.next_command = self.next_command
487 self.next_command = command
502 if self.next_command:
504 npcmd = self.next_command.cmd
505 npcmdargs = self.next_command.cmdargs
[all …]
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/console/util/
H A DTextWrap.java29 String next_command = (String)text_segments.next(); in printList() local
31 if (current_length + next_command.length() + space_between_commands.length() > 79) { in printList()
35 command_line_so_far.append(next_command); in printList()
/dports/databases/pspg/pspg-5.3.4/src/
H A Dbscommands.c563 int *next_command, in parse_and_eval_bscommand() argument
626 *next_command = cmd_GotoLineRel; in parse_and_eval_bscommand()
631 *next_command = cmd_GotoLineRel; in parse_and_eval_bscommand()
636 *next_command = cmd_GotoLine; in parse_and_eval_bscommand()
642 *next_command = cmd_GotoLine; in parse_and_eval_bscommand()
673 *next_command = cmd_Quit; in parse_and_eval_bscommand()
684 *next_command = cmd_SetTheme; in parse_and_eval_bscommand()
739 *next_command = cmd_BackwardSearch; in parse_and_eval_bscommand()
741 *next_command = cmd_ForwardSearch; in parse_and_eval_bscommand()
780 *next_command = OrderCommand; in parse_and_eval_bscommand()
[all …]
/dports/devel/uclcmd/uclcmd-da1ac0f/
H A Duclcmd_get.c461 char *next_command = strsep(&rcmds, "|"); in get_cmd_iterate() local
462 if (next_command != NULL) { in get_cmd_iterate()
466 next_command, rcmds, recurse + 1); in get_cmd_iterate()
595 char *next_command = strsep(&rcmds, "|"); in get_cmd_each() local
596 if (next_command != NULL) { in get_cmd_each()
613 newnodepath, next_command, rcmds, recurse + 1); in get_cmd_each()
617 next_command, rcmds, recurse + 1); in get_cmd_each()
659 char *next_command = strsep(&rcmds, "|"); in get_cmd_none() local
660 if (next_command != NULL) { in get_cmd_none()
672 newnodepath, next_command, in get_cmd_none()
[all …]
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/vtzero/include/vtzero/
H A Dgeometry.hpp195 bool next_command(const CommandId expected_command_id) { in next_command() function in vtzero::detail::geometry_decoder
256 if (!next_command(CommandId::MOVE_TO)) { in decode_point()
283 while (next_command(CommandId::MOVE_TO)) { in decode_linestring()
292 if (!next_command(CommandId::LINE_TO)) { in decode_linestring()
317 while (next_command(CommandId::MOVE_TO)) { in decode_polygon()
328 if (!next_command(CommandId::LINE_TO)) { in decode_polygon()
344 if (!next_command(CommandId::CLOSE_PATH)) { in decode_polygon()
/dports/print/texinfo/texinfo-6.8/tp/Texinfo/XS/parsetexi/
H A Dmultitable.c63 gather_previous_item (ELEMENT *current, enum command_id next_command) in gather_previous_item() argument
72 if (next_command == CM_itemx) in gather_previous_item()
77 type = next_command != CM_itemx ? ET_table_item : ET_inter_item; in gather_previous_item()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/svg/
H A Dsvg_path_string_source.cc104 SVGPathSegType& next_command) { in MaybeImplicitCommand() argument
113 next_command = kPathSegLineToAbs; in MaybeImplicitCommand()
117 next_command = kPathSegLineToRel; in MaybeImplicitCommand()
120 next_command = previous_command; in MaybeImplicitCommand()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/svg/
H A Dsvg_path_string_source.cc104 SVGPathSegType& next_command) { in MaybeImplicitCommand() argument
113 next_command = kPathSegLineToAbs; in MaybeImplicitCommand()
117 next_command = kPathSegLineToRel; in MaybeImplicitCommand()
120 next_command = previous_command; in MaybeImplicitCommand()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/resource_coordinator/public/cpp/memory_instrumentation/
H A Dos_metrics_mac.cc102 uint64_t next_command = reinterpret_cast<uint64_t>(header + 1); in GetDyldRegions() local
103 uint64_t command_end = next_command + header->sizeofcmds; in GetDyldRegions()
110 if (next_command + sizeof(struct load_command) > command_end) in GetDyldRegions()
113 reinterpret_cast<const struct load_command*>(next_command); in GetDyldRegions()
114 next_command += load_cmd->cmdsize; in GetDyldRegions()
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/resource_coordinator/public/cpp/memory_instrumentation/
H A Dos_metrics_mac.cc102 uint64_t next_command = reinterpret_cast<uint64_t>(header + 1); in GetDyldRegions() local
103 uint64_t command_end = next_command + header->sizeofcmds; in GetDyldRegions()
110 if (next_command + sizeof(struct load_command) > command_end) in GetDyldRegions()
113 reinterpret_cast<const struct load_command*>(next_command); in GetDyldRegions()
114 next_command += load_cmd->cmdsize; in GetDyldRegions()
/dports/devel/py-clikit/clikit-0.6.2/src/clikit/resolver/
H A Ddefault_resolver.py60 next_command = named_commands.get(name)
62 current_command = next_command
79 next_command = commands.get(option)
/dports/devel/sccache/sccache-0.2.15/src/compiler/
H A Dcompiler.rs1216 next_command( in test_detect_compiler_kind_msvc()
1250 next_command(
1295 next_command(
1409 next_command( in test_compiler_get_cached_or_compile()
1464 next_command( in test_compiler_get_cached_or_compile()
1515 next_command( in test_compiler_get_cached_or_compile_dist()
1565 next_command( in test_compiler_get_cached_or_compile_dist()
1617 next_command( in test_compiler_get_cached_or_compile_cache_error()
1702 next_command( in test_compiler_get_cached_or_compile_force_recache()
1814 next_command( in test_compiler_get_cached_or_compile_preprocessor_error()
[all …]
/dports/net/p5-Net-Google-PicasaWeb/Net-Google-PicasaWeb-0.11/bin/
H A Dpicasa11 sub next_command() {
27 local $command = next_command;
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/distribution/vendor/github.com/spf13/cobra/
H A Dbash_completions.go149 local next_command
151 next_command="_${last_command}_${words[c]}"
153 next_command="_${words[c]}"
157 declare -F $next_command >/dev/null && $next_command
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/distribution/vendor/github.com/spf13/cobra/
H A Dbash_completions.go149 local next_command
151 next_command="_${last_command}_${words[c]}"
153 next_command="_${words[c]}"
157 declare -F $next_command >/dev/null && $next_command
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/distribution/distribution-2.7.0/vendor/github.com/spf13/cobra/
H A Dbash_completions.go149 local next_command
151 next_command="_${last_command}_${words[c]}"
153 next_command="_${words[c]}"
157 declare -F $next_command >/dev/null && $next_command
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/distribution/vendor/github.com/spf13/cobra/
H A Dbash_completions.go149 local next_command
151 next_command="_${last_command}_${words[c]}"
153 next_command="_${words[c]}"
157 declare -F $next_command >/dev/null && $next_command
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/distribution/vendor/github.com/spf13/cobra/
H A Dbash_completions.go149 local next_command
151 next_command="_${last_command}_${words[c]}"
153 next_command="_${words[c]}"
157 declare -F $next_command >/dev/null && $next_command

12345678910