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

1 2 3 4 5 6 7 8 91011>>

  /external/openssh/contrib/redhat/
sshd.init 56 stop() function
77 stop)
78 stop
81 stop
91 stop
103 echo $"Usage: $0 {start|stop|restart|reload|condrestart|status}"
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
CommonErrorNode.as 10 public var stop:Token; variable
13 public function CommonErrorNode(input:TokenStream, start:Token, stop:Token,
16 //System.out.println("start: "+start+", stop: "+stop);
17 if ( stop==null ||
18 (stop.tokenIndex < start.tokenIndex &&
19 stop.type!=TokenConstants.EOF) )
22 // in follow set. So, stop will be 1 to left to start. adjust.
25 stop = start;
29 this.stop = stop
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
chunk_range.h 22 // Each ChunkRange represents a continuous range of chunk numbers [start, stop].
27 ChunkRange(int start, int stop);
31 inline int stop() const { return stop_; } function in class:ChunkRange
34 return start_ == rhs.start() && stop_ == rhs.stop();
  /external/chromium_org/chrome/browser/safe_browsing/
chunk_range.h 21 // Each ChunkRange represents a continuous range of chunk numbers [start, stop].
26 ChunkRange(int start, int stop);
30 inline int stop() const { return stop_; } function in class:ChunkRange
33 return start_ == rhs.start() && stop_ == rhs.stop();
  /external/chromium_org/third_party/WebKit/Source/core/html/
PublicURLManager.cpp 70 void PublicURLManager::stop() function in class:WebCore::PublicURLManager
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
MockWebAudioDevice.cpp 50 void MockWebAudioDevice::stop() function in class:WebTestRunner::MockWebAudioDevice
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/thread/
threadedmessagequeue.py 42 def stop(self): member in class:ThreadedMessageQueue
  /frameworks/av/media/libstagefright/timedtext/
TimedText3GPPSource.h 34 virtual status_t stop() { return mSource->stop(); } function in class:android::TimedText3GPPSource
  /frameworks/base/core/java/android/speech/tts/
AbstractSynthesisCallback.java 33 abstract void stop(); method in class:AbstractSynthesisCallback
  /frameworks/base/graphics/java/android/graphics/drawable/
Animatable.java 31 void stop(); method in interface:Animatable
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
sliceobject.h 17 A slice object containing start, stop, and step data members (the
24 PyObject *start, *stop, *step; /* not NULL */ member in struct:__anon60483
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/
sliceobject.h 17 A slice object containing start, stop, and step data members (the
24 PyObject *start, *stop, *step; /* not NULL */ member in struct:__anon60606
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/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
ParserRuleReturnScope.java 40 * from start and stop using the input stream's toString() method. I
51 public Token start, stop; field in class:ParserRuleReturnScope
53 public Object getStop() { return stop; }
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ActiveDOMObject.cpp 82 void ActiveDOMObject::stop() function in class:WebCore::ActiveDOMObject
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
Stream.cpp 84 void Stream::stop() function in class:WebCore::Stream
  /external/chromium_org/third_party/WebKit/Source/core/frame/
SuspendableTimer.cpp 52 void SuspendableTimer::stop() function in class:WebCore::SuspendableTimer
54 TimerBase::stop();
67 TimerBase::stop();
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCVoidRequestImpl.cpp 75 void RTCVoidRequestImpl::stop() function in class:WebCore::RTCVoidRequestImpl
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechRecognitionController.h 44 void stop(SpeechRecognition* recognition) { m_client->stop(recognition); } function in class:WebCore::SpeechRecognitionController
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
SQLiteTransaction.cpp 88 void SQLiteTransaction::stop() function in class:WebCore::SQLiteTransaction
  /external/chromium_org/third_party/WebKit/Source/platform/
Clock.cpp 68 void Clock::stop() function in class:WebCore::Clock
SharedTimer.h 47 virtual void stop() = 0;
67 virtual void stop() function in class:WebCore::MainThreadSharedTimer
  /external/chromium_org/third_party/WebKit/public/web/
WebSpeechRecognizer.h 44 // Stop speech recognition for the specified handle, returning any results for the audio recorded so far. Notifications and errors are sent via the client.
45 virtual void stop(const WebSpeechRecognitionHandle&, WebSpeechRecognizerClient*) { BLINK_ASSERT_NOT_REACHED(); } function in class:blink::WebSpeechRecognizer
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
VideoSource.java 32 * Java version of VideoSourceInterface, extended with stop/restart
45 // Stop capture feeding this source.
46 public void stop() { method in class:VideoSource
47 nativeVideoFormatAtStop = stop(nativeSource);
50 // Restart capture feeding this source. stop() must have been called since
67 // This stop() returns an owned C++ VideoFormat pointer for use in restart()
69 private static native long stop(long nativeSource); method in class:VideoSource
  /external/chromium_org/third_party/skia/src/core/
SkPtrRecorder.cpp 13 Pair* stop = fList.end(); local
14 while (p < stop) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
Main.java 45 * @see org.eclipse.equinox.app.IApplication#stop()
47 public void stop() { method in class:Main

Completed in 356 milliseconds

1 2 3 4 5 6 7 8 91011>>