| /external/boringssl/src/ssl/test/runner/ |
| packet_adapter.go | 35 // packet-based net.Conn. The stream contains packets and control commands,
|
| /external/curl/docs/cmdline-opts/ |
| write-out.d | 120 about to begin. This includes all pre-transfer commands and negotiations that
|
| /external/lisa/src/shell/ |
| lisa_shell | 48 # Generic LISA Shell commands 427 Type "lisa-help" for on-line help on available commands
|
| /external/llvm/utils/vim/syntax/ |
| llvm.vim | 182 " Syntax-highlight lit test commands and bug numbers.
|
| /external/mesa3d/docs/specs/OLD/ |
| MESA_program_debug.spec | 52 From within the callback, the user may issue Get* commands to 92 functions and no other GL commands. It could be difficult to 190 From within the callback function, only the following GL commands
|
| /external/python/cpython3/Tools/msi/ |
| uploadrelease.bat | 71 echo --dry-run Display commands and filenames without executing them
|
| /external/scapy/scapy/ |
| config.py | 172 print(repr(conf.commands)) 388 commands = CommandsList() variable in class:Conf
|
| /external/scapy/scapy/modules/ |
| p0f.py | 283 @conf.commands.register 332 @conf.commands.register
|
| /external/swiftshader/third_party/LLVM/utils/vim/ |
| llvm.vim | 77 " Syntax-highlight dejagnu test commands.
|
| /external/v8/tools/ |
| presubmit.py | 261 commands = join([command + [file] for file in files]) 265 results = pool.map_async(CppLintWorker, commands).get(999999)
|
| /external/vogar/src/vogar/ |
| Vogar.java | 34 import vogar.commands.Mkdir; 35 import vogar.commands.Rm; 349 System.out.println(" you'd like to manually re-run commands afterwards.");
|
| /platform_testing/docs/development/ |
| test-config.md | 8 * run commands (e.g. adb shell pm ...) 115 * **function:** executes arbitrary shell commands before or after test
|
| /prebuilts/go/darwin-x86/src/cmd/go/internal/base/ |
| base.go | 50 // Commands lists the available commands and help topics. 52 var Commands []*Command
|
| /prebuilts/go/darwin-x86/src/cmd/go/internal/cmdflag/ |
| flag.go | 18 // The flag handling part of go commands such as test is large and distracting.
|
| /prebuilts/go/darwin-x86/src/cmd/go/internal/help/ |
| help.go | 48 tmpl(&commentWriter{W: os.Stdout}, documentationTemplate, append([]*base.Command{usage}, base.Commands...)) 53 for _, cmd := range base.Commands { 71 The commands are: 176 tmpl(bw, usageTemplate, base.Commands)
|
| /prebuilts/go/darwin-x86/src/cmd/go/ |
| main.go | 39 base.Commands = []*base.Command{ 119 // In theory all the commands we invoke should have 131 for _, cmd := range base.Commands {
|
| /prebuilts/go/linux-x86/src/cmd/go/internal/base/ |
| base.go | 50 // Commands lists the available commands and help topics. 52 var Commands []*Command
|
| /prebuilts/go/linux-x86/src/cmd/go/internal/cmdflag/ |
| flag.go | 18 // The flag handling part of go commands such as test is large and distracting.
|
| /prebuilts/go/linux-x86/src/cmd/go/internal/help/ |
| help.go | 48 tmpl(&commentWriter{W: os.Stdout}, documentationTemplate, append([]*base.Command{usage}, base.Commands...)) 53 for _, cmd := range base.Commands { 71 The commands are: 176 tmpl(bw, usageTemplate, base.Commands)
|
| /prebuilts/go/linux-x86/src/cmd/go/ |
| main.go | 39 base.Commands = []*base.Command{ 119 // In theory all the commands we invoke should have 131 for _, cmd := range base.Commands {
|
| /test/vts-testcase/kernel/ltp/ |
| KernelLtpTest.py | 51 _shell: ShellMirrorObject, shell mirror object used to execute commands 412 cmd = "export {envp} && cd {cwd} && {commands}".format( 415 commands=test_case.command) 468 cmd = "export {envp} && cd {cwd} && {commands}".format( 471 commands=test_case.command)
|
| /cts/libs/vogar-expect/src/vogar/ |
| ExpectationStore.java | 37 import vogar.commands.Command;
|
| /external/autotest/client/cros/ |
| verity_utils.py | 182 os_dep.commands('losetup', 'mkfs.ext3', 'dmsetup', 'verity', 'dd',
|
| /external/autotest/client/site_tests/files_CopyFileToGoogleDriveUI/ |
| files_CopyFileToGoogleDriveUI.py | 9 from commands import *
|
| /external/autotest/client/tools/ |
| html_report.py | 10 import os, sys, re, getopt, time, datetime, commands [all...] |