HomeSort by relevance Sort by last modified time
    Searched defs:consume (Results 1 - 25 of 25) sorted by null

  /dalvik/dx/tests/095-dex-const-string-jumbo/
Blort.java 18 static public void consume(String s) { method in class:Blort
23 consume("zorch");
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
Consumer.java 22 * @param <A> The type of data to consume.
29 * @param value The value to consume.
32 boolean consume(A value); method in interface:Consumer
BarrierConsumer.java 41 * @param expectedCount The number of values to consume.
72 public boolean consume(A value) { method in class:BarrierConsumer
  /external/nist-sip/java/gov/nist/javax/sip/parser/
Parser.java 93 lexer.consume();
  /bionic/libc/netbsd/isc/
ev_streams.c 43 static void consume(evStream *str, size_t bytes);
227 consume(evStream *str, size_t bytes) { function
274 consume(str, bytes);
297 consume(str, bytes);
  /packages/apps/Email/src/org/apache/james/mime4j/
MimeBoundaryInputStream.java 108 public void consume() throws IOException { method in class:MimeBoundaryInputStream
MimeStreamParser.java 154 tempIs.consume();
159 tempIs.consume();
  /external/nist-sip/java/gov/nist/core/
StringTokenizer.java 153 public void consume() { method in class:StringTokenizer
157 public void consume(int k) { method in class:StringTokenizer
182 consume(1);
  /external/webkit/JavaScriptCore/wrec/
WRECParser.h 78 setError(ParenthesesUnmatched); // Parsing the pattern should fully consume it.
130 int consume() function in class:JSC::WREC::Parser
151 return consume() - '0';
170 n = (n << 4) | WTF::toASCIIHexValue(consume());
  /frameworks/base/libs/ui/
InputTransport.cpp 558 status_t InputConsumer::consume(InputEventFactoryInterface* factory, InputEvent** outEvent) { function in class:android::InputConsumer
560 LOGD("channel '%s' consumer ~ consume",
  /libcore/luni/src/test/java/tests/api/java/nio/charset/
Charset_AbstractTest.java 102 out.consume(code);
109 out.consume(code);
136 out.consume(outputBB.get() & 0xff);
335 abstract void consume(int code); method in class:Charset_AbstractTest.CodesGenerator
Charset_TestGenerator.java 111 abstract void consume (int code); method in class:Charset_TestGenerator.CodesGenerator
121 void consume (int code) { method in class:Charset_TestGenerator.CodesGenerator1
141 void consume (int code) { method in class:Charset_TestGenerator.CodesGenerator2
158 void consume (int code) { method in class:Charset_TestGenerator.CodesGenerator3
184 gen.consume(code);
189 gen.consume(code);
197 abstract void consume (int code); method in class:Charset_TestGenerator.Dumper
212 void consume (int code) { method in class:Charset_TestGenerator.Dumper1
233 out.consume(bb.get());
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SuggestionsProviderImpl.java 227 public boolean consume(CorpusResult cursor) { method in class:SuggestionsProviderImpl.SuggestionCursorReceiver
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
JdwpPacket.java 242 * Consume the JDWP packet.
246 void consume() method in class:JdwpPacket
MonitorThread.java 323 packet.consume();
337 packet.consume();
Client.java 594 packet.consume();
644 * and consume it without admitting to have done so. Upon receipt
  /external/emma/core/java12/com/vladium/jcd/lib/
Types.java 626 consume ('(');
668 consume ('L');
681 consume ('[');
732 private void consume (char expected) throws IOException method in class:Types.methodDescriptorCompiler
  /external/protobuf/java/src/main/java/com/google/protobuf/
TextFormat.java 505 * If the next token exactly matches {@code token}, consume it and return
518 * If the next token exactly matches {@code token}, consume it. Otherwise,
521 public void consume(final String token) throws ParseException { method in class:TextFormat.Tokenizer
529 * not consume it.
542 * If the next token is an identifier, consume it and return its value.
564 * If the next token is a 32-bit signed integer, consume it and return its
578 * If the next token is a 32-bit unsigned integer, consume it and return its
592 * If the next token is a 64-bit signed integer, consume it and return its
606 * If the next token is a 64-bit unsigned integer, consume it and return its
620 * If the next token is a double, consume it and return its value
    [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /prebuilt/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
  /prebuilt/common/ddmlib/
ddmlib-prebuilt.jar 
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 
  /prebuilt/sdk/tools/lib/
dx.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /external/emma/lib/
emma.jar 

Completed in 569 milliseconds