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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Checkbox.js 60 event.consume();
DOMStorageItemsView.js 101 event.consume(true);
116 event.consume(true);
140 event.consume(true);
163 event.consume(true);
  /external/clang/test/CodeGenCXX/
blocks.cpp 103 extern void consume(void(^)());
104 consume(^{ (void) b; });
118 extern void consume(void(^)());
119 consume(^{ return foo(A()); });
  /external/jpeg/
jcmainct.c 136 /* If compressor did not consume the whole row, then we must need to
138 * we pretend we didn't yet consume the last input row; otherwise, if
210 /* If compressor did not consume the whole row, then we must need to
212 * we pretend we didn't yet consume the last input row; otherwise, if
  /external/qemu/distrib/jpeg-6b/
jcmainct.c 136 /* If compressor did not consume the whole row, then we must need to
138 * we pretend we didn't yet consume the last input row; otherwise, if
210 /* If compressor did not consume the whole row, then we must need to
212 * we pretend we didn't yet consume the last input row; otherwise, if
  /frameworks/av/include/media/stagefright/
SkipCutBuffer.h 36 // Submit one MediaBuffer for skipping and cutting. This may consume all or
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3InputStream.h 33 * This class serves as a consumer adapter for the HAL, and will consume the
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonGOT.h 46 HexagonGOTEntry* consume();
  /frameworks/native/libs/input/tests/
InputPublisherAndConsumer_test.cpp 92 status = mConsumer->consume(&mEventFactory, true /*consumeBatches*/, -1, &consumeSeq, &event);
94 << "consumer consume should return OK";
175 status = mConsumer->consume(&mEventFactory, true /*consumeBatches*/, -1, &consumeSeq, &event);
177 << "consumer consume should return OK";
  /frameworks/rs/java/tests/GenImages/src/com/android/rs/genimage/
GenImageAct.java 44 // consume significant memory here.
  /libcore/luni/src/test/java/libcore/java/nio/charset/
OldCharset_AbstractTest.java 86 out.consume(code);
93 out.consume(code);
115 out.consume(outputBB.get() & 0xff);
268 abstract void consume(int code); method in class:OldCharset_AbstractTest.CodesGenerator
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
IconLoaderTest.java 69 public boolean consume(Object value) { method in class:IconLoaderTest.AssertConsumer
  /sdk/emulator/opengl/host/libs/libOpenglRender/
ReadBuffer.cpp 68 void ReadBuffer::consume(size_t amount) function in class:ReadBuffer
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3tokenstream.c 66 static void consume (pANTLR3_INT_STREAM is);
224 stream->tstream->istream->consume = dbgConsume;
319 stream->tstream->istream->consume = consume;
340 ts->istream->consume = dbgConsume;
593 * must become active with LT(1) available. consume() simply
595 * input symbol. Consume at least one token.
600 consume (pANTLR3_INT_STREAM is) function
616 /// As per ordinary consume but notifies the debugger about hidden
637 consume(is); // Standard consume
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/
TestLexer.m 96 [input consume];
142 [input consume];
175 [input consume];
  /external/chromium_org/third_party/WebKit/Source/core/platform/audio/chromium/
AudioDestinationChromium.cpp 99 // extra silence for the input. Otherwise, we can over-consume the input FIFO.
164 m_fifo->consume(m_renderBus.get(), numberOfFrames);
171 m_inputFifo->consume(m_inputBus.get(), framesToProcess);
  /external/chromium_org/v8/test/cctest/
test-circular-queue.cc 70 // Consume the first chunk.
85 // so it's possible to consume the second chunk.
87 // Consume the second chunk
  /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/v8/test/cctest/
test-circular-queue.cc 47 // Consume the first chunk.
62 // so it's possible to consume the second chunk.
64 // Consume the second chunk
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
recognizers.rb 381 # consume the current symbol and return its value. If
388 @input.consume
396 # match anything -- i.e. wildcard match. Simply consume
400 @input.consume
500 @state.last_error_index == @input.index and @input.consume
545 # thing to do is to consume tokens until you see something that
548 # input might just be missing a token--you might consume the
589 # we resync'd to that token, we'd consume until EOF. We need to
592 # not consume anything and after printing an error rule c would
597 # the same recovery set and doesn't consume anything. Rule
    [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp 124 // Consume the ';'.
202 // We have a class or category name - consume it.
399 // Consume the ';' here, since ParseObjCMethodPrototype() is re-used for
436 // The code below does not consume '}'s because it is afraid of eating the
581 SourceLocation AttrName = ConsumeToken(); // consume last attribute name
    [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeParser.java 105 input.consume(); // not subtree, consume 1 node and return
113 input.consume();
123 input.consume(); // consume UP
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
ANTLRStringStream.js 89 * Consume the next character of data in the stream.
91 consume: function() {
243 * {@link #consume}-ing data if necessary.</p>
252 // seek forward, consume until p hits index
254 this.consume();
Lexer.js 139 this.input.consume();
152 this.input.consume();
158 this.input.consume();
171 this.input.consume();
272 this.input.consume();
  /frameworks/base/location/java/android/location/
Criteria.java 121 * More accurate location may consume more power and may take longer.
145 * More accurate location may consume more power and may take longer.
169 * More accurate location may consume more power and may take longer.
193 * More accurate location may consume more power and may take longer.
217 * More accurate location may consume more power and may take longer.

Completed in 2816 milliseconds

1 2 3 4 5 6 78 91011>>