Home
last modified time | relevance | path

Searched refs:Preprocess (Results 1 – 4 of 4) sorted by relevance

/system/tools/aidl/
Dpreprocess.h25 bool Preprocess(const Options& options, const IoDelegate& io_delegate);
Dpreprocess.cpp135 bool Preprocess(const Options& options, const IoDelegate& io_delegate) { in Preprocess() function
Daidl.cpp922 success = android::aidl::Preprocess(options, io_delegate); in aidl_entry()
Daidl_unittest.cpp905 EXPECT_TRUE(::android::aidl::Preprocess(options, io_delegate_)); in TEST_F()
953 ASSERT_TRUE(Preprocess(Options::From(args), io_delegate_)); in TEST_F()