HomeSort by relevance Sort by last modified time
    Searched refs:Flatten (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /frameworks/base/tools/aapt2/flatten/
XmlFlattener.h 49 bool Flatten(IAaptContext* context, xml::Node* node);
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...]
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.cpp 17 #include "flatten/TableFlattener.h"
31 #include "flatten/ChunkWriter.h"
32 #include "flatten/ResourceTypeExtensions.h"
202 CHECK(value->Flatten(&out_entry->value)) << "flatten failed";
302 CHECK(item->Flatten(outValue)) << "flatten failed";
336 << "failed to flatten resource '"
510 // Flatten a configuration value.
583 // Flatten the values string pool
    [all...]
  /external/v8/src/builtins/
builtins-json.cc 24 string = String::Flatten(string);
  /frameworks/base/tools/aapt2/
ResourceValues.h 108 virtual bool Flatten(android::Res_value* out_value) const = 0;
137 bool Flatten(android::Res_value* out_value) const override;
149 bool Flatten(android::Res_value* out) const override;
162 bool Flatten(android::Res_value* out_value) const override;
196 bool Flatten(android::Res_value* out_value) const override;
212 bool Flatten(android::Res_value* out_value) const override;
228 bool Flatten(android::Res_value* out_value) const override;
242 bool Flatten(android::Res_value* out_value) const override;
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.h 210 static bool Flatten(BigBuffer* out, const StringPool& pool, bool utf8);
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);
  /external/v8/src/
uri.cc 175 uri = String::Flatten(uri);
273 uri = String::Flatten(uri);
490 string = String::Flatten(string);
498 string = String::Flatten(string);
  /art/runtime/
oat.h 132 void Flatten(const SafeMap<std::string, std::string>* variable_data);
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) {
  /external/v8/src/runtime/
runtime-i18n.cc 600 string1 = String::Flatten(string1);
601 string2 = String::Flatten(string2);
645 s = String::Flatten(s);
736 text = String::Flatten(text);
    [all...]
runtime-regexp.cc 669 subject = String::Flatten(subject);
681 replacement = String::Flatten(replacement);
733 subject = String::Flatten(subject);
734 pattern = String::Flatten(pattern);
847 subject_ = String::Flatten(subject);
893 subject_ = String::Flatten(subject);
    [all...]
runtime-numbers.cc 40 // Convert {string} to a String first, and flatten it.
44 subject = String::Flatten(subject);
runtime-strings.cc 120 subject = String::Flatten(subject);
223 // Flatten the string. If someone wants to get a char at an index
226 subject = String::Flatten(subject);
595 s = String::Flatten(s);
727 return *String::Flatten(str);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
AttrParsedAttrList.inc 81 PARSED_ATTR(Flatten)
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
AttrParsedAttrList.inc 81 PARSED_ATTR(Flatten)
  /external/mesa3d/scons/
custom.py 213 names = env.Flatten(names)
  /external/clang/include/clang/CodeGen/
CGFunctionInfo.h 371 void setCanBeFlattened(bool Flatten) {
373 CanBeFlattened = Flatten;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 371 void setCanBeFlattened(bool Flatten) {
373 CanBeFlattened = Flatten;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 371 void setCanBeFlattened(bool Flatten) {
373 CanBeFlattened = Flatten;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 371 void setCanBeFlattened(bool Flatten) {
373 CanBeFlattened = Flatten;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
AttrList.inc 106 INHERITABLE_ATTR(Flatten)

Completed in 521 milliseconds

1 2 3 4