Home
last modified time | relevance | path

Searched refs:command (Results 1 – 25 of 5849) sorted by relevance

12345678910>>...234

/third_party/libusb/libusb/os/
Dhaiku_usb_backend.cpp71 usb_raw_command command; in Do() local
72 command.control.request_type = setup->bmRequestType; in Do()
73 command.control.request = setup->bRequest; in Do()
74 command.control.value = setup->wValue; in Do()
75 command.control.index = setup->wIndex; in Do()
76 command.control.length = setup->wLength; in Do()
77 command.control.data = fLibusbTransfer->buffer + LIBUSB_CONTROL_SETUP_SIZE; in Do()
80 if (ioctl(fRawFD, B_USB_RAW_COMMAND_CONTROL_TRANSFER, &command, sizeof(command)) || in Do()
81 command.control.status != B_USB_RAW_STATUS_SUCCESS) { in Do()
86 fUsbiTransfer->transferred = command.control.length; in Do()
[all …]
/third_party/toybox/toys/posix/
Dsed.c244 static void *get_regex(void *command, int offset) in get_regex() argument
251 return TT.lastregex = offset+(char *)command; in get_regex()
264 struct sedcmd *command; in sed_line() local
287 command = TT.restart ? ((struct sedcmd *)TT.restart)-1 : (void *)TT.pattern; in sed_line()
290 while (command) { in sed_line()
291 char *str, c = command->c; in sed_line()
294 if (*command->lmatch || *command->rmatch) { in sed_line()
299 if (command->hit) { in sed_line()
300 if (!(lm = command->lmatch[1])) { in sed_line()
301 if (!command->rmatch[1]) command->hit = 0; in sed_line()
[all …]
/third_party/boost/tools/build/test/toolset-mock/src/
Dclang-3.9.0-darwin.py11 command('clang++', '-print-prog-name=ar', stdout=script('ar.py'))
12 command('clang++', '-print-prog-name=ranlib', stdout=script('ranlib.py'))
16command('clang++', '-x', 'c++', unordered('-O0', '-fno-inline', '-Wall', '-g', '-fPIC'), '-c', '-o…
17command('clang++', '-o', output_file('bin/clang-darwin-3.9.0/debug/target-os-darwin/libl1.dylib'),…
18command('clang++', '-x', 'c++', unordered('-O0', '-fno-inline', '-Wall', '-g', '-fPIC'), '-c', '-o…
19command('clang++', '-o', output_file('bin/clang-darwin-3.9.0/debug/target-os-darwin/test'), input_…
22command('clang++', '-x', 'c++', unordered('-O3', '-Wno-inline', '-Wall', '-fPIC'), '-DNDEBUG', '-c…
23command('clang++', '-v', '-o', output_file('bin/clang-darwin-3.9.0/release/target-os-darwin/libl1.…
24command('clang++', '-x', 'c++', unordered('-O3', '-Wno-inline', '-Wall', '-fPIC'), '-DNDEBUG', '-c…
25command('clang++', '-v', '-o', output_file('bin/clang-darwin-3.9.0/release/target-os-darwin/test')…
[all …]
Dclang-linux-3.9.0.py12 command('clang++', '-print-prog-name=ar', stdout=script('ar.py'))
13 command('clang++', '-print-prog-name=ranlib', stdout=script('ranlib.py'))
16command('clang++', unordered(ordered('-x', 'c++'), '-O0', '-fno-inline', '-Wall', '-g', '-fPIC', '…
17command('clang++', '-o', output_file('bin/clang-linux-3.9.0/debug/libl1.so'), arg_file('@bin/clang…
18command('clang++', unordered(ordered('-x', 'c++'), '-O0', '-fno-inline', '-Wall', '-g', '-fPIC', '…
19command('clang++', '-o', output_file('bin/clang-linux-3.9.0/debug/test'), arg_file('@bin/clang-lin…
22command('clang++', unordered(ordered('-x', 'c++'), '-O3', '-Wno-inline', '-Wall', '-fPIC', '-DNDEB…
23command('clang++', '-o', output_file('bin/clang-linux-3.9.0/release/strip-on/libl1.so'), arg_file(…
24command('clang++', unordered(ordered('-x', 'c++'), '-O3', '-Wno-inline', '-Wall', '-fPIC', '-DNDEB…
25command('clang++', '-o', output_file('bin/clang-linux-3.9.0/release/test'), arg_file('@bin/clang-l…
[all …]
Dgcc-4.8.3-linux.py11 command('g++', '-print-prog-name=ar', stdout=script('ar.py'))
12 command('g++', '-print-prog-name=ranlib', stdout=script('ranlib.py'))
15command("g++", unordered("-O0", "-fno-inline", "-Wall", "-g", "-fPIC"), "-c", "-o", output_file("b…
16command("g++", "-o", output_file("bin/gcc-gnu-4.8.3/debug/libl1.so"), "-Wl,-h", "-Wl,libl1.so", "-…
17command("g++", unordered("-O0", "-fno-inline", "-Wall", "-g", "-fPIC"), "-c", "-o", output_file("b…
18command("g++", "-Wl,-rpath", arg("-Wl,", target_path("bin/gcc-gnu-4.8.3/debug/libl1.so")), "-Wl,-r…
21command('g++', unordered('-O3', '-finline-functions', '-Wno-inline', '-Wall', '-fPIC', '-DNDEBUG')…
22command('g++', '-o', output_file('bin/gcc-gnu-4.8.3/release/libl1.so'), '-Wl,-h', '-Wl,libl1.so', …
23command('g++', unordered('-O3', '-finline-functions', '-Wno-inline', '-Wall', '-fPIC', '-DNDEBUG')…
24command('g++', '-Wl,-rpath', arg('-Wl,', target_path('bin/gcc-gnu-4.8.3/release/libl1.so')), '-Wl,…
[all …]
Dintel-darwin-10.2.py11 command('icc', '-print-prog-name=ar', stdout=script('ar.py'))
12 command('icc', '-print-prog-name=ranlib', stdout=script('ranlib.py'))
16command('icc', '-xc++', unordered('-O0', '-inline-level=0', '-w1', '-g', '-vec-report0', '-fPIC'),…
17command('icc', '-o', output_file('bin/intel-darwin-10.2/debug/target-os-darwin/libl1.dylib'), '-si…
18command('icc', '-xc++', unordered('-O0', '-inline-level=0', '-w1', '-g', '-vec-report0', '-fPIC'),…
19command('icc', '-o', output_file('bin/intel-darwin-10.2/debug/target-os-darwin/test'), input_file(…
22command('icc', '-xc++', unordered('-O3', '-inline-level=2', '-w1', '-vec-report0', '-fPIC'), '-DND…
23command('icc', '-o', output_file('bin/intel-darwin-10.2/release/target-os-darwin/libl1.dylib'), '-…
24command('icc', '-xc++', unordered('-O3', '-inline-level=2', '-w1', '-vec-report0', '-fPIC'), '-DND…
25command('icc', '-o', output_file('bin/intel-darwin-10.2/release/target-os-darwin/test'), input_fil…
[all …]
Dgcc-4.2.1-darwin.py11 command('g++', '-print-prog-name=ar', stdout=script('ar.py'))
12 command('g++', '-print-prog-name=ranlib', stdout=script('ranlib.py'))
16command('g++', unordered('-O0', '-fno-inline', '-Wall', '-g', '-fPIC'), '-c', '-o', output_file('b…
17command('g++', '-o', output_file('bin/gcc-darwin-4.2.1/debug/target-os-darwin/libl1.dylib'), '-sha…
18command('g++', unordered('-O0', '-fno-inline', '-Wall', '-g', '-fPIC'), '-c', '-o', output_file('b…
19command('g++', '-Wl,-rpath', arg('-Wl,', target_path('bin/gcc-darwin-4.2.1/debug/target-os-darwin/…
22command('g++', unordered('-O3', '-finline-functions', '-Wno-inline', '-Wall', '-fPIC', '-DNDEBUG')…
23command('g++', '-o', output_file('bin/gcc-darwin-4.2.1/release/target-os-darwin/libl1.dylib'), '-s…
24command('g++', unordered('-O3', '-finline-functions', '-Wno-inline', '-Wall', '-fPIC', '-DNDEBUG')…
25command('g++', '-Wl,-rpath', arg('-Wl,', target_path('bin/gcc-darwin-4.2.1/release/target-os-darwi…
[all …]
Dclang-vxworks-4.0.1.py11 command('clang++', '-print-prog-name=ar', stdout=script('ar.py'))
12 command('clang++', '-print-prog-name=ranlib', stdout=script('ranlib.py'))
15command('clang++', unordered(ordered('-x', 'c++'), '-O0', '-fno-inline', '-Wall', '-g', '-fPIC', '…
16command('clang++', unordered(ordered('-x', 'c++'), '-O0', '-fno-inline', '-Wall', '-g', '-fPIC', '…
19command('clang++', unordered(ordered('-x', 'c++'), '-O3', '-Wno-inline', '-Wall', '-fPIC', '-DNDEB…
20command('clang++', unordered(ordered('-x', 'c++'), '-O3', '-Wno-inline', '-Wall', '-fPIC', '-DNDEB…
23command('clang++', unordered(ordered('-x', 'c++'), '-O0', '-fno-inline', '-Wall', '-g', '-fPIC', '…
24command('clang++', unordered(ordered('-x', 'c++'), '-O0', '-fno-inline', '-Wall', '-g', '-fPIC', '…
27command('clang++', unordered(ordered('-x', 'c++'), '-O0', '-fno-inline', '-Wall', '-g', '-c'), '-o…
28command('clang++', unordered(ordered('-x', 'c++'), '-O0', '-fno-inline', '-Wall', '-g', '-c'), '-o…
[all …]
Ddarwin-4.2.1.py13 command('g++', '-dumpversion', stdout='4.2.1')
17command('g++', unordered('-O0', '-fno-inline', '-Wall', '-g', '-dynamic', '-gdwarf-2', '-fexceptio…
18command('g++', '-dynamiclib', '-Wl,-single_module', '-install_name', 'libl1.dylib', '-o', output_f…
19command('g++', unordered('-O0', '-fno-inline', '-Wall', '-g', '-dynamic', '-gdwarf-2', '-fexceptio…
20command('g++', '-o', output_file('bin/darwin-4.2.1/debug/target-os-darwin/test'), input_file('bin/…
23command('g++', unordered('-O3', '-Wno-inline', '-Wall', '-dynamic', '-gdwarf-2', '-fexceptions', '…
24command('g++', '-dynamiclib', '-Wl,-single_module', '-install_name', 'libl1.dylib', '-o', output_f…
25command('g++', unordered('-O3', '-Wno-inline', '-Wall', '-dynamic', '-gdwarf-2', '-fexceptions', '…
26command('g++', '-o', output_file('bin/darwin-4.2.1/release/target-os-darwin/test'), input_file('bi…
29command('g++', unordered('-O0', '-fno-inline', '-Wall', '-g', '-gdwarf-2', '-fexceptions'), '-c', …
[all …]
Dar.py11 command('ar', 'rc', output_file('bin/gcc-gnu-4.8.3/debug/link-static/libl1.a'), input_file('bin/gcc…
12 command('ar', 'rc', output_file('bin/gcc-gnu-4.8.3/debug/link-static/runtime-link-static/libl1.a'),…
13 command('ar', 'rc', output_file('bin/gcc-darwin-4.2.1/debug/link-static/target-os-darwin/libl1.a'),…
14 command('ar', 'rc', output_file('bin/gcc-darwin-4.2.1/debug/link-static/runtime-link-static/target-…
15 command('ar', 'rc', output_file('bin/clang-darwin-3.9.0/debug/link-static/target-os-darwin/libl1.a'…
16 command('ar', 'rc', output_file('bin/clang-darwin-3.9.0/debug/link-static/runtime-link-static/targe…
17 command('ar', 'rc', output_file('bin/intel-darwin-10.2/debug/link-static/target-os-darwin/libl1.a')…
18 command('ar', 'rc', output_file('bin/intel-darwin-10.2/debug/link-static/runtime-link-static/target…
19 command('ar', 'rc', output_file('bin/clang-linux-3.9.0/debug/link-static/libl1.a'), input_file('bin…
20 command('ar', 'rc', output_file('bin/clang-linux-3.9.0/debug/link-static/runtime-link-static/libl1.…
[all …]
/third_party/python/Doc/distutils/
Dcommandref.rst9 .. % \section{Building modules: the \protect\command{build} command family}
11 .. % \subsubsection{\protect\command{build}}
13 .. % \subsubsection{\protect\command{build\_py}}
15 .. % \subsubsection{\protect\command{build\_ext}}
17 .. % \subsubsection{\protect\command{build\_clib}}
23 Installing modules: the :command:`install` command family
26 The install command ensures that the build commands have been run and then runs
27 the subcommands :command:`install_lib`, :command:`install_data` and
28 :command:`install_scripts`.
30 .. % \subsubsection{\protect\command{install\_lib}}
[all …]
/third_party/vk-gl-cts/scripts/opengl/
Dgen_wrapper.py36 def commandAliasDefinition (command): argument
37 return "#define\t%s\t%s" % (command.name, getMangledName(command.name))
39 def commandWrapperDeclaration (command): argument
41 command.type,
42 getMangledName(command.name),
43 ", ".join([param.declaration for param in command.params]))
51 def getDefaultReturn (command): argument
52 if command.name == "glGetError":
55 assert command.type != 'void'
56 return "(%s)0" % command.type
[all …]
/third_party/vk-gl-cts/scripts/egl/
Dlibrary.py33 def virtualMemberDecl (command): argument
35 command.type,
36 getFunctionMemberName(command.name),
37 commandParams(command))
39 def concreteMemberDecl (command): argument
41 command.type,
42 getFunctionMemberName(command.name),
43 commandParams(command))
45 def memberImpl (command): argument
52 returnType = command.type,
[all …]
Dgtf_wrapper.py39 def commandAliasDefinition (command): argument
40 return "#define\t%s\t%s" % (command.name, getMangledName(command.name))
42 def commandWrapperDeclaration (command): argument
44 command.type,
45 getMangledName(command.name),
46 ", ".join([param.declaration for param in command.params]))
54 def commandWrapperDefinition (command): argument
66 for param in command.params:
73 returnType = command.type,
74 mangledName = "eglw" + command.name[3:],
[all …]
Dcall_log_wrapper.py71 def prefixedParams (command): argument
72 if len(command.params) > 0:
73 return ", ".join(eglwPrefix(param.declaration) for param in command.params)
77 def commandLogWrapperMemberDecl (command): argument
78 return "%s\t%s\t(%s);" % (eglwPrefix(command.type), command.name, prefixedParams(command))
90 def commandLogWrapperMemberDef (command): argument
93 logSpec = CALL_LOG_SPECS[command.name]
98 …rapper::%s (%s)\n{\n" % (eglwPrefix(command.type), command.name, ", ".join(eglwPrefix(p.declaratio…
101 callPrintItems = ["\"%s(\"" % command.name]
102 for paramNdx, param in enumerate(command.params):
[all …]
/third_party/toybox/scripts/
Dmkflags.c18 char *command; member
95 new->command = ++string; in digest()
98 if (list && list->command) { in digest()
131 new->command = string++; in digest()
157 char command[256], flags[1023], allflags[1024]; in main() local
173 *command = *flags = *allflags = 0; in main()
175 command, flags, allflags); in main()
181 command, flags, allflags); in main()
183 if (!*command) break; in main()
185 fprintf(stderr, "\nError in %s (see generated/flags.raw)\n", command); in main()
[all …]
/third_party/flutter/skia/tools/
DDumpRecord.cpp34 void operator()(const T& command) { in operator ()() argument
36 fDraw(command); in operator ()()
37 this->print(command, SkTime::GetNSecs() - start); in operator ()()
45 void print(const T& command, double ns) { in print() argument
46 this->printNameAndTime(command, ns); in print()
49 void print(const SkRecords::Restore& command, double ns) { in print() argument
51 this->printNameAndTime(command, ns); in print()
54 void print(const SkRecords::Save& command, double ns) { in print() argument
55 this->printNameAndTime(command, ns); in print()
59 void print(const SkRecords::SaveLayer& command, double ns) { in print() argument
[all …]
/third_party/node/deps/npm/node_modules/node-gyp/test/
Dprocess-exec-sync.js15 var child, error, timeout, tmpdir, command
16 command = makeCommand(file, args)
44 command = '(' + command + ' > ' + tmpdir + '/stdout 2> ' + tmpdir +
47 command = '(' + command + ' > ' + tmpdir + '/stdout 2> ' + tmpdir +
52 child = childProcess.exec(command, options)
90 var command, quote
91 command = file
94 command = command + ' '
96 command = command + args[i]
99 command = command + '"'
[all …]
/third_party/ffmpeg/doc/
Dt2h.pm30 my $command = shift;
38 $result .= $self->command_string($command) ."\n" if ($cmdname ne 'node');
43 my $element_id = $self->command_id($command);
47 print STDERR "Process $command "
48 .Texinfo::Structuring::_print_root_command_texi($command)."\n"
51 if ($Texinfo::Common::root_commands{$command->{'cmdname'}}
52 and $command->{'parent'}
53 and $command->{'parent'}->{'type'}
54 and $command->{'parent'}->{'type'} eq 'element') {
55 $element = $command->{'parent'};
[all …]
/third_party/python/Lib/test/
Dtest_sundry.py30 import distutils.command.bdist_dumb
32 import distutils.command.bdist_msi
33 import distutils.command.bdist
34 import distutils.command.bdist_rpm
35 import distutils.command.build_clib
36 import distutils.command.build_ext
37 import distutils.command.build
38 import distutils.command.clean
39 import distutils.command.config
40 import distutils.command.install_data
[all …]
/third_party/typescript/tests/baselines/reference/
DspreadOverwritesPropertyStrict.types80 function i(b: boolean, t: { command: string, ok: string }) {
81 >i : (b: boolean, t: { command: string; ok: string;}) => { command: string; ok?: string | und…
83 >t : { command: string; ok: string; }
84 >command : string
87 return { command: "hi", ...(b ? t : {}) } // ok
88 >{ command: "hi", ...(b ? t : {}) } : { command: string; ok?: string | undefined; }
89 >command : string
91 >(b ? t : {}) : { command: string; ok: string; } | {}
92 >b ? t : {} : { command: string; ok: string; } | {}
94 >t : { command: string; ok: string; }
[all …]
/third_party/glib/gio/
Dgio-tool.c254 const char *command; in main() local
282 command = argv[1]; in main()
287 if (g_str_equal (command, "help")) in main()
296 command = argv[1]; in main()
300 else if (g_str_equal (command, "--help")) in main()
305 else if (g_str_equal (command, "--version")) in main()
306 command = "version"; in main()
308 if (g_str_equal (command, "version")) in main()
310 else if (g_str_equal (command, "cat")) in main()
312 else if (g_str_equal (command, "copy")) in main()
[all …]
/third_party/skia/tools/
Ddump_record.cpp45 void operator()(const T& command) { in operator ()() argument
47 fDraw(command); in operator ()()
48 this->print(command, SkTime::GetNSecs() - start); in operator ()()
56 void print(const T& command, double ns) { in print() argument
57 this->printNameAndTime(command, ns); in print()
60 void print(const SkRecords::Restore& command, double ns) { in print() argument
62 this->printNameAndTime(command, ns); in print()
65 void print(const SkRecords::Save& command, double ns) { in print() argument
66 this->printNameAndTime(command, ns); in print()
70 void print(const SkRecords::SaveLayer& command, double ns) { in print() argument
[all …]
/third_party/node/deps/npm/node_modules/cross-spawn/lib/
Dparse.js26 parsed.file = resolveCommand(parsed.command);
27 parsed.file = parsed.file || resolveCommand(parsed.command, true);
32 parsed.command = shebang;
41 …applyQuotes = (parsed.command !== 'echo'); // Do not quote arguments for the special "echo" comma…
42 parsed.command = escapeCommand(parsed.command);
48 …parsed.args = ['/d', '/s', '/c', '"' + parsed.command + (parsed.args.length ? ' ' + parsed.args.jo…
49 parsed.command = process.env.comspec || 'cmd.exe';
65 shellCommand = [parsed.command].concat(parsed.args).join(' ');
68 …parsed.command = typeof parsed.options.shell === 'string' ? parsed.options.shell : process.env.com…
73 parsed.command = parsed.options.shell;
[all …]
/third_party/flutter/flutter/dev/devicelab/test/
Dadb_test.dart44 cmd(command: 'input', arguments: <String>['keyevent', '26']),
54 cmd(command: 'dumpsys', arguments: <String>['power']),
62 cmd(command: 'dumpsys', arguments: <String>['power']),
63 cmd(command: 'input', arguments: <String>['keyevent', '26']),
73 cmd(command: 'dumpsys', arguments: <String>['power']),
81 cmd(command: 'dumpsys', arguments: <String>['power']),
82 cmd(command: 'input', arguments: <String>['keyevent', '26']),
92 cmd(command: 'dumpsys', arguments: <String>['power']),
93 cmd(command: 'input', arguments: <String>['keyevent', '82']),
102 cmd(command: 'input', arguments: <String>['tap', '100', '200']),
[all …]

12345678910>>...234