/third_party/libusb/libusb/os/ |
D | haiku_usb_backend.cpp | 71 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/ |
D | sed.c | 244 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/ |
D | clang-3.9.0-darwin.py | 11 command('clang++', '-print-prog-name=ar', stdout=script('ar.py')) 12 command('clang++', '-print-prog-name=ranlib', stdout=script('ranlib.py')) 16 …command('clang++', '-x', 'c++', unordered('-O0', '-fno-inline', '-Wall', '-g', '-fPIC'), '-c', '-o… 17 …command('clang++', '-o', output_file('bin/clang-darwin-3.9.0/debug/target-os-darwin/libl1.dylib'),… 18 …command('clang++', '-x', 'c++', unordered('-O0', '-fno-inline', '-Wall', '-g', '-fPIC'), '-c', '-o… 19 …command('clang++', '-o', output_file('bin/clang-darwin-3.9.0/debug/target-os-darwin/test'), input_… 22 …command('clang++', '-x', 'c++', unordered('-O3', '-Wno-inline', '-Wall', '-fPIC'), '-DNDEBUG', '-c… 23 …command('clang++', '-v', '-o', output_file('bin/clang-darwin-3.9.0/release/target-os-darwin/libl1.… 24 …command('clang++', '-x', 'c++', unordered('-O3', '-Wno-inline', '-Wall', '-fPIC'), '-DNDEBUG', '-c… 25 …command('clang++', '-v', '-o', output_file('bin/clang-darwin-3.9.0/release/target-os-darwin/test')… [all …]
|
D | clang-linux-3.9.0.py | 12 command('clang++', '-print-prog-name=ar', stdout=script('ar.py')) 13 command('clang++', '-print-prog-name=ranlib', stdout=script('ranlib.py')) 16 …command('clang++', unordered(ordered('-x', 'c++'), '-O0', '-fno-inline', '-Wall', '-g', '-fPIC', '… 17 …command('clang++', '-o', output_file('bin/clang-linux-3.9.0/debug/libl1.so'), arg_file('@bin/clang… 18 …command('clang++', unordered(ordered('-x', 'c++'), '-O0', '-fno-inline', '-Wall', '-g', '-fPIC', '… 19 …command('clang++', '-o', output_file('bin/clang-linux-3.9.0/debug/test'), arg_file('@bin/clang-lin… 22 …command('clang++', unordered(ordered('-x', 'c++'), '-O3', '-Wno-inline', '-Wall', '-fPIC', '-DNDEB… 23 …command('clang++', '-o', output_file('bin/clang-linux-3.9.0/release/strip-on/libl1.so'), arg_file(… 24 …command('clang++', unordered(ordered('-x', 'c++'), '-O3', '-Wno-inline', '-Wall', '-fPIC', '-DNDEB… 25 …command('clang++', '-o', output_file('bin/clang-linux-3.9.0/release/test'), arg_file('@bin/clang-l… [all …]
|
D | gcc-4.8.3-linux.py | 11 command('g++', '-print-prog-name=ar', stdout=script('ar.py')) 12 command('g++', '-print-prog-name=ranlib', stdout=script('ranlib.py')) 15 …command("g++", unordered("-O0", "-fno-inline", "-Wall", "-g", "-fPIC"), "-c", "-o", output_file("b… 16 …command("g++", "-o", output_file("bin/gcc-gnu-4.8.3/debug/libl1.so"), "-Wl,-h", "-Wl,libl1.so", "-… 17 …command("g++", unordered("-O0", "-fno-inline", "-Wall", "-g", "-fPIC"), "-c", "-o", output_file("b… 18 …command("g++", "-Wl,-rpath", arg("-Wl,", target_path("bin/gcc-gnu-4.8.3/debug/libl1.so")), "-Wl,-r… 21 …command('g++', unordered('-O3', '-finline-functions', '-Wno-inline', '-Wall', '-fPIC', '-DNDEBUG')… 22 …command('g++', '-o', output_file('bin/gcc-gnu-4.8.3/release/libl1.so'), '-Wl,-h', '-Wl,libl1.so', … 23 …command('g++', unordered('-O3', '-finline-functions', '-Wno-inline', '-Wall', '-fPIC', '-DNDEBUG')… 24 …command('g++', '-Wl,-rpath', arg('-Wl,', target_path('bin/gcc-gnu-4.8.3/release/libl1.so')), '-Wl,… [all …]
|
D | intel-darwin-10.2.py | 11 command('icc', '-print-prog-name=ar', stdout=script('ar.py')) 12 command('icc', '-print-prog-name=ranlib', stdout=script('ranlib.py')) 16 …command('icc', '-xc++', unordered('-O0', '-inline-level=0', '-w1', '-g', '-vec-report0', '-fPIC'),… 17 …command('icc', '-o', output_file('bin/intel-darwin-10.2/debug/target-os-darwin/libl1.dylib'), '-si… 18 …command('icc', '-xc++', unordered('-O0', '-inline-level=0', '-w1', '-g', '-vec-report0', '-fPIC'),… 19 …command('icc', '-o', output_file('bin/intel-darwin-10.2/debug/target-os-darwin/test'), input_file(… 22 …command('icc', '-xc++', unordered('-O3', '-inline-level=2', '-w1', '-vec-report0', '-fPIC'), '-DND… 23 …command('icc', '-o', output_file('bin/intel-darwin-10.2/release/target-os-darwin/libl1.dylib'), '-… 24 …command('icc', '-xc++', unordered('-O3', '-inline-level=2', '-w1', '-vec-report0', '-fPIC'), '-DND… 25 …command('icc', '-o', output_file('bin/intel-darwin-10.2/release/target-os-darwin/test'), input_fil… [all …]
|
D | gcc-4.2.1-darwin.py | 11 command('g++', '-print-prog-name=ar', stdout=script('ar.py')) 12 command('g++', '-print-prog-name=ranlib', stdout=script('ranlib.py')) 16 …command('g++', unordered('-O0', '-fno-inline', '-Wall', '-g', '-fPIC'), '-c', '-o', output_file('b… 17 …command('g++', '-o', output_file('bin/gcc-darwin-4.2.1/debug/target-os-darwin/libl1.dylib'), '-sha… 18 …command('g++', unordered('-O0', '-fno-inline', '-Wall', '-g', '-fPIC'), '-c', '-o', output_file('b… 19 …command('g++', '-Wl,-rpath', arg('-Wl,', target_path('bin/gcc-darwin-4.2.1/debug/target-os-darwin/… 22 …command('g++', unordered('-O3', '-finline-functions', '-Wno-inline', '-Wall', '-fPIC', '-DNDEBUG')… 23 …command('g++', '-o', output_file('bin/gcc-darwin-4.2.1/release/target-os-darwin/libl1.dylib'), '-s… 24 …command('g++', unordered('-O3', '-finline-functions', '-Wno-inline', '-Wall', '-fPIC', '-DNDEBUG')… 25 …command('g++', '-Wl,-rpath', arg('-Wl,', target_path('bin/gcc-darwin-4.2.1/release/target-os-darwi… [all …]
|
D | clang-vxworks-4.0.1.py | 11 command('clang++', '-print-prog-name=ar', stdout=script('ar.py')) 12 command('clang++', '-print-prog-name=ranlib', stdout=script('ranlib.py')) 15 …command('clang++', unordered(ordered('-x', 'c++'), '-O0', '-fno-inline', '-Wall', '-g', '-fPIC', '… 16 …command('clang++', unordered(ordered('-x', 'c++'), '-O0', '-fno-inline', '-Wall', '-g', '-fPIC', '… 19 …command('clang++', unordered(ordered('-x', 'c++'), '-O3', '-Wno-inline', '-Wall', '-fPIC', '-DNDEB… 20 …command('clang++', unordered(ordered('-x', 'c++'), '-O3', '-Wno-inline', '-Wall', '-fPIC', '-DNDEB… 23 …command('clang++', unordered(ordered('-x', 'c++'), '-O0', '-fno-inline', '-Wall', '-g', '-fPIC', '… 24 …command('clang++', unordered(ordered('-x', 'c++'), '-O0', '-fno-inline', '-Wall', '-g', '-fPIC', '… 27 …command('clang++', unordered(ordered('-x', 'c++'), '-O0', '-fno-inline', '-Wall', '-g', '-c'), '-o… 28 …command('clang++', unordered(ordered('-x', 'c++'), '-O0', '-fno-inline', '-Wall', '-g', '-c'), '-o… [all …]
|
D | darwin-4.2.1.py | 13 command('g++', '-dumpversion', stdout='4.2.1') 17 …command('g++', unordered('-O0', '-fno-inline', '-Wall', '-g', '-dynamic', '-gdwarf-2', '-fexceptio… 18 …command('g++', '-dynamiclib', '-Wl,-single_module', '-install_name', 'libl1.dylib', '-o', output_f… 19 …command('g++', unordered('-O0', '-fno-inline', '-Wall', '-g', '-dynamic', '-gdwarf-2', '-fexceptio… 20 …command('g++', '-o', output_file('bin/darwin-4.2.1/debug/target-os-darwin/test'), input_file('bin/… 23 …command('g++', unordered('-O3', '-Wno-inline', '-Wall', '-dynamic', '-gdwarf-2', '-fexceptions', '… 24 …command('g++', '-dynamiclib', '-Wl,-single_module', '-install_name', 'libl1.dylib', '-o', output_f… 25 …command('g++', unordered('-O3', '-Wno-inline', '-Wall', '-dynamic', '-gdwarf-2', '-fexceptions', '… 26 …command('g++', '-o', output_file('bin/darwin-4.2.1/release/target-os-darwin/test'), input_file('bi… 29 …command('g++', unordered('-O0', '-fno-inline', '-Wall', '-g', '-gdwarf-2', '-fexceptions'), '-c', … [all …]
|
D | ar.py | 11 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/ |
D | commandref.rst | 9 .. % \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/ |
D | gen_wrapper.py | 36 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/ |
D | library.py | 33 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 …]
|
D | gtf_wrapper.py | 39 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 …]
|
D | call_log_wrapper.py | 71 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/ |
D | mkflags.c | 18 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/ |
D | DumpRecord.cpp | 34 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/ |
D | process-exec-sync.js | 15 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/ |
D | t2h.pm | 30 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/ |
D | test_sundry.py | 30 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/ |
D | spreadOverwritesPropertyStrict.types | 80 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/ |
D | gio-tool.c | 254 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/ |
D | dump_record.cpp | 45 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/ |
D | parse.js | 26 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/ |
D | adb_test.dart | 44 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 …]
|