Home
last modified time | relevance | path

Searched full:commands (Results 1 – 25 of 8515) sorted by relevance

12345678910>>...341

/external/vulkan-validation-layers/layers/generated/
Dvk_layer_dispatch_table.h34 // ---- Core 1_0 commands
52 // ---- Core 1_1 commands
66 // ---- VK_KHR_surface extension commands
73 // ---- VK_KHR_swapchain extension commands
76 // ---- VK_KHR_display extension commands
85 // ---- VK_KHR_xlib_surface extension commands
93 // ---- VK_KHR_xcb_surface extension commands
101 // ---- VK_KHR_wayland_surface extension commands
109 // ---- VK_KHR_android_surface extension commands
114 // ---- VK_KHR_win32_surface extension commands
[all …]
/external/rust/android-crates-io/crates/gdbstub/
D.android-checksum.json1commands.rs":"c451e5df7cac02fcf947bdcba734f9f2a78255786f3f5da1c514b14a2b836d8c","src/protocol/comm…
D.cargo-checksum.json1commands.rs":"7a7696381df155054e3e370b596643f90b6c648da17f0d7e6eb329833631bf10","src/protocol/comm…
/external/openthread/tools/cp-caps/
Dtest_diag_commands.py39 """Test whether the DUT supports all diag commands."""
54 """Test whether the DUT supports the `diag channel` commands."""
56 commands = ['diag channel', f'diag channel {channel}']
58 if self.__support_commands(commands):
65 self.__output_results(commands, ret)
68 """Test whether the DUT supports the `diag cw` commands."""
69 commands = ['diag cw start', 'diag cw stop']
71 for command in commands:
76 """Test whether the DUT supports the `diag echo` commands."""
96 """Test whether the DUT supports the `diag frame` commands."""
[all …]
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorCopyTests.cpp591 DescriptorCopyTestInstance(Context &context, DescriptorCommandsSp commands);
602 …DescriptorCopyTestCase(tcu::TestContext &context, const char *name, DescriptorCommandsSp commands);
2513 …riptorCopyTestInstance::DescriptorCopyTestInstance(Context &context, DescriptorCommandsSp commands) in DescriptorCopyTestInstance() argument
2515 , m_commands(commands) in DescriptorCopyTestInstance()
2524 DescriptorCommandsSp commands) in DescriptorCopyTestCase() argument
2526 , m_commands(commands) in DescriptorCopyTestCase()
2608 DescriptorCommandsSp commands(new DescriptorCommands(pipelineType, useUpdateAfterBind)); in addDescriptorCopyTests() local
2609 commands->addDescriptor(DescriptorSp(new T(1u, 0u, 1u, 3u)), 0u); in addDescriptorCopyTests()
2610 commands->addDescriptor(DescriptorSp(new T(1u, 0u, 1u, 2u)), 0u); in addDescriptorCopyTests()
2612 commands->copyDescriptor(0u, 0u, // from in addDescriptorCopyTests()
[all …]
/external/fonttools/Lib/fontTools/cffLib/
Dspecializer.py40 """Takes a T2CharString program list and returns list of commands.
67 commands = []
117 commands.append(("", [width]))
121 commands.append(("", stack))
122 commands.append((token, []))
123 commands.append(("", [next(it)]))
125 commands.append((token, stack))
128 commands.append(("", stack))
129 return commands
143 def commandsToProgram(commands): argument
[all …]
/external/pigweed/pw_bluetooth_sapphire/host/hci/public/pw_bluetooth_sapphire/internal/host/hci/
Dsequential_command_runner.h27 // A SequentialCommandRunner can be used to chain HCI commands such that
28 // commands in the sequence are sent to the controller only after previous
29 // commands have completed successfully.
33 // error status is reported back to the caller. Already sent commands will
36 // Commands are always sent in the order that they are queued. If any command
37 // fails, unsent commands are abandoned.
40 // of QueueCommand. If |wait| is true, all commands queued before that command
64 // If |wait| is true, then all previously queued commands must complete
85 // Runs all the queued commands. This method will return before queued
86 // commands have been run. |status_callback| is called with the status of the
[all …]
/external/deqp-deps/amber/src/amberscript/
Dparser_run_timed_execution_test.cc43 const auto& commands = script->GetCommands(); in TEST_F() local
44 ASSERT_EQ(1U, commands.size()); in TEST_F()
46 auto* cmd = commands[0].get(); in TEST_F()
74 const auto& commands = script->GetCommands(); in TEST_F() local
75 ASSERT_EQ(1U, commands.size()); in TEST_F()
77 auto* cmd = commands[0].get(); in TEST_F()
104 const auto& commands = script->GetCommands(); in TEST_F() local
105 ASSERT_EQ(1U, commands.size()); in TEST_F()
107 auto* cmd = commands[0].get(); in TEST_F()
137 const auto& commands = script->GetCommands(); in TEST_F() local
[all …]
/external/fonttools/Tests/pens/
Dutils.py28 """Base class for pens that record the commands they are called with."""
31 self.commands = []
34 """Return the pen commands as a string of python code."""
35 return _repr_pen_commands(self.commands)
38 self.commands.append(("addComponent", (glyphName, transformation), kwargs))
42 """A SegmentPen that records the commands it's called with."""
45 self.commands.append(("moveTo", (pt,), {}))
48 self.commands.append(("lineTo", (pt,), {}))
51 self.commands.append(("curveTo", points, {}))
54 self.commands.append(("qCurveTo", points, {}))
[all …]
/external/pigweed/pw_watch/py/pw_watch/
Drun.py15 """``pw_watch.run`` executes arbitrary commands when watched files change.
17 One or more commands to run are provided on the command line. These are executed
25 run.py --prefix bazelisk --symlink_prefix=/ --pw-watch-commands build //...
27 Multiple commands may be specified, separated by ``,``:
77 """Process filesystem events and run commands on changes."""
81 commands: Iterable[Sequence[str]],
88 self.commands = tuple(tuple(cmd) for cmd in commands)
127 for i, command in enumerate(self.commands, 1):
128 count = f' {i}/{len(self.commands)} '
151 if code and not self.keep_going and i < len(self.commands):
[all …]
/external/lzma/DOC/
D7zip.hhp24 cmdline\commands\add.htm
25 cmdline\commands\bench.htm
26 cmdline\commands\delete.htm
27 cmdline\commands\extract.htm
28 cmdline\commands\extract_full.htm
29 cmdline\commands\update.htm
30 cmdline\commands\hash.htm
31 cmdline\commands\index.htm
32 cmdline\commands\list.htm
33 cmdline\commands\rename.htm
[all …]
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawScissorTests.cpp282 vector<TestCommandSp> commands; member
294 for (size_t commandIdx = 0; commandIdx < params.commands.size(); commandIdx++) in countScissors()
295 numScissors = de::max(numScissors, params.commands[commandIdx]->getMaxScissor()); in countScissors()
352 for (size_t commandIdx = 0; commandIdx < m_params.commands.size(); commandIdx++) in ScissorTestCase()
353 if (m_params.commands[commandIdx]->getMaxScissor() > 1) in ScissorTestCase()
490 for (size_t commandIdx = 0; commandIdx < m_params.commands.size(); commandIdx++) in iterate()
493 m_params.commands[commandIdx]->getVertices((uint32_t)vertices.size()); in iterate()
577 // Queue commands and read results. in iterate()
672 for (size_t commandIdx = 0; commandIdx < m_params.commands.size(); commandIdx++) in iterate()
674 scissors = m_params.commands[commandIdx]->updateScissors(scissors); in iterate()
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/com/google/android/exoplayer2/
DPlayer.Commands.Builder.html5 <title>Player.Commands.Builder (ExoPlayer library)</title>
22 parent.document.title="Player.Commands.Builder (ExoPlayer library)";
117 <h2 title="Class Player.Commands.Builder" class="title">Class Player.Commands.Builder</h2>
124 <li>com.google.android.exoplayer2.Player.Commands.Builder</li>
133 <dd><a href="Player.Commands.html" title="class in com.google.android.exoplayer2">Player.Commands</…
136 <pre>public static final class <span class="typeNameLabel">Player.Commands.Builder</span>
138 …ock">A builder for <a href="Player.Commands.html" title="class in com.google.android.exoplayer2"><…
183 …="colFirst"><code><a href="Player.Commands.Builder.html" title="class in com.google.android.exopla…
190 …="colFirst"><code><a href="Player.Commands.Builder.html" title="class in com.google.android.exopla…
191 …l</a></span>&#8203;(@com.google.android.exoplayer2.Player.Command int...&nbsp;commands)</code></th>
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/com/google/android/exoplayer2/
DPlayer.Commands.Builder.html5 <title>Player.Commands.Builder (ExoPlayer library)</title>
22 parent.document.title="Player.Commands.Builder (ExoPlayer library)";
117 <h2 title="Class Player.Commands.Builder" class="title">Class Player.Commands.Builder</h2>
124 <li>com.google.android.exoplayer2.Player.Commands.Builder</li>
133 <dd><a href="Player.Commands.html" title="class in com.google.android.exoplayer2">Player.Commands</…
136 <pre>public static final class <span class="typeNameLabel">Player.Commands.Builder</span>
138 …ock">A builder for <a href="Player.Commands.html" title="class in com.google.android.exoplayer2"><…
183 …="colFirst"><code><a href="Player.Commands.Builder.html" title="class in com.google.android.exopla…
190 …="colFirst"><code><a href="Player.Commands.Builder.html" title="class in com.google.android.exopla…
191 …l</a></span>&#8203;(@com.google.android.exoplayer2.Player.Command int...&nbsp;commands)</code></th>
[all …]
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
DAOptimizedMultipleCommand.java18 private final PCommand[] commands; field in AOptimizedMultipleCommand
22 commands = new PCommand[originalChildCommands.size()]; in AOptimizedMultipleCommand()
23 originalChildCommands.toArray(commands); in AOptimizedMultipleCommand()
24 for (int i = 0; i < commands.length; i++) { in AOptimizedMultipleCommand()
25 commands[i].parent(this); // set parent. in AOptimizedMultipleCommand()
45 for (int i = 0; i < commands.length; i++) { in replaceChild()
46 if (commands[i] == oldChild) { in replaceChild()
47 commands[i] = (PCommand) newChild; in replaceChild()
58 for (int i = 0; i < commands.length; i++) { in apply()
59 commands[i].apply(sw); in apply()
/external/kernel-headers/original/uapi/linux/
Dcxl_mem.h14 * Not all of the commands that the driver supports are available for use by
16 * to determine the live set of commands. Alternatively, it can issue the
146 * struct cxl_mem_query_commands - Query supported commands.
149 * is 0, driver will return the number of total supported commands.
151 * @commands: Output array of supported commands. This array must be allocated
154 * Allow userspace to query the available commands supported by both the driver,
155 * and the hardware. Commands that aren't supported by either the driver, or the
160 * - { .n_commands = 0 } // Get number of supported commands
161 * - { .n_commands = 15, .commands = buf } // Return first 15 (or less)
162 * supported commands
[all …]
/external/brotli/c/enc/
Dcompress_fragment_two_pass.c119 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 …]
/external/python/oauth2client/
Dtox.ini21 commands = nosetests --ignore-files=test_appengine\.py --ignore-files=test__appengine_ndb\.py {posa… key
25 commands = key
56 commands = key
70 commands = key
86 commands = key
87 {[coverbase]commands}
94 commands = key
95 {[coverbase]commands}
112 commands = {toxinidir}/scripts/build_docs.sh key
118 commands = key
[all …]
/external/executorch/extension/benchmark/apple/Benchmark/
Ddefault-ios-device-farm-appium-test-spec.yml3 # Phases are collection of commands that get executed on Device Farm.
5 # The install phase includes commands that install dependencies that your tests use.
8 commands:
10 # The pre-test phase includes commands that setup your test environment.
12 commands:
19 # The test phase includes commands that run your test suite execution.
21 commands:
24 # The post test phase includes are commands that are run after your tests are executed.
26 commands:
/external/cronet/stable/third_party/brotli/enc/
Dcompress_fragment_two_pass.c118 uint32_t insertlen, uint32_t** commands) { in EmitInsertLen() argument
120 **commands = insertlen; in EmitInsertLen()
127 **commands = inscode | (extra << 8); in EmitInsertLen()
133 **commands = code | (extra << 8); in EmitInsertLen()
136 **commands = 21 | (extra << 8); in EmitInsertLen()
139 **commands = 22 | (extra << 8); in EmitInsertLen()
142 **commands = 23 | (extra << 8); in EmitInsertLen()
144 ++(*commands); in EmitInsertLen()
147 static BROTLI_INLINE void EmitCopyLen(size_t copylen, uint32_t** commands) { in EmitCopyLen() argument
149 **commands = (uint32_t)(copylen + 38); in EmitCopyLen()
[all …]
/external/cronet/tot/third_party/brotli/enc/
Dcompress_fragment_two_pass.c118 uint32_t insertlen, uint32_t** commands) { in EmitInsertLen() argument
120 **commands = insertlen; in EmitInsertLen()
127 **commands = inscode | (extra << 8); in EmitInsertLen()
133 **commands = code | (extra << 8); in EmitInsertLen()
136 **commands = 21 | (extra << 8); in EmitInsertLen()
139 **commands = 22 | (extra << 8); in EmitInsertLen()
142 **commands = 23 | (extra << 8); in EmitInsertLen()
144 ++(*commands); in EmitInsertLen()
147 static BROTLI_INLINE void EmitCopyLen(size_t copylen, uint32_t** commands) { in EmitCopyLen() argument
149 **commands = (uint32_t)(copylen + 38); in EmitCopyLen()
[all …]
/external/ltp/testcases/
DAndroid.bp22 src: "commands/ar/datafiles/file1.in",
31 src: "commands/ar/datafiles/file10.in",
40 src: "commands/ar/datafiles/file2.in",
49 src: "commands/ar/datafiles/file3.in",
58 src: "commands/ar/datafiles/file4.in",
85 src: "commands/file/datafiles/in.ar",
94 src: "commands/file/datafiles/in.bash",
103 src: "commands/file/datafiles/in.c",
112 src: "commands/file/datafiles/in.jpg",
121 src: "commands/file/datafiles/in.m4",
[all …]
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
Djsilver.sablecc175 = commands
176 {->commands.command}
179 commands {->command}
236 commands
242 commands.command)}
245 commands
251 commands.command)}
254 commands
261 commands.command)}
264 commands
[all …]
/external/pigweed/pw_ide/guide/vscode/
Dindex.rst52 … extension will generate `compilation databases <https://clangd.llvm.org/design/compile-commands>`_
77 * Code formatting via the standard ``Format ...`` commands, including
125 :ref:`settings sync command<module-pw_ide-guide-vscode-commands-sync-settings>`.
137 Commands chapter
139 Access commands by opening the command palette :kbd:`Ctrl+Shift+P`
154 .. _module-pw_ide-guide-vscode-commands-sync-settings:
165 .. _module-pw_ide-guide-vscode-commands-open-output-panel:
172 .. _module-pw_ide-guide-vscode-commands-refresh-compile-commands:
174 .. describe:: Pigweed: Refresh Compile Commands
179 …:ref:`automatic refreshing disabled<module-pw_ide-guide-vscode-settings-disable-compile-commands-f…
[all …]
/external/skia/infra/bots/task_drivers/codesize/
Dcodesize_test.go141 // "ls" and any other commands directly executed by the task driver produce no mock outputs.
194 // Filter out all Git commands.
195 var commands []*exec.Command
196 for _, c := range commandCollector.Commands() {
198 commands = append(commands, c)
202 // We expect the following sequence of commands: "cp", "strip", "ls", "bloaty",
204 require.Len(t, commands, 8)
207 assertCommandEqual(t, commands[0], "cp", "build/dm", "build/dm_stripped")
208 assertCommandEqual(t, commands[1], "/path/to/strip", "build/dm_stripped")
210 assertCommandEqual(t, commands[2], "ls", "-al", "build")
[all …]

12345678910>>...341