Home
last modified time | relevance | path

Searched refs:ctf (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/tools/aapt2/cmd/
H A DCompile_test.cpp195 static void AssertTranslations(CommandTestFixture *ctf, std::string file_name, in AssertTranslations() argument
200 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()
/aosp12/art/openjdkjvmti/
H A Dti_class.cc1043 ClassTableFill ctf = { class_array, ctc, &soa, 0 }; in GetClassLoaderClasses() local
1044 class_table->Visit(ctf); in GetClassLoaderClasses()
1045 DCHECK_EQ(ctc.count, ctf.count); in GetClassLoaderClasses()