HomeSort by relevance Sort by last modified time
    Searched refs:isRepeatable (Results 1 - 25 of 71) 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}.
81 boolean isRepeatable();
135 * Entities that are not {@link #isRepeatable repeatable}
  /external/apache-http/src/org/apache/http/entity/
HttpEntityWrapper.java 74 public boolean isRepeatable() {
75 return wrappedEntity.isRepeatable();
ByteArrayEntity.java 60 public boolean isRepeatable() {
EntityTemplate.java 68 public boolean isRepeatable() {
BufferedHttpEntity.java 61 if (!entity.isRepeatable() || entity.getContentLength() < 0) {
98 public boolean isRepeatable() {
BasicHttpEntity.java 96 public boolean isRepeatable() {
FileEntity.java 62 public boolean isRepeatable() {
InputStreamEntity.java 64 public boolean isRepeatable() {
SerializableEntity.java 84 public boolean isRepeatable() {
StringEntity.java 73 public boolean isRepeatable() {
  /external/apache-http/src/org/apache/http/impl/client/
EntityEnclosingRequestWrapper.java 79 public boolean isRepeatable() {
80 return this.entity == null || this.entity.isRepeatable();
RequestWrapper.java 158 public boolean isRepeatable() {
  /external/chromium_org/third_party/WebKit/Source/core/animation/
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 178 public boolean isRepeatable() {
180 if (!parts[i].isRepeatable()) {
216 if(!isRepeatable() && this.contentConsumed ) {
Part.java 194 public boolean isRepeatable() {
  /external/apache-http/src/org/apache/http/conn/
BasicManagedEntity.java 91 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 179 private KeycodeEntry(int androidKeycode, int cecKeycode, boolean isRepeatable) {
182 mIsRepeatable = isRepeatable;
390 Boolean isRepeatable = KEYCODE_ENTRIES[i].isRepeatableIfMatched(androidKeycode);
391 if (isRepeatable != null) {
392 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 1512 milliseconds

1 2 3