Home
last modified time | relevance | path

Searched refs:testParse (Results 1 – 12 of 12) sorted by relevance

/external/deqp/framework/delibs/deutil/
DdeCommandLine.c146 static void testParse (const char* cmdLine, const char* const* refArgs, int numArgs) in testParse() function
165 testParse(cmdLine, ref, DE_LENGTH_OF_ARRAY(ref)); in deCommandLine_selfTest()
170 testParse(cmdLine, ref, DE_LENGTH_OF_ARRAY(ref)); in deCommandLine_selfTest()
175 testParse(cmdLine, ref, DE_LENGTH_OF_ARRAY(ref)); in deCommandLine_selfTest()
180 testParse(cmdLine, ref, DE_LENGTH_OF_ARRAY(ref)); in deCommandLine_selfTest()
185 testParse(cmdLine, ref, DE_LENGTH_OF_ARRAY(ref)); in deCommandLine_selfTest()
190 testParse(cmdLine, ref, DE_LENGTH_OF_ARRAY(ref)); in deCommandLine_selfTest()
195 testParse(cmdLine, ref, DE_LENGTH_OF_ARRAY(ref)); in deCommandLine_selfTest()
200 testParse(cmdLine, ref, DE_LENGTH_OF_ARRAY(ref)); in deCommandLine_selfTest()
205 testParse(cmdLine, ref, DE_LENGTH_OF_ARRAY(ref)); in deCommandLine_selfTest()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DRbnfLenientScannerTest.java139 boolean testParse = true; in TestAllLocales()
141 testParse = false; in TestAllLocales()
144 testParse = true; in TestAllLocales()
170 if (testParse) { in TestAllLocales()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/
DRbnfLenientScannerTest.java138 boolean testParse = true; in TestAllLocales()
140 testParse = false; in TestAllLocales()
143 testParse = true; in TestAllLocales()
169 if (testParse) { in TestAllLocales()
/external/testng/src/test/java/org/testng/xml/
DSuiteXmlParserTest.java27 public void testParse(String fileName, boolean shouldWork) { in testParse() method in SuiteXmlParserTest
/external/icu/icu4c/source/test/intltest/
Dtmsgfmt.h114 void testParse(void);
Dtmsgfmt.cpp55 TESTCASE_AUTO(testParse); in runIndexedTest()
1114 void TestMessageFormat::testParse() in testParse() function in TestMessageFormat
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
DYamlParseTest.java30 public void testParse() { in testParse() method in YamlParseTest
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/ruby/
DRubyTest.java30 public void testParse() { in testParse() method in RubyTest
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DMediaTypeTest.java37 @Test public void testParse() throws Exception { in testParse() method in MediaTypeTest
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
DTestTreeWizard.java270 @Test public void testParse() throws Exception { in testParse() method in TestTreeWizard
/external/antlr/antlr-3.4/runtime/Python/unittests/
Dtesttreewizard.py512 def testParse(self): member in TestTreeWizard
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DTextFormatTest.java320 public void testParse() throws Exception { in testParse() method in TextFormatTest