HomeSort by relevance Sort by last modified time
    Searched defs:do (Results 1 - 25 of 28) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/config/
bootstrap-debug-big.mk 8 do-compare = $(SHELL) $(srcdir)/contrib/compare-debug $$f1 $$f2
bootstrap-debug-lib.mk 12 do-compare = $(SHELL) $(srcdir)/contrib/compare-debug $$f1 $$f2
bootstrap-debug.mk 12 do-compare = $(SHELL) $(srcdir)/contrib/compare-debug $$f1 $$f2
  /prebuilts/go/darwin-x86/src/cmd/doc/
main.go 72 err := do(os.Stdout, flag.CommandLine, os.Args[1:])
78 // do is the workhorse, broken out of main to make testing easier.
79 func do(writer io.Writer, flagSet *flag.FlagSet, args []string) (err error) { func
  /prebuilts/go/linux-x86/src/cmd/doc/
main.go 72 err := do(os.Stdout, flag.CommandLine, os.Args[1:])
78 // do is the workhorse, broken out of main to make testing easier.
79 func do(writer io.Writer, flagSet *flag.FlagSet, args []string) (err error) { func
  /toolchain/binutils/binutils-2.25/binutils/
dwarf-mode.el 42 (defun dwarf-do-insert-substructure (new-depth die)
62 (dwarf-do-insert-substructure new-depth die)))
74 (dwarf-do-insert-substructure nil die)
134 (defun dwarf-do-refresh (&rest ignore)
151 (set (make-local-variable 'revert-buffer-function) #'dwarf-do-refresh)
166 (dwarf-do-refresh)))
  /external/ltp/testcases/network/nfsv4/locks/
locktests.py 35 self.do()
38 self.do()
51 def do(self): member in class:Client
59 self.do()
64 self.do()
67 self.do()
71 self.do()
83 def do(self): member in class:Serveur
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
UndoDelegator.py 116 cmd.do(self.delegate)
182 def do(self, text): member in class:Command
213 def do(self, text): member in class:InsertCommand
222 ##sys.__stderr__.write("do: %s\n" % self)
271 def do(self, text): member in class:DeleteCommand
284 ##sys.__stderr__.write("do: %s\n" % self)
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
UndoDelegator.py 116 cmd.do(self.delegate)
182 def do(self, text): member in class:Command
213 def do(self, text): member in class:InsertCommand
222 ##sys.__stderr__.write("do: %s\n" % self)
271 def do(self, text): member in class:DeleteCommand
284 ##sys.__stderr__.write("do: %s\n" % self)
  /prebuilts/go/darwin-x86/misc/ios/
go_darwin_arm_exec.go 229 s.do(`process handle SIGHUP --stop false --pass true --notify false`)
230 s.do(`process handle SIGPIPE --stop false --pass true --notify false`)
231 s.do(`process handle SIGUSR1 --stop false --pass true --notify false`)
232 s.do(`process handle SIGUSR2 --stop true --pass false --notify true`) // sent by test harness
233 s.do(`process handle SIGCONT --stop false --pass true --notify false`)
234 s.do(`process handle SIGSEGV --stop false --pass true --notify false`) // does not work
235 s.do(`process handle SIGBUS --stop false --pass true --notify false`) // does not work
351 func (s *lldbSession) do(cmd string) { s.doCmd(cmd, "(lldb)", 0) } func
  /prebuilts/go/linux-x86/misc/ios/
go_darwin_arm_exec.go 229 s.do(`process handle SIGHUP --stop false --pass true --notify false`)
230 s.do(`process handle SIGPIPE --stop false --pass true --notify false`)
231 s.do(`process handle SIGUSR1 --stop false --pass true --notify false`)
232 s.do(`process handle SIGUSR2 --stop true --pass false --notify true`) // sent by test harness
233 s.do(`process handle SIGCONT --stop false --pass true --notify false`)
234 s.do(`process handle SIGSEGV --stop false --pass true --notify false`) // does not work
235 s.do(`process handle SIGBUS --stop false --pass true --notify false`) // does not work
351 func (s *lldbSession) do(cmd string) { s.doCmd(cmd, "(lldb)", 0) } func
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
UndoDelegator.py 116 cmd.do(self.delegate)
182 def do(self, text): member in class:Command
213 def do(self, text): member in class:InsertCommand
222 ##sys.__stderr__.write("do: %s\n" % self)
271 def do(self, text): member in class:DeleteCommand
284 ##sys.__stderr__.write("do: %s\n" % self)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
UndoDelegator.py 116 cmd.do(self.delegate)
182 def do(self, text): member in class:Command
213 def do(self, text): member in class:InsertCommand
222 ##sys.__stderr__.write("do: %s\n" % self)
271 def do(self, text): member in class:DeleteCommand
284 ##sys.__stderr__.write("do: %s\n" % self)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_richcmp.py 219 def do(bad): function in function:MiscTest.test_not
222 for func in (do, operator.not_):
  /external/libmojo/third_party/jinja2/
ext.py 377 # otherwise do that here
391 """Adds a `do` tag to Jinja2 that works like the print statement just
394 tags = set(['do'])
633 do = ExprStmtExtension variable
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_richcmp.py 219 def do(bad): function in function:MiscTest.test_not
222 for func in (do, operator.not_):
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_richcmp.py 219 def do(bad): function in function:MiscTest.test_not
222 for func in (do, operator.not_):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_richcmp.py 219 def do(bad): function in function:MiscTest.test_not
222 for func in (do, operator.not_):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_richcmp.py 219 def do(bad): function in function:MiscTest.test_not
222 for func in (do, operator.not_):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
mhlib.py 60 # XXX To do, functionality:
64 # XXX To do, organization:
966 def do(s): print s; print eval(s) function in function:test
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
mhlib.py 60 # XXX To do, functionality:
64 # XXX To do, organization:
966 def do(s): print s; print eval(s) function in function:test
967 do('mh.listfolders()')
968 do('mh.listallfolders()')
972 for t in testfolders: do('mh.makefolder(%r)' % (t,))
973 do('mh.listsubfolders(\'@test\')')
974 do('mh.listallsubfolders(\'@test\')')
976 do('f.listsubfolders()')
977 do('f.listallsubfolders()'
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
mhlib.py 60 # XXX To do, functionality:
64 # XXX To do, organization:
966 def do(s): print s; print eval(s) function in function:test
967 do('mh.listfolders()')
968 do('mh.listallfolders()')
972 for t in testfolders: do('mh.makefolder(%r)' % (t,))
973 do('mh.listsubfolders(\'@test\')')
974 do('mh.listallsubfolders(\'@test\')')
976 do('f.listsubfolders()')
977 do('f.listallsubfolders()'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mhlib.py 60 # XXX To do, functionality:
64 # XXX To do, organization:
966 def do(s): print s; print eval(s) function in function:test
967 do('mh.listfolders()')
968 do('mh.listallfolders()')
972 for t in testfolders: do('mh.makefolder(%r)' % (t,))
973 do('mh.listsubfolders(\'@test\')')
974 do('mh.listallsubfolders(\'@test\')')
976 do('f.listsubfolders()')
977 do('f.listallsubfolders()'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mhlib.py 60 # XXX To do, functionality:
64 # XXX To do, organization:
966 def do(s): print s; print eval(s) function in function:test
967 do('mh.listfolders()')
968 do('mh.listallfolders()')
972 for t in testfolders: do('mh.makefolder(%r)' % (t,))
973 do('mh.listsubfolders(\'@test\')')
974 do('mh.listallsubfolders(\'@test\')')
976 do('f.listsubfolders()')
977 do('f.listallsubfolders()'
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/
build.go 66 print the commands but do not run them.
82 do not delete it when exiting.
265 // Quotes further inside the string do not count.
508 b.do(a)
526 b.do(a)
669 b.do(a)
728 testFilesOnlyOK bool // do not error if the packages only have test files
991 // using cgo, to make sure we do not overwrite the binary while
1261 func (b *builder) do(root *action) { func
    [all...]

Completed in 1159 milliseconds

1 2