HomeSort by relevance Sort by last modified time
    Searched refs:libclient (Results 1 - 6 of 6) sorted by null

  /frameworks/base/libs/androidfw/tests/data/libclient/
R.h 24 namespace libclient { namespace in namespace:com::android
48 } // namespace libclient
build 30 -F libclient.apk -f
  /frameworks/base/libs/androidfw/tests/
AssetManager2_bench.cpp 27 #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);
Theme_test.cpp 24 #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);
LoadedArsc_test.cpp 24 #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"));
AssetManager2_test.cpp 28 #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 102 milliseconds