Searched refs:expectedLength (Results 1 - 7 of 7) sorted by relevance

/openjdk7/langtools/test/tools/javac/api/
H A DTestTreePath.java62 private void checkTreePath(Trees trees, Element element, int expectedLength) { argument
70 if (enhancedLength != expectedLength)
79 if (normalLoopLength != expectedLength)
89 if (whileLoopLength != expectedLength)
/openjdk7/jdk/test/java/lang/String/
H A DSplit.java41 int expectedLength = limit < 1 ? 2 : limit;
51 if (result.length != expectedLength) {
65 if (expectedLength > 1) { // Check segment 2
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/gif/
H A DGIFMetadata.java266 int expectedLength)
298 if (lengthExpected && numEntries != expectedLength) {
263 getColorTable(Node colorTableNode, String entryNodeName, boolean lengthExpected, int expectedLength) argument
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dbands.cpp49 void band::readData(int expectedLength) { argument
51 assert(expectedLength >= 0);
53 if (expectedLength != 0) {
55 length = expectedLength;
H A Dbands.h90 void readData(int expectedLength = 0);
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DHttpURLConnection.java3145 * expectedLength == -1 if the stream is chunked
3146 * expectedLength > 0 if the stream is fixed content-length
3150 StreamingOutputStream (OutputStream os, long expectedLength) { argument
3152 expected = expectedLength;
/openjdk7/jdk/test/java/util/regex/
H A DRegExTest.java1690 int expectedLength = limit < 1 ? 2 : limit;
1700 if (result.length != expectedLength) {
1712 if (expectedLength > 1) { // Check segment 2

Completed in 52 milliseconds