Home
last modified time | relevance | path

Searched refs:commands (Results 1 – 25 of 2341) sorted by relevance

12345678910>>...94

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommands.cpp28 void FreeCommands(CommandIterator* commands) { in FreeCommands() argument
29 commands->Reset(); in FreeCommands()
32 while (commands->NextCommandId(&type)) { in FreeCommands()
35 BeginComputePassCmd* begin = commands->NextCommand<BeginComputePassCmd>(); in FreeCommands()
40 BeginOcclusionQueryCmd* begin = commands->NextCommand<BeginOcclusionQueryCmd>(); in FreeCommands()
45 BeginRenderPassCmd* begin = commands->NextCommand<BeginRenderPassCmd>(); in FreeCommands()
50 CopyBufferToBufferCmd* copy = commands->NextCommand<CopyBufferToBufferCmd>(); in FreeCommands()
55 CopyBufferToTextureCmd* copy = commands->NextCommand<CopyBufferToTextureCmd>(); in FreeCommands()
60 CopyTextureToBufferCmd* copy = commands->NextCommand<CopyTextureToBufferCmd>(); in FreeCommands()
66 commands->NextCommand<CopyTextureToTextureCmd>(); in FreeCommands()
[all …]
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DCommands.cpp26 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()
58 DispatchCmd* dispatch = commands->NextCommand<DispatchCmd>(); in FreeCommands()
[all …]
/third_party/rust/crates/clap/clap_complete/tests/snapshots/
Dquoting.zsh124 local commands; commands=(
133 _describe -t commands 'my-app commands' commands "$@"
137 local commands; commands=()
138 _describe -t commands 'my-app cmd-backslash commands' commands "$@"
142 local commands; commands=()
143 _describe -t commands 'my-app help cmd-backslash commands' commands "$@"
147 local commands; commands=()
148 _describe -t commands 'my-app cmd-backticks commands' commands "$@"
152 local commands; commands=()
153 _describe -t commands 'my-app help cmd-backticks commands' commands "$@"
[all …]
Dsub_subcommands.zsh151 local commands; commands=(
157 _describe -t commands 'my-app commands' commands "$@"
161 local commands; commands=(
166 _describe -t commands 'my-app help commands' commands "$@"
170 local commands; commands=()
171 _describe -t commands 'my-app help help commands' commands "$@"
175 local commands; commands=(
179 _describe -t commands 'my-app some_cmd help commands' commands "$@"
183 local commands; commands=()
184 _describe -t commands 'my-app some_cmd help help commands' commands "$@"
[all …]
Dspecial_commands.zsh115 local commands; commands=(
122 _describe -t commands 'my-app commands' commands "$@"
126 local commands; commands=(
133 _describe -t commands 'my-app help commands' commands "$@"
137 local commands; commands=()
138 _describe -t commands 'my-app help help commands' commands "$@"
142 local commands; commands=()
143 _describe -t commands 'my-app help some-cmd-with-hyphens commands' commands "$@"
147 local commands; commands=()
148 _describe -t commands 'my-app some-cmd-with-hyphens commands' commands "$@"
[all …]
Dbasic.zsh70 local commands; commands=(
74 _describe -t commands 'my-app commands' commands "$@"
78 local commands; commands=(
82 _describe -t commands 'my-app help commands' commands "$@"
86 local commands; commands=()
87 _describe -t commands 'my-app help help commands' commands "$@"
91 local commands; commands=()
92 _describe -t commands 'my-app help test commands' commands "$@"
96 local commands; commands=()
97 _describe -t commands 'my-app test commands' commands "$@"
Dfeature_sample.zsh77 local commands; commands=(
81 _describe -t commands 'my-app commands' commands "$@"
85 local commands; commands=(
89 _describe -t commands 'my-app help commands' commands "$@"
93 local commands; commands=()
94 _describe -t commands 'my-app help help commands' commands "$@"
98 local commands; commands=()
99 _describe -t commands 'my-app help test commands' commands "$@"
103 local commands; commands=()
104 _describe -t commands 'my-app test commands' commands "$@"
/third_party/typescript/tests/baselines/reference/
DtypeFromPropertyAssignment34.types6 N.commands = {};
7 >N.commands = {} : typeof N.commands
8 >N.commands : typeof N.commands
10 >commands : typeof N.commands
14 N.commands.a = 111;
15 >N.commands.a = 111 : 111
16 >N.commands.a : number
17 >N.commands : typeof N.commands
19 >commands : typeof N.commands
23 N.commands.b = function () { };
[all …]
DtypeFromPropertyAssignment34.symbols5 N.commands = {};
6 >N.commands : Symbol(N.commands, Decl(file1.js, 0, 11), Decl(file2.js, 0, 2), Decl(file2.js, 1, 2))
8 >commands : Symbol(N.commands, Decl(file1.js, 0, 11), Decl(file2.js, 0, 2), Decl(file2.js, 1, 2))
11 N.commands.a = 111;
12 >N.commands.a : Symbol(N.commands.a, Decl(file2.js, 0, 0))
13 >N.commands : Symbol(N.commands, Decl(file1.js, 0, 11), Decl(file2.js, 0, 2), Decl(file2.js, 1, 2))
15 >commands : Symbol(N.commands, Decl(file1.js, 0, 11), Decl(file2.js, 0, 2), Decl(file2.js, 1, 2))
16 >a : Symbol(N.commands.a, Decl(file2.js, 0, 0))
18 N.commands.b = function () { };
19 >N.commands.b : Symbol(N.commands.b, Decl(file2.js, 0, 19))
[all …]
/third_party/flutter/flutter/packages/flutter_tools/lib/
Dexecutable.dart17 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/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorCopyTests.cpp422 DescriptorCopyTestInstance (Context& context, DescriptorCommandsSp commands);
432 …ase (tcu::TestContext& context, const char* name, const char* desc, DescriptorCommandsSp commands);
2254 DescriptorCommandsSp commands) in DescriptorCopyTestInstance() argument
2256 , m_commands (commands) in DescriptorCopyTestInstance()
2267 DescriptorCommandsSp commands) in DescriptorCopyTestCase() argument
2269 , m_commands (commands) in DescriptorCopyTestCase()
2348 DescriptorCommandsSp commands (new DescriptorCommands(pipelineType)); in addDescriptorCopyTests() local
2349 commands->addDescriptor(DescriptorSp(new T(1u, 0u, 1u, 3u)), 0u); in addDescriptorCopyTests()
2350 commands->addDescriptor(DescriptorSp(new T(1u, 0u, 1u, 2u)), 0u); in addDescriptorCopyTests()
2352 commands->copyDescriptor(0u, 0u, // from in addDescriptorCopyTests()
[all …]
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/commands/
Dpackages_test.dart12 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 …]
Ddaemon_test.dart9 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/skia/third_party/externals/dawn/src/tests/end2end/
DDrawIndexedIndirectTests.cpp97 void TestDraw(wgpu::CommandBuffer commands, RGBA8 bottomLeftExpected, RGBA8 topRightExpected) { in TestDraw() argument
98 queue.Submit(1, &commands); in TestDraw()
294 wgpu::CommandBuffer commands = encoder.Finish(); in TEST_P() local
296 queue.Submit(1, &commands); in TEST_P()
318 commands = encoder.Finish(); in TEST_P()
320 queue.Submit(1, &commands); in TEST_P()
337 commands = encoder.Finish(); in TEST_P()
339 queue.Submit(1, &commands); in TEST_P()
357 commands = encoder.Finish(); in TEST_P()
359 queue.Submit(1, &commands); in TEST_P()
[all …]
DDestroyTests.cpp62 wgpu::CommandBuffer commands = encoder.Finish(); in SetUp() local
63 queue.Submit(1, &commands); in SetUp()
79 wgpu::CommandBuffer commands = encoder.Finish(); in CreateTriangleCommandBuffer() local
80 return commands; in CreateTriangleCommandBuffer()
88 wgpu::CommandBuffer commands = CreateTriangleCommandBuffer(); in TEST_P() local
90 ASSERT_DEVICE_ERROR(queue.Submit(1, &commands)); in TEST_P()
99 wgpu::CommandBuffer commands = CreateTriangleCommandBuffer(); in TEST_P() local
100 queue.Submit(1, &commands); in TEST_P()
111 wgpu::CommandBuffer commands = CreateTriangleCommandBuffer(); in TEST_P() local
112 queue.Submit(1, &commands); in TEST_P()
[all …]
/third_party/gstreamer/gstplugins_good/sys/rpicamsrc/
DRaspiCLI.c63 int raspicli_get_command_id(const COMMAND_LIST *commands, const int num_commands, const char *arg, … in raspicli_get_command_id() argument
68 vcos_assert(commands); in raspicli_get_command_id()
72 if (!commands || !num_parameters || !arg) in raspicli_get_command_id()
77 if (!strcmp(arg, commands[j].command) || in raspicli_get_command_id()
78 !strcmp(arg, commands[j].abbrev)) in raspicli_get_command_id()
81 command_id = commands[j].id; in raspicli_get_command_id()
82 *num_parameters = commands[j].num_parameters; in raspicli_get_command_id()
99 void raspicli_display_help(const COMMAND_LIST *commands, const int num_commands) in raspicli_display_help() argument
103 vcos_assert(commands); in raspicli_display_help()
105 if (!commands) in raspicli_display_help()
[all …]
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DDestroyTests.cpp64 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/skia/third_party/externals/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 …]
/third_party/node/deps/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 …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawScissorTests.cpp235 vector<TestCommandSp> commands; member
247 for (size_t commandIdx = 0; commandIdx < params.commands.size(); commandIdx++) in countScissors()
248 numScissors = de::max(numScissors, params.commands[commandIdx]->getMaxScissor()); in countScissors()
296 for (size_t commandIdx = 0; commandIdx < m_params.commands.size(); commandIdx++) in ScissorTestCase()
297 if (m_params.commands[commandIdx]->getMaxScissor() > 1) in ScissorTestCase()
434 for (size_t commandIdx = 0; commandIdx < m_params.commands.size(); commandIdx++) in iterate()
436 …vector<PositionColorVertex> commandVertices = m_params.commands[commandIdx]->getVertices((deUint32… in iterate()
542 for (size_t commandIdx = 0; commandIdx < m_params.commands.size(); commandIdx++) in iterate()
543 m_params.commands[commandIdx]->addCommands(vk, *cmdBuffer); in iterate()
568 for (size_t commandIdx = 0; commandIdx < m_params.commands.size(); commandIdx++) in iterate()
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_async.txt26 commands. It also provides commands allowing a program to wait
27 for the completion of asynchronous commands.
29 Asynchronous commands have two properties:
31 1) Asynchronous commands are non-blocking. For example, an
34 This property allows the program to issue other OpenGL commands in
35 parallel with the execution of commands that normally block.
37 2) Asynchronous commands may complete out-of-order with respect to
38 other OpenGL commands. For example, an asynchronous TexImage
39 command may complete after subsequent OpenGL commands issued by
42 accelerator to execute asynchronous commands in parallel with the
[all …]
/third_party/openGLES/extensions/SGIX/
DSGIX_async.txt26 commands. It also provides commands allowing a program to wait
27 for the completion of asynchronous commands.
29 Asynchronous commands have two properties:
31 1) Asynchronous commands are non-blocking. For example, an
34 This property allows the program to issue other OpenGL commands in
35 parallel with the execution of commands that normally block.
37 2) Asynchronous commands may complete out-of-order with respect to
38 other OpenGL commands. For example, an asynchronous TexImage
39 command may complete after subsequent OpenGL commands issued by
42 accelerator to execute asynchronous commands in parallel with the
[all …]
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DCommandBufferVk.cpp173 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()
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()
354 commands, 0, texture->GetNumMipLevels(), 0, texture->GetArrayLayers()); in RecordCommands()
355 texture->TransitionUsageNow(commands, usages.textureUsages[i]); in RecordCommands()
[all …]
/third_party/node/deps/npm/node_modules/node-gyp/lib/
Dnode-gyp.js9 const commands = [ variable
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
129 commands.push({ name: arg, args: [] })
132 if (commands.length > 0) {
[all …]
/third_party/flutter/skia/tools/skiaserve/urlhandlers/
DCmdHandler.cpp24 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()

12345678910>>...94