HomeSort by relevance Sort by last modified time
    Searched defs: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}.
86 boolean isRepeatable();
140 * Entities that are not {@link #isRepeatable repeatable}
  /external/apache-http/src/org/apache/http/entity/
BufferedHttpEntity.java 66 if (!entity.isRepeatable() || entity.getContentLength() < 0) {
103 public boolean isRepeatable() {
ByteArrayEntity.java 65 public boolean isRepeatable() {
EntityTemplate.java 73 public boolean isRepeatable() {
StringEntity.java 78 public boolean isRepeatable() {
HttpEntityWrapper.java 79 public boolean isRepeatable() {
80 return wrappedEntity.isRepeatable();
SerializableEntity.java 90 public boolean isRepeatable() {
BasicHttpEntity.java 101 public boolean isRepeatable() {
FileEntity.java 67 public boolean isRepeatable() {
InputStreamEntity.java 69 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/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/
HttpEntityStub.java 14 @Override public boolean isRepeatable() {
  /external/apache-http/android/src/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 96 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/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Key.java 613 public final boolean isRepeatable() {
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpmime/4.3.2/
httpmime-4.3.2.jar 
  /external/robolectric/lib/main/
httpcore-4.0.1.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.1/
httpcore-4.2.1.jar 

Completed in 152 milliseconds

1 2 3