Home
last modified time | relevance | path

Searched refs:TestInput (Results 1 – 19 of 19) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/unittests/
DSymbolInfoTests.cpp331 Annotations TestInput(T.first); in TEST() local
332 auto AST = TestTU::withCode(TestInput.code()).build(); in TEST()
334 EXPECT_THAT(getSymbolInfo(AST, TestInput.point()), in TEST()
/external/turbine/javatests/com/google/turbine/processing/
DTurbineElementsGetAllMembersTest.java34 import com.google.turbine.lower.IntegrationTestSupport.TestInput;
240 .map(input -> TestInput.parse(Joiner.on('\n').join(input))) in parameters()
245 private final TestInput input;
247 public TurbineElementsGetAllMembersTest(TestInput input) { in TurbineElementsGetAllMembersTest()
DProcessingIntegrationTest.java76 private static final IntegrationTestSupport.TestInput SOURCES =
77 IntegrationTestSupport.TestInput.parse(
145 IntegrationTestSupport.TestInput.parse( in warnings()
222 IntegrationTestSupport.TestInput.parse( in resources()
259 IntegrationTestSupport.TestInput.parse( in getAllAnnotations()
DTurbineAnnotationMirrorTest.java36 import com.google.turbine.lower.IntegrationTestSupport.TestInput;
165 TestInput input =
166 TestInput.parse(
DTurbineAnnotationProxyTest.java36 import com.google.turbine.lower.IntegrationTestSupport.TestInput;
119 TestInput input = in test()
120 TestInput.parse( in test()
DTurbineTypesFactoryTest.java49 private static final IntegrationTestSupport.TestInput SOURCES =
50 IntegrationTestSupport.TestInput.parse(
DTurbineMessagerTest.java64 private static final IntegrationTestSupport.TestInput SOURCES =
65 IntegrationTestSupport.TestInput.parse(
DTurbineElementsTest.java55 private static final IntegrationTestSupport.TestInput SOURCES =
56 IntegrationTestSupport.TestInput.parse(
/external/turbine/javatests/com/google/turbine/lower/
DLowerIntegrationTest.java346 IntegrationTestSupport.TestInput input = in test()
347 IntegrationTestSupport.TestInput.parse( in test()
DModuleIntegrationTest.java70 IntegrationTestSupport.TestInput input = in test()
71 IntegrationTestSupport.TestInput.parse( in test()
DIntegrationTestSupport.java586 public static class TestInput { class in IntegrationTestSupport
591 public TestInput(Map<String, String> sources, Map<String, String> classes) { in TestInput() method in IntegrationTestSupport.TestInput
596 public static TestInput parse(String text) { in parse()
634 return new TestInput(sources, classes); in parse()
DLowerTest.java286 IntegrationTestSupport.TestInput input = in wildArrayElement()
287 IntegrationTestSupport.TestInput.parse( in wildArrayElement()
/external/icu/icu4c/source/test/letest/
Dtestdata.cpp623 TestInput testInputs[] =
Dgendata.cpp41 struct TestInput struct
/external/turbine/javatests/com/google/turbine/main/
DReducedClasspathTest.java30 import com.google.turbine.lower.IntegrationTestSupport.TestInput;
66 TestInput.parse( in setup()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dtester.h105 bool TestInput(const StringPiece& text);
Dexhaustive_tester.cc138 if (!tester.TestInput(strgen_.Next())) { in HandleRegexp()
Dtester.cc646 bool Tester::TestInput(const StringPiece& text) { in TestInput() function in re2::Tester
671 return t.TestInput(text); in TestRegexpOnText()
/external/oboe/apps/OboeTester/app/src/main/cpp/
DNativeAudioContext.h697 case ActivityType::TestInput: in setActivityType()
745 TestInput = 1, enumerator