/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | DefaultRequestDirectorTest.java | 70 …assertThat(Strings.fromStream(response.getEntity().getContent()), equalTo("a happy response body")… in shouldGetHttpResponseFromExecute() 84 …assertThat(Strings.fromStream(response.getEntity().getContent()), equalTo("a happy response body")… in shouldPreferPendingResponses() 96 …assertThat(Strings.fromStream(response.getEntity().getContent()), equalTo("a cheery response body"… in shouldReturnRequestsByRule() 118 …assertThat(Strings.fromStream(getResponse.getEntity().getContent()), equalTo("a cheery response bo… in shouldReturnRequestsByRule_AnyMethod() 123 …assertThat(Strings.fromStream(postResponse.getEntity().getContent()), equalTo("a cheery response b… in shouldReturnRequestsByRule_AnyMethod() 134 InputStream getResponseStream = getResponse.getEntity().getContent(); in shouldReturnRequestsByRule_KeepsTrackOfOpenContentStreams() 139 InputStream postResponseStream = postResponse.getEntity().getContent(); in shouldReturnRequestsByRule_KeepsTrackOfOpenContentStreams() 158 …assertThat(Strings.fromStream(response.getEntity().getContent()), equalTo("a cheery response body"… in shouldReturnRequestsByRule_WithTextResponse() 171 …assertThat(Strings.fromStream(response.getEntity().getContent()), equalTo("a gloomy response body"… in clearHttpResponseRules_shouldRemoveAllRules() 184 assertThat(Strings.fromStream(response.getEntity().getContent()), equalTo("later")); in clearPendingHttpResponses() [all …]
|
/external/apache-http/android/src/com/android/internal/http/multipart/ |
D | StringPart.java | 112 private byte[] getContent() { in getContent() method in StringPart 127 out.write(getContent()); in sendData() 138 return getContent().length; in lengthOfData()
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/ |
D | TextSampleEntry.java | 92 protected void getContent(ByteBuffer byteBuffer) { in getContent() method in TextSampleEntry 101 boxRecord.getContent(byteBuffer); in getContent() 102 styleRecord.getContent(byteBuffer); in getContent() 234 public void getContent(ByteBuffer bb) { in getContent() method in TextSampleEntry.BoxRecord 287 public void getContent(ByteBuffer bb) { in getContent() method in TextSampleEntry.StyleRecord
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/threegpp26245/ |
D | FontTableBox.java | 44 protected void getContent(ByteBuffer byteBuffer) { in getContent() method in FontTableBox 47 record.getContent(byteBuffer); in getContent() 77 public void getContent(ByteBuffer bb) { in getContent() method in FontTableBox.FontRecord
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
D | CMSSignedData.java | 159 public Object getContent() in CMSSignedData() 161 return signedContent.getContent(); in CMSSignedData() 191 ASN1Encodable content = signedData.getEncapContentInfo().getContent(); in CMSSignedData() 215 return SignedData.getInstance(contentInfo.getContent()); in getSignedData() 277 …return signedData.getEncapContentInfo().getContent() == null && signedData.getSignerInfos().size()… in isDetachedSignature() 287 …return signedData.getEncapContentInfo().getContent() == null && signedData.getSignerInfos().size()… in isCertificateManagementMessage()
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
D | ItemLocationBox.java | 84 protected void getContent(ByteBuffer byteBuffer) { in getContent() method in ItemLocationBox 94 item.getContent(byteBuffer); in getContent() 225 public void getContent(ByteBuffer bb) { in getContent() method in ItemLocationBox.Item 240 extent.getContent(bb); in getContent() 312 public void getContent(ByteBuffer os) { in getContent() method in ItemLocationBox.Extent
|
D | UserDataBox.java | 51 protected void getContent(ByteBuffer byteBuffer) { in getContent() method in UserDataBox 52 …super.getContent(byteBuffer); //To change body of overridden methods use File | Settings | File… in getContent()
|
D | EditListBox.java | 96 protected void getContent(ByteBuffer byteBuffer) { in getContent() method in EditListBox 100 entry.getContent(byteBuffer); in getContent() 228 public void getContent(ByteBuffer bb) { in getContent() method in EditListBox.Entry
|
/external/testng/src/main/resources/ |
D | testng-reports.js | 40 function getContent(t) { function 60 var w = getContent($(this)); 68 var w = getContent($(this));
|
/external/jsilver/src/com/google/streamhtmlparser/util/ |
D | CharacterRecorder.java | 82 sb.append(aCharacterRecorder.getContent()); in CharacterRecorder() 138 public String getContent() { in getContent() method in CharacterRecorder
|
/external/apache-http/src/org/apache/http/entity/ |
D | HttpEntityWrapper.java | 99 public InputStream getContent() in getContent() method in HttpEntityWrapper 101 return wrappedEntity.getContent(); in getContent()
|
D | BasicHttpEntity.java | 83 public InputStream getContent() in getContent() method in BasicHttpEntity 131 InputStream instream = getContent(); in writeTo()
|
D | BufferedHttpEntity.java | 81 public InputStream getContent() throws IOException { in getContent() method in BufferedHttpEntity 85 return wrappedEntity.getContent(); in getContent()
|
/external/testng/src/main/java/org/testng/reporters/jq/ |
D | BaseMultiSuitePanel.java | 9 abstract String getContent(ISuite suite, XMLStringBuffer xsb); in getContent() method in BaseMultiSuitePanel 24 xsb.addString(getContent(s, xsb)); in generate()
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/basemediaformat/ |
D | AvcNalUnitStorageBox.java | 85 protected void getContent(ByteBuffer byteBuffer) { in getContent() method in AvcNalUnitStorageBox 86 this.avcDecoderConfigurationRecord.getContent(byteBuffer); in getContent()
|
/external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/ |
D | DelegatingHttpsURLConnection.java | 132 @Override public Object getContent() throws IOException { in getContent() method in DelegatingHttpsURLConnection 133 return delegate.getContent(); in getContent() 137 @Override public Object getContent(Class[] types) throws IOException { in getContent() method in DelegatingHttpsURLConnection 138 return delegate.getContent(types); in getContent()
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/cenc/ |
D | ProtectionSystemSpecificHeaderBox.java | 53 public byte[] getContent() { in getContent() method in ProtectionSystemSpecificHeaderBox 71 protected void getContent(ByteBuffer byteBuffer) { in getContent() method in ProtectionSystemSpecificHeaderBox
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/fragment/ |
D | TrackExtendsBox.java | 52 protected void getContent(ByteBuffer byteBuffer) { in getContent() method in TrackExtendsBox 58 defaultSampleFlags.getContent(byteBuffer); in getContent()
|
D | TrackRunBox.java | 187 protected void getContent(ByteBuffer byteBuffer) { in getContent() method in TrackRunBox 196 firstSampleFlags.getContent(byteBuffer); in getContent() 207 entry.sampleFlags.getContent(byteBuffer); in getContent()
|
D | TrackFragmentHeaderBox.java | 74 protected void getContent(ByteBuffer byteBuffer) { in getContent() method in TrackFragmentHeaderBox 91 defaultSampleFlags.getContent(byteBuffer); in getContent()
|
/external/apache-http/src/org/apache/http/conn/ |
D | BasicManagedEntity.java | 103 public InputStream getContent() throws IOException { in getContent() method in BasicManagedEntity 105 return new EofSensorInputStream(wrappedEntity.getContent(), this); in getContent()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/pem/ |
D | PemWriter.java | 67 int dataLen = ((obj.getContent().length + 2) / 3) * 4; in getOutputSize() 96 writeEncoded(obj.getContent()); in writeObject()
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/ |
D | AbstractBox.java | 85 protected abstract void getContent(ByteBuffer byteBuffer); in getContent() method in AbstractBox 125 getContent(bb); 226 getContent(bb); in verify()
|
/external/apache-http/src/org/apache/http/util/ |
D | EntityUtils.java | 69 InputStream instream = entity.getContent(); in toByteArray() 117 InputStream instream = entity.getContent(); in toString()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | NumberFormatSerialTestData.java | 13 public static byte[][] getContent() { in getContent() method in NumberFormatSerialTestData
|