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

/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);
/external/webkit/JavaScriptCore/wrec/
H A DWRECParser.h78 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());
/external/emma/core/java12/com/vladium/jcd/lib/
H A DTypes.java626 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/
H A DTextFormat.java505 * 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 i
[all...]
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 102 milliseconds