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

1 2 3 4 5 67 8 91011>>

  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis4/
Visualization4RS.java 182 public void stop() { method in class:Visualization4RS
183 super.stop();
186 mAudioCapture.stop();
  /cts/libs/deviceutil/src/android/cts/util/
WatchDog.java 55 /** stop watch-dog */
56 public void stop() { method in class:WatchDog
57 Log.i(TAG, "stop");
74 if (!mStopRequested) { // stop requested, but rendering still on-going
  /cts/tests/tests/permission/src/android/permission/cts/
NoWakeLockPermissionTest.java 77 mediaPlayer.stop();
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyNetworkMonitor.java 41 private long mElapsedTime = 0; // amount of time spent between start() and stop()
96 public void stop() { method in class:MonkeyNetworkMonitor
  /development/ide/xcode/ports/
SkBitmap_Mac.cpp 17 uint32_t* stop = dst + (bm.getSize() >> 2);
19 while (dst < stop) {
28 const uint16_t* stop = src + bm.width(); local
29 while (src < stop) {
42 const uint16_t* stop = src + count; local
44 while (src < stop)
  /development/samples/KeyChainDemo/src/com/example/android/keychain/
SecureWebServerService.java 49 * Stop the SSL web server and remove the on-going notification
54 sws.stop();
67 * Create an on-going notification. It will stop the server when the user
  /device/lge/mako/camera/
QCameraHWI_Record_7x27A.cpp 89 stop();
154 void QCameraStream_record::stop() function in class:android::QCameraStream_record
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
CommonToken.cs 50 * start/stop are not affected by changing this.
62 int stop; field in class:Antlr.Runtime.CommonToken
71 public CommonToken(ICharStream input, int type, int channel, int start, int stop) {
76 this.stop = stop;
95 stop = ((CommonToken)oldToken).stop;
107 if (start < input.Count && stop < input.Count)
108 text = input.Substring(start, stop - start + 1);
117 * that start/stop indexes are not valid. It means that that inpu
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
CommonToken.cs 52 * start/stop are not affected by changing this.
64 int stop; field in class:Antlr.Runtime.CommonToken
75 public CommonToken( ICharStream input, int type, int channel, int start, int stop )
81 this.stop = stop;
103 stop = ( (CommonToken)oldToken ).stop;
117 if (start <= stop && stop < input.Count)
118 return input.Substring( start, stop - start + 1 )
    [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
CommonTreeAdaptor.java 89 /** Track start/stop token for subtree root created for a rule.
91 * seems like this will yield start=i and stop=i-1 in a nil node.
97 int stop = 0; local
99 if ( stopToken!=null ) stop = stopToken.getTokenIndex();
101 ((Tree)t).setTokenStopIndex(stop);
  /external/chromium_org/build/android/pylib/perf/
test_runner.py 111 def stop(self): member in class:_HeartBeatLogger
190 # Stop the logger.
191 logfile.stop()
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/invalidation/
InvalidationController.java 26 * Controller used to send start, stop, and registration-change commands to the invalidation
95 public void stop() { method in class:InvalidationController
129 stop(); method
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/ttsdebug/
ttsdebug.js 680 $('stop').addEventListener('click', stop);
688 function stop() { function
689 console.log('*** Emergency stop!');
691 chrome.tts.stop();
  /external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
MockLocationProvider.java 51 public void stop() { method in class:MockLocationProvider
  /external/chromium_org/third_party/WebKit/Source/core/frame/
DOMTimer.cpp 155 void DOMTimer::stop() function in class:WebCore::DOMTimer
157 SuspendableTimer::stop();
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMarqueeElement.cpp 117 void HTMLMarqueeElement::stop() function in class:WebCore::HTMLMarqueeElement
120 marqueeRenderer->stop();
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TracingAgent.js 56 stop: function(callback)
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
FileWriter.cpp 73 stop();
81 void FileWriter::stop() function in class:WebCore::FileWriter
83 // Make sure we've actually got something to stop, and haven't already called abort().
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
MediaStreamTrack.cpp 137 exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::failedToExecute("stop", "MediaStreamTrack", "Functionality not implemented yet"));
182 void MediaStreamTrack::stop() function in class:WebCore::MediaStreamTrack
RTCDTMFSender.cpp 140 void RTCDTMFSender::stop() function in class:WebCore::RTCDTMFSender
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechRecognition.cpp 66 m_controller->stop(this);
158 void SpeechRecognition::stop() function in class:WebCore::SpeechRecognition
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioScheduledSourceNode.cpp 156 void AudioScheduledSourceNode::stop(double when, ExceptionState& exceptionState) function in class:AudioScheduledSourceNode
163 "cannot call stop more than once.");
167 "cannot call stop without calling start first.");
170 // handled above, and the FINISHED_STATE is only reachable after stop() has been called, and
AudioScheduledSourceNode.h 73 void stop(ExceptionState& exceptionState) { stop(0.0, exceptionState); } function in class:WebCore::AudioScheduledSourceNode
74 void stop(double when, ExceptionState&);
106 // m_endTime is the time to stop playing based on the context's timeline (0 or a time less than the context's current time means "now").
107 // If it hasn't been set explicitly, then the sound will not stop playing (if looping) or will stop when the end of the AudioBuffer
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContextRecorder.cpp 52 PassRefPtr<GraphicsContextSnapshot> GraphicsContextRecorder::stop() function in class:WebCore::GraphicsContextRecorder
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
MockWebSpeechInputController.cpp 124 m_speechTask->stop();
135 m_speechTask->stop();
193 void MockWebSpeechInputController::SpeechTask::stop() function in class:WebTestRunner::MockWebSpeechInputController::SpeechTask

Completed in 332 milliseconds

1 2 3 4 5 67 8 91011>>