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

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/
rpythond.py 4 # Execute Python commands remotely and send output back.
33 reply = execute(request)
37 def execute(request): function
  /external/autotest/client/tests/aborttest/
aborttest.py 7 def execute(self): member in class:aborttest
  /external/autotest/client/tests/error_cleanup/
error_cleanup.py 7 def execute(self): member in class:error_cleanup
  /external/autotest/client/tests/error_initialize/
error_initialize.py 11 def execute(self): member in class:error_initialize
  /external/autotest/client/tests/error_setup/
error_setup.py 10 def execute(self): member in class:error_setup
  /external/autotest/client/tests/error_test_bug/
error_test_bug.py 8 def execute(self): member in class:error_test_bug
  /external/autotest/client/tests/error_test_error/
error_test_error.py 8 def execute(self): member in class:error_test_error
  /external/autotest/client/tests/error_test_fail/
error_test_fail.py 8 def execute(self): member in class:error_test_fail
  /external/autotest/client/tests/error_test_na/
error_test_na.py 8 def execute(self): member in class:error_test_na
  /external/autotest/client/tests/pktgen/
pktgen.py 8 def execute(self, eth='eth0', count=50000, clone_skb=1, member in class:pktgen
  /external/autotest/client/tests/profiler_sync/
profiler_sync.py 12 def execute(self, timeout_sync, timeout_start, timeout_stop, member in class:profiler_sync
  /external/autotest/client/tests/profiler_test/
profiler_test.py 25 def execute(self, seconds=5): member in class:profiler_test
29 We override "execute" and not "run_once" because we need to control
  /external/autotest/client/tests/rttester/
rttester.py 14 def execute(self): member in class:rttester
  /external/autotest/server/cros/cfm/configurable_test/
scenario.py 8 def execute(self, context): member in class:Scenario
16 action.execute(context)
  /external/autotest/server/tests/cleanup_test/
cleanup_test.py 7 def execute(self, host): member in class:cleanup_test
  /external/autotest/server/tests/reinstall/
reinstall.py 9 def execute(self, host): member in class:reinstall
  /external/autotest/server/tests/verify_test/
verify_test.py 7 def execute(self, host): member in class:verify_test
  /external/llvm/utils/lit/lit/formats/
shtest.py 10 def execute(self, test, litConfig): member in class:ShTest
  /external/python/cpython2/Demo/sockets/
rpythond.py 4 # Execute Python commands remotely and send output back.
33 reply = execute(request)
37 def execute(request): function
  /external/python/cpython3/Tools/demo/
rpythond.py 5 Execute Python commands remotely and send output back.
36 reply = execute(request.decode())
40 def execute(request): function
  /external/robolectric-shadows/
java-timeout 43 function execute() { function
57 # or the string 'execute', which is used internally to execute the command under
67 elif [[ $timeout_secs = 'execute' ]]; then
68 # This means we actually have to execute the command.
69 execute "$@"
80 runalarm -t "$timeout_secs" "$0" 'execute' "$@"
82 gtimeout "${timeout_secs}s" "$0" 'execute' "$@"
84 # No way to set a timeout available, just execute directly.
  /external/tensorflow/tensorflow/contrib/lite/toco/python/
toco_from_protos.py 28 def execute(unused_args): function
59 app.run(main=execute, argv=[sys.argv[0]] + unparsed)
  /prebuilts/misc/common/robolectric/3.1.1/
java-timeout 43 function execute() { function
57 # or the string 'execute', which is used internally to execute the command under
67 elif [[ $timeout_secs = 'execute' ]]; then
68 # This means we actually have to execute the command.
69 execute "$@"
80 runalarm -t "$timeout_secs" "$0" 'execute' "$@"
82 gtimeout "${timeout_secs}s" "$0" 'execute' "$@"
84 # No way to set a timeout available, just execute directly.
  /prebuilts/misc/common/robolectric/3.4.2/
java-timeout 43 function execute() { function
57 # or the string 'execute', which is used internally to execute the command under
67 elif [[ $timeout_secs = 'execute' ]]; then
68 # This means we actually have to execute the command.
69 execute "$@"
80 runalarm -t "$timeout_secs" "$0" 'execute' "$@"
82 gtimeout "${timeout_secs}s" "$0" 'execute' "$@"
84 # No way to set a timeout available, just execute directly.
  /prebuilts/misc/common/robolectric/3.5.1/
java-timeout 43 function execute() { function
57 # or the string 'execute', which is used internally to execute the command under
67 elif [[ $timeout_secs = 'execute' ]]; then
68 # This means we actually have to execute the command.
69 execute "$@"
80 runalarm -t "$timeout_secs" "$0" 'execute' "$@"
82 gtimeout "${timeout_secs}s" "$0" 'execute' "$@"
84 # No way to set a timeout available, just execute directly.

Completed in 146 milliseconds

1 2 3 4 5 6 7 8 91011>>