HomeSort by relevance Sort by last modified time
    Searched defs:getContent (Results 1 - 25 of 533) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/ojluni/src/main/java/java/net/
ContentHandler.java 36 * {@code getContent} method in this class directly. Instead, an
37 * application calls the {@code getContent} method in class
45 * {@code getContent} method is called to create the object.
63 * @see java.net.ContentHandler#getContent(java.net.URLConnection)
65 * @see java.net.URL#getContent()
67 * @see java.net.URLConnection#getContent()
81 abstract public Object getContent(URLConnection urlc) throws IOException;
88 * The default implementation of this method should call getContent()
100 public Object getContent(URLConnection urlc, Class[] classes) throws IOException {
101 Object obj = getContent(urlc)
    [all...]
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSProcessable.java 20 public Object getContent();
CMSAbsentContent.java 40 public Object getContent()
CMSProcessableByteArray.java 46 public Object getContent()
PKCS7ProcessableObject.java 61 public Object getContent()
  /sdk/testapps/libsTest/lib1/src/com/android/tests/libstest/lib1/
Lib1.java 16 tv.setText(Lib1.getContent());
20 public static String getContent() {
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
DataEntryUrlBox.java 42 protected void getContent(ByteBuffer byteBuffer) {
NullMediaHeaderBox.java 40 protected void getContent(ByteBuffer byteBuffer) {
SubtitleMediaHeaderBox.java 23 protected void getContent(ByteBuffer byteBuffer) {
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/adobe/
ActionMessageFormat0SampleEntryBox.java 34 protected void getContent(ByteBuffer byteBuffer) {
  /external/testng/src/main/resources/
testng-reports.js 40 function getContent(t) {
60 var w = getContent($(this));
68 var w = getContent($(this));
  /frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
WebContent.java 46 public String getContent() {
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLA25Stub.cpp 74 const uint8_t* MipsLA25Stub::getContent() const {
  /frameworks/support/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/dao/
BlobEntityDao.java 36 byte[] getContent(long id);
  /packages/apps/Contacts/src/com/android/contacts/model/dataitem/
CustomDataItem.java 39 public String getContent() {
  /sdk/testapps/buildConfigTest/lib1/src/com/android/tests/buildconfigtest/lib1/
Lib1.java 8 public static String getContent() {
  /external/jsilver/src/com/google/streamhtmlparser/util/
CharacterRecorder.java 82 sb.append(aCharacterRecorder.getContent());
138 public String getContent() {
  /external/apache-http/src/org/apache/http/
HttpEntity.java 45 * depending on where their {@link #getContent content} originates:
82 * A repeatable entity's getContent() and writeTo(OutputStream) methods
150 InputStream getContent() throws IOException, IllegalStateException;
169 * returned by {@link #getContent getContent} has been read to EOF,
  /external/apache-http/src/org/apache/http/entity/
BufferedHttpEntity.java 81 public InputStream getContent() throws IOException {
85 return wrappedEntity.getContent();
ByteArrayEntity.java 73 public InputStream getContent() {
EntityTemplate.java 69 public InputStream getContent() {
70 throw new UnsupportedOperationException("Entity template does not implement getContent()");
StringEntity.java 86 public InputStream getContent() throws IOException {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
ContentInfo.java 109 public ASN1Encodable getContent()
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
ContentInfo.java 68 public ASN1Encodable getContent()
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/pem/
PemObject.java 54 public byte[] getContent()

Completed in 724 milliseconds

1 2 3 4 5 6 7 8 91011>>