/frameworks/base/tools/aapt2/link/ |
D | Linkers.h | 48 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;
|
D | ProductFilter_test.cpp | 55 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()
|
D | ReferenceLinker_test.cpp | 48 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()
|
D | PrivateAttributeMover_test.cpp | 38 ASSERT_TRUE(mover.consume(context.get(), table.get())); in TEST() 65 ASSERT_TRUE(mover.consume(context.get(), table.get())); in TEST()
|
D | ProductFilter.h | 39 bool consume(IAaptContext* context, ResourceTable* table);
|
D | ManifestFixer.h | 47 bool consume(IAaptContext* context, xml::XmlResource* doc) override;
|
D | Link.cpp | 182 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()
|
D | ReferenceLinker.h | 101 bool consume(IAaptContext* context, ResourceTable* table) override;
|
D | PrivateAttributeMover.cpp | 56 bool PrivateAttributeMover::consume(IAaptContext* context, ResourceTable* table) { in consume() function in aapt::PrivateAttributeMover
|
/frameworks/base/tools/aapt2/process/ |
D | IResourceTableConsumer.h | 49 virtual bool consume(IAaptContext* context, ResourceTable* table) = 0; 59 virtual bool consume(IAaptContext* context, xml::XmlResource* resource) = 0;
|
/frameworks/base/tools/aapt2/compile/ |
D | IdAssigner_test.cpp | 39 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()
|
D | IdAssigner.h | 29 bool consume(IAaptContext* context, ResourceTable* table) override;
|
D | XmlIdCollector.h | 26 bool consume(IAaptContext* context, xml::XmlResource* xmlRes) override;
|
D | PseudolocaleGenerator.h | 31 bool consume(IAaptContext* context, ResourceTable* table) override;
|
D | XmlIdCollector_test.cpp | 56 ASSERT_TRUE(collector.consume(context.get(), doc.get())); in TEST()
|
D | XmlIdCollector.cpp | 63 bool XmlIdCollector::consume(IAaptContext* context, xml::XmlResource* xmlRes) { in consume() function in aapt::XmlIdCollector
|
D | IdAssigner.cpp | 29 bool IdAssigner::consume(IAaptContext* context, ResourceTable* table) { in consume() function in aapt::IdAssigner
|
D | Compile.cpp | 219 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/ |
D | api.jd | 18 <li><a href="#consume">消耗应用内商品</a> 45 …托管的商品在被购买后,必须先向 Google Play 发送消耗请求进行消耗,然后才能供用户再次购买。要详细了解应用内商品的消耗,请参阅<a href="#consume">消耗商品</a></p> 78 <h2 id="consume">消耗应用内商品</h2>
|
/frameworks/base/tools/aapt2/flatten/ |
D | TableFlattener.h | 32 bool consume(IAaptContext* context, ResourceTable* table) override;
|
D | XmlFlattener.h | 44 bool consume(IAaptContext* context, xml::XmlResource* resource) override;
|
D | TableFlattener_test.cpp | 42 if (!flattener.consume(mContext.get(), table)) { in flatten() 56 if (!flattener.consume(mContext.get(), table)) { in flatten()
|
/frameworks/base/docs/html/google/play/billing/ |
D | api.jd | 19 <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/ |
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/base/docs/html/training/basics/network-ops/ |
D | index.jd | 45 consume XML data.</p> 80 <dd>Learn how to parse and consume XML data.</dd>
|