HomeSort by relevance Sort by last modified time
    Searched refs:testInput (Results 1 - 7 of 7) sorted by null

  /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/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/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...]
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/utils/
BasicHtmlSanitizerTest.java 540 public void testInput() {
    [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 1850 milliseconds