Home
last modified time | relevance | path

Searched refs:consume (Results 1 – 25 of 60) sorted by relevance

123

/frameworks/compile/mclinker/lib/Target/X86/
DX86GOT.h46 X86_32GOTEntry* consume();
76 X86_64GOTEntry* consume();
DX86GOT.cpp37 X86_32GOTEntry* X86_32GOT::consume() in consume() function in X86_32GOT
68 X86_64GOTEntry* X86_64GOT::consume() in consume() function in X86_64GOT
DX86GOTPLT.cpp31 consume(); in X86_32GOTPLT()
75 consume(); in X86_64GOTPLT()
DX86Relocator.cpp587 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 …]
DX86PLT.h124 PLTEntryBase* consume();
DX86PLT.cpp147 PLTEntryBase* X86PLT::consume() in consume() function in X86PLT
/frameworks/compile/mclinker/lib/Target/ARM/
DARMGOT.cpp34 consume(); in ARMGOT()
54 ARMGOTEntry* ARMGOT::consume() in consume() function in ARMGOT
DARMPLT.h67 ARMPLT1* consume();
DARMGOT.h65 ARMGOTEntry* consume();
DARMPLT.cpp75 ARMPLT1* ARMPLT::consume() in consume() function in ARMPLT
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonGOT.h46 HexagonGOTEntry* consume();
DHexagonGOT.cpp37 HexagonGOTEntry* HexagonGOT::consume() in consume() function in HexagonGOT
DHexagonGOTPLT.cpp31 consume(); in HexagonGOTPLT()
DHexagonPLT.h81 HexagonPLT1* consume();
DHexagonPLT.cpp113 HexagonPLT1* HexagonPLT::consume() in consume() function in HexagonPLT
/frameworks/base/docs/html/google/play/billing/
Dapi.jd18 <li><a href="#consume">Consuming In-app Products</a>
47consume 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…
Dversions.jd29 <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/
Dindex.jd44 consume XML data.</p>
71 <dd>Learn how to parse and consume XML data.</dd>
/frameworks/base/docs/html/training/in-app-billing/
Dpurchase-iab-products.jd54consume 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/
DInputPublisherAndConsumer_test.cpp92 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/
Dindex.jd38 …es and how you can use them so your activity does what the user expects and does not consume system
/frameworks/native/include/input/
DInputTransport.h295 status_t consume(InputEventFactoryInterface* factory, bool consumeBatches,
/frameworks/base/docs/html/training/basics/activity-lifecycle/
Dindex.jd57 user expects and does not consume system resources when your activity doesn't need them.</p>
/frameworks/base/docs/html/training/displaying-bitmaps/
Dindex.jd31 consume your available memory budget leading to an application crash due to the dreaded
/frameworks/testing/uiautomator/cmds/uiautomator/
Duiautomator100 # look for --nohup: if found, consume it and trap SIG_HUP, otherwise just

123