HomeSort by relevance Sort by last modified time
    Searched full:consume (Results 426 - 450 of 1550) sorted by null

<<11121314151617181920>>

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
SymbolTableLexer.m 352 [input consume];
419 [input consume];
486 [input consume];
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCLexer.java 260 input.consume();
284 input.consume();
476 input.consume();
  /external/chromium_org/gpu/command_buffer/service/
texture_manager_unittest.cc     [all...]
  /external/chromium_org/net/quic/
quic_stream_sequencer_test.cc 371 // Consume 1 byte.
377 // Consume 2 bytes.
383 // Consume 5 bytes.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
SearchController.js 200 event.consume(true);
208 event.consume(true);
219 event.consume(true);
Drawer.js 235 event.consume(true);
243 event.consume();
  /external/chromium_org/third_party/re2/re2/
simplify.cc 123 // Returns a new regexp. Does not edit re. Does not consume reference to re.
129 // into rune ranges. Does not edit re. Does not consume ref to re.
308 // Returns a new regexp. Does not edit re. Does not consume reference to re.
  /external/regex-re2/re2/
simplify.cc 123 // Returns a new regexp. Does not edit re. Does not consume reference to re.
129 // into rune ranges. Does not edit re. Does not consume ref to re.
308 // Returns a new regexp. Does not edit re. Does not consume reference to re.
  /frameworks/av/include/media/nbaio/
NBAIO.h 174 // via Callback function that the sink will call as many times as needed to consume data.
280 // and it can consume a different number of frames during the series of callbacks.
299 // dest Non-NULL buffer owned by source that callback should consume data from,
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 587 got_entry = getTarget().getGOT().consume();
588 getTarget().getGOT().consume()->setValue(0x0);
703 got_entry = ld_backend.getGOT().consume();
758 plt_entry = ld_backend.getPLT().consume();
764 gotplt_entry = ld_backend.getGOTPLT().consume();
    [all...]
  /packages/apps/InCallUI/src/com/android/incallui/
InCallActivity.java 209 Log.d(this, "Consume Back press for an inconing call");
223 // Always consume CALL to be sure the PhoneWindow won't do anything with it
237 // Always consume CALL to be sure the PhoneWindow won't do anything with it
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
debug.py 112 def consume(self): member in class:DebugTokenStream
118 self.input.consume()
129 """consume all initial off-channel tokens"""
453 so that a GUI can easily track what LT/consume events are
588 """Indicates the recognizer is about to consume tokens to resynchronize
589 the parser. Any consume events from here until the recovered event
    [all...]
  /external/chromium_org/third_party/re2/util/
pcre.h 118 // The "Consume" operation may be useful if you want to repeatedly
129 // while (PCRE::Consume(&input, "(\\w+) = (\\d+)\n", &var, &value)) {
133 // Each successful call to "Consume" will set "var/value", and also
140 // The "FindAndConsume" operation is similar to "Consume" but does not
354 static const ConsumeFunctor Consume;
356 // Like Consume(..), but does not anchor the match at the beginning of the
  /external/regex-re2/util/
pcre.h 118 // The "Consume" operation may be useful if you want to repeatedly
129 // while (PCRE::Consume(&input, "(\\w+) = (\\d+)\n", &var, &value)) {
133 // Each successful call to "Consume" will set "var/value", and also
140 // The "FindAndConsume" operation is similar to "Consume" but does not
348 static const ConsumeFunctor Consume;
350 // Like Consume(..), but does not anchor the match at the beginning of the
  /dalvik/dx/tests/071-dex-java-stack-ops/
blort.j 18 ; Methods to "consume" an int.
61 ; Methods to "consume" a long.
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas     [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
CommonTreeNodeStream.js 34 * to consume). If -1, nodes array not filled yet.
222 consume: function() {
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Python.g 529 /** Consume a newline and any whitespace at start of next line */
593 Consume any leading whitespace if it starts on left edge.
rhino-python.extensions 131 this.stream.consume();
154 this.stream.consume();
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRUnbufferedCommonTreeNodeStream.m 181 - (void) consume
262 [self consume];
  /external/chromium_org/third_party/WebKit/Source/wtf/
TCPageMap.h 183 // How many bits should we consume at each interior level
187 // How many bits should we consume at leaf level
  /external/chromium_org/third_party/tcmalloc/vendor/src/
pagemap.h 210 // How many bits should we consume at each interior level
214 // How many bits should we consume at leaf level
  /external/clang/lib/Parse/
ParseOpenMP.cpp 132 // Consume final annot_pragma_openmp_end.
228 // Consume ','.
  /frameworks/native/include/gui/
ConsumerBase.h 84 // ConsumerBase constructs a new ConsumerBase object to consume image
207 // consume images buffers pushed to it using the IGraphicBufferProducer
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DataManager.java 212 // Maps a list of Paths to MediaItems, and invoke consumer.consume()
214 // An index number is also passed to consumer.consume() to identify

Completed in 1588 milliseconds

<<11121314151617181920>>