/external/lz4/programs/ |
fuzzer.c | 689 char testInput[testInputSize]; 696 FUZ_fillCompressibleNoiseBuffer(testInput, testInputSize, 0.50, &randState); 715 crcOrig = XXH64(testInput, testCompressedSize, 0); 717 result = LZ4_compress_limitedOutput_continue(&streamingState, testInput, testCompressed, testCompressedSize, testCompressedSize-1); 745 XXH64_update(&xxhOrig, testInput + iNext, messageSize); 748 memcpy (ringBuffer + rNext, testInput + iNext, messageSize); [all...] |
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/ |
gUnitBaseTest.java | 64 public String execLexer(String testRuleName, int line, String testInput, boolean isFile) throws Exception { 68 String filePath = testInput; 78 input = new ANTLRStringStream(testInput); 155 public Object execParser(String testRuleName, int line, String testInput, boolean isFile) throws Exception { 159 String filePath = testInput; 169 input = new ANTLRStringStream(testInput); 302 public Object execTreeParser(String testTreeRuleName, String testRuleName, String testInput, boolean isFile) throws Exception { 305 String filePath = testInput; 315 input = new ANTLRStringStream(testInput);
|
gUnitExecutor.java | 183 //System.out.print(numOfTest + ". Running rule: " + rule + "; input: '" + input.testInput + "'"); 230 protected gUnitTestResult runLexer(String lexerName, String testRuleName, gUnitTestInput testInput) throws Exception { 237 input = getANTLRInputStream(testInput); 306 protected gUnitTestResult runParser(String parserName, String lexerName, String testRuleName, gUnitTestInput testInput) throws Exception { 314 input = getANTLRInputStream(testInput); 437 protected gUnitTestResult runTreeParser(String parserName, String lexerName, String testRuleName, String testTreeRuleName, gUnitTestInput testInput) throws Exception { 447 input = getANTLRInputStream(testInput); 607 private CharStream getANTLRInputStream(gUnitTestInput testInput) throws IOException { 609 if ( testInput.isFile) { 610 String filePath = testInput.input [all...] |
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/ |
gUnit.g | 126 String testInput = null; 131 in = new gUnitTestInput(testInput, inputIsFile, line); 135 testInput = $STRING.text.replace("\\n", "\n").replace("\\r", "\r").replace("\\t", "\t") 141 testInput = $ML_STRING.text; 146 testInput = $file.text;
|
/external/pcre/dist/doc/ |
perltest.txt | 35 The other testinput files are not suitable for feeding to perltest.pl, since
|
/external/regex-re2/re2/testing/ |
tester.h | 104 bool TestInput(const StringPiece& text);
|
exhaustive_tester.cc | 136 if (!tester.TestInput(strgen_.Next())) {
|
tester.cc | 612 bool Tester::TestInput(const StringPiece& text) { 637 return t.TestInput(text);
|
/external/pcre/dist/ |
RunTest.bat | 251 set testinput=testinput%1 variable 253 if exist %srcdir%\testdata\win%testinput% ( 254 set testinput=wintestinput%1 variable 259 %pcretest% %mode% %4 %5 %6 %7 %8 %9 %srcdir%\testdata\%testinput% >%2%bits%\%testoutput% 262 echo. %pcretest% %mode% %4 %5 %6 %7 %8 %9 %srcdir%\testdata\%testinput% ^>%2%bits%\%testoutput%
|
NON-AUTOTOOLS-BUILD | 212 (11) Run pcretest on the testinput files in the testdata directory, and check 222 testinput file. If you have a suitable Unix-like shell, the RunTest script
|
README | 667 own man page) on each of the relevant testinput files in the testdata [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
DecoderTest.java | 540 * @param testinput the file to decode 544 private void decode(int testinput, float maxerror) throws IOException { 546 short[] decoded = decodeToMemory(testinput, RESET_MODE_NONE, CONFIG_MODE_NONE, -1, null); 573 if (conf == CONFIG_MODE_QUEUE && !hasAudioCsd(testinput)) { 578 short[] decoded2 = decodeToMemory(testinput, reset, conf, -1, null); 588 private boolean hasAudioCsd(int testinput) throws IOException { 592 fd = mResources.openRawResourceFd(testinput); 606 private short[] decodeToMemory(int testinput, int resetMode, int configMode, 614 AssetFileDescriptor testFd = mResources.openRawResourceFd(testinput); [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/ |
IDNAConformanceTest.java | 237 * This class is used to read test data from TestInput file.
|
/external/icu/icu4c/source/test/letest/ |
gendata.cpp | 39 struct TestInput
|
testdata.cpp | [all...] |
/external/pcre/dist/doc/html/ |
NON-AUTOTOOLS-BUILD.txt | 212 (11) Run pcretest on the testinput files in the testdata directory, and check 222 testinput file. If you have a suitable Unix-like shell, the RunTest script
|
README.txt | 667 own man page) on each of the relevant testinput files in the testdata [all...] |
/external/icu/icu4c/source/test/cintltst/ |
nccbtst.c | 1476 static const UChar testinput[]={ 0x20ac, 0xd801, 0xdc01, 0xdc01, 0xd801, 0xffff, 0x0061,}; local [all...] |
nucnvtst.c | 840 static const UChar testinput[]={ 0x20ac, 0xd801, 0xdc01, 0xdc01 }; local 846 testConvertFromU(testinput, sizeof(testinput)/sizeof(testinput[0]), [all...] |
/packages/apps/UnifiedEmail/tests/src/com/android/mail/utils/ |
BasicHtmlSanitizerTest.java | 540 public void testInput() { [all...] |
/external/v8/test/mjsunit/third_party/ |
regexp-pcre.js | [all...] |