| /third_party/node/deps/npm/docs/public/static/d/ |
| D | 2215187023.json | 1 …commands/npm-adduser"},"frontmatter":{"description":null,"section":null,"title":""}},{"fields":{"s…
|
| /third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/ |
| D | Commands.cpp | 15 #include "dawn_native/Commands.h" 26 void FreeCommands(CommandIterator* commands) { in FreeCommands() argument 27 commands->Reset(); in FreeCommands() 30 while (commands->NextCommandId(&type)) { in FreeCommands() 33 BeginComputePassCmd* begin = commands->NextCommand<BeginComputePassCmd>(); in FreeCommands() 37 BeginRenderPassCmd* begin = commands->NextCommand<BeginRenderPassCmd>(); in FreeCommands() 41 CopyBufferToBufferCmd* copy = commands->NextCommand<CopyBufferToBufferCmd>(); in FreeCommands() 45 CopyBufferToTextureCmd* copy = commands->NextCommand<CopyBufferToTextureCmd>(); in FreeCommands() 49 CopyTextureToBufferCmd* copy = commands->NextCommand<CopyTextureToBufferCmd>(); in FreeCommands() 54 commands->NextCommand<CopyTextureToTextureCmd>(); in FreeCommands() [all …]
|
| /third_party/flutter/flutter/packages/flutter_tools/lib/ |
| D | executable.dart | 17 import 'src/commands/analyze.dart'; 18 import 'src/commands/assemble.dart'; 19 import 'src/commands/attach.dart'; 20 import 'src/commands/build.dart'; 21 import 'src/commands/channel.dart'; 22 import 'src/commands/clean.dart'; 23 import 'src/commands/config.dart'; 24 import 'src/commands/create.dart'; 25 import 'src/commands/daemon.dart'; 26 import 'src/commands/devices.dart'; [all …]
|
| /third_party/flutter/flutter/packages/flutter_tools/test/general.shard/commands/ |
| D | packages_test.dart | 12 import 'package:flutter_tools/src/commands/packages.dart'; 310 final List<String> commands = mockProcessManager.commands; 311 expect(commands, hasLength(3)); 312 expect(commands[0], matches(r'dart-sdk[\\/]bin[\\/]pub')); 313 expect(commands[1], 'run'); 314 expect(commands[2], 'test'); 323 final List<String> commands = mockProcessManager.commands; 324 expect(commands, hasLength(4)); 325 expect(commands[0], matches(r'dart-sdk[\\/]bin[\\/]pub')); 326 expect(commands[1], '--trace'); [all …]
|
| D | daemon_test.dart | 9 import 'package:flutter_tools/src/commands/daemon.dart'; 35 … final StreamController<Map<String, dynamic>> commands = StreamController<Map<String, dynamic>>(); 38 commands.stream, 42 commands.add(<String, dynamic>{'id': 0, 'method': 'daemon.version'}); 48 await commands.close(); 52 … final StreamController<Map<String, dynamic>> commands = StreamController<Map<String, dynamic>>(); 55 commands.stream, 69 await commands.close(); 78 … final StreamController<Map<String, dynamic>> commands = StreamController<Map<String, dynamic>>(); 81 commands.stream, [all …]
|
| /third_party/python/Doc/distutils/ |
| D | extending.rst | 10 commands or replacements for existing commands. New commands may be written to 12 replacements for existing commands may be made to modify details of how the 16 want to modify existing commands; many simply add a few file extensions that 21 :class:`distutils.cmd.Command` class. New commands may directly inherit from 23 indirectly, directly subclassing the command they are replacing. Commands are 26 .. % \section{Extending existing commands} 29 .. % \section{Writing new commands} 30 .. % \label{new-commands} 34 Integrating new commands 62 commands to be added which can support existing :file:`setup.py` scripts without [all …]
|
| /third_party/openssl/doc/man1/ |
| D | list.pod | 13 [B<-commands>] 14 [B<-digest-commands>] 16 [B<-cipher-commands>] 37 List the commands, digest-commands, or cipher-commands in a single column. 40 =item B<-commands> 42 Display a list of standard commands. 44 =item B<-digest-commands> 46 Display a list of message digest commands, which are typically used 47 as input to the L<dgst(1)> or L<speed(1)> commands. 56 =item B<-cipher-commands> [all …]
|
| /third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| D | CommandBufferVk.cpp | 18 #include "dawn_native/Commands.h" 173 void Flush(Device* device, VkCommandBuffer commands, VkPipelineBindPoint bindPoint) { in Flush() argument 176 commands, bindPoint, mCurrentLayout->GetHandle(), dirtyIndex, 1, in Flush() 192 void RecordBeginRenderPass(VkCommandBuffer commands, in RecordBeginRenderPass() argument 234 commands, attachmentInfo.view->GetBaseMipLevel(), in RecordBeginRenderPass() 310 // commands currently being recorded are finished. in RecordBeginRenderPass() 326 device->fn.CmdBeginRenderPass(commands, &beginInfo, VK_SUBPASS_CONTENTS_INLINE); in RecordBeginRenderPass() 339 void CommandBuffer::RecordCommands(VkCommandBuffer commands) { in RecordCommands() argument 343 auto TransitionForPass = [](VkCommandBuffer commands, const PassResourceUsage& usages) { in RecordCommands() argument 346 buffer->TransitionUsageNow(commands, usages.bufferUsages[i]); in RecordCommands() [all …]
|
| /third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/ |
| D | DestroyTests.cpp | 64 dawn::CommandBuffer commands = encoder.Finish(); in SetUp() local 65 queue.Submit(1, &commands); in SetUp() 82 dawn::CommandBuffer commands = encoder.Finish(); in CreateTriangleCommandBuffer() local 83 return commands; in CreateTriangleCommandBuffer() 91 dawn::CommandBuffer commands = CreateTriangleCommandBuffer(); in TEST_P() local 93 ASSERT_DEVICE_ERROR(queue.Submit(1, &commands)); in TEST_P() 102 dawn::CommandBuffer commands = CreateTriangleCommandBuffer(); in TEST_P() local 103 queue.Submit(1, &commands); in TEST_P() 114 dawn::CommandBuffer commands = CreateTriangleCommandBuffer(); in TEST_P() local 115 queue.Submit(1, &commands); in TEST_P() [all …]
|
| /third_party/node/deps/npm/node_modules/node-gyp/lib/ |
| D | node-gyp.js | 9 const commands = [ variable 10 // Module build commands 15 // Development Header File management commands 36 this.commands = {} 38 commands.forEach(function (command) { 39 self.commands[command] = function (argv, callback) { function 110 var commands = this.todo = [] 123 if (arg in this.commands) { 126 if (commands.length > 0) { 127 commands[commands.length - 1].args = args [all …]
|
| /third_party/flutter/skia/tools/skiaserve/urlhandlers/ |
| D | CmdHandler.cpp | 24 SkTArray<SkString> commands; in handle() local 25 SkStrSplit(url, "/", &commands); in handle() 27 if (!request->hasPicture() || commands.count() > 3) { in handle() 34 if (commands.count() == 1) { in handle() 37 sscanf(commands[1].c_str(), "%d", &n); in handle() 45 if (commands.count() == 2 && 0 == strcmp(method, MHD_HTTP_METHOD_DELETE)) { in handle() 47 sscanf(commands[1].c_str(), "%d", &n); in handle() 53 if (commands.count() == 3 && 0 == strcmp(method, MHD_HTTP_METHOD_POST)) { in handle() 55 sscanf(commands[1].c_str(), "%d", &n); in handle() 56 sscanf(commands[2].c_str(), "%d", &toggle); in handle()
|
| D | ImgHandler.cpp | 25 SkTArray<SkString> commands; in handle() local 26 SkStrSplit(url, "/", &commands); in handle() 28 if (!request->hasPicture() || commands.count() > 3) { in handle() 34 if (commands.count() == 1) { in handle() 36 } else if (commands.count() == 2) { in handle() 37 sscanf(commands[1].c_str(), "%d", &n); in handle() 39 sscanf(commands[1].c_str(), "%d", &n); in handle() 40 sscanf(commands[2].c_str(), "%d", &m); in handle()
|
| /third_party/node/deps/brotli/c/enc/ |
| D | compress_fragment_two_pass.c | 119 uint32_t insertlen, uint32_t** commands) { in EmitInsertLen() argument 121 **commands = insertlen; in EmitInsertLen() 128 **commands = inscode | (extra << 8); in EmitInsertLen() 134 **commands = code | (extra << 8); in EmitInsertLen() 137 **commands = 21 | (extra << 8); in EmitInsertLen() 140 **commands = 22 | (extra << 8); in EmitInsertLen() 143 **commands = 23 | (extra << 8); in EmitInsertLen() 145 ++(*commands); in EmitInsertLen() 148 static BROTLI_INLINE void EmitCopyLen(size_t copylen, uint32_t** commands) { in EmitCopyLen() argument 150 **commands = (uint32_t)(copylen + 38); in EmitCopyLen() [all …]
|
| /third_party/libphonenumber/tools/java/common/src/com/google/i18n/phonenumbers/ |
| D | CommandDispatcher.java | 20 * This class is designed to execute a requested command among a set of provided commands. 33 // Supported commands by this dispatcher. 34 private final Command[] commands; field in CommandDispatcher 36 public CommandDispatcher(String[] args, Command[] commands) { in CommandDispatcher() argument 38 this.commands = commands; in CommandDispatcher() 51 for (Command command : commands) { in start() 63 * Displays a message containing the list of the supported commands by this dispatcher. 69 for (Command command : commands) { in displayUsage() 71 if (i++ != commands.length - 1) { in displayUsage()
|
| /third_party/curl/docs/libcurl/opts/ |
| D | CURLOPT_QUOTE.3 | 25 CURLOPT_QUOTE \- (S)FTP commands to run before transfer 31 Pass a pointer to a linked list of FTP or SFTP commands to pass to the server 32 prior to your request. This will be done before any other commands are issued 35 \fIcurl_slist_append(3)\fP to append strings (commands) to the list, and clear 44 The set of valid FTP commands depends on the server (see RFC959 for a list of 45 mandatory commands). 47 libcurl does not inspect, parse or "understand" the commands passed to the 49 similar using quote commands, libcurl will not know about it. 51 The valid SFTP commands are: 69 The ln and symlink commands create a symbolic link at the target_file location [all …]
|
| /third_party/ltp/doc/man1/ |
| D | ltp-pan.1 | 41 commands from a command-file. By default ltp-pan runs one command, choosing it at 42 random from the whole set of commands available to it. The ltp-pan's name in the 45 signaled it will kill any active commands and, again, clean up any orphans. 51 Pan will not terminate until all the active commands and everything in their 56 file and begins scheduling commands. After a command is started ltp-pan puts an 85 A file containing the tagnames, pids, and commands being run. If this is 92 The file to which all failed test commands will be saved. You can use it later with \fI-f\fP optio… 98 Pan will exit non-zero if any of its commands exited non-zero. By default 102 The file that has a collection of commands that ltp-pan will execute. 109 commands (tags) that are run. This log file may not be shared with other Zoo [all …]
|
| /third_party/flutter/skia/third_party/externals/angle2/scripts/ |
| D | registry_xml.py | 173 def add_commands(self, version, commands): argument 177 # Add the commands that aren't duplicates 178 self.command_names[version] += commands 188 self.all_commands = self.root.findall('commands/command') 190 self.commands = {} 196 insertion_point = self.root.findall("./commands")[0] 197 for command in angle_ext_root.iter('commands'): 206 commands = [cmd.attrib['name'] for cmd in self.root.findall(xpath)] 208 # Remove commands that have already been processed 210 commands = [cmd for cmd in commands if cmd not in current_cmds] [all …]
|
| /third_party/curl/docs/cmdline-opts/ |
| D | quote.d | 9 Send an arbitrary command to the remote FTP or SFTP server. Quote commands are 11 FTP transfer, to be exact). To make commands take place after a successful 12 transfer, prefix them with a dash '-'. To make commands be sent after curl 15 number of commands. 17 If the server returns failure for one of the commands, the entire operation 18 will be aborted. You must send syntactically correct FTP commands as RFC 959 19 defines to FTP servers, or one of the commands listed below to SFTP servers. 26 SFTP is a binary protocol. Unlike for FTP, curl interprets SFTP quote commands 29 all supported SFTP quote commands: 47 The ln and symlink commands create a symbolic link at the target_file location
|
| /third_party/toybox/ |
| D | Config.in | 18 With no arguments, shows available commands. First argument is 28 Most toybox commands also understand the following arguments: 47 permissions for commands which do not require root access. To use 70 Include SELinux options in commands such as ls, and add 71 SELinux-specific commands such as chcon to the Android menu. 76 Include SMACK options in commands like ls for systems like Tizen. 96 Include floating point support infrastructure and commands that 110 Support --help argument in all commands, even ones with a NULL 138 This disables that optimization, so toybox will run external commands 154 Check arguments for commands that have no arguments. [all …]
|
| /third_party/flutter/skia/third_party/externals/sdl/premake/patches/ |
| D | 712.patch | 7 Fixed a bug in Xcode project generation wherein pre/prelink/post-build commands 8 would not be properly executed if the premake script only had the commands 10 website, these commands can exist in both blocks and the Xcode script does 11 properly generate the commands, it just doesn't add a single line which allows 12 Xcode to execute the commands at the correct stage. This patch fixes those 22 + -- This function checks whether there are build commands of a specific 24 + -- commands will not contain any per-configuration commands, so the logic 31 + -- what if there are no project-level commands? check configs...
|
| /third_party/openssl/doc/man3/ |
| D | ENGINE_add.pod | 398 "commands" and expose them to OpenSSL and any applications based on 405 available "control commands", providing a more flexible configuration 409 supported control commands and simply prefer to pass settings into ENGINEs 412 Before illustrating how control commands work, it is worth mentioning what 414 control commands; the first is to provide the necessary details to the 419 logging information, etc etc. This class of commands typically needs to be 421 calling ENGINE_init(). The other class of commands consist of settings or 423 place, and these commands may work either before or after ENGINE_init(), or 425 this in the descriptions attached to builtin control commands and/or in 428 I<Issuing control commands to an ENGINE> [all …]
|
| /third_party/python/Lib/distutils/ |
| D | dist.py | 47 to the Distutils commands specified on the command line. 59 # supplied to the setup script prior to any actual commands. 63 # don't want to pollute the commands with too many options that they 78 Common commands: (see '--help-commands' for more) 84 # options that are not propagated to the commands 86 ('help-commands', None, 87 "list all available commands"), 170 # 'command_packages' is a list of packages in which commands 192 # have been created by any dist commands run so far. This is 202 # These options are really the business of various commands, rather [all …]
|
| /third_party/grpc/src/python/grpcio_tests/ |
| D | setup.py | 30 import commands 54 'preprocess': commands.GatherProto, 56 'build_py': commands.BuildPy, 57 'run_fork': commands.RunFork, 58 'run_interop': commands.RunInterop, 59 'test_lite': commands.TestLite, 60 'test_gevent': commands.TestGevent, 61 'test_aio': commands.TestAio, 62 'test_py3_only': commands.TestPy3Only,
|
| /third_party/toybox/toys/example/ |
| D | README | 1 Example commands 5 The hello.c and skeleton.c commands provide templates for new commands: 7 infrastructure and having multiple commands per file. When writing a new 11 The demo_* commands demonstrate infrastructure, and do regression testing. 13 Other commands in here are obsolete versions still in some recent Linux systems
|
| /third_party/python/Doc/library/ |
| D | pdb.rst | 45 Tab-completion via the :mod:`readline` module is available for commands and 61 :file:`pdb.py` now accepts a ``-c`` option that executes commands as if given 62 in a :file:`.pdbrc` file, see :ref:`debugger-commands`. 109 statement using :pdbcmd:`step` or :pdbcmd:`next` (all these commands are 204 .. _debugger-commands: 206 Debugger Commands 209 The commands recognized by the debugger are listed below. Most commands can be 212 or ``hel``, nor ``H`` or ``Help`` or ``HELP``). Arguments to commands must be 221 Commands that the debugger doesn't recognize are assumed to be Python statements 233 Multiple commands may be entered on a single line, separated by ``;;``. (A [all …]
|