Home
last modified time | relevance | path

Searched defs:newReader (Results 1 – 25 of 616) sorted by relevance

12345678910>>...25

/aosp_15_r20/external/grpc-grpc-java/okhttp/third_party/okhttp/main/java/io/grpc/okhttp/internal/framed/
H A DVariant.java35 FrameReader newReader(BufferedSource source, boolean client); in newReader() method
H A DHttp2.java86 @Override public FrameReader newReader(BufferedSource source, boolean client) { in newReader() method in Http2
/aosp_15_r20/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
H A DVariant.java31 FrameReader newReader(BufferedSource source, boolean client); in newReader() method
H A DSpdy3.java98 @Override public FrameReader newReader(BufferedSource source, boolean client) { in newReader() method in Spdy3
H A DHttp2.java79 @Override public FrameReader newReader(BufferedSource source, boolean client) { in newReader() method in Http2
/aosp_15_r20/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/framed/
H A DVariant.java33 FrameReader newReader(BufferedSource source, boolean client); in newReader() method
H A DSpdy3.java100 @Override public FrameReader newReader(BufferedSource source, boolean client) { in newReader() method in Spdy3
H A DHttp2.java81 @Override public FrameReader newReader(BufferedSource source, boolean client) { in newReader() method in Http2
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/
Dissue4323.go20 func newReader() *reader { return new(reader) } func
/aosp_15_r20/external/moshi/moshi/src/test/java/com/squareup/moshi/
H A DTestUtil.java24 static JsonReader newReader(String json) { in newReader() method in TestUtil
H A DJsonCodecFactory.java188 abstract JsonReader newReader(String json) throws IOException; in newReader() method in JsonCodecFactory
H A DJsonReaderTest.java51 JsonReader newReader(String json) throws IOException { in newReader() method in JsonReaderTest
/aosp_15_r20/prebuilts/go/linux-x86/src/compress/lzw/
Dreader.go258 func newReader(src io.Reader, order Order, litWidth int) *Reader { func
/aosp_15_r20/external/jazzer-api/src/main/native/com/code_intelligence/jazzer/android/
H A Ddex_file_manager.cpp167 dex::Reader* newReader, in structureMatches()
H A Dnative_agent.cpp185 dex::Reader newReader(newClassDataResult, newSize); in jazzerClassFileLoadHook() local
/aosp_15_r20/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
H A DHpackTest.java695 private Hpack.Reader newReader(Buffer source) { in newReader() method in HpackTest
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/types/testdata/check/
Dcycles5.go165 func newReader() r // ERROR "r is not a type" func
Dcycles5a.go165 func newReader() r // ERROR "r is not a type" func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/importer/
Dureader.go84 func (pr *pkgReader) newReader(k pkgbits.RelocKind, idx pkgbits.Index, marker pkgbits.SyncMarker) *… func
/aosp_15_r20/prebuilts/go/linux-x86/src/regexp/
Dexec.go66 func (i *inputs) newReader(r io.RuneReader) input { func
/aosp_15_r20/prebuilts/go/linux-x86/src/go/internal/gcimporter/
Dureader.go131 func (pr *pkgReader) newReader(k pkgbits.RelocKind, idx pkgbits.Index, marker pkgbits.SyncMarker) *… func
/aosp_15_r20/external/grpc-grpc-java/okhttp/third_party/okhttp/test/java/io/grpc/okhttp/internal/framed/
H A DHpackTest.java1122 private Hpack.Reader newReader(Buffer source) { in newReader() method in HpackTest
/aosp_15_r20/external/guava/android/guava/src/com/google/common/io/
H A DFiles.java89 public static BufferedReader newReader(File file, Charset charset) throws FileNotFoundException { in newReader() method in Files
/aosp_15_r20/external/guava/guava/src/com/google/common/io/
H A DFiles.java89 public static BufferedReader newReader(File file, Charset charset) throws FileNotFoundException { in newReader() method in Files
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/noder/
Dreader.go88 func (pr *pkgReader) newReader(k pkgbits.RelocKind, idx pkgbits.Index, marker pkgbits.SyncMarker) *… func

12345678910>>...25