/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/ |
p5-cxx0x.cpp | 95 void consume(...); 103 decltype(consume(make<3, false>())) *p4; // expected-note {{here}}
|
/external/clang/test/Parser/ |
cxx-class.cpp | 47 // check that we don't consume the token after the access specifier 54 // consume the token after the access specifier if it's a semicolon
|
/frameworks/base/docs/html/google/play/billing/ |
api.jd | 18 <li><a href="#consume">Consuming In-app Products</a> 47 <p>If you are using the Version 3 API, you can also consume managed items within your application. You would typically implement consumption for items that can be purchased multiple times (such as in-game currency, fuel, or magic spells). Once purchased, a managed item cannot be purchased again until you consume the item, by sending a consumption request to Google Play. To learn more about in-app product consumption, see <a href="#consume">Consuming Items</a></p> 87 <h2 id="consume">Consuming In-app Products</h2> 122 <li>If the purchase was successful, consume the purchase by making a {@code consumePurchase} call.</li> 126 <p>Subsequently, when the user starts up or logs in to your application, you should check if the user owns any outstanding consumable in-app products; if so, make sure to consume and provision those items. Here's the recommended application startup flow if you implement consumable in-app products in your application:</p> 129 <li>If there are any consumable in-app products, consume the items by calling {@code consumePurchase}. This step is necessary because the application might have completed the purchase order for the consumable item, but stopped or got disconnected before the application had the chance to send a consumption request.</li>
|
/frameworks/compile/mclinker/lib/Target/ |
OutputRelocSection.cpp | 55 // We may reserve an entry and then consume it immediately, e.g. for COPY 57 // RelocData->end() in any case, or when reserve and consume again,
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
ClusterAlbum.java | 85 public void consume(int index, MediaItem item) { 130 public void consume(int index, MediaItem item) {
|
FilterTypeSet.java | 104 public void consume(int index, MediaItem item) { 129 public void consume(int index, MediaItem item) {
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/ |
CachedLater.java | 67 consumer.consume(value); 95 consumer.consume(value);
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
DFA.as | 87 input.consume(); 106 input.consume(); 118 input.consume(); 124 input.consume();
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
ANTLRStringStream.cs | 152 public virtual void Consume() { 246 * consume() ahead until p==index; can't just set p=index as we must 255 // seek forward, consume until p hits index 257 Consume();
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
ANTLRStringStream.cs | 168 public virtual void Consume() 281 * consume() ahead until p==index; can't just set p=index as we must 292 // seek forward, consume until p hits index 295 Consume();
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/ |
SlimStringStream.cs | 189 public void Consume() 302 * consume() ahead until p==index; can't just set p=index as we must 313 // seek forward, consume until p hits index 316 Consume();
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
ANTLRStringStream.java | 97 public void consume() { method in class:ANTLRStringStream 191 /** consume() ahead until p==index; can't just set p=index as we must 199 // seek forward, consume until p hits index 201 consume(); method
|
DFA.java | 89 input.consume(); 108 input.consume(); 120 input.consume(); 126 input.consume();
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
dfa.py | 84 input.consume() 112 input.consume() 125 input.consume() 132 input.consume()
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/modes/ |
filter.rb | 40 @input.consume # advance one char and try again
|
/external/chromium/base/win/ |
event_trace_consumer_unittest.cc | 104 ASSERT_HRESULT_FAILED(consumer_.Consume()); 122 HRESULT hr = consumer_.Consume(); 296 // Now consume the event(s). 300 hr = consumer_.Consume();
|
/external/chromium_org/ash/wm/ |
overlay_event_filter.cc | 28 // Do not consume a translated key event which is generated by an IME (e.g.,
|
/external/chromium_org/base/win/ |
event_trace_consumer_unittest.cc | 125 ASSERT_HRESULT_FAILED(consumer_.Consume()); 148 HRESULT hr = consumer_.Consume(); 326 // Now consume the event(s). 330 hr = consumer_.Consume();
|
/external/chromium_org/content/browser/web_contents/aura/ |
image_window_delegate.h | 15 // itself when the Window is destroyed. The delegate does not consume any event.
|
/external/chromium_org/media/base/ |
audio_pull_fifo.cc | 21 void AudioPullFifo::Consume(AudioBus* destination, int frames_to_consume) {
|
/external/chromium_org/media/webm/ |
webm_webvtt_parser.cc | 45 // Consume characters from the stream, until we reach end-of-line.
|
/external/chromium_org/remoting/host/ |
capture_scheduler.cc | 44 // continue to follow the averages, then we'll consume the target
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
array-out-of-memory.html | 39 <p>This test may run for over 20 seconds on a fast machine, and will consume hundereds of MB of memory.</p>
|
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/ |
Latin1TextIterator.h | 40 bool consume(UChar32& character, unsigned& clusterLength) function in class:WebCore::Latin1TextIterator
|
SurrogatePairAwareTextIterator.h | 35 inline bool consume(UChar32& character, unsigned& clusterLength) function in class:WebCore::SurrogatePairAwareTextIterator
|