/external/pigweed/pw_digital_io/ |
D | digital_io_test.cc | 178 void TestInput(Line& line) { in TestInput() function 267 TestInput(line); in TEST() 268 TestInput(optional_line); in TEST() 279 TestInput(line); in TEST() 282 TestInput(optional_line); in TEST() 321 TestInput(line); in TEST() 325 TestInput(optional_line); in TEST() 338 TestInput(line); in TEST() 343 TestInput(optional_line); in TEST()
|
/external/turbine/javatests/com/google/turbine/processing/ |
D | TurbineElementsHidesTest.java | 39 import com.google.turbine.lower.IntegrationTestSupport.TestInput; 74 public static Iterable<TestInput[]> parameters() { in parameters() 187 .map(input -> TestInput.parse(Joiner.on('\n').join(input))) in parameters() 188 .map(x -> new TestInput[] {x}) in parameters() 192 private final TestInput input; 194 public TurbineElementsHidesTest(TestInput input) { in TurbineElementsHidesTest()
|
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 | TurbineAnnotationMirrorTest.java | 37 import com.google.turbine.lower.IntegrationTestSupport.TestInput; 166 TestInput input = 167 TestInput.parse(
|
D | TurbineAnnotationProxyTest.java | 36 import com.google.turbine.lower.IntegrationTestSupport.TestInput; 118 TestInput input = in test() 119 TestInput.parse( in test()
|
D | TurbineTypesFactoryTest.java | 49 private static final IntegrationTestSupport.TestInput SOURCES = 50 IntegrationTestSupport.TestInput.parse(
|
D | TurbineMessagerTest.java | 68 private static final IntegrationTestSupport.TestInput SOURCES = 69 IntegrationTestSupport.TestInput.parse(
|
D | TurbineElementsTest.java | 57 private static final IntegrationTestSupport.TestInput SOURCES = 58 IntegrationTestSupport.TestInput.parse(
|
D | ProcessingIntegrationTest.java | 715 return IntegrationTestSupport.TestInput.parse(Joiner.on('\n').join(lines)) in parseUnit()
|
/external/turbine/javatests/com/google/turbine/lower/ |
D | ModuleIntegrationTest.java | 69 IntegrationTestSupport.TestInput input = in test() 70 IntegrationTestSupport.TestInput.parse(getResource(getClass(), "moduletestdata/" + test)); in test()
|
D | LowerIntegrationTest.java | 367 IntegrationTestSupport.TestInput input = in test() 368 IntegrationTestSupport.TestInput.parse(getResource(getClass(), "testdata/" + test)); in test()
|
D | IntegrationTestSupport.java | 641 public static class TestInput { class in IntegrationTestSupport 646 public TestInput(Map<String, String> sources, Map<String, String> classes) { in TestInput() method in IntegrationTestSupport.TestInput 651 public static TestInput parse(String text) { in parse() 689 return new TestInput(sources, classes); in parse()
|
D | LowerTest.java | 289 IntegrationTestSupport.TestInput input = in wildArrayElement() 290 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/cronet/third_party/icu/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 | 31 import com.google.turbine.lower.IntegrationTestSupport.TestInput; 67 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 | 726 case ActivityType::TestInput: in setActivityType() 774 TestInput = 1, enumerator
|