Searched refs:libclient (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/libs/androidfw/tests/data/libclient/
H A DR.h24 namespace libclient { namespace in namespace:com::android
48 } // namespace libclient
H A Dbuild30 -F libclient.apk -f
/frameworks/base/libs/androidfw/tests/
H A DAssetManager2_bench.cpp27 #include "data/libclient/R.h"
32 namespace libclient = com::android::libclient;
100 GetTestDataPath() + "/libclient/libclient.apk"},
101 nullptr /*config*/, libclient::R::string::foo_one, state);
108 GetTestDataPath() + "/libclient/libclient.apk"},
109 nullptr /*config*/, libclient::R::string::foo_one, state);
H A DTheme_test.cpp24 #include "data/libclient/R.h"
30 namespace libclient = com::android::libclient;
43 libclient_assets_ = ApkAssets::Load(GetTestDataPath() + "/libclient/libclient.apk");
217 ASSERT_TRUE(theme->ApplyStyle(libclient::R::style::Theme, false /*force*/));
224 cookie = theme->GetAttribute(libclient::R::attr::foo, &value, &flags);
231 cookie = theme->GetAttribute(libclient::R::attr::bar, &value, &flags);
H A DLoadedArsc_test.cpp24 #include "data/libclient/R.h"
30 namespace libclient = com::android::libclient;
115 ASSERT_TRUE(ReadFileFromZipToString(GetTestDataPath() + "/libclient/libclient.apk",
124 EXPECT_THAT(packages[0]->GetPackageName(), StrEq("com.android.libclient"));
H A DAssetManager2_test.cpp28 #include "data/libclient/R.h"
37 namespace libclient = com::android::libclient;
63 libclient_assets_ = ApkAssets::Load(GetTestDataPath() + "/libclient/libclient.apk");
151 // libclient is built with lib_one and then lib_two in order.
161 assetmanager.GetResource(libclient::R::string::foo_one, false /*may_be_bag*/,
165 // Reference comes from libclient.
178 cookie = assetmanager.GetResource(libclient::R::string::foo_two, false /*may_be_bag*/,
182 // Reference comes from libclient
[all...]

Completed in 51 milliseconds