/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | SymbolInfoTests.cpp | 331 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/ |
D | TurbineElementsGetAllMembersTest.java | 34 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()
|
D | ProcessingIntegrationTest.java | 76 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()
|
D | TurbineAnnotationMirrorTest.java | 36 import com.google.turbine.lower.IntegrationTestSupport.TestInput; 165 TestInput input = 166 TestInput.parse(
|
D | TurbineAnnotationProxyTest.java | 36 import com.google.turbine.lower.IntegrationTestSupport.TestInput; 119 TestInput input = in test() 120 TestInput.parse( in test()
|
D | TurbineTypesFactoryTest.java | 49 private static final IntegrationTestSupport.TestInput SOURCES = 50 IntegrationTestSupport.TestInput.parse(
|
D | TurbineMessagerTest.java | 64 private static final IntegrationTestSupport.TestInput SOURCES = 65 IntegrationTestSupport.TestInput.parse(
|
D | TurbineElementsTest.java | 55 private static final IntegrationTestSupport.TestInput SOURCES = 56 IntegrationTestSupport.TestInput.parse(
|
/external/turbine/javatests/com/google/turbine/lower/ |
D | LowerIntegrationTest.java | 346 IntegrationTestSupport.TestInput input = in test() 347 IntegrationTestSupport.TestInput.parse( in test()
|
D | ModuleIntegrationTest.java | 70 IntegrationTestSupport.TestInput input = in test() 71 IntegrationTestSupport.TestInput.parse( in test()
|
D | IntegrationTestSupport.java | 586 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()
|
D | LowerTest.java | 286 IntegrationTestSupport.TestInput input = in wildArrayElement() 287 IntegrationTestSupport.TestInput.parse( in wildArrayElement()
|
/external/icu/icu4c/source/test/letest/ |
D | testdata.cpp | 623 TestInput testInputs[] =
|
D | gendata.cpp | 41 struct TestInput struct
|
/external/turbine/javatests/com/google/turbine/main/ |
D | ReducedClasspathTest.java | 30 import com.google.turbine.lower.IntegrationTestSupport.TestInput; 66 TestInput.parse( in setup()
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/ |
D | tester.h | 105 bool TestInput(const StringPiece& text);
|
D | exhaustive_tester.cc | 138 if (!tester.TestInput(strgen_.Next())) { in HandleRegexp()
|
D | tester.cc | 646 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/ |
D | NativeAudioContext.h | 697 case ActivityType::TestInput: in setActivityType() 745 TestInput = 1, enumerator
|