Home
last modified time | relevance | path

Searched refs:END_OF_STREAM (Results 1 – 11 of 11) sorted by relevance

/external/v8/tools/testrunner/server/
Dstatus_handler.py43 compression.Send(constants.END_OF_STREAM, sock)
105 compression.Send(constants.END_OF_STREAM, self.request)
Dlocal_handler.py42 compression.Send(constants.END_OF_STREAM, sock)
94 compression.Send(constants.END_OF_STREAM, self.request)
Dconstants.py34 END_OF_STREAM = "end of dtest stream" # Marker for end of network requests. variable
Dcompression.py91 if result == constants.END_OF_STREAM:
Dwork_handler.py80 compression.Send(constants.END_OF_STREAM, self.request)
/external/v8/tools/testrunner/network/
Dnetwork_execution.py161 compression.Send(constants.END_OF_STREAM, self.local_socket)
182 compression.Send(constants.END_OF_STREAM, sock)
/external/libavc/decoder/
Dih264d_nal.c62 #define END_OF_STREAM -1 macro
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DURLConnectionTest.java299 testRequestBodySurvivesRetries(TransferKind.END_OF_STREAM); in requestBodySurvivesRetriesWithBufferedBody()
1069 testMarkAndReset(TransferKind.END_OF_STREAM); in markAndResetWithNoLengthHeaders()
1814 testRedirected(TransferKind.END_OF_STREAM, false);
2003 testResponseRedirectedWithPost(HttpURLConnection.HTTP_MULT_CHOICE, TransferKind.END_OF_STREAM);
2007 testResponseRedirectedWithPost(HttpURLConnection.HTTP_MOVED_PERM, TransferKind.END_OF_STREAM);
2011 testResponseRedirectedWithPost(HttpURLConnection.HTTP_MOVED_TEMP, TransferKind.END_OF_STREAM);
2015 testResponseRedirectedWithPost(HttpURLConnection.HTTP_SEE_OTHER, TransferKind.END_OF_STREAM);
2392 testFlushAfterStreamTransmitted(TransferKind.END_OF_STREAM);
2621 testInputStreamAvailable(TransferKind.END_OF_STREAM);
2640 reusedConnectionFailsWithPost(TransferKind.END_OF_STREAM, 1024);
[all …]
DCacheTest.java203 testResponseCaching(TransferKind.END_OF_STREAM); in responseCachingAndInputStreamSkipWithNoLengthHeaders()
533 testClientPrematureDisconnect(TransferKind.END_OF_STREAM); in clientPrematureDisconnectWithNoLengthHeaders()
2280 END_OF_STREAM() { in END_OF_STREAM() method
/external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/
DUrlConnectionCacheTest.java207 testResponseCaching(TransferKind.END_OF_STREAM); in responseCachingAndInputStreamSkipWithNoLengthHeaders()
436 testClientPrematureDisconnect(TransferKind.END_OF_STREAM); in clientPrematureDisconnectWithNoLengthHeaders()
1804 END_OF_STREAM() {
/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/
DResponseCacheTest.java223 testResponseCaching(TransferKind.END_OF_STREAM); in responseCachingAndInputStreamSkipWithNoLengthHeaders()
501 testClientPrematureDisconnect(TransferKind.END_OF_STREAM); in clientPrematureDisconnectWithNoLengthHeaders()
1779 END_OF_STREAM() { in END_OF_STREAM() method