HomeSort by relevance Sort by last modified time
    Searched refs:CONSUME (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/net/spdy/
spdy_buffer.h 24 // ref-counted and will include a way to get notified when Consume()
34 // Called via a call to Consume().
35 CONSUME,
42 // consume. May be called any number of times with CONSUME as the
57 // any consume callbacks with a DISCARD source.
72 // Consume the given number of bytes, which must be positive but not
74 void Consume(size_t consume_size);
78 // updated when Consume() is called. However, it may still be used
spdy_buffer_unittest.cc 66 // Construct a SpdyBuffer and call Consume() on it, which should
68 // as calling the consume callbacks.
69 TEST_F(SpdyBufferTest, Consume) {
75 base::Bind(&IncrementBy, &x1, SpdyBuffer::CONSUME));
77 base::Bind(&IncrementBy, &x2, SpdyBuffer::CONSUME));
81 buffer.Consume(5);
86 buffer.Consume(kDataSize - 5);
108 // Consume().
112 buffer.Consume(5);
118 buffer.Consume(kDataSize - 5)
    [all...]
spdy_buffer.cc 92 void SpdyBuffer::Consume(size_t consume_size) {
93 ConsumeHelper(consume_size, CONSUME);
  /external/elfutils/0.153/src/
readelf.c     [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
C.stg 221 #undef CONSUME
306 # define CONSUME() \\
325 #define CONSUME() INPUT->istream->consume(INPUT->istream)
353 #undef CONSUME
394 #define CONSUME() ISTREAM->consume(ISTREAM)
432 #undef CONSUME
467 #define CONSUME() ISTREAM->consume(ISTREAM
    [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.services_3.2.100.v20100503.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar 
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 211 milliseconds