Searched defs:execute (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/
H A Drpythond.py33 reply = execute(request)
37 def execute(request): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
H A Dutil.py383 def execute (func, args, msg=None, verbose=0, dry_run=0): function
519 execute(os.remove, (script_name,), "removing %s" % script_name,
H A Dcmd.py348 def execute(self, func, args, msg=None, level=1): member in class:Command
349 util.execute(func, args, msg, dry_run=self.dry_run)
396 """Special case of 'execute()' for operations that process one or
398 'execute()', except the operation is skipped and a different
422 self.execute(func, args, exec_msg, level)
H A Dccompiler.py18 from distutils.util import split_quoted, execute namespace
921 def execute(self, func, args, msg=None, level=1): member in class:CCompiler
922 execute(func, args, msg, self.dry_run)

Completed in 82 milliseconds