Home
last modified time | relevance | path

Searched defs:getContent (Results 1 – 25 of 1665) sorted by relevance

12345678910>>...67

/aosp_15_r20/out/soong/.intermediates/external/mp4parser/mp4parser/android_common/turbine/
Dmp4parser.jarcom/coremedia/iso/AbstractBoxParser.class <Unknown> package com.coremedia.iso public ...
/aosp_15_r20/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
H A DTextSampleEntry.java92 protected void getContent(ByteBuffer byteBuffer) { in getContent() method in TextSampleEntry
234 public void getContent(ByteBuffer bb) { in getContent() method in TextSampleEntry.BoxRecord
287 public void getContent(ByteBuffer bb) { in getContent() method in TextSampleEntry.StyleRecord
/aosp_15_r20/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DItemLocationBox.java84 protected void getContent(ByteBuffer byteBuffer) { in getContent() method in ItemLocationBox
225 public void getContent(ByteBuffer bb) { in getContent() method in ItemLocationBox.Item
312 public void getContent(ByteBuffer os) { in getContent() method in ItemLocationBox.Extent
H A DEditListBox.java96 protected void getContent(ByteBuffer byteBuffer) { in getContent() method in EditListBox
228 public void getContent(ByteBuffer bb) { in getContent() method in EditListBox.Entry
/aosp_15_r20/out/soong/.intermediates/external/mp4parser/mp4parser/android_common/javac/
Dmp4parser.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/coremedia/ com/ ...
/aosp_15_r20/libcore/ojluni/src/main/java/java/net/
H A DContentHandler.java81 abstract public Object getContent(URLConnection urlc) throws IOException; in getContent() method in ContentHandler
100 public Object getContent(URLConnection urlc, Class[] classes) throws IOException { in getContent() method in ContentHandler
H A DURLConnection.java763 public Object getContent() throws IOException { in getContent() method in URLConnection
791 public Object getContent(Class[] classes) throws IOException { in getContent() method in URLConnection
1817 public Object getContent(URLConnection uc) throws IOException { in getContent() method in UnknownContentHandler
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/5/libcore/ojluni/src/main/java/java/net/
DContentHandler.java81 abstract public Object getContent(URLConnection urlc) throws IOException; in getContent() method in ContentHandler
100 public Object getContent(URLConnection urlc, Class[] classes) throws IOException { in getContent() method in ContentHandler
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/net/
DContentHandler.java81 abstract public Object getContent(URLConnection urlc) throws IOException; in getContent() method in ContentHandler
100 public Object getContent(URLConnection urlc, Class[] classes) throws IOException { in getContent() method in ContentHandler
DURLConnection.java763 public Object getContent() throws IOException { in getContent() method in URLConnection
791 public Object getContent(Class[] classes) throws IOException { in getContent() method in URLConnection
1817 public Object getContent(URLConnection uc) throws IOException { in getContent() method in UnknownContentHandler
/aosp_15_r20/external/google-cloud-java/java-dataplex/grpc-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/
H A DContentServiceGrpc.java475 default void getContent( in getContent() method
643 public void getContent( in getContent() method in ContentServiceGrpc.ContentServiceStub
796 public com.google.cloud.dataplex.v1.Content getContent( in getContent() method in ContentServiceGrpc.ContentServiceBlockingStub
933 getContent(com.google.cloud.dataplex.v1.GetContentRequest request) { in getContent() method in ContentServiceGrpc.ContentServiceFutureStub
/aosp_15_r20/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/cenc/
H A DProtectionSystemSpecificHeaderBox.java53 public byte[] getContent() { in getContent() method in ProtectionSystemSpecificHeaderBox
71 protected void getContent(ByteBuffer byteBuffer) { in getContent() method in ProtectionSystemSpecificHeaderBox
/aosp_15_r20/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/threegpp26245/
H A DFontTableBox.java44 protected void getContent(ByteBuffer byteBuffer) { in getContent() method in FontTableBox
77 public void getContent(ByteBuffer bb) { in getContent() method in FontTableBox.FontRecord
/aosp_15_r20/external/google-cloud-java/java-dataplex/google-cloud-dataplex/src/main/java/com/google/cloud/dataplex/v1/
H A DContentServiceClient.java530 public final Content getContent(ContentName name) { in getContent() method in ContentServiceClient
558 public final Content getContent(String name) { in getContent() method in ContentServiceClient
587 public final Content getContent(GetContentRequest request) { in getContent() method in ContentServiceClient
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/7/libcore/ojluni/src/main/java/java/net/
DURLConnection.java763 public Object getContent() throws IOException { in getContent() method in URLConnection
791 public Object getContent(Class[] classes) throws IOException { in getContent() method in URLConnection
1817 public Object getContent(URLConnection uc) throws IOException { in getContent() method in UnknownContentHandler
/aosp_15_r20/external/google-cloud-java/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/
H A DContentName.java68 public String getContent() { in getContent() method in ContentName
222 public String getContent() { in getContent() method in ContentName.Builder
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/
H A DRuntimeSingleton.java319 public static ContentResource getContent(String name) in getContent() method in RuntimeSingleton
337 public static ContentResource getContent( String name, String encoding ) in getContent() method in RuntimeSingleton
H A DRuntimeServices.java272 ContentResource getContent(String name) in getContent() method
286 ContentResource getContent(String name, String encoding) in getContent() method
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/
H A DCloseableURLConnection.java81 public Object getContent() throws IOException { in getContent() method in CloseableURLConnection
86 … public Object getContent(@SuppressWarnings("rawtypes") final Class[] classes) throws IOException { in getContent() method in CloseableURLConnection
/aosp_15_r20/external/okhttp/repackaged/okhttp-urlconnection/src/main/java/com/android/okhttp/internal/huc/
H A DDelegatingHttpsURLConnection.java133 @Override public Object getContent() throws IOException { in getContent() method in DelegatingHttpsURLConnection
138 @Override public Object getContent(Class[] types) throws IOException { in getContent() method in DelegatingHttpsURLConnection
/aosp_15_r20/external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/
H A DDelegatingHttpsURLConnection.java132 @Override public Object getContent() throws IOException { in getContent() method in DelegatingHttpsURLConnection
137 @Override public Object getContent(Class[] types) throws IOException { in getContent() method in DelegatingHttpsURLConnection
/aosp_15_r20/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/h264/
H A DAvcConfigurationBox.java157 public void getContent(ByteBuffer byteBuffer) { in getContent() method in AvcConfigurationBox
265 public void getContent(ByteBuffer byteBuffer) { in getContent() method in AvcConfigurationBox.AVCDecoderConfigurationRecord
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/net/
H A DURL.java172 public java.lang.Object getContent() throws java.io.IOException { in getContent() method in URL
176 public java.lang.Object getContent(java.lang.Class[] classes) throws java.io.IOException { in getContent() method in URL
/aosp_15_r20/external/sdk-platform-java/showcase/proto-gapic-showcase-v1beta1/src/main/java/com/google/showcase/v1beta1/
H A DWaitResponse.java63 public java.lang.String getContent() { in getContent() method in WaitResponse
435 public java.lang.String getContent() { in getContent() method in WaitResponse.Builder
H A DBlockResponse.java64 public java.lang.String getContent() { in getContent() method in BlockResponse
438 public java.lang.String getContent() { in getContent() method in BlockResponse.Builder

12345678910>>...67