Searched defs:consume (Results 1 - 25 of 79) sorted by relevance

1234

/external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
H A DANTLRStringStream.pm10 sub consume : Test(2) { subroutine
15 $s->consume();
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
H A Dinteractive.rb90 def consume method in class:ANTLR3.InteractiveStringStream
94 consume
/external/chromium_org/ash/test/
H A Dtest_volume_control_delegate.cc9 TestVolumeControlDelegate::TestVolumeControlDelegate(bool consume) argument
10 : consume_(consume),
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DANTLRStringStream.as83 public function consume():void { function
168 /** consume() ahead until p==index; can't just set p=index as we must
176 // seek forward, consume until p hits index
178 consume();
H A DCommonTokenStream.as61 * to consume). p==-1 indicates that the tokens list is empty
114 * must become active with LT(1) available. consume() simply
120 public function consume():void { function
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DIntStream.java34 void consume(); method in interface:IntStream
H A DCommonTokenStream.java37 * token using consume(), LT(), etc. the stream does not pull from the lexer.
64 public void consume() { method in class:CommonTokenStream
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A Dhttp_header_util.py70 def consume(state, amount=1): function
72 consumed bytes. If there's not enough bytes to consume, returns None.
96 consume(state, pos)
122 consume(state, pos)
146 return consume(state, pos)
170 c = consume(state)
/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DAudioPullFIFO.cpp45 void AudioPullFIFO::consume(AudioBus* destination, size_t framesToConsume) function in class:blink::AudioPullFIFO
55 m_fifo.consume(destination, framesToConsume);
H A DAudioFIFO.cpp46 void AudioFIFO::consume(AudioBus* destination, size_t framesToConsume) function in class:blink::AudioFIFO
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DLatin1TextIterator.h40 bool consume(UChar32& character, unsigned& clusterLength) function in class:blink::Latin1TextIterator
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DSurrogatePairAwareTextIterator.h36 inline bool consume(UChar32& character, unsigned& clusterLength) function in class:blink::SurrogatePairAwareTextIterator
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
H A Dhttp_header_util.py70 def consume(state, amount=1): function
72 consumed bytes. If there's not enough bytes to consume, returns None.
96 consume(state, pos)
122 consume(state, pos)
146 return consume(state, pos)
170 c = consume(state)
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
H A Dparse_core.py88 def consume(self,lexer,tok): member in class:Parser
/external/clang/test/SemaCXX/
H A Dstring-plus-int.cpp4 void consume(const char* c) {} function
5 void consume(const unsigned char* c) {} function
6 void consume(const wchar_t* c) {} function
31 consume("foo" + 5); // expected-warning {{adding 'int' to a string does not append to the string}} expected-note {{use array indexing to silence this warning}}
32 consume("foo" + index); // expected-warning {{adding 'int' to a string does not append to the string}} expected-note {{use array indexing to silence this warning}}
33 consume("foo" + kMyEnum); // expected-warning {{adding 'MyEnum' to a string does not append to the string}} expected-note {{use array indexing to silence this warning}}
35 consume(5 + "foo"); // expected-warning {{adding 'int' to a string does not append to the string}} expected-note {{use array indexing to silence this warning}}
36 consume(index + "foo"); // expected-warning {{adding 'int' to a string does not append to the string}} expected-note {{use array indexing to silence this warning}}
37 consume(kMyEnum + "foo"); // expected-warning {{adding 'MyEnum' to a string does not append to the string}} expected-note {{use array indexing to silence this warning}}
43 consume(
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DCommonTreeNodeStream.as85 * to consume). If -1, nodes array not filled yet.
265 public function consume():void { function
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DANTLRStringStream.pm92 sub consume { subroutine
193 # consume() ahead unit p == index; can't just set p = index as we must update
204 # seek forward, consume until p hits index
206 $self->consume();
H A DCommonTokenStream.pm109 sub consume { subroutine
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DStreamBuffer.h71 // This function consume data in the fist block.
73 void consume(size_t size) function in class:WTF::StreamBuffer
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3intstream.h121 void (*consume) (struct ANTLR3_INT_STREAM_struct * intStream); member in struct:ANTLR3_INT_STREAM_struct
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DTreePatternLexer.java60 consume();
67 consume();
72 consume();
77 consume();
82 consume();
86 consume();
90 consume();
94 consume();
98 consume();
102 consume();
126 protected void consume() { method in class:TreePatternLexer
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DLookaheadStream.h80 public void consume() { sync(1); remove(); } function in class:FastQueue
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
H A Ddebug.rb119 def consume method in class:ANTLR3.Debug.TreeNodeStream
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DDebugInfoItem.java136 * @param consume whether to claim to have consumed output for
141 AnnotatedOutput out, boolean consume) {
142 byte[] result = encode0(file, prefix, debugPrint, out, consume);
167 * @param consume whether to claim to have consumed output for
172 AnnotatedOutput out, boolean consume) {
189 consume);
140 encode(DexFile file, String prefix, PrintWriter debugPrint, AnnotatedOutput out, boolean consume) argument
171 encode0(DexFile file, String prefix, PrintWriter debugPrint, AnnotatedOutput out, boolean consume) argument
/external/nist-sip/java/gov/nist/core/
H A DStringTokenizer.java153 public void consume() { method in class:StringTokenizer
157 public void consume(int k) { method in class:StringTokenizer
182 consume(1);

Completed in 726 milliseconds

1234