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

  /libcore/luni/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
CheckedInputStreamTest.java 48 InputStream checkInput = Support_Resources.getStream("hyts_checkInput.txt");
49 CheckedInputStream checkIn = new CheckedInputStream(checkInput, new CRC32());
52 checkInput.close();
71 // testing getChecksum for the file checkInput
72 InputStream checkInput = Support_Resources.getStream("hyts_checkInput.txt");
73 CheckedInputStream checkIn = new CheckedInputStream(checkInput, new CRC32());
80 checkInput.close();
81 // testing getChecksum for file checkInput
82 checkInput = Support_Resources.getStream("hyts_checkInput.txt");
83 CheckedInputStream checkIn2 = new CheckedInputStream(checkInput, new CRC32())
    [all...]
  /external/webkit/JavaScriptCore/yarr/
RegexInterpreter.cpp 232 bool checkInput(int count)
335 if (!input.checkInput(matchSize))
391 if ((backTrack->matchAmount < term.atom.quantityCount) && input.checkInput(1)) {
420 if ((backTrack->matchAmount < term.atom.quantityCount) && input.checkInput(1)) {
448 while ((matchAmount < term.atom.quantityCount) && input.checkInput(1)) {
487 if ((backTrack->matchAmount < term.atom.quantityCount) && input.checkInput(1)) {
    [all...]
RegexJIT.cpp 223 Jump checkInput()
    [all...]

Completed in 59 milliseconds