Home
last modified time | relevance | path

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

1234

/frameworks/base/tools/aapt2/link/
DLinkers.h48 bool consume(IAaptContext* context, ResourceTable* table) override;
52 bool consume(IAaptContext* context, xml::XmlResource* resource) override;
78 bool consume(IAaptContext* context, ResourceTable* table) override;
90 bool consume(IAaptContext* context, xml::XmlResource* resource) override;
DProductFilter_test.cpp55 ASSERT_TRUE(filter.consume(context.get(), &table)); in TEST()
83 ASSERT_TRUE(filter.consume(context.get(), &table)); in TEST()
114 ASSERT_FALSE(filter.consume(context.get(), &table)); in TEST()
133 ASSERT_FALSE(filter.consume(context.get(), &table)); in TEST()
DReferenceLinker_test.cpp48 ASSERT_TRUE(linker.consume(context.get(), table.get())); in TEST()
106 ASSERT_TRUE(linker.consume(context.get(), table.get())); in TEST()
148 ASSERT_TRUE(linker.consume(context.get(), table.get())); in TEST()
175 ASSERT_FALSE(linker.consume(context.get(), table.get())); in TEST()
198 ASSERT_FALSE(linker.consume(context.get(), table.get())); in TEST()
224 ASSERT_FALSE(linker.consume(context.get(), table.get())); in TEST()
DPrivateAttributeMover_test.cpp38 ASSERT_TRUE(mover.consume(context.get(), table.get())); in TEST()
65 ASSERT_TRUE(mover.consume(context.get(), table.get())); in TEST()
DProductFilter.h39 bool consume(IAaptContext* context, ResourceTable* table);
DManifestFixer.h47 bool consume(IAaptContext* context, xml::XmlResource* doc) override;
DLink.cpp182 if (!flattener.consume(context, xmlRes)) { in flattenXml()
362 if (!xmlLinker.consume(mContext, outFileOp->xmlToFlatten.get())) { in linkAndVersionXmlFile()
681 if (!flattener.consume(mContext, table)) { in flattenTable()
1150 if (!mover.consume(mContext, &mFinalTable)) { in run()
1160 if (!idAssigner.consume(mContext, &mFinalTable)) { in run()
1182 if (!linker.consume(mContext, &mFinalTable)) { in run()
1200 if (!productFilter.consume(mContext, &mFinalTable)) { in run()
1226 if (!manifestFixer.consume(mContext, manifestXml.get())) { in run()
1236 if (manifestLinker.consume(mContext, manifestXml.get())) { in run()
1280 if (!versioner.consume(mContext, &mFinalTable)) { in run()
DReferenceLinker.h101 bool consume(IAaptContext* context, ResourceTable* table) override;
DPrivateAttributeMover.cpp56 bool PrivateAttributeMover::consume(IAaptContext* context, ResourceTable* table) { in consume() function in aapt::PrivateAttributeMover
/frameworks/base/tools/aapt2/process/
DIResourceTableConsumer.h49 virtual bool consume(IAaptContext* context, ResourceTable* table) = 0;
59 virtual bool consume(IAaptContext* context, xml::XmlResource* resource) = 0;
/frameworks/base/tools/aapt2/compile/
DIdAssigner_test.cpp39 ASSERT_TRUE(assigner.consume(context.get(), table.get())); in TEST()
56 ASSERT_TRUE(assigner.consume(context.get(), table.get())); in TEST()
71 ASSERT_FALSE(assigner.consume(context.get(), table.get())); in TEST()
DIdAssigner.h29 bool consume(IAaptContext* context, ResourceTable* table) override;
DXmlIdCollector.h26 bool consume(IAaptContext* context, xml::XmlResource* xmlRes) override;
DPseudolocaleGenerator.h31 bool consume(IAaptContext* context, ResourceTable* table) override;
DXmlIdCollector_test.cpp56 ASSERT_TRUE(collector.consume(context.get(), doc.get())); in TEST()
DXmlIdCollector.cpp63 bool XmlIdCollector::consume(IAaptContext* context, xml::XmlResource* xmlRes) { in consume() function in aapt::XmlIdCollector
DIdAssigner.cpp29 bool IdAssigner::consume(IAaptContext* context, ResourceTable* table) { in consume() function in aapt::IdAssigner
DCompile.cpp219 if (!pseudolocaleGenerator.consume(context, &table)) { in compileTable()
349 if (!collector.consume(context, xmlRes.get())) { in compileXml()
361 if (!flattener.consume(context, xmlRes.get())) { in compileXml()
/frameworks/base/docs/html-intl/intl/zh-cn/google/play/billing/
Dapi.jd18 <li><a href="#consume">消耗应用内商品</a>
45 …托管的商品在被购买后,必须先向 Google Play 发送消耗请求进行消耗,然后才能供用户再次购买。要详细了解应用内商品的消耗,请参阅<a href="#consume">消耗商品</a></p>
78 <h2 id="consume">消耗应用内商品</h2>
/frameworks/base/tools/aapt2/flatten/
DTableFlattener.h32 bool consume(IAaptContext* context, ResourceTable* table) override;
DXmlFlattener.h44 bool consume(IAaptContext* context, xml::XmlResource* resource) override;
DTableFlattener_test.cpp42 if (!flattener.consume(mContext.get(), table)) { in flatten()
56 if (!flattener.consume(mContext.get(), table)) { in flatten()
/frameworks/base/docs/html/google/play/billing/
Dapi.jd19 <li><a href="#consume">Consuming In-app Products</a>
71 If you are using the Version 3 API, you can also consume managed items within
75 consume the item, by sending a consumption request to Google Play. To learn
76 more about in-app product consumption, see <a href="#consume">Consuming
174 <h2 id="consume">Consuming In-app Products</h2>
264 <li>If the purchase was successful, consume the purchase by making a {@code
280 so, make sure to consume and provision those items. Here's the recommended
290 <li>If there are any consumable in-app products, consume the items by calling
/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/base/docs/html/training/basics/network-ops/
Dindex.jd45 consume XML data.</p>
80 <dd>Learn how to parse and consume XML data.</dd>

1234