Searched refs:ctf (Results 1 – 2 of 2) sorted by relevance
195 static void AssertTranslations(CommandTestFixture *ctf, std::string file_name, in AssertTranslations() argument200 const std::string source_file = ctf->GetTestPath("/res/values/" + file_name + ".xml"); in AssertTranslations()201 const std::string compiled_files_dir = ctf->GetTestPath("/compiled_" + file_name); in AssertTranslations()202 const std::string out_apk = ctf->GetTestPath("/" + file_name + ".apk"); in AssertTranslations()204 ctf->WriteFile(source_file, sTranslatableXmlContent); in AssertTranslations()214 ASSERT_TRUE(ctf->Link({ in AssertTranslations()215 "--manifest", ctf->GetDefaultManifest(), in AssertTranslations()
1043 ClassTableFill ctf = { class_array, ctc, &soa, 0 }; in GetClassLoaderClasses() local1044 class_table->Visit(ctf); in GetClassLoaderClasses()1045 DCHECK_EQ(ctc.count, ctf.count); in GetClassLoaderClasses()