Home
last modified time | relevance | path

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

123

/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
Dbufferobject.c514 Py_ssize_t start, stop, step, slicelength, cur, i; in buffer_subscript() local
701 Py_ssize_t start, stop, step, slicelength; in buffer_ass_subscript() local
Dtupleobject.c514 Py_ssize_t i, start=0, stop=Py_SIZE(self); in tupleindex() local
713 Py_ssize_t start, stop, step, slicelength, cur, i; in tuplesubscript() local
/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
Dbufferobject.c504 Py_ssize_t start, stop, step, slicelength, cur, i; in buffer_subscript() local
691 Py_ssize_t start, stop, step, slicelength; in buffer_ass_subscript() local
Dtupleobject.c512 Py_ssize_t i, start=0, stop=Py_SIZE(self); in tupleindex() local
711 Py_ssize_t start, stop, step, slicelength, cur, i; in tuplesubscript() 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/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/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dcmd.py161 def postcmd(self, stop, line): argument
Ddifflib.py1147 def _format_range_unified(start, stop): argument
1230 def _format_range_context(start, stop): argument
/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/generic/goldfish/ril/
Dif_monitor.cpp200 void stop() { in stop() function in InterfaceMonitor
/device/google/marlin/camera/QCamera2/HAL/
DQCameraChannel.cpp376 int32_t QCameraChannel::stop() in stop() function in qcamera::QCameraChannel
1238 int32_t QCameraReprocessChannel::stop() in stop() function in qcamera::QCameraReprocessChannel
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
Dwcgui.py208 def stop(self): member in CheckerWindow

123