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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/angle/util/
Timer.h 14 virtual void stop() = 0;
  /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/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
CommonErrorNode.java 36 public Token stop; field in class:CommonErrorNode
39 public CommonErrorNode(TokenStream input, Token start, Token stop,
42 //System.out.println("start: "+start+", stop: "+stop);
43 if ( stop==null ||
44 (stop.getTokenIndex() < start.getTokenIndex() &&
45 stop.getType()!=Token.EOF) )
48 // in follow set. So, stop will be 1 to left to start. adjust.
51 stop = start;
55 this.stop = stop
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
CommonErrorNode.cs 40 public IToken stop; field in class:Antlr.Runtime.Tree.CommonErrorNode
43 public CommonErrorNode(ITokenStream input, IToken start, IToken stop,
45 //System.out.println("start: "+start+", stop: "+stop);
46 if (stop == null ||
47 (stop.TokenIndex < start.TokenIndex &&
48 stop.Type != TokenTypes.EndOfFile)) {
50 // in follow set. So, stop will be 1 to left to start. adjust.
53 stop = start;
57 this.stop = stop
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
CommonErrorNode.cs 42 public IToken stop; field in class:Antlr.Runtime.Tree.CommonErrorNode
45 public CommonErrorNode( ITokenStream input, IToken start, IToken stop,
48 //System.out.println("start: "+start+", stop: "+stop);
49 if ( stop == null ||
50 ( stop.TokenIndex < start.TokenIndex &&
51 stop.Type != TokenTypes.EndOfFile ) )
54 // in follow set. So, stop will be 1 to left to start. adjust.
57 stop = start;
61 this.stop = stop
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ITokenStream.cs 73 * Return the text of all tokens from start to stop, inclusive.
79 string ToString(int start, int stop);
89 string ToString(IToken start, IToken stop);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ITokenStream.cs 77 * Return the text of all tokens from start to stop, inclusive.
83 string ToString( int start, int stop );
93 string ToString( IToken start, IToken stop );
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/
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; }
TokenStream.java 61 /** Return the text of all tokens from start to stop, inclusive.
66 public String toString(int start, int stop);
74 public String toString(Token start, Token stop);
CommonToken.java 41 * start/stop are not affected by changing this.
52 protected int stop; field in class:CommonToken
58 public CommonToken(CharStream input, int type, int channel, int start, int stop) {
63 this.stop = stop;
82 stop = ((CommonToken)oldToken).stop;
102 if ( start<n && stop<n) {
103 return input.substring(start,stop);
112 * that start/stop indexes are not valid. It means that that inpu
    [all...]
CharStream.java 38 public String substring(int start, int stop);
BufferedTokenStream.java 148 /** Get all tokens from start..stop inclusively */
149 public List get(int start, int stop) {
150 if ( start<0 || stop<0 ) return null;
153 if ( stop>=tokens.size() ) stop = tokens.size()-1;
154 for (int i = start; i <= stop; i++) {
195 public List getTokens(int start, int stop) {
196 return getTokens(start, stop, (BitSet)null);
199 /** Given a start and stop index, return a List of all tokens in
203 public List getTokens(int start, int stop, BitSet types)
    [all...]
  /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_org/third_party/WebKit/Source/core/frame/
SuspendableTimer.cpp 52 void SuspendableTimer::stop() function in class:blink::SuspendableTimer
54 TimerBase::stop();
67 TimerBase::stop();
  /external/libunwind/src/unwind/
ForcedUnwind.c 31 _Unwind_Stop_Fn stop, void *stop_parameter)
38 /* We check "stop" here to tell the compiler's inliner that
41 if (!stop)
50 exception_object->private_1 = (unsigned long) stop;
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
TokenStream.as 54 /** Return the text of all tokens from start to stop, inclusive.
59 function toStringWithRange(start:int, stop:int):String;
67 function toStringWithTokenRange(start:Token, stop:Token):String;
  /external/chromium_org/content/shell/renderer/test_runner/
mock_web_audio_device.cc 16 void MockWebAudioDevice::stop() {} function in class:content::MockWebAudioDevice
mock_web_audio_device.h 20 virtual void stop();
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
OscillatorNode.idl 44 [RaisesException] void stop(optional double when);
47 [RaisesException, ImplementedAs=stop] void noteOff(double when);
  /external/chromium_org/third_party/WebKit/public/platform/
WebAudioDevice.h 52 virtual void stop() = 0;
  /external/chromium_org/third_party/angle/util/win32/
Win32Timer.h 19 void stop();
  /external/javasqlite/src/main/java/SQLite/
Vm.java 61 public native void stop() throws SQLite.Exception; method in class:Vm
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
BidiRun.h 37 BidiRun(int start, int stop, RenderObject* object, BidiContext* context, WTF::Unicode::Direction dir)
38 : BidiCharacterRun(start, stop, context, dir)
  /external/chromium_org/third_party/WebKit/Source/platform/
SharedTimer.h 47 virtual void stop() = 0;
67 virtual void stop() OVERRIDE

Completed in 461 milliseconds

1 2 3 4 5 6 7 8 91011>>