HomeSort by relevance Sort by last modified time
    Searched refs:consume (Results 176 - 200 of 258) sorted by null

1 2 3 4 5 6 78 91011

  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
MonitorThread.java 323 packet.consume();
337 packet.consume();
JdwpPacket.java 242 * Consume the JDWP packet.
246 void consume() method in class:JdwpPacket
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
CommonTokenStream.as 61 * to consume). p==-1 indicates that the tokens list is empty
114 * must become active with LT(1) available. consume() simply
116 * input symbol. Consume at least one token.
120 public function consume():void { function
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
BufferedTokenStream.java 63 * to consume). tokens[p] should be LT(1). p=-1 indicates need
111 * must become active with LT(1) available. consume() simply
113 * input symbol. Consume at least one token.
117 public void consume() { method in class:BufferedTokenStream
LegacyCommonTokenStream.java 65 * to consume). p==-1 indicates that the tokens list is empty
129 * must become active with LT(1) available. consume() simply
131 * input symbol. Consume at least one token.
135 public void consume() { method in class:LegacyCommonTokenStream
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
CommonTokenStream.js 75 * must become active with LT(1) available. consume() simply
77 * input symbol. Consume at least one token.
81 consume: function() {
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRBufferedTreeNodeStream.h 130 - (void) consume;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRBufferedTreeNodeStream.h 130 - (void) consume;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBufferedTreeNodeStream.h 130 - (void) consume;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBufferedTreeNodeStream.h 132 - (void) consume;
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
CommonTokenStream.pm 109 sub consume { subroutine
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
streams.py 59 def consume(self): member in class:IntStream
385 def consume(self): member in class:ANTLRStringStream
477 consume() ahead until p==index; can't just set p=index as we must
485 # seek forward, consume until p hits index
487 self.consume()
649 # to consume). p==-1 indicates that the tokens list is empty
722 def consume(self): member in class:CommonTokenStream
725 must become active with LT(1) available. consume() simply
727 input symbol. Consume at least one token.
    [all...]
  /frameworks/base/core/jni/
android_view_InputEventReceiver.cpp 153 status_t status = mInputConsumer.consume(&mInputEventFactory,
174 ALOGE("channel '%s' ~ Failed to consume input event. status=%d",
282 message.appendFormat("Failed to consume batched input event. status=%d", status);
  /frameworks/base/include/androidfw/
InputTransport.h 292 status_t consume(InputEventFactoryInterface* factory, bool consumeBatches,
307 * Should be called after calling consume() to determine whether the consumer
314 * One option is simply to call consume() in a loop until it returns WOULD_BLOCK.
319 * one more time to consume the deferred event.
325 * Should be called after calling consume() with consumeBatches == false to determine
326 * whether consume() should be called again later on with consumeBatches == true.
341 // call to consume and that still needs to be handled.
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SuggestionsProviderImpl.java 191 public boolean consume(CorpusResult cursor) { method in class:SuggestionsProviderImpl.SuggestionCursorReceiver
193 Log.d(TAG, "SuggestionCursorReceiver.consume(" + cursor + ") corpus=" +
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DefaultSuggestionView.java 196 public boolean consume(Drawable icon) {
198 Log.d(TAG, "IconConsumer.consume got id " + uniqueIconId +
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/
Fuzzy.m 375 [input consume]; /* advance one char and try again */
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DebugInfoEncoder.java 177 * @param consume whether to claim to have consumed output for
182 AnnotatedOutput out, boolean consume) {
186 shouldConsume = consume;
  /dalvik/dx/src/com/android/dx/dex/file/
DebugInfoEncoder.java 177 * @param consume whether to claim to have consumed output for
182 AnnotatedOutput out, boolean consume) {
186 shouldConsume = consume;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
SymbolTableLexer.m 571 [input consume];
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangParser.m 474 [input consume];
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
DebugInfoEncoder.java 177 * @param consume whether to claim to have consumed output for
182 AnnotatedOutput out, boolean consume) {
186 shouldConsume = consume;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
parser.ml 94 * consume it, otherwise we are done. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
parser.ml 105 * consume it, otherwise we are done. *)
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
CommonTreeNodeStream.as 85 * to consume). If -1, nodes array not filled yet.
265 public function consume():void { function

Completed in 784 milliseconds

1 2 3 4 5 6 78 91011