HomeSort by relevance Sort by last modified time
    Searched full:consume (Results 51 - 75 of 400) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/apache-http/src/org/apache/http/conn/
BasicEofSensorWatcher.java 102 // consume the remainder of the response body:
BasicManagedEntity.java 178 // consume the remainder of the response body:
  /external/chromium/third_party/icu/source/io/
ustream.cpp 97 /* We need to consume one byte at a time to see what is considered whitespace. */
  /external/chromium/third_party/icu/source/test/intltest/
textfile.cpp 89 // consume 0xA following 0xD
  /external/icu4c/io/
ustream.cpp 99 /* We need to consume one byte at a time to see what is considered whitespace. */
  /external/icu4c/test/intltest/
textfile.cpp 89 // consume 0xA following 0xD
  /external/nist-sip/java/gov/nist/core/
ParserCore.java 64 lexer.consume(1);
  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PVisitedNetworkIDParser.java 132 this.lexer.consume(1);
  /external/zlib/
gzwrite.c 119 /* consume whatever's left in the input buffer */
204 /* consume whatever's left in the input buffer */
309 /* consume whatever's left in the input buffer */
384 /* consume whatever's left in the input buffer */
  /frameworks/base/core/java/android/text/method/
KeyListener.java 46 * consume hard key events. This means that the key listener will generally
  /frameworks/base/telephony/java/com/android/internal/telephony/
ATResponseParser.java 171 // consume "^[^:]:"
  /hardware/ril/reference-ril/
at_tok.c 35 // consume "^[^:]:"
  /system/core/toolbox/
renice.c 83 // consume command name
  /packages/apps/Email/src/org/apache/james/mime4j/
MimeStreamParser.java 154 tempIs.consume();
159 tempIs.consume();
  /external/chromium/third_party/icu/public/common/unicode/
ushape.h 121 * If more room is necessary, then try to consume spaces next to modified characters.
128 * If more room is necessary, then try to consume spaces next to modified characters.
136 * If more room is necessary, then try to consume spaces at the end of the text.
143 * If more room is necessary, then try to consume spaces at the end of the text.
151 * If more room is necessary, then try to consume spaces at the beginning of the text.
158 * If more room is necessary, then try to consume spaces at the beginning of the text.
  /external/chromium/third_party/icu/source/tools/toolutil/
xmlparser.cpp 352 // Consume the XML Declaration, if present.
357 // Consume "misc" [XML production 27] appearing before DocType
360 // Consume a DocType declaration, if present.
365 // Consume additional "misc" [XML production 27] appearing after the DocType
464 // Consume the annoying xml "Misc" that can appear at the end of the doc.
532 // Consume XML "Misc" [production #27]
  /external/icu4c/common/unicode/
ushape.h 122 * If more room is necessary, then try to consume spaces next to modified characters.
129 * If more room is necessary, then try to consume spaces next to modified characters.
138 * If more room is necessary, then try to consume spaces at the end of the text.
145 * If more room is necessary, then try to consume spaces at the end of the text.
154 * If more room is necessary, then try to consume spaces at the beginning of the text.
161 * If more room is necessary, then try to consume spaces at the beginning of the text.
  /external/icu4c/tools/toolutil/
xmlparser.cpp 352 // Consume the XML Declaration, if present.
357 // Consume "misc" [XML production 27] appearing before DocType
360 // Consume a DocType declaration, if present.
365 // Consume additional "misc" [XML production 27] appearing after the DocType
464 // Consume the annoying xml "Misc" that can appear at the end of the doc.
532 // Consume XML "Misc" [production #27]
  /external/v8/test/cctest/
test-log.cc 718 static bool Consume(const char* str, char** buf) {
900 if (Consume(code_creation, &start)) {
901 if (Consume(lazy_compile, &start)
902 || Consume(script, &start)
903 || Consume(function, &start)) {
906 } else if (Consume(code_delete, &start)) {
908 } else if (Consume(code_move, &start)) {
    [all...]
  /frameworks/base/docs/html/resources/articles/
creating-input-method.jd 207 hard key events first and can choose to consume them or forward them along to
208 the application. For instance, you may want to consume the directional keys to
214 <code>super.onKey</code>* if you don't want to consume a certain key
  /dalvik/dx/tests/071-dex-java-stack-ops/
blort.j 18 ; Methods to "consume" an int.
61 ; Methods to "consume" a long.
  /external/chromium/net/flip/
flip_stream.cc 365 // sent a portion of the body. In that case, we need to first consume
367 // the number of bytes in the frame that were written, only consume the
  /external/webkit/JavaScriptCore/wtf/
TCPageMap.h 192 // How many bits should we consume at each interior level
196 // How many bits should we consume at leaf level
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
JdwpPacket.java 242 * Consume the JDWP packet.
246 void consume() method in class:JdwpPacket
  /build/tools/apicheck/src/com/android/apicheck/
ApiCheck.java 26 // parse out and consume the -whatever command line flags

Completed in 2967 milliseconds

1 23 4 5 6 7 8 91011>>