Searched defs:execute (Results 1 - 13 of 13) 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/google/cuttlefish_common/guest/monitoring/vsoc_service/java/com/android/google/gce/gceservice/
H A DBluetoothChecker.java37 public int execute() { method in class:BluetoothChecker
H A DConnectivityChecker.java39 public int execute() { method in class:ConnectivityChecker
H A DJobBase.java53 public abstract int execute(); method in class:JobBase
H A DLocationServicesManager.java45 public int execute() { method in class:LocationServicesManager
H A DPackageVerificationConsentEnforcer.java54 public int execute() { method in class:PackageVerificationConsentEnforcer
H A DPackageVerifierManager.java54 public int execute() { method in class:PackageVerifierManager
H A DBootReporter.java92 public int execute() { method in class:BootReporter
H A DGceWifiManager.java92 public synchronized int execute() { method in class:GceWifiManager
139 public int execute() { method in class:GceWifiManager.ConfigureWifi
212 public synchronized int execute() { method in class:GceWifiManager.SetWifiState
H A DTombstoneChecker.java44 public int execute() { method in class:TombstoneChecker
/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 87 milliseconds