Home
last modified time | relevance | path

Searched defs:stop (Results 1 – 25 of 83) sorted by relevance

1234

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dsliceobject.c61 PySlice_New(PyObject *start, PyObject *stop, PyObject *step) in PySlice_New()
103 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step) in PySlice_GetIndices()
134 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step, Py_ssize_t *slicelength) in PySlice_GetIndicesEx()
194 PyObject *start, *stop, *step; in slice_new() local
254 Py_ssize_t ilen, start, stop, step, slicelength; in slice_indices() local
Dmemoryobject.c585 Py_ssize_t start, stop, step, slicelength; in memory_subscript() local
663 Py_ssize_t stop, step; in memory_ass_sub() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dsliceobject.c61 PySlice_New(PyObject *start, PyObject *stop, PyObject *step) in PySlice_New()
103 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step) in PySlice_GetIndices()
134 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step, Py_ssize_t *slicelength) in PySlice_GetIndicesEx()
194 PyObject *start, *stop, *step; in slice_new() local
255 Py_ssize_t ilen, start, stop, step, slicelength; in slice_indices() local
Dmemoryobject.c585 Py_ssize_t start, stop, step, slicelength; in memory_subscript() local
663 Py_ssize_t stop, step; in memory_ass_sub() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_xrange.py13 def pyrange(start, stop, step): argument
22 def pyrange_reversed(start, stop, step): argument
Dtest_colorsys.py4 def frange(start, stop, step): argument
Dtest_ssl.py543 def stop(self): member in ThreadedEchoServer
635 def stop(self): member in AsyncoreEchoServer
726 def stop(self): member in SocketServerHTTPSServer
/device/generic/goldfish/wifi/wifi_hal/
Dnetlink.cpp85 void Netlink::stop(StopHandler handler) { in stop() function in Netlink
86 char stop = 1; in stop() local
Dinfo.cpp43 void Info::stop(StopHandler stopHandler) { in stop() function in Info
Dhalstate.cpp48 bool HalState::stop(StopHandler stopHandler) { in stop() function in HalState
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dsliceobject.h24 PyObject *start, *stop, *step; /* not NULL */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dsliceobject.h24 PyObject *start, *stop, *step; /* not NULL */ member
/device/google/trout/hal/sensors/2.0/
DSensorThread.cpp56 void SensorThread::stop() { in stop() function in android::hardware::sensors::V2_0::subhal::implementation::SensorThread
/device/generic/goldfish-opengl/android-emu/android/base/synchronization/
DAndroidMessageChannel.cpp28 void MessageChannelBase::stop() { in stop() function in android::base::guest::MessageChannelBase
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
Dsystimes.py88 stop = time.clock() variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/hotshot/
D__init__.py38 def stop(self): member in Profile
/device/google/cuttlefish/host/libs/vm_manager/
Dqemu_manager.cpp118 auto stop = [](cvd::Subprocess* proc) { in StartCommands() local
/device/generic/goldfish/gnss/
Dgnss_hw_conn.cpp90 bool GnssHwConn::stop() { in stop() function in goldfish::GnssHwConn
Dgnss.cpp105 Return<bool> Gnss20::stop() { in stop() function in goldfish::Gnss20
/device/google/atv/audio_proxy/
DStreamOutImpl.cpp70 WriteThread::WriteThread(std::atomic<bool>* stop, AudioProxyStreamOut* stream, in WriteThread()
436 Return<Result> StreamOutImpl::stop() { return Result::NOT_SUPPORTED; } in stop() function in audio_proxy::CPP_VERSION::StreamOutImpl
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
Dresult.py148 def stop(self): member in TestResult
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dcmd.py161 def postcmd(self, stop, line): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dcmd.py161 def postcmd(self, stop, line): argument
/device/generic/goldfish/radio/ril/
Dif_monitor.cpp258 void stop() { in stop() function in InterfaceMonitor
/device/google/cuttlefish/host/frontend/gcastv2/https/
DRunLoop.cpp76 void RunLoop::stop() { in stop() function in RunLoop

1234