OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isStreaming
(Results
1 - 25
of
40
) sorted by null
1
2
/libcore/luni/src/main/java/java/net/
PlainServerSocketImpl.java
37
protected void create(boolean
isStreaming
) throws IOException {
38
super.create(
isStreaming
);
39
if (
isStreaming
) {
SocketImpl.java
124
* Creates a new unconnected socket. The argument {@code
isStreaming
}
127
* @param
isStreaming
133
protected abstract void create(boolean
isStreaming
) throws IOException;
/external/apache-http/src/org/apache/http/
HttpEntity.java
50
* {@link #
isStreaming
Streamed} entities are generally not
173
boolean
isStreaming
(); // don't expect an exception here
/external/apache-http/src/org/apache/http/entity/
HttpEntityWrapper.java
104
public boolean
isStreaming
() {
105
return wrappedEntity.
isStreaming
();
ByteArrayEntity.java
86
public boolean
isStreaming
() {
EntityTemplate.java
79
public boolean
isStreaming
() {
BufferedHttpEntity.java
116
public boolean
isStreaming
() {
117
return (buffer == null) && wrappedEntity.
isStreaming
();
BasicHttpEntity.java
135
public boolean
isStreaming
() {
FileEntity.java
96
public boolean
isStreaming
() {
AbstractHttpEntity.java
194
* {@link HttpEntity#
isStreaming
isStreaming
}
206
if (
isStreaming
()) {
InputStreamEntity.java
104
public boolean
isStreaming
() {
SerializableEntity.java
88
public boolean
isStreaming
() {
StringEntity.java
98
public boolean
isStreaming
() {
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/
HttpEntityStub.java
42
@Override public boolean
isStreaming
() {
TestHttpResponse.java
204
@Override public boolean
isStreaming
() {
/frameworks/av/include/media/stagefright/
Utils.h
61
bool
isStreaming
, audio_stream_type_t streamType);
/hardware/ti/omap4xxx/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp
108
mVideoInfo->
isStreaming
= false;
121
if ( !mVideoInfo->
isStreaming
)
312
if (!mVideoInfo->
isStreaming
) {
321
mVideoInfo->
isStreaming
= true;
349
if (mVideoInfo->
isStreaming
) {
358
mVideoInfo->
isStreaming
= false;
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
SocketImplTest.java
105
protected void create(boolean
isStreaming
) throws IOException {
/hardware/ti/omap4xxx/camera/inc/V4LCameraAdapter/
V4LCameraAdapter.h
39
bool
isStreaming
;
/frameworks/base/core/java/com/android/internal/http/multipart/
MultipartEntity.java
227
public boolean
isStreaming
() {
/frameworks/av/media/libstagefright/
Utils.cpp
544
bool
isStreaming
, audio_stream_type_t streamType)
611
info.is_streaming =
isStreaming
;
/external/robolectric/lib/main/
httpcore-4.0.1.jar
/external/smack/asmack-master/lib/
httpcore-4.1.4.jar
/prebuilts/devtools/tools/lib/
httpcore-4.1.jar
/prebuilts/tools/common/http-client/
httpcore-4.1.jar
Completed in 309 milliseconds
1
2