Searched defs:expectedLength (Results 1 - 4 of 4) 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/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;
/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;

Completed in 41 milliseconds