Searched
full:consume (Results
701 -
725 of
1550) sorted by null
<<21222324252627282930>>
/external/llvm/docs/tutorial/ |
LangImpl2.rst | 195 getNextToken(); // consume the number 411 passed in a precedence of 40, it will not consume any tokens (because 425 // consume it, otherwise we are done.
|
/external/llvm/lib/Support/ |
Triple.cpp | 517 // Consume the leading digit. 545 // Consume the leading number. 548 // Consume the separator, if present.
|
/external/mesa3d/src/mesa/program/ |
nvvertparse.c | 421 (void) Parse_Token(parseState, token); /* consume +/- */ 682 (void) Parse_String(parseState, "."); /* consume . */ 740 (void) Parse_String(parseState, "-"); /* consume '-' */ [all...] |
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
HexagonRelocator.cpp | 374 got_entry = ld_backend.getGOT().consume(); 425 plt_entry = ld_backend.getPLT().consume(); 431 gotplt_entry = ld_backend.getGOTPLT().consume(); [all...] |
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
object.h | [all...] |
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
object.h | [all...] |
/art/runtime/ |
indirect_reference_table.cc | 259 // Top-most entry. Scan up and consume holes.
|
/cts/tests/tests/opengl/src/android/opengl/cts/ |
WrapperTest.java | 157 * it doesn't, we'll consume memory rapidly, and will fail or be
|
/dalvik/vm/ |
IndirectRefTable.cpp | 265 // Top-most entry. Scan up and consume holes.
|
/developers/samples/android/common/src/java/com/example/android/common/media/ |
MediaCodecWrapper.java | 65 // consume these in the order they were dequeued from the codec.
|
/development/samples/BackupRestore/src/com/example/android/backuprestore/ |
ExampleAgent.java | 211 // way to consume it is using a while() loop
|
/development/samples/browseable/BasicMediaDecoder/src/com.example.android.common.media/ |
MediaCodecWrapper.java | 65 // consume these in the order they were dequeued from the codec.
|
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3input.h | 203 * character is seen by the consume() function then the current line number is incremented and the
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
CommonTokenStream.pm | 109 sub consume { subroutine
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/ |
CPP.stg | 216 * for matches. No error can be generated upon error; just rewind, consume 238 input.consume(); <! advance one char and try again !> 736 input.consume(); 1113 input.consume(); [all...] |
/external/chromium/net/base/ |
gzip_filter_unittest.cc | 306 // header correctly. (2) Sometimes the filter will consume input without
|
net_log.h | 105 // Only log events which are cheap, and don't consume much memory.
|
/external/chromium_org/ash/system/date/ |
date_view.cc | 92 // the CPU to wake up and consume power.
|
/external/chromium_org/cc/output/ |
output_surface.cc | 156 // The new frame rate controller will consume the swap acks of the old
|
/external/chromium_org/chrome/browser/extensions/ |
extensions_quota_service.h | 70 // service was just created. Called periodically so we don't consume an
|
/external/chromium_org/content/browser/aura/ |
gpu_process_transport_factory.cc | 113 virtual void Consume(const std::string& mailbox_name,
|
/external/chromium_org/content/browser/renderer_host/ |
overscroll_controller.cc | 93 // Consume the event and update overscroll state when in the middle of the
|
/external/chromium_org/content/renderer/media/ |
webrtc_audio_renderer.cc | 316 audio_fifo_->Consume(audio_bus, audio_bus->frames());
|
/external/chromium_org/courgette/ |
disassembler_elf_32.cc | 317 // Make certain we consume all of the relocations as expected
|
streams.cc | 285 // TODO(sra): consume the rest of |source|.
|
Completed in 628 milliseconds
<<21222324252627282930>>