/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86GOT.h | 46 X86_32GOTEntry* consume(); 76 X86_64GOTEntry* consume();
|
D | X86GOT.cpp | 37 X86_32GOTEntry* X86_32GOT::consume() in consume() function in X86_32GOT 68 X86_64GOTEntry* X86_64GOT::consume() in consume() function in X86_64GOT
|
D | X86GOTPLT.cpp | 31 consume(); in X86_32GOTPLT() 75 consume(); in X86_64GOTPLT()
|
D | X86Relocator.cpp | 587 got_entry = getTarget().getGOT().consume(); in getTLSModuleID() 588 getTarget().getGOT().consume()->setValue(0x0); in getTLSModuleID() 703 got_entry = ld_backend.getGOT().consume(); in helper_get_GOT_and_init() 758 plt_entry = ld_backend.getPLT().consume(); in helper_get_PLT_and_init() 764 gotplt_entry = ld_backend.getGOTPLT().consume(); in helper_get_PLT_and_init() 981 got_entry1 = ld_backend.getGOT().consume(); in tls_gd() 983 X86_32GOTEntry* got_entry2 = ld_backend.getGOT().consume(); in tls_gd() 1069 got_entry = ld_backend.getGOT().consume(); in tls_ie() 1102 got_entry = ld_backend.getGOT().consume(); in tls_gotie() 1461 got_entry = ld_backend.getGOT().consume(); in helper_get_GOT_and_init() [all …]
|
D | X86PLT.h | 124 PLTEntryBase* consume();
|
D | X86PLT.cpp | 147 PLTEntryBase* X86PLT::consume() in consume() function in X86PLT
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMGOT.cpp | 34 consume(); in ARMGOT() 54 ARMGOTEntry* ARMGOT::consume() in consume() function in ARMGOT
|
D | ARMPLT.h | 67 ARMPLT1* consume();
|
D | ARMGOT.h | 65 ARMGOTEntry* consume();
|
D | ARMPLT.cpp | 75 ARMPLT1* ARMPLT::consume() in consume() function in ARMPLT
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonGOT.h | 46 HexagonGOTEntry* consume();
|
D | HexagonGOT.cpp | 37 HexagonGOTEntry* HexagonGOT::consume() in consume() function in HexagonGOT
|
D | HexagonGOTPLT.cpp | 31 consume(); in HexagonGOTPLT()
|
D | HexagonPLT.h | 81 HexagonPLT1* consume();
|
D | HexagonPLT.cpp | 113 HexagonPLT1* HexagonPLT::consume() in consume() function in HexagonPLT
|
/frameworks/base/docs/html/google/play/billing/ |
D | api.jd | 18 <li><a href="#consume">Consuming In-app Products</a> 47 …consume managed items within your application. You would typically implement consumption for items… 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.<… 126 …ser owns any outstanding consumable in-app products; if so, make sure to consume and provision tho… 129 <li>If there are any consumable in-app products, consume the items by calling {@code consumePurchas…
|
D | versions.jd | 29 <li>An API to consume a purchase of an inapp item. All purchases of one-time in-app items are consu…
|
/frameworks/base/docs/html/training/basics/network-ops/ |
D | index.jd | 44 consume XML data.</p> 71 <dd>Learn how to parse and consume XML data.</dd>
|
/frameworks/base/docs/html/training/in-app-billing/ |
D | purchase-iab-products.jd | 54 …consume the purchase to allow the user to buy it again. To learn how to consume purchases, see th… 66 // consume the gas and update the UI 110 …the method takes is the {@code Purchase} object representing the item to consume. The second argum… 111 <p>In this example, you want to consume the gas item that the user has previously purchased in your…
|
/frameworks/native/libs/input/tests/ |
D | InputPublisherAndConsumer_test.cpp | 92 status = mConsumer->consume(&mEventFactory, true /*consumeBatches*/, -1, &consumeSeq, &event); in PublishAndConsumeKeyEvent() 175 status = mConsumer->consume(&mEventFactory, true /*consumeBatches*/, -1, &consumeSeq, &event); in PublishAndConsumeMotionEvent()
|
/frameworks/base/docs/html/guide/components/ |
D | index.jd | 38 …es and how you can use them so your activity does what the user expects and does not consume system
|
/frameworks/native/include/input/ |
D | InputTransport.h | 295 status_t consume(InputEventFactoryInterface* factory, bool consumeBatches,
|
/frameworks/base/docs/html/training/basics/activity-lifecycle/ |
D | index.jd | 57 user expects and does not consume system resources when your activity doesn't need them.</p>
|
/frameworks/base/docs/html/training/displaying-bitmaps/ |
D | index.jd | 31 consume your available memory budget leading to an application crash due to the dreaded
|
/frameworks/testing/uiautomator/cmds/uiautomator/ |
D | uiautomator | 100 # look for --nohup: if found, consume it and trap SIG_HUP, otherwise just
|