/aosp_15_r20/external/pigweed/pw_digital_io/ |
H A 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()
|
/aosp_15_r20/external/turbine/javatests/com/google/turbine/processing/ |
H A 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()
|
H A 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()
|
H A D | TurbineAnnotationMirrorTest.java | 37 import com.google.turbine.lower.IntegrationTestSupport.TestInput; 166 TestInput input = 167 TestInput.parse(
|
H A D | TurbineAnnotationProxyTest.java | 36 import com.google.turbine.lower.IntegrationTestSupport.TestInput; 118 TestInput input = in test() 119 TestInput.parse( in test()
|
H A D | TurbineTypesFactoryTest.java | 49 private static final IntegrationTestSupport.TestInput SOURCES = 50 IntegrationTestSupport.TestInput.parse(
|
H A D | TurbineMessagerTest.java | 68 private static final IntegrationTestSupport.TestInput SOURCES = 69 IntegrationTestSupport.TestInput.parse(
|
H A D | TurbineElementsTest.java | 57 private static final IntegrationTestSupport.TestInput SOURCES = 58 IntegrationTestSupport.TestInput.parse(
|
/aosp_15_r20/external/pytorch/test/distributed/fsdp/ |
H A D | test_fsdp_input.py | 33 class TestInput(FSDPTest): class 74 instantiate_parametrized_tests(TestInput)
|
/aosp_15_r20/external/turbine/javatests/com/google/turbine/lower/ |
H A D | ModuleIntegrationTest.java | 69 IntegrationTestSupport.TestInput input = in test() 70 IntegrationTestSupport.TestInput.parse(getResource(getClass(), "moduletestdata/" + test)); in test()
|
H A D | LowerIntegrationTest.java | 374 IntegrationTestSupport.TestInput input = in test() 375 IntegrationTestSupport.TestInput.parse(getResource(getClass(), "testdata/" + test)); in test()
|
H A D | IntegrationTestSupport.java | 644 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 D | hpack_parser_test.cc | 60 struct TestInput { struct 70 std::vector<TestInput> inputs;
|
/aosp_15_r20/external/turbine/javatests/com/google/turbine/main/ |
H A D | ReducedClasspathTest.java | 31 import com.google.turbine.lower.IntegrationTestSupport.TestInput; 67 TestInput.parse( in setup()
|
/aosp_15_r20/packages/modules/NeuralNetworks/tools/systrace_parser/parser/test/ |
D | test_input.py | 5 class TestInput(unittest.TestCase): class
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/letest/ |
H A D | testdata.cpp | 623 TestInput testInputs[] =
|
/aosp_15_r20/external/icu/icu4c/source/test/letest/ |
H A D | testdata.cpp | 623 TestInput testInputs[] =
|
/aosp_15_r20/external/regex-re2/re2/testing/ |
H A D | tester.h | 105 bool TestInput(const StringPiece& text);
|
H A D | tester.cc | 639 bool Tester::TestInput(const StringPiece& text) { in TestInput() function in re2::Tester 664 return t.TestInput(text); in TestRegexpOnText()
|
H A D | exhaustive_tester.cc | 135 if (!tester.TestInput(strgen_.Next())) { in HandleRegexp()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/testing/ |
D | tester.h | 105 bool TestInput(const StringPiece& text);
|
D | tester.cc | 657 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 D | tester.h | 103 bool TestInput(absl::string_view text);
|
H A D | tester.cc | 656 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 D | NativeAudioContext.h | 762 case ActivityType::TestInput: in setActivityType() 809 TestInput = 1, enumerator
|