HomeSort by relevance Sort by last modified time
    Searched defs:Flatten (Results 1 - 9 of 9) sorted by null

  /frameworks/base/tools/aapt2/flatten/
XmlFlattener_test.cpp 17 #include "flatten/XmlFlattener.h"
58 ::testing::AssertionResult Flatten(xml::XmlResource* doc,
66 return ::testing::AssertionFailure() << "failed to flatten XML Tree";
88 ASSERT_TRUE(Flatten(doc.get(), &tree));
147 ASSERT_TRUE(Flatten(doc.get(), &tree));
168 ASSERT_TRUE(Flatten(doc.get(), &tree));
185 ASSERT_TRUE(Flatten(doc.get(), &tree));
200 ASSERT_TRUE(Flatten(doc.get(), &tree));
234 ASSERT_TRUE(Flatten(doc.get(), &tree));
260 ASSERT_TRUE(Flatten(doc.get(), &tree))
    [all...]
TableFlattener_test.cpp 17 #include "flatten/TableFlattener.h"
43 ::testing::AssertionResult Flatten(IAaptContext* context, const TableFlattenerOptions& options,
48 return ::testing::AssertionFailure() << "failed to flatten ResourceTable";
54 ::testing::AssertionResult Flatten(IAaptContext* context, const TableFlattenerOptions& options,
57 auto result = Flatten(context, options, table, &content);
68 ::testing::AssertionResult Flatten(IAaptContext* context, const TableFlattenerOptions& options,
71 auto result = Flatten(context, options, table, &content);
170 ASSERT_TRUE(Flatten(context_.get(), {}, table.get(), &res_table));
217 ASSERT_TRUE(Flatten(context_.get(), {}, table.get(), &res_table));
239 ASSERT_TRUE(Flatten(context_.get(), {}, table.get(), &result))
    [all...]
XmlFlattener.cpp 17 #include "flatten/XmlFlattener.h"
29 #include "flatten/ChunkWriter.h"
30 #include "flatten/ResourceTypeExtensions.h"
248 // Add it to the list of strings to flatten.
269 CHECK(xml_attr->compiled_value->Flatten(&flat_attr->typedValue));
271 // Flatten as a regular string type.
292 bool XmlFlattener::Flatten(IAaptContext* context, xml::Node* node) {
307 // Now we flatten the string pool references into the correct places.
316 // Flatten the StringPool.
350 return Flatten(context, resource->root.get())
    [all...]
  /frameworks/base/tools/aapt2/
ResourceValues.cpp 64 bool RawString::Flatten(android::Res_value* out_value) const {
95 bool Reference::Flatten(android::Res_value* out_value) const {
152 bool Id::Flatten(android::Res_value* out) const {
188 bool String::Flatten(android::Res_value* out_value) const {
237 bool StyledString::Flatten(android::Res_value* out_value) const {
272 bool FileReference::Flatten(android::Res_value* out_value) const {
310 bool BinaryPrimitive::Flatten(android::Res_value* out_value) const {
588 item.Flatten(&val);
StringPool.cpp 385 bool StringPool::Flatten(BigBuffer* out, const StringPool& pool, bool utf8) {
453 return Flatten(out, pool, true);
457 return Flatten(out, pool, false);
  /art/runtime/
oat.cc 99 // Flatten the map. Will also update variable_size_data_size_.
100 Flatten(variable_data);
518 void OatHeader::Flatten(const SafeMap<std::string, std::string>* key_value_store) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluspath.h 367 Status Flatten(const Matrix *matrix = NULL,
  /frameworks/base/tools/aapt2/cmd/
Link.cpp 39 #include "flatten/Archive.h"
40 #include "flatten/TableFlattener.h"
41 #include "flatten/XmlFlattener.h"
339 bool Flatten(ResourceTable* table, IArchiveWriter* archive_writer);
351 // The XML to process and flatten.
504 bool ResourceFileFlattener::Flatten(ResourceTable* table, IArchiveWriter* archive_writer) {
570 // Now flatten the sorted values.
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 

Completed in 742 milliseconds