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

1 2 3 4 5 6 7 8 91011>>

  /external/python/cpython3/Lib/turtledemo/
round_dance.py 17 Press any key to stop the animation.
27 def stop(): function
67 onkeypress(stop)
  /external/autotest/client/cros/
tcpdump.py 37 def stop(self, timeout=10.): member in class:Tcpdump
38 """Stop the dump process and wait for it to return.
78 self.stop()
  /external/libnl/include/netlink/netfilter/
ct.h 30 uint64_t stop; member in struct:nfnl_ct_timestamp
  /external/tensorflow/tensorflow/core/kernels/
fractional_pool_common.h 31 const auto stop = last - 1; local
32 for (auto i = first; i != stop; ++i) {
  /art/test/911-get-stack-trace/src/art/
ControlData.java 24 volatile boolean stop = false; field in class:ControlData
  /external/autotest/client/profilers/cpistat/
cpistat.py 27 def stop(self, test): member in class:cpistat
  /external/autotest/client/profilers/cros_perf/
cros_perf.py 51 def stop(self, test): member in class:cros_perf
  /external/autotest/client/profilers/custom_perf/
custom_perf.py 35 def stop(self, test): member in class:custom_perf
  /external/autotest/client/profilers/pgo/
pgo.py 38 def stop(self, test): member in class:pgo
40 raise error.TestError('Could not stop Chrome')
  /external/autotest/site_utils/tester_feedback/
service.py 56 def stop(self): member in class:FeedbackService
61 # Stop the RPC server.
66 # Stop the multiplexer.
67 self._multiplexer.stop()
  /external/parameter-framework/upstream/remote-processor/
BackgroundRemoteProcessorServer.cpp 55 bool BackgroundRemoteProcessorServer::stop() function in class:BackgroundRemoteProcessorServer
57 _server->stop();
63 stop();
  /device/generic/goldfish/wifi/wifi_hal/
halstate.cpp 48 bool HalState::stop(StopHandler stopHandler) { function in class:HalState
61 // If we're neither stopping, stopped nor running then we can't stop
66 // the same thread that called stop could cause a deadlock.
72 mInfo->stop(std::bind(&HalState::onStop, this, stopHandler));
73 // We have now requested the stop, we'll change state in the stop handler
info.cpp 43 void Info::stop(StopHandler stopHandler) { function in class:Info
44 mNetlink.stop(stopHandler);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
sliceobject.h 17 A slice object containing start, stop, and step data members (the
24 PyObject *start, *stop, *step; /* not NULL */ member in struct:__anon4362
32 PyAPI_FUNC(PyObject *) PySlice_New(PyObject* start, PyObject* stop,
34 PyAPI_FUNC(PyObject *) _PySlice_FromIndices(Py_ssize_t start, Py_ssize_t stop);
36 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step);
38 Py_ssize_t *start, Py_ssize_t *stop,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
sliceobject.h 17 A slice object containing start, stop, and step data members (the
24 PyObject *start, *stop, *step; /* not NULL */ member in struct:__anon4668
32 PyAPI_FUNC(PyObject *) PySlice_New(PyObject* start, PyObject* stop,
34 PyAPI_FUNC(PyObject *) _PySlice_FromIndices(Py_ssize_t start, Py_ssize_t stop);
36 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step);
38 Py_ssize_t *start, Py_ssize_t *stop,
  /external/autotest/client/cros/enterprise/
enterprise_fake_dmserver.py 62 def stop(self): member in class:FakeDMServer
  /external/autotest/client/profilers/catprofile/
catprofile.py 43 def stop(self, test): member in class:catprofile
  /external/autotest/client/profilers/cmdprofile/
cmdprofile.py 52 def stop(self, test): member in class:cmdprofile
  /external/autotest/client/profilers/iostat/
iostat.py 28 def stop(self, test): member in class:iostat
  /external/autotest/client/profilers/lockmeter/
lockmeter.py 48 def stop(self, test): member in class:lockmeter
  /external/autotest/client/profilers/lttng/
lttng.py 99 def stop(self, test): member in class:lttng
  /external/autotest/client/profilers/mpstat/
mpstat.py 24 def stop(self, test): member in class:mpstat
  /external/autotest/client/profilers/perf/
perf.py 50 def stop(self, test): member in class:perf
  /external/autotest/client/profilers/powertop/
powertop.py 35 def stop(self, test): member in class:powertop
  /external/autotest/client/profilers/readprofile/
readprofile.py 44 def stop(self, test): member in class:readprofile
45 # There's no real way to stop readprofile, so we stash the
48 print "STOP"

Completed in 1126 milliseconds

1 2 3 4 5 6 7 8 91011>>