HomeSort by relevance Sort by last modified time
    Searched refs:Cmd (Results 76 - 100 of 230) sorted by null

1 2 34 5 6 7 8 910

  /prebuilts/clang/host/linux-x86/clang-3960126/tools/scan-build/libexec/
ccc-analyzer 201 my $cmd = shift @items;
202 die "cannot find 'clang' in 'clang' command\n" if (!($cmd =~ /clang/));
211 my $Cmd;
217 $Cmd = 'cp';
225 $Cmd = $Clang;
265 push @PrintArgs,"'$Cmd'";
286 my $OutputStream = silent_system($HtmlDir, $Cmd, @CmdArgs);
296 if ($Result & 127 and $Cmd eq $Clang and defined $HtmlDir) {
  /prebuilts/clang/host/linux-x86/clang-3977809/tools/scan-build/libexec/
ccc-analyzer 201 my $cmd = shift @items;
202 die "cannot find 'clang' in 'clang' command\n" if (!($cmd =~ /clang/));
211 my $Cmd;
217 $Cmd = 'cp';
225 $Cmd = $Clang;
265 push @PrintArgs,"'$Cmd'";
286 my $OutputStream = silent_system($HtmlDir, $Cmd, @CmdArgs);
296 if ($Result & 127 and $Cmd eq $Clang and defined $HtmlDir) {
  /prebuilts/clang/host/linux-x86/clang-4053586/tools/scan-build/libexec/
ccc-analyzer 201 my $cmd = shift @items;
202 die "cannot find 'clang' in 'clang' command\n" if (!($cmd =~ /clang/));
211 my $Cmd;
217 $Cmd = 'cp';
225 $Cmd = $Clang;
265 push @PrintArgs,"'$Cmd'";
286 my $OutputStream = silent_system($HtmlDir, $Cmd, @CmdArgs);
296 if ($Result & 127 and $Cmd eq $Clang and defined $HtmlDir) {
  /prebuilts/go/darwin-x86/misc/ios/
detect.go 51 cmd := exec.Command("security", "find-identity", "-p", "codesigning", "-v")
52 lines := getLines(cmd)
71 cmd := exec.Command("ideviceinfo")
72 lines := getLines(cmd)
83 cmd := exec.Command("mdfind", "-name", ".mobileprovision")
84 lines := getLines(cmd)
101 func parseMobileProvision(fname string) *exec.Cmd {
113 func getLines(cmd *exec.Cmd) [][]byte {
114 out := combinedOutput(cmd)
    [all...]
  /prebuilts/go/linux-x86/misc/ios/
detect.go 51 cmd := exec.Command("security", "find-identity", "-p", "codesigning", "-v")
52 lines := getLines(cmd)
71 cmd := exec.Command("ideviceinfo")
72 lines := getLines(cmd)
83 cmd := exec.Command("mdfind", "-name", ".mobileprovision")
84 lines := getLines(cmd)
101 func parseMobileProvision(fname string) *exec.Cmd {
113 func getLines(cmd *exec.Cmd) [][]byte {
114 out := combinedOutput(cmd)
    [all...]
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
ccc-analyzer 165 my $cmd = shift @items;
166 die "cannot find 'analyzer' in 'clang' command $cmd\n" if (!($cmd =~ /analyzer/));
175 my $Cmd;
181 $Cmd = 'cp';
189 $Cmd = $Clang;
225 push @PrintArgs,"'$Cmd'";
250 exec $Cmd, @CmdArgs;
268 if ($Result & 127 and $Cmd eq $Clang and defined $HtmlDir) {
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
ccc-analyzer 165 my $cmd = shift @items;
166 die "cannot find 'analyzer' in 'clang' command $cmd\n" if (!($cmd =~ /analyzer/));
175 my $Cmd;
181 $Cmd = 'cp';
189 $Cmd = $Clang;
225 push @PrintArgs,"'$Cmd'";
250 exec $Cmd, @CmdArgs;
268 if ($Result & 127 and $Cmd eq $Clang and defined $HtmlDir) {
  /packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/
phNxpExtns_MifareStd.c     [all...]
phFriNfc_SmtCrdFmt.h 98 phHal_uCmdList_t Cmd; /* Holds the Command Type(read/write) */
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
Vtf.py 50 Cmd = (
56 GenFdsGlobalVariable.CallExternalTool(Cmd, "GenFv -Vtf Failed!")
  /external/autotest/client/cros/cellular/pseudomodem/
client.py 7 import cmd
16 class PseudoModemClient(cmd.Cmd):
22 cmd.Cmd.__init__(self)
  /external/python/cpython2/Lib/test/
test_cmd.py 2 Test script for the 'cmd' module
7 import cmd
14 class samplecmdclass(cmd.Cmd):
176 class simplecmd(cmd.Cmd):
195 cmd = self.simplecmd(stdin=input, stdout=output)
196 cmd.use_rawinput = False
197 cmd.cmdloop()
199 ("(Cmd) test\n
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_cmd.py 3 Test script for the 'cmd' module
8 import cmd
15 class samplecmdclass(cmd.Cmd):
177 class simplecmd(cmd.Cmd):
196 cmd = self.simplecmd(stdin=input, stdout=output)
197 cmd.use_rawinput = False
198 cmd.cmdloop()
200 ("(Cmd) test\n
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_cmd.py 3 Test script for the 'cmd' module
8 import cmd
15 class samplecmdclass(cmd.Cmd):
177 class simplecmd(cmd.Cmd):
196 cmd = self.simplecmd(stdin=input, stdout=output)
197 cmd.use_rawinput = False
198 cmd.cmdloop()
200 ("(Cmd) test\n
    [all...]
  /prebuilts/go/darwin-x86/src/net/textproto/
textproto.go 89 // Cmd is a convenience method that sends a command after
92 // Cmd returns the id of the command, for use with StartResponse and EndResponse.
97 // id, err := c.Cmd("HELP")
114 func (c *Conn) Cmd(format string, args ...interface{}) (id uint, err error) {
  /prebuilts/go/linux-x86/src/net/textproto/
textproto.go 89 // Cmd is a convenience method that sends a command after
92 // Cmd returns the id of the command, for use with StartResponse and EndResponse.
97 // id, err := c.Cmd("HELP")
114 func (c *Conn) Cmd(format string, args ...interface{}) (id uint, err error) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cmd.py 3 Test script for the 'cmd' module
8 import cmd
15 class samplecmdclass(cmd.Cmd):
177 class simplecmd(cmd.Cmd):
196 cmd = self.simplecmd(stdin=input, stdout=output)
197 cmd.use_rawinput = False
198 cmd.cmdloop()
200 ("(Cmd) test\n
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cmd.py 3 Test script for the 'cmd' module
8 import cmd
15 class samplecmdclass(cmd.Cmd):
177 class simplecmd(cmd.Cmd):
196 cmd = self.simplecmd(stdin=input, stdout=output)
197 cmd.use_rawinput = False
198 cmd.cmdloop()
200 ("(Cmd) test\n
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
UsbMassBot.c 141 @param Cmd The command to transfer to device
155 IN UINT8 *Cmd,
181 CopyMem (Cbw.CmdBlock, Cmd, CmdLen);
385 @param Cmd The high level command
401 IN VOID *Cmd,
423 Status = UsbBotSendCommand (UsbBot, Cmd, CmdLen, DataDir, DataLen, Lun);
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
macho_combine_dwarf.go 49 Cmd macho.LoadCmd
54 Cmd macho.LoadCmd
64 Cmd macho.LoadCmd
70 Cmd macho.LoadCmd
82 func (r *loadCmdReader) Next() (cmd loadCmd, err error) {
87 if err = binary.Read(r.f, r.order, &cmd); err != nil {
90 r.next = r.offset + int64(cmd.Len)
229 cmd, err := reader.Next()
233 switch cmd.Cmd {
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
macho_combine_dwarf.go 49 Cmd macho.LoadCmd
54 Cmd macho.LoadCmd
64 Cmd macho.LoadCmd
70 Cmd macho.LoadCmd
82 func (r *loadCmdReader) Next() (cmd loadCmd, err error) {
87 if err = binary.Read(r.f, r.order, &cmd); err != nil {
90 r.next = r.offset + int64(cmd.Len)
229 cmd, err := reader.Next()
233 switch cmd.Cmd {
    [all...]
  /external/clang/lib/Tooling/
CompilationDatabase.cpp 252 for (const auto &Cmd : Jobs) {
255 if (Cmd.getSource().getKind() == driver::Action::AssembleJobClass)
256 CompileAnalyzer.run(&Cmd.getSource());
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/route/
route_test.go 332 setupCmds []*exec.Cmd
333 teardownCmds []*exec.Cmd
337 for _, cmd := range pv.setupCmds {
338 if err := cmd.Run(); err != nil {
347 for _, cmd := range pv.teardownCmds {
348 if err := cmd.Run(); err != nil {
365 pv.setupCmds = append(pv.setupCmds, &exec.Cmd{
372 pv.setupCmds = append(pv.setupCmds, &exec.Cmd{
377 pv.setupCmds = append(pv.setupCmds, &exec.Cmd{
381 pv.teardownCmds = append(pv.teardownCmds, &exec.Cmd{
    [all...]
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/route/
route_test.go 332 setupCmds []*exec.Cmd
333 teardownCmds []*exec.Cmd
337 for _, cmd := range pv.setupCmds {
338 if err := cmd.Run(); err != nil {
347 for _, cmd := range pv.teardownCmds {
348 if err := cmd.Run(); err != nil {
365 pv.setupCmds = append(pv.setupCmds, &exec.Cmd{
372 pv.setupCmds = append(pv.setupCmds, &exec.Cmd{
377 pv.setupCmds = append(pv.setupCmds, &exec.Cmd{
381 pv.teardownCmds = append(pv.teardownCmds, &exec.Cmd{
    [all...]
  /external/boringssl/src/util/
all_tests.go 137 func valgrindOf(dbAttach bool, path string, args ...string) *exec.Cmd {
148 func callgrindOf(path string, args ...string) *exec.Cmd {
156 func gdbOf(path string, args ...string) *exec.Cmd {
164 func sdeOf(cpu, path string, args ...string) *exec.Cmd {
181 var cmd *exec.Cmd
183 cmd = valgrindOf(false, prog, args...)
185 cmd = callgrindOf(prog, args...)
187 cmd = gdbOf(prog, args...)
189 cmd = sdeOf(test.cpu, prog, args...
    [all...]

Completed in 668 milliseconds

1 2 34 5 6 7 8 910