Home
last modified time | relevance | path

Searched defs:readFrom (Results 1 – 25 of 987) sorted by relevance

12345678910>>...40

/aosp_15_r20/external/okio/okio/src/jvmMain/kotlin/okio/
H A DBuffer.kt217 fun readFrom(input: InputStream): Buffer { in <lambda>() method
224 fun readFrom(input: InputStream, byteCount: Long): Buffer { in <lambda>() method
231 private fun readFrom(input: InputStream, byteCount: Long, forever: Boolean) { in <lambda>() method in okio.Buffer
/aosp_15_r20/frameworks/base/core/java/android/os/incremental/
H A DV4Signature.java193 public static V4Signature readFrom(ParcelFileDescriptor pfd) throws IOException { in readFrom() method in V4Signature
203 public static V4Signature readFrom(@NonNull byte[] bytes) throws IOException { in readFrom() method in V4Signature
260 public static V4Signature readFrom(InputStream stream) throws IOException { in readFrom() method in V4Signature
/aosp_15_r20/frameworks/base/libs/androidfw/
H A DObbFile.cpp86 bool ObbFile::readFrom(const char* filename) in readFrom() function in android::ObbFile
107 bool ObbFile::readFrom(int fd) in readFrom() function in android::ObbFile
/aosp_15_r20/external/turbine/java/com/google/turbine/parse/
H A DStreamLexer.java42 private int readFrom; field in StreamLexer
61 private void readFrom() { in readFrom() method in StreamLexer
/aosp_15_r20/frameworks/base/core/java/android/app/
H A DUiAutomationConnection.java506 private final InputStream readFrom; field in UiAutomationConnection.Repeater
508 public Repeater (InputStream readFrom, OutputStream writeTo) { in Repeater()
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DByteString.java545 public static ByteString readFrom(InputStream streamToDrain) throws IOException { in readFrom() method
566 public static ByteString readFrom(InputStream streamToDrain, int chunkSize) throws IOException { in readFrom() method
580 public static ByteString readFrom(InputStream streamToDrain, int minChunkSize, int maxChunkSize) in readFrom() method
/aosp_15_r20/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DByteString.java545 public static ByteString readFrom(InputStream streamToDrain) throws IOException { in readFrom() method
566 public static ByteString readFrom(InputStream streamToDrain, int chunkSize) throws IOException { in readFrom() method
580 public static ByteString readFrom(InputStream streamToDrain, int minChunkSize, int maxChunkSize) in readFrom() method
/aosp_15_r20/prebuilts/go/linux-x86/src/os/
Dzero_copy_stub.go15 func (f *File) readFrom(r io.Reader) (n int64, handled bool, err error) { func
Dzero_copy_linux.go51 func (f *File) readFrom(r io.Reader) (written int64, handled bool, err error) { func
/aosp_15_r20/external/jetpack-camera-app/data/settings/src/main/java/com/google/jetpackcamera/settings/
H A DJcaSettingsSerializer.kt38 override suspend fun readFrom(input: InputStream): JcaSettings { in readFrom() method
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/dexbacked/value/
H A DDexBackedEncodedValue.java54 …public static EncodedValue readFrom(@Nonnull DexBackedDexFile dexFile, @Nonnull DexReader<? extend… in readFrom() method in DexBackedEncodedValue
/aosp_15_r20/frameworks/minikin/libs/minikin/
H A DLocaleListCache.h41 static inline uint32_t readFrom(BufferReader* reader) { in readFrom() function
/aosp_15_r20/packages/modules/AdServices/shared/libraries/device-side/java/com/android/adservices/shared/datastore/
DProtoSerializer.kt41 override suspend fun readFrom(input: InputStream): T { in readFrom() method in com.android.adservices.shared.datastore.ProtoSerializer
/aosp_15_r20/external/oboe/apps/OboeTester/app/src/main/cpp/analyzer/
H A DInfiniteRecording.h34 int32_t readFrom(T *buffer, size_t position, size_t count) { in readFrom() function
/aosp_15_r20/prebuilts/go/linux-x86/src/net/
Dtcpsock_plan9.go13 func (c *TCPConn) readFrom(r io.Reader) (int64, error) { func
Diprawsock_plan9.go12 func (c *IPConn) readFrom(b []byte) (int, *IPAddr, error) { func
Dunixsock_plan9.go13 func (c *UnixConn) readFrom(b []byte) (int, *UnixAddr, error) { func
/aosp_15_r20/out/soong/.intermediates/packages/modules/AdServices/shared/libraries/device-side/adservices-shared-datastore/android_common_apex33/kotlin_headers/
Dadservices-shared-datastore.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/packages__modules__AdServices__shared__libraries__device-side__android_common_apex33__adservices- ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/AdServices/shared/libraries/device-side/adservices-shared-datastore/android_common_apex30/kotlin_headers/
Dadservices-shared-datastore.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/packages__modules__AdServices__shared__libraries__device-side__android_common_apex30__adservices- ...
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/dexbacked/instruction/
H A DDexBackedInstruction.java60 …public static Instruction readFrom(DexBackedDexFile dexFile, @Nonnull DexReader<? extends DexBuffe… in readFrom() method in DexBackedInstruction
/aosp_15_r20/prebuilts/sdk/current/androidx/m2repository/androidx/datastore/datastore-preferences-core-jvm/1.2.0-alpha01/
HDdatastore-preferences-core-jvm-1.2.0-alpha01.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/datastore-preferences- ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/datastore/datastore-preferences-core-jvm/1.2.0-alpha01/androidx.datastore_datastore-preferences-core/android_common/local-combined/
Dandroidx.datastore_datastore-preferences-core.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/androidx/ META- ...
/aosp_15_r20/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeSaPayload.java644 static Proposal readFrom(ByteBuffer inputBuffer) throws IkeProtocolException { in readFrom() method in IkeSaPayload.Proposal
1071 static Transform readFrom(ByteBuffer inputBuffer) throws IkeProtocolException { in readFrom() method in IkeSaPayload.Transform
1814 static Pair<Attribute, Integer> readFrom(ByteBuffer inputBuffer) in readFrom() method in IkeSaPayload.Attribute
/aosp_15_r20/external/jetpack-camera-app/data/settings/src/main/java/com/google/jetpackcamera/settings/test/
H A DFakeJcaSettingsSerializer.kt49 override suspend fun readFrom(input: InputStream): JcaSettings { in readFrom() method in com.google.jetpackcamera.settings.test.FakeJcaSettingsSerializer
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/analyzers/
H A DInfiniteRecording.java41 public int readFrom(float[] buffer, int position, int count) { in readFrom() method in InfiniteRecording

12345678910>>...40