Home
last modified time | relevance | path

Searched refs:testParse (Results 1 – 8 of 8) 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/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/
DRbnfLenientScannerTest.java147 boolean testParse = true; in TestAllLocales()
149 testParse = false; in TestAllLocales()
152 testParse = true; in TestAllLocales()
178 if (testParse) { in TestAllLocales()
/external/icu/icu4c/source/test/intltest/
Dtmsgfmt.h112 void testParse(void);
Dtmsgfmt.cpp53 TESTCASE_AUTO(testParse); in runIndexedTest()
1111 void TestMessageFormat::testParse() in testParse() function in TestMessageFormat
/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/protobuf/java/src/test/java/com/google/protobuf/
DTextFormatTest.java317 public void testParse() throws Exception { in testParse() method in TextFormatTest
/external/antlr/antlr-3.4/runtime/Python/unittests/
Dtesttreewizard.py512 def testParse(self): member in TestTreeWizard