HomeSort by relevance Sort by last modified time
    Searched refs:aapt (Results 26 - 50 of 600) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/base/tools/aapt2/cmd/
Util_test.cpp 23 namespace aapt { namespace
39 } // namespace aapt
  /frameworks/base/tools/aapt2/compile/
IdAssigner.h 27 namespace aapt { namespace
43 } // namespace aapt
PseudolocaleGenerator.h 24 namespace aapt { namespace
33 } // namespace aapt
InlineXmlFormatParser.h 27 namespace aapt { namespace
34 // xmlns:aapt="http://schemas.android.com/aapt" >
35 // <aapt:attr name="android:drawable" >
41 // </aapt:attr>
62 } // namespace aapt
XmlIdCollector_test.cpp 23 namespace aapt { namespace
67 } // namespace aapt
  /frameworks/base/tools/aapt2/filter/
ConfigFilter.h 25 namespace aapt { namespace
58 } // namespace aapt
  /frameworks/base/tools/aapt2/text/
Unicode.h 22 namespace aapt { namespace
56 } // namespace aapt
Utf8Iterator.h 23 namespace aapt { namespace
52 } // namespace aapt
Printer.cpp 23 using ::aapt::io::OutputStream;
26 namespace aapt { namespace
93 } // namespace aapt
Printer_test.cpp 22 using ::aapt::io::StringOutputStream;
26 namespace aapt { namespace
67 } // namespace aapt
  /development/build/
product_sdk.mk 30 aapt \
  /frameworks/base/libs/androidfw/tests/data/libclient/
build 24 aapt package \
  /frameworks/base/tools/aapt2/format/binary/
TableFlattener.h 26 namespace aapt { namespace
63 } // namespace aapt
XmlFlattener.h 26 namespace aapt { namespace
54 } // namespace aapt
  /frameworks/base/tools/aapt2/integration-tests/NamespaceTest/Split/
Android.mk 28 LOCAL_AAPT_FLAGS := --package-id 0x80 --rename-manifest-package com.android.aapt.namespace.app
  /frameworks/base/tools/aapt2/io/
Io.h 22 namespace aapt { namespace
97 } // namespace aapt
  /frameworks/base/tools/aapt2/java/
AnnotationProcessor.h 27 namespace aapt { namespace
78 } // namespace aapt
AnnotationProcessor_test.cpp 23 using ::aapt::io::StringOutputStream;
24 using ::aapt::text::Printer;
29 namespace aapt { namespace
90 } // namespace aapt
  /frameworks/base/tools/aapt2/configuration/
ConfigurationParser_test.cpp 29 namespace aapt { namespace
64 using ::aapt::configuration::Abi;
65 using ::aapt::configuration::AndroidManifest;
66 using ::aapt::configuration::AndroidSdk;
67 using ::aapt::configuration::ConfiguredArtifact;
68 using ::aapt::configuration::DeviceFeature;
69 using ::aapt::configuration::ExtractConfiguration;
70 using ::aapt::configuration::GlTexture;
71 using ::aapt::configuration::Locale;
72 using ::aapt::configuration::PostProcessingConfiguration
    [all...]
  /frameworks/base/tools/aapt2/xml/
XmlPullParser_test.cpp 24 using ::aapt::io::StringInputStream;
29 using Event = ::aapt::xml::XmlPullParser::Event;
31 namespace aapt { namespace
66 } // namespace aapt
XmlDom_test.cpp 25 using ::aapt::io::StringInputStream;
26 using ::aapt::test::ValueEq;
33 namespace aapt { namespace
68 aapt::Attribute(android::ResTable_map::TYPE_REFERENCE | android::ResTable_map::TYPE_STRING),
182 } // namespace aapt
  /frameworks/base/tools/aapt2/
Main.cpp 38 namespace aapt { namespace
47 std::cerr << StringPrintf("Android Asset Packaging Tool (aapt) %s:%s", sMajorVersion,
122 } // namespace aapt
127 aapt::PrintUsage();
134 aapt::StdErrDiagnostics diagnostics;
145 const int result = aapt::ExecuteCommand(command, args, &diagnostics);
147 aapt::PrintUsage();
152 aapt::RunDaemon(&diagnostics);
NameMangler_test.cpp 23 namespace aapt { namespace
47 } // namespace aapt
SdkConstants.h 26 namespace aapt { namespace
62 } // namespace aapt
  /tools/tradefederation/core/prod-tests/src/com/android/monkey/
AppPkgInjector.java 40 * <p>Requires that aapt is on current path.
73 AaptParser aapt = AaptParser.parse(apkFile.getFile()); local
74 if (aapt == null) {
75 // throw a build error because typically aapt parse errors are issues with the apk
76 throw new BuildError(String.format("aapt parse of %s failed",
79 String pkgName = aapt.getPackageName();

Completed in 239 milliseconds

12 3 4 5 6 7 8 91011>>