/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
RemoteDebugEventSocketListener.cs | 60 * Track the last token index we saw during a consume. If same, then
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
RemoteDebugEventSocketListener.cs | 63 * Track the last token index we saw during a consume. If same, then
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
RemoteDebugEventSocketListener.java | 53 /** Track the last token index we saw during a consume. If same, then
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRBufferedTreeNodeStream.m | 365 -(void) consume
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/ |
LangParser.m | 474 [input consume];
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
CSharp2.stg | 200 * for matches. No error can be generated upon error; just rewind, consume 235 input.Consume();<! advance one char and try again !> 947 input.Consume(); 973 input.Consume();<\n> [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/ |
CSharp3.stg | 195 * for matches. No error can be generated upon error; just rewind, consume 230 input.Consume();<! advance one char and try again !> 927 input.Consume(); 953 input.Consume();<\n> [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
AVT.java | 274 // Consume stuff 'till next quote
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
CachedXPathAPI.java | 51 * the cached DTMs may consume memory until this object and its context are
|
/external/bison/tests/ |
torture.at | 141 # With 500 and the new parser, which consume far too much memory,
|
/external/chromium/chrome/browser/renderer_host/ |
web_cache_manager.cc | 294 // We allow the dead objects to consume all of the cache, if the renderer
|
/external/chromium/googleurl/src/ |
url_canon_path.cc | 136 *consumed_len = 1; // Consume the slash
|
/external/chromium/sdch/open-vcdiff/src/ |
zlib.h | 53 application must provide more input and/or consume the output 266 should never be zero before the call. The application can consume the 386 The application can consume the uncompressed output when it wants, for 587 can consume lots of memory. [all...] |
/external/chromium/testing/gmock/scripts/generator/cpp/ |
ast.py | 510 # If there is a comma after the template, we need to consume 882 # Assumes the current token is open_paren and we will consume [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
thread.cc | 421 // message, thread B Posts a message to A. We consume the wakeup for that
|
/external/chromium/webkit/glue/media/ |
buffered_resource_loader.cc | 356 // Consume excess bytes from our in-memory buffer if necessary.
|
/external/chromium_org/base/message_loop/ |
message_pump_win.h | 150 // The priority to consume messages is the following:
|
/external/chromium_org/cc/resources/ |
pixel_buffer_raster_worker_pool.cc | 66 // uploads consume memory. For maximum upload throughput, we would
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
drive_file_stream_reader.cc | 67 // Consume the copied data.
|
/external/chromium_org/chrome/browser/renderer_host/ |
web_cache_manager.cc | 323 // We allow the dead objects to consume up to half of the cache capacity.
|
/external/chromium_org/content/browser/browser_plugin/ |
browser_plugin_guest.h | 389 // WebContents is marked as hidden. A hidden WebContents will consume
|
/external/chromium_org/content/browser/loader/ |
buffered_resource_handler.cc | 101 // consume part or all of the resource response, and then later replay it to
|
resource_dispatcher_host_impl.h | 330 // Estimate how much heap space |request| will consume to run.
|
/external/chromium_org/content/browser/renderer_host/input/ |
immediate_input_router.cc | 223 // thread is able to rapidly consume WM_MOUSEMOVE events, we may get way
|
/external/chromium_org/content/browser/renderer_host/ |
ui_events_helper.cc | 304 // when the touch location hasn't changed. In such cases, consume the event
|