/dalvik/dx/src/com/android/dx/dex/file/ |
CatchStructs.java | 227 * @param annotateTo {@code null-ok;} where to consume bytes and annotate to 233 boolean consume = (annotateTo != null); 234 int amt1 = consume ? 6 : 0; 235 int amt2 = consume ? 2 : 0; 239 if (consume) { 252 if (consume) { 261 if (! consume) { 298 * @param size {@code >= 1;} the number of bytes the handlers consume
|
/development/samples/Support4Demos/res/layout/ |
sliding_pane_layout.xml | 19 using match_parent for both width and height to consume the full space available. 36 pane should grow to consume leftover available space when the
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/ |
TestLexer.m.old | 59 [input consume]; 122 [input consume];
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
dfa.rb | 183 input.consume 201 input.consume 209 input.consume 215 input.consume() 249 input.consume 267 input.consume 275 input.consume() 280 input.consume()
|
/external/chromium_org/content/renderer/media/ |
webaudio_capturer_source.cc | 91 LOG(ERROR) << "WebAudioCapturerSource::Consume() : FIFO overrun."; 98 fifo_->Consume(capture_bus_.get(), 0, capture_frames);
|
/external/chromium_org/net/spdy/ |
spdy_buffer.cc | 86 void SpdyBuffer::Consume(size_t consume_size) { 87 ConsumeHelper(consume_size, CONSUME);
|
/external/chromium_org/third_party/WebKit/Source/core/platform/audio/ |
AudioFIFO.h | 44 // Consume |framesToConsume| frames of data from the FIFO and put them in |destination|. The 46 void consume(AudioBus* destination, size_t framesToConsume);
|
AudioPullFIFO.cpp | 45 void AudioPullFIFO::consume(AudioBus* destination, size_t framesToConsume) function in class:WebCore::AudioPullFIFO 55 m_fifo.consume(destination, framesToConsume);
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
CatchStructs.java | 228 * @param annotateTo {@code null-ok;} where to consume bytes and annotate to 234 boolean consume = (annotateTo != null); 235 int amt1 = consume ? 6 : 0; 236 int amt2 = consume ? 2 : 0; 240 if (consume) { 253 if (consume) { 262 if (! consume) { 299 * @param size {@code >= 1;} the number of bytes the handlers consume
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
ParametersParser.java | 55 this.lexer.consume(1); 77 else lexer.consume(1);
|
/frameworks/base/docs/html/training/basics/network-ops/ |
index.jd | 44 consume XML data.</p> 71 <dd>Learn how to parse and consume XML data.</dd>
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
HexagonGOT.cpp | 37 HexagonGOTEntry* HexagonGOT::consume() function in class:HexagonGOT 40 assert(!empty() && "Consume empty GOT entry!");
|
/frameworks/compile/mclinker/lib/Target/X86/ |
X86GOT.h | 46 X86_32GOTEntry* consume(); 76 X86_64GOTEntry* consume();
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
MediaSource.java | 71 // and invoke consumer.consume() for each MediaItem with the given id. 92 consumer.consume(pid.id, (MediaItem) obj);
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
SuggestionsProviderImpl.java | 100 public boolean consume(SourceResult cursor) { method in class:SuggestionsProviderImpl.SuggestionCursorReceiver 102 Log.d(TAG, "SuggestionCursorReceiver.consume(" + cursor + ") corpus=" +
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/ |
BarrierConsumer.java | 41 * @param expectedCount The number of values to consume. 72 public boolean consume(A value) { method in class:BarrierConsumer
|
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3inputstream.c | 122 /// that would not work for the particular input encoding, such as consume for instance. 149 input->istream->consume = antlr38BitConsume; // Consume the next 8 bit character in the buffer 310 /** \brief Consume the next character in an 8 bit input stream 591 is->consume(is); 733 input->istream->consume = antlr3UTF16Consume; // Consume the next UTF16 character in the buffer 740 input->istream->consume = antlr3UTF16ConsumeLE; // Consume the next UTF16 character in the buffer 755 input->istream->consume = antlr3UTF16Consume; // Consume the next UTF16 character in the buffe [all...] |
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
ANTLRStringStream.as | 83 public function consume():void { function 168 /** consume() ahead until p==index; can't just set p=index as we must 176 // seek forward, consume until p hits index 178 consume();
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
TreeParser.cs | 113 // always consume the current node 114 input.Consume(); 119 input.Consume(); 134 input.Consume();
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
TreeParser.cs | 124 // always consume the current node 125 input.Consume(); 131 input.Consume(); 148 input.Consume();
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
DFA.js | 36 input.consume(); 60 input.consume(); 72 input.consume(); 77 input.consume();
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
ANTLRStringStream.pm | 92 sub consume { subroutine 193 # consume() ahead unit p == index; can't just set p = index as we must update 204 # seek forward, consume until p hits index 206 $self->consume();
|
DFA.pm | 79 $input->consume(); 100 $input->consume(); 114 $input->consume(); 120 $input->consume();
|
/external/chromium/base/ |
process_util_unittest_mac.mm | 18 // of these large objects, but that would slowly consume all available memory
|
/external/chromium_org/ash/wm/ |
event_rewriter_event_filter.cc | 39 // Do not consume a translated key event which is generated by an IME.
|