HomeSort by relevance Sort by last modified time
    Searched refs:isRepeatable (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/apache-http/src/org/apache/http/
HttpEntity.java 51 * {@link #isRepeatable repeatable}.
55 * Self-contained entities are generally {@link #isRepeatable repeatable}.
86 boolean isRepeatable();
140 * Entities that are not {@link #isRepeatable repeatable}
  /external/apache-http/src/org/apache/http/entity/
HttpEntityWrapper.java 79 public boolean isRepeatable() {
80 return wrappedEntity.isRepeatable();
ByteArrayEntity.java 65 public boolean isRepeatable() {
EntityTemplate.java 73 public boolean isRepeatable() {
BufferedHttpEntity.java 66 if (!entity.isRepeatable() || entity.getContentLength() < 0) {
103 public boolean isRepeatable() {
BasicHttpEntity.java 101 public boolean isRepeatable() {
FileEntity.java 67 public boolean isRepeatable() {
InputStreamEntity.java 69 public boolean isRepeatable() {
SerializableEntity.java 90 public boolean isRepeatable() {
StringEntity.java 78 public boolean isRepeatable() {
  /external/apache-http/src/org/apache/http/impl/client/
EntityEnclosingRequestWrapper.java 84 public boolean isRepeatable() {
85 return this.entity == null || this.entity.isRepeatable();
RequestWrapper.java 163 public boolean isRepeatable() {
  /external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
AnimatableRepeatable.h 78 DEFINE_TYPE_CASTS(AnimatableRepeatable, AnimatableValue, value, (value->isRepeatable() || value->isStrokeDasharrayList()), (value.isRepeatable() || value.isStrokeDasharrayList()));
AnimatableValue.h 74 bool isRepeatable() const { return type() == TypeRepeatable; }
AnimatableValueTestHelper.cpp 185 else if (animValue.isRepeatable())
  /frameworks/base/core/java/com/android/internal/http/multipart/
MultipartEntity.java 184 public boolean isRepeatable() {
186 if (!parts[i].isRepeatable()) {
222 if(!isRepeatable() && this.contentConsumed ) {
Part.java 200 public boolean isRepeatable() {
  /external/apache-http/src/org/apache/http/conn/
BasicManagedEntity.java 96 public boolean isRepeatable() {
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/
HttpEntityStub.java 14 @Override public boolean isRepeatable() {
TestHttpResponse.java 208 @Override public boolean isRepeatable() {
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiCecKeycode.java 186 private KeycodeEntry(int androidKeycode, int cecKeycode, boolean isRepeatable,
189 mIsRepeatable = isRepeatable;
195 private KeycodeEntry(int androidKeycode, int cecKeycode, boolean isRepeatable) {
196 this(androidKeycode, cecKeycode, isRepeatable, EmptyArray.BYTE);
437 Boolean isRepeatable = KEYCODE_ENTRIES[i].isRepeatableIfMatched(androidKeycode);
438 if (isRepeatable != null) {
439 return isRepeatable;
  /packages/apps/Exchange/src/com/android/exchange/utility/
CurlLogger.java 88 if (entity != null && entity.isRepeatable()) {
  /external/chromium_org/third_party/libaddressinput/src/java/testlibs/
httpcore-4.1.jar 
  /external/robolectric/lib/main/
httpcore-4.0.1.jar 
  /external/smack/asmack-master/lib/
httpcore-4.1.4.jar 

Completed in 863 milliseconds

1 2 3