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

<<21222324252627282930>>

  /external/nist-sip/java/gov/nist/javax/sip/parser/
AddressParser.java 54 this.lexer.consume(1);
  /external/qemu/distrib/jpeg-6b/
jdtrans.c 249 /* Initialize input side of decompressor to consume first scan. */
  /external/qemu/docs/
AUDIO.TXT 193 in its stereo sound buffer, and the SWVoiceIn objects must consume them as soon as
  /external/v8/src/
scanner.cc 325 // consume the '/' and insert a whitespace. This way all
691 Advance(); // consume quote
708 Advance(); // consume quote
1032 Advance(); // consume '/'
  /external/webp/src/utils/
thread.c 105 // wait until the event is consumed so the signaler cannot consume
  /frameworks/av/media/libstagefright/omx/
GraphicBufferSource.h 183 // We consume graphic buffers from this.
  /frameworks/base/core/java/android/util/
JsonReader.java 43 * #beginArray} to consume the array's opening bracket. Then create a
48 * #beginObject} to consume the object's opening brace. Then create a
742 // if this is the first read, consume an optional byte order mark (BOM) if it exists
915 * does not consume the delimiter character.
    [all...]
  /frameworks/base/core/jni/
android_view_InputEventSender.cpp 193 ALOGE("channel '%s' ~ Failed to consume finished signals. status=%d",
  /frameworks/base/docs/html/training/basics/activity-lifecycle/
pausing.jd 74 <li>Stop animations or other ongoing actions that could consume CPU.</li>
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.cpp 113 HexagonPLT1* HexagonPLT::consume() function in class:HexagonPLT
  /frameworks/native/opengl/specs/
EGL_ANDROID_blob_cache.txt 38 programming for a long time. It can consume seconds of CPU cycles during
  /libcore/luni/src/main/java/java/sql/
Date.java 21 * A class which can consume and produce dates in SQL {@code Date} format.
  /libcore/luni/src/main/native/
java_nio_charset_Charsets.cpp 217 // Now we know we have a *valid* surrogate pair, we can consume the low surrogate.
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalSource.java 239 consumer.consume(pid2.id, items[k - i]);
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageSummary.java 46 * Displays a list of apps and subsystems that consume power, ordered by how much power was
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
shelve.py 49 However, using keyword argument writeback=True may consume vast amount
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
shelve.py 49 However, using keyword argument writeback=True may consume vast amount
  /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 185 * @param consume whether to claim to have consumed output for
190 AnnotatedOutput out, boolean consume) {
194 shouldConsume = consume;
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
Profiler.cs 207 Console.WriteLine("consume token " + token);
225 Console.WriteLine("consume " + thisRefIndex + " " + depth + " tokens ahead in " +
240 //System.out.println("consume hidden token "+token);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
Profiler.cs 223 Console.WriteLine("consume token " + token);
244 Console.WriteLine("consume " + thisRefIndex + " " + depth + " tokens ahead in " +
262 //System.out.println("consume hidden token "+token);
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
Profiler.java 259 if (dump) System.out.println("consume token "+token);
275 if (dump) System.out.println("consume "+thisRefIndex+" "+depth+" tokens ahead in "+
287 //System.out.println("consume hidden token "+token);
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCLexer.java 260 input.consume();
284 input.consume();
476 input.consume();
  /external/chromium_org/net/base/
upload_data_stream_unittest.cc 503 // Consume the first element.
510 // Consume the second element.
516 // Consume the third and the fourth elements.
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/harfbuzz/
HarfBuzzShaper.cpp 396 if (!iterator.consume(character, clusterLength))
410 for (iterator.advance(clusterLength); iterator.consume(character, clusterLength); iterator.advance(clusterLength)) {
449 } while (iterator.consume(character, clusterLength));

Completed in 1162 milliseconds

<<21222324252627282930>>