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

1 2 3 4 5 67 8 91011>>

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugTokenStream.cs 202 public virtual string ToString( int start, int stop )
204 return input.ToString( start, stop );
207 public virtual string ToString( IToken start, IToken stop )
209 return input.ToString( start, stop );
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
ITreeFactory.cs 47 TTree CreateErrorNode( ITokenStream<TToken> input, TToken start, TToken stop, RecognitionException e );
ITreeNodeStream`1.cs 112 * Return the text of all nodes from start to stop, inclusive.
114 * walk recursively from start until stop. You can always return
119 string ToString(T start, T stop);
125 * Replace from start to stop child index of parent with t, which might
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DebugTokenStream.java 149 public String toString(int start, int stop) {
150 return input.toString(start,stop);
153 public String toString(Token start, Token stop) {
154 return input.toString(start,stop);
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeNodeStream.java 84 /** Return the text of all nodes from start to stop, inclusive.
86 * walk recursively from start until stop. You can always return
90 public String toString(Object start, Object stop);
95 /** Replace from start to stop child index of parent with t, which might
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
popup.css 184 color-stop(0, rgb(43,194,83)),
185 color-stop(1, rgb(84,240,84)));
196 color-stop(.25, rgba(255, 255, 255, .2)),
197 color-stop(.25, transparent),
198 color-stop(.5, transparent),
199 color-stop(.5, rgba(255, 255, 255, .2)),
200 color-stop(.75, rgba(255, 255, 255, .2)),
201 color-stop(.75, transparent),
  /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/html/
HTMLMarqueeElement.h 43 void stop();
  /external/chromium_org/third_party/WebKit/Source/core/workers/
Worker.h 60 virtual void stop() OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCSessionDescriptionRequestImpl.h 56 virtual void stop() OVERRIDE;
RTCStatsRequestImpl.h 53 virtual void stop() OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
Notification.h 63 virtual void stop() OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseContext.h 54 virtual void stop();
  /external/chromium_org/third_party/WebKit/Source/modules/webmidi/
MIDIPort.cpp 50 stop();
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContextRecorder.h 64 PassRefPtr<GraphicsContextSnapshot> stop();
  /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/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
  /external/eigen/bench/
sparse_randomsetter.cpp 38 } timer.stop(); }
55 t.stop();
61 t.reset(); t.start(); delete set1; t.stop();
82 t.stop();
98 // t.stop();
107 // t.stop();
116 // t.stop();
  /external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/
CinematicEvent.java 54 public void stop(); method in interface:CinematicEvent
  /external/oprofile/module/x86/
op_x86_model.h 42 void (*stop)(struct op_msrs const * const msrs); member in struct:op_x86_model_spec
  /frameworks/av/cmds/stagefright/
SineSource.h 15 virtual status_t stop();
  /frameworks/av/include/media/
IAudioRecord.h 45 /* Stop a track. If set, the callback will cease being called and
49 virtual void stop() = 0;
  /frameworks/av/include/media/stagefright/
JPEGSource.h 32 virtual status_t stop();
  /frameworks/base/core/java/android/speech/tts/
SilencePlaybackQueueItem.java 42 void stop(boolean isError) { method in class:SilencePlaybackQueueItem
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
GraphRunner.java 34 * to stop(), RESULT_BLOCKED if no filters could run due to lack
90 public abstract void stop(); method in class:GraphRunner

Completed in 1270 milliseconds

1 2 3 4 5 67 8 91011>>