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

  /art/runtime/
dex2oat_environment_test.h 177 return GetTestDexFileName("Main");
183 return GetTestDexFileName("MainStripped");
187 return GetTestDexFileName("MultiDex");
193 return GetTestDexFileName("MultiDexModifiedSecondary");
197 return GetTestDexFileName("Nested");
common_runtime_test.h 130 std::string GetTestDexFileName(const char* name) const;
common_runtime_test.cc 546 std::string CommonRuntimeTestImpl::GetTestDexFileName(const char* name) const {
563 std::string filename = GetTestDexFileName(name);
dex_file_test.cc 367 std::string multidex_file = GetTestDexFileName("MultiDex");
  /art/dex2oat/
dex2oat_test.cc 245 Copy(GetTestDexFileName(), dex_location);
264 virtual std::string GetTestDexFileName() {
265 return Dex2oatEnvironmentTest::GetTestDexFileName("VerifierDeps");
353 std::string GetTestDexFileName() OVERRIDE {
355 return CommonRuntimeTest::GetTestDexFileName("Statics");
834 Copy(GetTestDexFileName(), dex_location);
847 std::string GetTestDexFileName() {
871 Copy(GetTestDexFileName(), dex_location);
881 std::string GetTestDexFileName() {
  /art/profman/
profile_assistant_test.cc 629 GetTestDexFileName("ProfileTestMultiDex")));
776 std::string dex_filename = GetTestDexFileName("ProfileTestMultiDex");
    [all...]

Completed in 519 milliseconds