Searched defs:stop (Results 1 - 25 of 690) sorted by relevance

1234567891011>>

/prebuilts/gdb/darwin-x86/include/python2.7/
H A Dsliceobject.h17 A slice object containing start, stop, and step data members (the
24 PyObject *start, *stop, *step; /* not NULL */ member in struct:__anon16493
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,
/prebuilts/gdb/linux-x86/include/python2.7/
H A Dsliceobject.h17 A slice object containing start, stop, and step data members (the
24 PyObject *start, *stop, *step; /* not NULL */ member in struct:__anon16615
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,
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
H A Dsliceobject.h17 A slice object containing start, stop, and step data members (the
24 PyObject *start, *stop, *step; /* not NULL */ member in struct:__anon17991
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,
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
H A Dsliceobject.h17 A slice object containing start, stop, and step data members (the
24 PyObject *start, *stop, *step; /* not NULL */ member in struct:__anon18114
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,
/prebuilts/gdb/darwin-x86/lib/python2.7/hotshot/
H A D__init__.py23 self.stop = p.stop
38 def stop(self): member in class:Profile
40 self._prof.stop()
/prebuilts/gdb/linux-x86/lib/python2.7/hotshot/
H A D__init__.py23 self.stop = p.stop
38 def stop(self): member in class:Profile
40 self._prof.stop()
/prebuilts/jdk/jdk8/darwin-x86/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
H A DDirectoryScannerMXBean.java84 public void stop() method in interface:DirectoryScannerMXBean
105 * if it was {@link #stop stopped} by another thread.
H A DScanManagerMXBean.java163 public void stop() method in interface:ScanManagerMXBean
265 * or call {@link #stop} to stop it.
/prebuilts/jdk/jdk8/linux-x86/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
H A DDirectoryScannerMXBean.java84 public void stop() method in interface:DirectoryScannerMXBean
105 * if it was {@link #stop stopped} by another thread.
H A DScanManagerMXBean.java163 public void stop() method in interface:ScanManagerMXBean
265 * or call {@link #stop} to stop it.
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/
H A D__init__.py23 self.stop = p.stop
38 def stop(self): member in class:Profile
40 self._prof.stop()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/
H A D__init__.py23 self.stop = p.stop
38 def stop(self): member in class:Profile
40 self._prof.stop()
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
H A DAudio_mac.py19 self.stop()
29 def stop(self, quietNow = 1): member in class:Play_Audio_mac
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
H A DAudio_mac.py19 self.stop()
29 def stop(self, quietNow = 1): member in class:Play_Audio_mac
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/
H A Doptions.h69 int stop ; /* Level to stop code generation. */ member in struct:cloogoptions
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Daudiodev.py59 self.stop()
71 self.stop()
73 def stop(self): member in class:Play_Audio_sgi
163 self.stop()
202 self.stop()
204 def stop(self): member in class:Play_Audio_sun
/prebuilts/gdb/darwin-x86/lib/python2.7/unittest/
H A Dresult.py18 self.stop()
148 def stop(self): member in class:TestResult
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Daudiodev.py59 self.stop()
71 self.stop()
73 def stop(self): member in class:Play_Audio_sgi
163 self.stop()
202 self.stop()
204 def stop(self): member in class:Play_Audio_sun
/prebuilts/gdb/linux-x86/lib/python2.7/unittest/
H A Dresult.py18 self.stop()
148 def stop(self): member in class:TestResult
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Daudiodev.py59 self.stop()
71 self.stop()
73 def stop(self): member in class:Play_Audio_sgi
163 self.stop()
202 self.stop()
204 def stop(self): member in class:Play_Audio_sun
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
H A Dresult.py18 self.stop()
148 def stop(self): member in class:TestResult
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Daudiodev.py59 self.stop()
71 self.stop()
73 def stop(self): member in class:Play_Audio_sgi
163 self.stop()
202 self.stop()
204 def stop(self): member in class:Play_Audio_sun
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
H A Dresult.py18 self.stop()
148 def stop(self): member in class:TestResult
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
H A Dpcm_ioplug.h126 * stop the PCM; required
128 int (*stop)(snd_pcm_ioplug_t *io); member in struct:snd_pcm_ioplug_callback
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_urllib2_localnet.py27 # that we can stop the server easily.
56 def stop(self): member in class:LoopbackHttpServerThread
59 # Set the stop flag.
257 self.server.stop()
385 self.server.stop()
406 self.server.stop()
421 self.server.stop()
435 self.server.stop()
447 self.server.stop()
462 self.server.stop()
[all...]

Completed in 521 milliseconds

1234567891011>>