/frameworks/base/core/tests/coretests/src/android/os/ |
VintfObjectTest.java | 24 String[] xmls = VintfObject.report(); local 25 assertTrue(xmls.length > 0); 27 assertTrue(String.join("", xmls).contains( 30 assertTrue(String.join("", xmls).contains(
|
/external/libxml2/python/tests/ |
Makefile.am | 2 dist_example_DATA = $(PYTESTS) $(XMLS) 53 XMLS= \ 63 @for f in $(XMLS) ; do test -f $$f || $(LN_S) $(srcdir)/$$f . ; done
|
/system/libvintf/ |
VintfObjectRecovery.cpp | 83 const std::vector<std::string> &xmls, std::string *error) { 85 return details::checkCompatibility(xmls, true /* mount */, mounter, error);
|
VintfObject.cpp | 175 int32_t checkCompatibility(const std::vector<std::string>& xmls, bool mount, 184 for (const auto &xml : xmls) { 294 int32_t VintfObject::CheckCompatibility(const std::vector<std::string>& xmls, std::string* error, 296 return details::checkCompatibility(xmls, false /* mount */, *details::gPartitionMounter, error,
|
/build/make/core/ |
android_manifest.mk | 1 # Handle AndroidManifest.xmls
|
/cts/build/ |
config.mk | 15 # Test XMLs, native executables, and packages will be placed in this
|
/system/libvintf/include/vintf/ |
VintfObjectRecovery.h | 37 * @param packageInfo a list of XMLs of HalManifest /
|
VintfObject.h | 86 * @param packageInfo a list of XMLs of HalManifest / 108 int32_t checkCompatibility(const std::vector<std::string>& xmls, bool mount,
|
/cts/suite/cts/utils/ |
get_csv_report.py | 148 xmls = executeWithResult("find " + path + " -name testResult.xml -print") 150 print xmls 151 for xml in xmls.splitlines():
|
/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/ |
DeviceChooserActivity.java | 125 //TODO put in resources xmls
|
/device/google/muskie/ |
device-common.mk | 19 # Audio XMLs
|
/external/testng/src/main/java/org/testng/reporters/ |
XMLReporterConfig.java | 121 * The root output directory where the XMLs will be written. This will default
|
/frameworks/base/tools/aapt2/compile/ |
InlineXmlFormatParser_test.cpp | 180 // Confirm that all of the nested inline xmls are parsed out.
|
/cts/tests/tests/view/src/android/view/animation/cts/ |
AnimatorInflaterTest.java | 206 * Tests a state list animator which has an @anim reference that has different xmls per
|
/developers/build/prebuilts/gradle/EmojiCompat/ |
README.md | 67 [EmojiAppCompatEditText][8], or [EmojiAppCompatButton][9]. You can use them in your layout XMLs or
|
/developers/build/prebuilts/gradle/EmojiCompat/kotlinApp/ |
README.md | 66 [EmojiAppCompatEditText][8], or [EmojiAppCompatButton][9]. You can use them in your layout XMLs or
|
/developers/samples/android/views/EmojiCompat/kotlinApp/ |
README.md | 66 [EmojiAppCompatEditText][8], or [EmojiAppCompatButton][9]. You can use them in your layout XMLs or
|
/developers/samples/android/views/EmojiCompat/ |
template-params.xml | 121 [EmojiAppCompatEditText][8], or [EmojiAppCompatButton][9]. You can use them in your layout XMLs or
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
Latin1Converter.java | 44 * like xmls '<'). UTF-16/32 flavours do not require further proccessing.
|
/frameworks/base/services/core/java/com/android/server/pm/ |
ShortcutParser.java | 90 // Resource ID mismatch may cause various runtime exceptions when parsing XMLs,
|
/external/icu/icu4j/eclipse-build/pdebuild/ |
customTargets.xml | 100 <!-- Steps to do before running the build.xmls for the elements being built. --> 106 <!-- Steps to do after running the build.xmls for the elements being built. -->
|
/sdk/eclipse/buildConfig/ |
customTargets.xml | 104 <!-- Steps to do before running the build.xmls for the elements being built. --> 110 <!-- Steps to do after running the build.xmls for the elements being built. -->
|
/frameworks/base/tools/aapt/ |
Resource.cpp | 1297 sp<ResourceTypeSet> xmls; local [all...] |
/device/google/marlin/ |
device-common.mk | 47 # copy customized media_profiles and media_codecs xmls for msm8996
|
/packages/apps/TV/src/com/android/tv/guide/ |
ProgramGuide.java | 124 // mHideAnimatorFull and mHideAnimatorPartial are created from the same animation xmls. [all...] |