Home
last modified time | relevance | path

Searched full:command (Results 1 – 25 of 7824) sorted by relevance

12345678910>>...313

/third_party/astc-encoder/Test/
Dastc_test_functional.py20 command line is correctly handled, under both valid and invalid usage
22 some very basic incidental usage needed to validate the command line.
37 constant color blocks, are used to help determine that the command line is
115 Command line interface base class.
117 These tests are designed to test the command line is handled correctly.
234 Command line interface positive tests.
236 These tests are designed to test the command line is handled correctly.
403 def exec(self, command, pattern=None): argument
411 command (list(str)): The command to execute.
421 result = sp.run(command, stdout=sp.PIPE, stderr=sp.PIPE,
[all …]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommands.cpp31 Command type; in FreeCommands()
34 case Command::BeginComputePass: { in FreeCommands()
39 case Command::BeginOcclusionQuery: { in FreeCommands()
44 case Command::BeginRenderPass: { in FreeCommands()
49 case Command::CopyBufferToBuffer: { in FreeCommands()
54 case Command::CopyBufferToTexture: { in FreeCommands()
59 case Command::CopyTextureToBuffer: { in FreeCommands()
64 case Command::CopyTextureToTexture: { in FreeCommands()
70 case Command::Dispatch: { in FreeCommands()
75 case Command::DispatchIndirect: { in FreeCommands()
[all …]
/third_party/openGLES/xml/
Dgl.xml7072 <!-- SECTION: GL command definitions. -->
7074 <command>
7079 </command>
7080 <command>
7084 </command>
7085 <command>
7088 </command>
7089 <command>
7093 </command>
7094 <command>
[all …]
Dwgl.xml463 <!-- SECTION: WGL command definitions. -->
465 <command>
469 </command>
470 <command>
476 </command>
477 <command>
480 </command>
481 <command>
486 </command>
487 <command>
[all …]
Dglx.xml620 <!-- SECTION: GLX command definitions. -->
622 <command>
628 </command>
629 <command>
635 </command>
636 <command>
640 </command>
641 <command>
646 </command>
647 <command>
[all …]
/third_party/mesa3d/src/mapi/glapi/registry/
Dgl.xml11453 <!-- SECTION: GL command definitions. -->
11455 <command>
11460 </command>
11461 <command>
11465 </command>
11466 <command>
11469 </command>
11470 <command>
11474 </command>
11475 <command>
[all …]
/third_party/skia/third_party/externals/dawn/third_party/khronos/
Dgl.xml10771 <!-- SECTION: GL command definitions. -->
10773 <command>
10778 </command>
10779 <command>
10783 </command>
10784 <command>
10787 </command>
10788 <command>
10792 </command>
10793 <command>
[all …]
/third_party/skia/third_party/externals/angle2/scripts/
Dgl.xml10237 <!-- SECTION: GL command definitions. -->
10239 <command>
10244 </command>
10245 <command>
10249 </command>
10250 <command>
10253 </command>
10254 <command>
10258 </command>
10259 <command>
[all …]
Dwgl.xml474 <!-- SECTION: WGL command definitions. -->
476 <command>
480 </command>
481 <command>
487 </command>
488 <command>
491 </command>
492 <command>
497 </command>
498 <command>
[all …]
Dgl_angle_ext.xml49 <!-- SECTION: GL command definitions. -->
51 <command>
56 </command>
57 <command>
60 </command>
61 <command>
65 </command>
66 <command>
69 </command>
70 <command>
[all …]
Degl_angle_ext.xml11 <!-- SECTION: EGL command definitions. -->
13 <command>
18 </command>
19 <command>
22 </command>
23 <command>
28 </command>
29 <command>
35 </command>
36 <command>
[all …]
/third_party/skia/third_party/externals/opengl-registry/xml/
Dgl.xml10131 <!-- SECTION: GL command definitions. -->
10133 <command>
10138 </command>
10139 <command>
10143 </command>
10144 <command>
10147 </command>
10148 <command>
10152 </command>
10153 <command>
[all …]
Dwgl.xml473 <!-- SECTION: WGL command definitions. -->
475 <command>
479 </command>
480 <command>
486 </command>
487 <command>
490 </command>
491 <command>
496 </command>
497 <command>
[all …]
Dglx.xml623 <!-- SECTION: GLX command definitions. -->
625 <command>
631 </command>
632 <command>
638 </command>
639 <command>
643 </command>
644 <command>
649 </command>
650 <command>
[all …]
/third_party/python/Lib/distutils/
Ddist.py23 # Regex to define acceptable Distutils command names. This is not *quite*
26 # to look for a Python module named after the command.
47 to the Distutils commands specified on the command line.
58 # 'global_options' describes the command-line options that may be
62 # since every global option is also valid as a command option -- and we
144 filled in with real command objects by 'parse_command_line()'.
147 # Default values for our command-line options
156 # information here (and enough command-line options) that it's
164 # 'cmdclass' maps command names to class objects, so we
166 # we need to create a new command object, and 2) have a way
[all …]
/third_party/rust/crates/clap/tests/builder/
Dsubcommands.rs1 use clap::{arg, error::ErrorKind, Arg, ArgAction, Command};
7 let m = Command::new("test") in subcommand()
9 Command::new("some").arg( in subcommand()
32 let m = Command::new("test") in subcommand_none_given()
34 Command::new("some").arg( in subcommand_none_given()
51 let m = Command::new("test") in subcommand_multiple()
53 Command::new("some").arg( in subcommand_multiple()
60 Command::new("add").arg(Arg::new("roster").short('r')), in subcommand_multiple()
79 let m = Command::new("myprog") in single_alias()
80 .subcommand(Command::new("test").alias("do-stuff")) in single_alias()
[all …]
/third_party/python/Lib/ensurepip/_bundled/
Dsetuptools-65.5.0-py3-none-any.whl ... /command/bdist.py setuptools/_distutils/command/bdist_dumb.py setuptools/_distutils/command/
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/commonvalidity/
Ddraw_common.adoc38 by this command
40 If a color attachment is written by any prior command in this subpass or
64 command
66 If a depth attachment is written by any prior command in this subpass or
91 command
93 If a stencil attachment is written by any prior command in this subpass
118 command
121 If an attachment is written by any prior command in this subpass or by
124 sampled image by this command
127 If any previously recorded command in the current subpass accessed an
[all …]
/third_party/toybox/toys/posix/
Dsed.c28 -n No default output (use the p command to output matched lines)
39 Each COMMAND may be preceded by an address which limits the command to
43 [ADDRESS[,ADDRESS]][!]COMMAND
66 of input early (using the n and N command), but other than that command
69 Each COMMAND starts with a single character. The following commands take
72 ! Run this command when the test _didn't_ match.
74 { Start a new command block, continuing until a corresponding "}".
75 Command blocks may nest. If the block has an address, commands within
78 } End command block (this command cannot have an address)
83 D Delete one line of input and restart command SCRIPT (same as "d"
[all …]
/third_party/skia/third_party/externals/harfbuzz/docs/
Dusermanual-utilities.xml11 main APIs. These include a set of command-line tools, a set of
16 <section id="utilities-command-line-tools">
17 <title>Command-line tools</title>
19 HarfBuzz include three command-line tools:
20 <command>hb-shape</command>, <command>hb-view</command>, and
21 <command>hb-subset</command>. They can be used to examine
26 <section id="utilities-command-line-hbshape">
29 <emphasis><command>hb-shape</command></emphasis> allows you to run HarfBuzz's
32 output. <command>hb-shape</command> does
34 into rendered text (you can use <command>hb-view</command>, below, for
[all …]
Dusermanual-install-harfbuzz.xml52 …<programlisting><command>sudo apt install</command> <package>gcc g++ libfreetype6-dev libglib2.0-d…
54 …<programlisting><command>sudo yum install</command> <package>gcc gcc-c++ freetype-devel glib2-deve…
69 code, you can run <command>meson build</command> followed by
70 <command>meson compile -C build</command> as with any other standard package.
75 utility programs including <command>hb-view</command> and
76 <command>hb-shape</command> under the <filename>util/</filename>
87 …<programlisting><command>sudo apt-get install</command> <package>meson pkg-config gtk-doc-tools</p…
89 …<programlisting><command>sudo yum install</command> <package>meson pkgconfig gtk-doc</package></pr…
94 <command>meson build</command> then
95 <command>meson compile -C build</command> to build HarfBuzz.
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_async.txt32 asynchronous ReadPixels command returns control to the program
33 immediately rather than blocking until the command completes.
39 command may complete after subsequent OpenGL commands issued by
41 OpenGL command stream. This property allows the graphics
43 normal command stream, for instance using a secondary path to
50 data from a ReadPixels command) or so that dependent commands can
52 by an earlier asynchronous command). This extension provides
56 Each invocation of an asynchronous command is associated with an
58 issues an asynchronous command. The program may later issue a
59 command to query if any asynchronous commands have completed. The
[all …]
/third_party/openGLES/extensions/SGIX/
DSGIX_async.txt32 asynchronous ReadPixels command returns control to the program
33 immediately rather than blocking until the command completes.
39 command may complete after subsequent OpenGL commands issued by
41 OpenGL command stream. This property allows the graphics
43 normal command stream, for instance using a secondary path to
50 data from a ReadPixels command) or so that dependent commands can
52 by an earlier asynchronous command). This extension provides
56 Each invocation of an asynchronous command is associated with an
58 issues an asynchronous command. The program may later issue a
59 command to query if any asynchronous commands have completed. The
[all …]
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dcmdbuffers.adoc6 = Command Buffers
8 [open,refpage='VkCommandBuffer',desc='Opaque handle to a command buffer object',type='handles']
10 Command buffers are objects used to record commands which can: be
12 There are two levels of command buffers - _primary command buffers_, which
13 can: execute secondary command buffers, and which are submitted to queues,
14 and _secondary command buffers_, which can: be executed by primary command
17 Command buffers are represented by sname:VkCommandBuffer handles:
23 the command buffer, commands to modify dynamic state, commands to draw (for
25 secondary command buffers (for primary command buffers only), commands to
29 Each command buffer manages state independently of other command buffers.
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/doc/docbook/
Dwpa_priv.sgml16 <command>wpa_priv</command>
27 <para><command>wpa_priv</command> is a privilege separation helper that
28 minimizes the size of <command>wpa_supplicant</command> code that needs
39 <para><command>wpa_priv</command> needs to be run with network admin
41 interface that is included on the command line; any other interface will
42 be off limits for <command>wpa_supplicant</command> in this kind of
43 configuration. After this, <command>wpa_supplicant</command> can be run as
52 <command>wpa_priv</command> to allow users in the
54 <command>wpa_supplicant</command> with privilege separation:</para>
69 <para>Start <command>wpa_priv</command> as root (e.g., from system
[all …]

12345678910>>...313