Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/pigweed/pw_digital_io/
H A Ddigital_io_test.cc178 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()
/aosp_15_r20/external/turbine/javatests/com/google/turbine/processing/
H A DTurbineElementsHidesTest.java39 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()
H A 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()
H A DTurbineAnnotationMirrorTest.java37 import com.google.turbine.lower.IntegrationTestSupport.TestInput;
166 TestInput input =
167 TestInput.parse(
H A DTurbineAnnotationProxyTest.java36 import com.google.turbine.lower.IntegrationTestSupport.TestInput;
118 TestInput input = in test()
119 TestInput.parse( in test()
H A DTurbineTypesFactoryTest.java49 private static final IntegrationTestSupport.TestInput SOURCES =
50 IntegrationTestSupport.TestInput.parse(
H A DTurbineMessagerTest.java68 private static final IntegrationTestSupport.TestInput SOURCES =
69 IntegrationTestSupport.TestInput.parse(
H A DTurbineElementsTest.java57 private static final IntegrationTestSupport.TestInput SOURCES =
58 IntegrationTestSupport.TestInput.parse(
/aosp_15_r20/external/pytorch/test/distributed/fsdp/
H A Dtest_fsdp_input.py33 class TestInput(FSDPTest): class
74 instantiate_parametrized_tests(TestInput)
/aosp_15_r20/external/turbine/javatests/com/google/turbine/lower/
H A DModuleIntegrationTest.java69 IntegrationTestSupport.TestInput input = in test()
70 IntegrationTestSupport.TestInput.parse(getResource(getClass(), "moduletestdata/" + test)); in test()
H A DLowerIntegrationTest.java374 IntegrationTestSupport.TestInput input = in test()
375 IntegrationTestSupport.TestInput.parse(getResource(getClass(), "testdata/" + test)); in test()
H A DIntegrationTestSupport.java644 public static class TestInput { class in IntegrationTestSupport
649 public TestInput(Map<String, String> sources, Map<String, String> classes) { in TestInput() method in IntegrationTestSupport.TestInput
654 public static TestInput parse(String text) { in parse()
692 return new TestInput(sources, classes); in parse()
/aosp_15_r20/external/grpc-grpc/test/core/transport/chttp2/
H A Dhpack_parser_test.cc60 struct TestInput { struct
70 std::vector<TestInput> inputs;
/aosp_15_r20/external/turbine/javatests/com/google/turbine/main/
H A DReducedClasspathTest.java31 import com.google.turbine.lower.IntegrationTestSupport.TestInput;
67 TestInput.parse( in setup()
/aosp_15_r20/packages/modules/NeuralNetworks/tools/systrace_parser/parser/test/
Dtest_input.py5 class TestInput(unittest.TestCase): class
/aosp_15_r20/external/cronet/third_party/icu/source/test/letest/
H A Dtestdata.cpp623 TestInput testInputs[] =
/aosp_15_r20/external/icu/icu4c/source/test/letest/
H A Dtestdata.cpp623 TestInput testInputs[] =
/aosp_15_r20/external/regex-re2/re2/testing/
H A Dtester.h105 bool TestInput(const StringPiece& text);
H A Dtester.cc639 bool Tester::TestInput(const StringPiece& text) { in TestInput() function in re2::Tester
664 return t.TestInput(text); in TestRegexpOnText()
H A Dexhaustive_tester.cc135 if (!tester.TestInput(strgen_.Next())) { in HandleRegexp()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dtester.h105 bool TestInput(const StringPiece& text);
Dtester.cc657 bool Tester::TestInput(const StringPiece& text) { in TestInput() function in re2::Tester
682 return t.TestInput(text); in TestRegexpOnText()
/aosp_15_r20/external/cronet/third_party/re2/src/re2/testing/
H A Dtester.h103 bool TestInput(absl::string_view text);
H A Dtester.cc656 bool Tester::TestInput(absl::string_view text) { in TestInput() function in re2::Tester
681 return t.TestInput(text); in TestRegexpOnText()
/aosp_15_r20/external/oboe/apps/OboeTester/app/src/main/cpp/
H A DNativeAudioContext.h762 case ActivityType::TestInput: in setActivityType()
809 TestInput = 1, enumerator

12