/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
D | BufferedTokenStream.java | 149 public List get(int start, int stop) { in get() 195 public List getTokens(int start, int stop) { in getTokens() 203 public List getTokens(int start, int stop, BitSet types) { in getTokens() 223 public List getTokens(int start, int stop, List types) { in getTokens() 227 public List getTokens(int start, int stop, int ttype) { in getTokens() 240 public String toString(int start, int stop) { in toString() 253 public String toString(Token start, Token stop) { in toString()
|
D | LegacyCommonTokenStream.java | 191 public List getTokens(int start, int stop) { in getTokens() 199 public List getTokens(int start, int stop, BitSet types) { in getTokens() 227 public List getTokens(int start, int stop, List types) { in getTokens() 231 public List getTokens(int start, int stop, int ttype) { in getTokens() 304 public List get(int start, int stop) { in get() 370 public String toString(int start, int stop) { in toString() 388 public String toString(Token start, Token stop) { in toString()
|
D | TokenStream.java | 66 public String toString(int start, int stop); in toString() 74 public String toString(Token start, Token stop); in toString()
|
D | UnbufferedTokenStream.java | 71 public String toString(int start, int stop) { return "n/a"; } in toString() 73 public String toString(Token start, Token stop) { return "n/a"; } in toString()
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/ |
D | SlimTokenStream.cs | 182 public IList<SlimToken> GetTokens( int start, int stop ) in GetTokens() 193 public IList<SlimToken> GetTokens( int start, int stop, BitSet types ) in GetTokens() 229 public IList<SlimToken> GetTokens( int start, int stop, IList<int> types ) in GetTokens() 234 public IList<SlimToken> GetTokens( int start, int stop, int ttype ) in GetTokens() 397 public virtual string ToString( int start, int stop ) in ToString() 429 public virtual string ToString( IToken start, IToken stop ) in ToString()
|
/external/autotest/client/cros/video/ |
D | sequence_generator.py | 13 def generate_interval_sequence(start, stop, interval_in_s): argument 51 def generate_random_sequence(start, stop, samples_per_min): argument
|
/external/skia/include/private/ |
D | SkTDArray.h | 229 const T* stop = fArray + fCount; in select() local 241 const T* stop = fArray + fCount; in find() local 253 const T* stop = fArray; in rfind() local 299 T* stop = fArray + fCount; in deleteAll() local 309 T* stop = fArray + fCount; in freeAll() local 319 T* stop = fArray + fCount; in unrefAll() local 329 T* stop = fArray + fCount; in safeUnrefAll() local 338 T* stop = this->end(); in visitAll() local
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | BufferedTokenStream.cs | 322 public virtual List<IToken> GetTokens(int start, int stop) in GetTokens() 331 public virtual List<IToken> GetTokens(int start, int stop, BitSet types) in GetTokens() 359 public virtual List<IToken> GetTokens(int start, int stop, IEnumerable<int> types) in GetTokens() 364 public virtual List<IToken> GetTokens(int start, int stop, int ttype) in GetTokens() 378 public virtual string ToString(int start, int stop) in ToString() 399 public virtual string ToString(IToken start, IToken stop) in ToString()
|
D | LegacyCommonTokenStream.cs | 259 public virtual IList<IToken> GetTokens( int start, int stop ) in GetTokens() 270 public virtual IList<IToken> GetTokens( int start, int stop, BitSet types ) in GetTokens() 306 public virtual IList<IToken> GetTokens( int start, int stop, IList<int> types ) in GetTokens() 311 public virtual IList<IToken> GetTokens( int start, int stop, int ttype ) in GetTokens() 494 public virtual string ToString( int start, int stop ) in ToString() 517 public virtual string ToString( IToken start, IToken stop ) in ToString()
|
D | ITokenStream.cs | 83 string ToString( int start, int stop ); in ToString() 93 string ToString( IToken start, IToken stop ); in ToString()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | BufferedTokenStream.cs | 283 public virtual List<IToken> GetTokens(int start, int stop) { in GetTokens() 291 public virtual List<IToken> GetTokens(int start, int stop, BitSet types) { in GetTokens() 315 public virtual List<IToken> GetTokens(int start, int stop, IEnumerable<int> types) { in GetTokens() 319 public virtual List<IToken> GetTokens(int start, int stop, int ttype) { in GetTokens() 331 public virtual string ToString(int start, int stop) { in ToString() 350 public virtual string ToString(IToken start, IToken stop) { in ToString()
|
D | LegacyCommonTokenStream.cs | 234 public virtual IList<IToken> GetTokens(int start, int stop) { in GetTokens() 244 public virtual IList<IToken> GetTokens(int start, int stop, BitSet types) { in GetTokens() 272 public virtual IList<IToken> GetTokens(int start, int stop, IList<int> types) { in GetTokens() 276 public virtual IList<IToken> GetTokens(int start, int stop, int ttype) { in GetTokens() 428 public virtual string ToString(int start, int stop) { in ToString() 446 public virtual string ToString(IToken start, IToken stop) { in ToString()
|
D | ITokenStream.cs | 79 string ToString(int start, int stop); in ToString() 89 string ToString(IToken start, IToken stop); in ToString()
|
D | UnbufferedTokenStream.cs | 96 public string ToString(int start, int stop) { in ToString() 100 public string ToString(IToken start, IToken stop) { in ToString()
|
/external/clang/test/CodeGenObjC/ |
D | blocks-5.m | 9 - (void)enumerateKeysAndObjectsUsingBlock:(void (^)(id key, id obj, unsigned char *stop))block ; 35 - (void)enumerateKeysAndObjectsUsingBlock:(void (^)(id key, id obj, unsigned char *stop))block {}
|
/external/eigen/bench/btl/generic_bench/timers/ |
D | portable_timer.hh | 53 LARGE_INTEGER stop; member 66 void stop() { QueryPerformanceCounter(&stopVal); } in stop() function in Portable_Timer 109 void stop() in stop() function in Portable_Timer 159 void stop() in stop() function in Portable_Timer
|
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/ |
D | VideoSource.java | 45 public void stop() { in stop() method in VideoSource 61 private static native void stop(long nativeSource); in stop() method in VideoSource
|
/external/webrtc/webrtc/base/ |
D | sigslotrepeater.h | 38 void stop(base_type &s) { s.disconnect(this); } in stop() function 54 void stop(base_type &s) { s.disconnect(this); } in stop() function 70 void stop(base_type &s) { s.disconnect(this); } in stop() function 89 void stop(base_type &s) { s.disconnect(this); } in stop() function
|
/external/python/cpython2/Objects/ |
D | sliceobject.c | 61 PySlice_New(PyObject *start, PyObject *stop, PyObject *step) in PySlice_New() 104 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step) in PySlice_GetIndices() 135 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step, Py_ssize_t *slicelength) in PySlice_GetIndicesEx() 195 PyObject *start, *stop, *step; in slice_new() local 257 Py_ssize_t ilen, start, stop, step, slicelength; in slice_indices() local
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | CommonErrorNode.cs | 42 public IToken stop; field in Antlr.Runtime.Tree.CommonErrorNode 45 public CommonErrorNode( ITokenStream input, IToken start, IToken stop, in CommonErrorNode()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | CommonErrorNode.cs | 40 public IToken stop; field in Antlr.Runtime.Tree.CommonErrorNode 43 public CommonErrorNode(ITokenStream input, IToken start, IToken stop, in CommonErrorNode()
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
D | CommonErrorNode.java | 36 public Token stop; field in CommonErrorNode 39 public CommonErrorNode(TokenStream input, Token start, Token stop, in CommonErrorNode()
|
/external/devlib/devlib/module/ |
D | cooling.py | 42 def stop(self): member in MbedFanActiveCoolingModule 61 def stop(self): member in OdroidXU3ctiveCoolingModule
|
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/ |
D | StopWatch.java | 62 public TimeInstrument stop() { in stop() method in StopWatch 69 public StopWatch stop(long stopTime) { in stop() method in StopWatch
|
/external/protobuf/objectivec/ |
D | GPBArray.m | 400 - (void)enumerateValuesWithBlock:(void (^)(int32_t value, NSUInteger idx, BOOL *stop))block { 405 usingBlock:(void (^)(int32_t value, NSUInteger idx, BOOL *stop))block { 647 - (void)enumerateValuesWithBlock:(void (^)(uint32_t value, NSUInteger idx, BOOL *stop))block { 652 usingBlock:(void (^)(uint32_t value, NSUInteger idx, BOOL *stop))block { 894 - (void)enumerateValuesWithBlock:(void (^)(int64_t value, NSUInteger idx, BOOL *stop))block { 899 usingBlock:(void (^)(int64_t value, NSUInteger idx, BOOL *stop))block { 1141 - (void)enumerateValuesWithBlock:(void (^)(uint64_t value, NSUInteger idx, BOOL *stop))block { 1146 usingBlock:(void (^)(uint64_t value, NSUInteger idx, BOOL *stop))block { 1388 - (void)enumerateValuesWithBlock:(void (^)(float value, NSUInteger idx, BOOL *stop))block { 1393 usingBlock:(void (^)(float value, NSUInteger idx, BOOL *stop))block { [all …]
|