/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
D | ContentHandlerTest.java | 38 Object content = handler.getContent(conn, classes); in test_getContent() 42 content = handler.getContent(conn, classes); in test_getContent() 47 content = handler.getContent(conn, classes2); in test_getContent() 57 public Object getContent(URLConnection uConn) throws IOException { in getContent() method in ContentHandlerImpl
|
/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/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/ |
D | BinaryExporter.java | 259 BinaryOutputCapsule cap = contentTable.get(savable).getContent(); in save() 303 return new String(pair.getContent().bytes, 0, Math.min(64, pair in getChunk() 304 .getContent().bytes.length)); in getChunk() 313 if (pair.getContent().equals(oldPair.getContent())) in findPrevMatch() 342 return contentTable.get(object).getContent(); in getCapsule() 377 newPair.getContent().finish(); in processBinarySavable()
|
/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/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
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 | 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 | 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
|
D | NullMediaHeaderBox.java | 40 protected void getContent(ByteBuffer byteBuffer) { in getContent() method in NullMediaHeaderBox
|
D | SubtitleMediaHeaderBox.java | 23 protected void getContent(ByteBuffer byteBuffer) { in getContent() method in SubtitleMediaHeaderBox
|
/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 | 94 public InputStream getContent() in getContent() method in HttpEntityWrapper 96 return wrappedEntity.getContent(); in getContent()
|
D | BasicHttpEntity.java | 78 public InputStream getContent() in getContent() method in BasicHttpEntity 126 InputStream instream = getContent(); in writeTo()
|
D | BufferedHttpEntity.java | 76 public InputStream getContent() throws IOException { in getContent() method in BufferedHttpEntity 80 return wrappedEntity.getContent(); in getContent()
|
/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/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/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/apache-http/src/org/apache/http/conn/ |
D | BasicManagedEntity.java | 98 public InputStream getContent() throws IOException { in getContent() method in BasicManagedEntity 100 return new EofSensorInputStream(wrappedEntity.getContent(), this); in getContent()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/pem/ |
D | PemWriter.java | 66 int dataLen = ((obj.getContent().length + 2) / 3) * 4; in getOutputSize() 95 writeEncoded(obj.getContent()); in writeObject()
|
/external/apache-http/src/org/apache/http/util/ |
D | EntityUtils.java | 64 InputStream instream = entity.getContent(); in toByteArray() 112 InputStream instream = entity.getContent(); in toString()
|
/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/okhttp/src/main/java/libcore/net/http/ |
D | HttpsURLConnectionImpl.java | 174 public Object getContent() throws IOException { in getContent() method in HttpsURLConnectionImpl 175 return delegate.getContent(); in getContent() 180 public Object getContent(Class[] types) throws IOException { in getContent() method in HttpsURLConnectionImpl 181 return delegate.getContent(types); in getContent()
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
D | CMSProcessable.java | 20 public Object getContent(); in getContent() method
|
/external/nist-sip/java/gov/nist/javax/sip/message/ |
D | Content.java | 10 public abstract Object getContent(); in getContent() method
|