HomeSort by relevance Sort by last modified time
    Searched defs:stop (Results 51 - 75 of 1139) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
NotificationCenter.cpp 100 void NotificationCenter::stop() function in class:WebCore::NotificationCenter
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseContext.cpp 81 // stop() and contextDestroyed() to give us a chance to clean these up from
128 // To do this, we stop the database and let everything shutdown naturally
137 // stop() is from stopActiveDOMObjects() which indicates that the owner Frame
140 void DatabaseContext::stop() function in class:WebCore::DatabaseContext
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
server_process_mock.py 72 def stop(self, kill_directly=False): member in class:MockServerProcess
  /external/chromium_org/third_party/libjingle/source/talk/base/
sigslotrepeater.h 55 void stop(base_type &s) { s.disconnect(this); } function in class:sigslot::repeater0
71 void stop(base_type &s) { s.disconnect(this); } function in class:sigslot::repeater1
87 void stop(base_type &s) { s.disconnect(this); } function in class:sigslot::repeater2
106 void stop(base_type &s) { s.disconnect(this); } function in class:sigslot::repeater3
  /external/chromium_org/third_party/skia/include/core/
SkChecksum.h 115 const uint32_t* stop = data + (size >> 2); local
116 while (data < stop) {
  /external/chromium_org/third_party/skia/src/core/
SkPathHeap.cpp 39 SkPath** stop = fPaths.end(); local
40 while (iter < stop) {
58 SkPath* const* stop = fPaths.end(); local
59 while (iter < stop) {
  /external/chromium_org/v8/tools/testrunner/server/
daemon.py 102 def stop(self): member in class:Daemon
104 Stop the daemon
140 self.stop()
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
UiPlugin.java 47 public void stop(BundleContext context) throws Exception { method in class:UiPlugin
48 super.stop(context);
  /external/guava/guava/src/com/google/common/util/concurrent/
ForwardingService.java 45 @Override public ListenableFuture<State> stop() { method in class:ForwardingService
46 return delegate().stop();
73 * {@link #stop}. If you override {@link #stop}, you may wish to override
78 return Futures.getUnchecked(stop());
  /external/jmonkeyengine/engine/src/test/jme3test/app/
TestContextRestart.java 56 app.stop();
  /external/kernel-headers/original/asm-mips/
checksum.h 104 const unsigned int *stop = word + ihl; local
127 } while (word != stop);
  /external/kernel-headers/original/linux/
seq_file.h 29 void (*stop) (struct seq_file *m, void *v); member in struct:seq_operations
  /external/nist-sip/java/javax/sip/
SipStack.java 39 void stop(); method in interface:SipStack
  /external/skia/include/core/
SkChecksum.h 115 const uint32_t* stop = data + (size >> 2); local
116 while (data < stop) {
  /external/skia/src/core/
SkPathHeap.cpp 39 SkPath** stop = fPaths.end(); local
40 while (iter < stop) {
58 SkPath* const* stop = fPaths.end(); local
59 while (iter < stop) {
  /external/stlport/test/unit/cppunit/
cppunit_timer.h 49 void stop() { function in class:Timer
51 LARGE_INTEGER stop; local
52 QueryPerformanceCounter(&stop);
55 m_stop.HighPart += (stop.HighPart - m_restart.HighPart);
56 if (stop.LowPart < m_restart.LowPart) {
57 if (m_restart.LowPart - stop.LowPart > m_stop.LowPart) {
60 m_stop.LowPart -= m_restart.LowPart - stop.LowPart;
63 if (stop.LowPart - m_restart.LowPart > 0xFFFFFFFF - m_stop.LowPart) {
66 m_stop.LowPart += stop.LowPart - m_restart.LowPart;
70 m_stop = stop;
    [all...]
  /external/webrtc/src/common_audio/signal_processing/
filter_ar.c 34 int i, j, stop; local
51 stop = (i < a_length) ? i + 1 : a_length;
52 for (j = 1; j < stop; j++)
  /frameworks/av/include/media/stagefright/
AMRWriter.h 40 virtual status_t stop() { return reset(); } function in struct:android::AMRWriter
  /frameworks/av/libvideoeditor/lvpp/
DummyAudioSource.cpp 95 status_t DummyAudioSource::stop() { function in class:android::DummyAudioSource
96 ALOGV("stop");
  /frameworks/av/media/libmedia/
IAudioRecord.cpp 34 STOP
72 virtual void stop() function in class:android::BpAudioRecord
76 remote()->transact(STOP, data, &reply);
101 case STOP: {
103 stop();
  /frameworks/av/media/libstagefright/
MediaAdapter.cpp 47 status_t MediaAdapter::stop() { function in class:android::MediaAdapter
51 // If stop() happens immediately after a pushBuffer(), we should
91 ALOGV("read interrupted after stop");
  /frameworks/av/media/libstagefright/tests/
DummyRecorder.cpp 57 status_t DummyRecorder::stop() { function in class:android::DummyRecorder
58 ALOGV("Stop");
61 mSource->stop();
  /frameworks/base/core/java/android/speech/tts/
SilencePlaybackQueueItem.java 42 void stop(boolean isError) { method in class:SilencePlaybackQueueItem
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaPlayerStopStateUnitTest.java 25 * MediaPlayer.stop() method can be called.
31 * 1. It is valid to call stop() in the following states:
33 * 2. It is invalid to call stop() in the following states:
56 player.stop();
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
BiometricSensorUnlock.java 33 * unlock completes, {@link BiometricSensorUnlock#stop} has been called, or an error has
34 * forced the biometric unlock to stop.
55 public boolean stop(); method in interface:BiometricSensorUnlock

Completed in 315 milliseconds

1 23 4 5 6 7 8 91011>>