Home
last modified time | relevance | path

Searched defs:TestInputs (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Testing/
DTestAST.h34 struct TestInputs { struct
36 TestInputs(StringRef Code) : Code(Code) {} in TestInputs() argument
39 std::string Code;
65 /// The result of parsing a file specified by TestInputs. argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Testing/
DTestAST.h34 struct TestInputs { struct
36 TestInputs(StringRef Code) : Code(Code) {} in TestInputs() function
39 std::string Code;
65 /// The result of parsing a file specified by TestInputs. argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Testing/
DTestAST.h34 struct TestInputs { struct
36 TestInputs(StringRef Code) : Code(Code) {} in TestInputs() function
39 std::string Code;
65 /// The result of parsing a file specified by TestInputs. argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Testing/
DTestAST.h34 struct TestInputs { struct
36 TestInputs(StringRef Code) : Code(Code) {} in TestInputs() argument
39 std::string Code;
65 /// The result of parsing a file specified by TestInputs. argument
/aosp_15_r20/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/
H A DModelSuiteRunner.kt60 data class TestInputs( class
/aosp_15_r20/external/webrtc/modules/audio_processing/aec3/
H A Dsignal_dependent_erle_estimator_unittest.cc45 class TestInputs { class
81 TestInputs::TestInputs(const EchoCanceller3Config& cfg, in TestInputs() function in webrtc::__anon23a99ed20111::TestInputs