Home
last modified time | relevance | path

Searched defs:TestInput (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/letest/
Dgendata.cpp41 struct TestInput struct
43 const char *fontName;
44 LEUnicode *text;
45 le_int32 textLength;
46 le_int32 scriptCode;
47 le_bool rightToLeft;
/external/turbine/javatests/com/google/turbine/lower/
DIntegrationTestSupport.java520 static class TestInput { class in IntegrationTestSupport
525 public TestInput(Map<String, String> sources, Map<String, String> classes) { in TestInput() method in IntegrationTestSupport.TestInput
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Destimator_test.py552 class TestInput(object): class