/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | ICUData.java | 16 import java.io.InputStream; 109 …private static InputStream getStream(final Class<?> root, final String resourceName, boolean requi… in getStream() 110 InputStream i = null; in getStream() 112 i = AccessController.doPrivileged(new PrivilegedAction<InputStream>() { in getStream() 114 public InputStream run() { in getStream() 132 …static InputStream getStream(final ClassLoader loader, final String resourceName, boolean required… in getStream() 133 InputStream i = null; in getStream() 135 i = AccessController.doPrivileged(new PrivilegedAction<InputStream>() { in getStream() 137 public InputStream run() { in getStream() 152 private static void checkStreamForBinaryData(InputStream is, String resourceName) { in checkStreamForBinaryData() [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | ICUData.java | 15 import java.io.InputStream; 107 …private static InputStream getStream(final Class<?> root, final String resourceName, boolean requi… in getStream() 108 InputStream i = null; in getStream() 110 i = AccessController.doPrivileged(new PrivilegedAction<InputStream>() { in getStream() 112 public InputStream run() { in getStream() 130 …static InputStream getStream(final ClassLoader loader, final String resourceName, boolean required… in getStream() 131 InputStream i = null; in getStream() 133 i = AccessController.doPrivileged(new PrivilegedAction<InputStream>() { in getStream() 135 public InputStream run() { in getStream() 150 private static void checkStreamForBinaryData(InputStream is, String resourceName) { in checkStreamForBinaryData() [all …]
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | ParseExceptionsTest.java | 43 import java.io.InputStream; 61 DescriptorProto parse(InputStream in) throws IOException; in parse() 86 public DescriptorProto parse(InputStream in) throws IOException { in message_parseFrom_InputStream() 98 public DescriptorProto parse(InputStream in) throws IOException { in message_parseFrom_InputStreamAndExtensionRegistry() 110 public DescriptorProto parse(InputStream in) throws IOException { in message_parseFrom_CodedInputStream() 122 public DescriptorProto parse(InputStream in) throws IOException { in message_parseFrom_CodedInputStreamAndExtensionRegistry() 135 public DescriptorProto parse(InputStream in) throws IOException { in message_parseDelimitedFrom_InputStream() 147 public DescriptorProto parse(InputStream in) throws IOException { in message_parseDelimitedFrom_InputStreamAndExtensionRegistry() 159 public DescriptorProto parse(InputStream in) throws IOException { in messageBuilder_mergeFrom_InputStream() 171 public DescriptorProto parse(InputStream in) throws IOException { in messageBuilder_mergeFrom_InputStreamAndExtensionRegistry() [all …]
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | Parser.java | 33 import java.io.InputStream; 191 public MessageType parseFrom(InputStream input) throws InvalidProtocolBufferException; in parseFrom() 197 public MessageType parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) in parseFrom() 204 public MessageType parsePartialFrom(InputStream input) throws InvalidProtocolBufferException; in parsePartialFrom() 210 public MessageType parsePartialFrom(InputStream input, ExtensionRegistryLite extensionRegistry) in parsePartialFrom() 222 public MessageType parseDelimitedFrom(InputStream input) throws InvalidProtocolBufferException; in parseDelimitedFrom() 225 public MessageType parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) in parseDelimitedFrom() 232 public MessageType parsePartialDelimitedFrom(InputStream input) in parsePartialDelimitedFrom() 240 InputStream input, ExtensionRegistryLite extensionRegistry) in parsePartialDelimitedFrom()
|
D | AbstractParser.java | 35 import java.io.InputStream; 212 public MessageType parsePartialFrom(InputStream input, ExtensionRegistryLite extensionRegistry) in parsePartialFrom() 225 public MessageType parsePartialFrom(InputStream input) throws InvalidProtocolBufferException { in parsePartialFrom() 230 public MessageType parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) in parseFrom() 236 public MessageType parseFrom(InputStream input) throws InvalidProtocolBufferException { in parseFrom() 242 InputStream input, ExtensionRegistryLite extensionRegistry) in parsePartialDelimitedFrom() 254 InputStream limitedInput = new LimitedInputStream(input, size); in parsePartialDelimitedFrom() 259 public MessageType parsePartialDelimitedFrom(InputStream input) in parsePartialDelimitedFrom() 265 public MessageType parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) in parseDelimitedFrom() 271 public MessageType parseDelimitedFrom(InputStream input) throws InvalidProtocolBufferException { in parseDelimitedFrom()
|
D | MessageLite.java | 37 import java.io.InputStream; 254 Builder mergeFrom(InputStream input) throws IOException; in mergeFrom() 263 Builder mergeFrom(InputStream input, ExtensionRegistryLite extensionRegistry) in mergeFrom() 292 boolean mergeDelimitedFrom(InputStream input) throws IOException; in mergeDelimitedFrom() 295 boolean mergeDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) in mergeDelimitedFrom()
|
D | Message.java | 37 import java.io.InputStream; 267 Builder mergeFrom(InputStream input) throws IOException; in mergeFrom() 270 Builder mergeFrom(InputStream input, ExtensionRegistryLite extensionRegistry) in mergeFrom() 274 boolean mergeDelimitedFrom(InputStream input) throws IOException; in mergeDelimitedFrom() 277 boolean mergeDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) in mergeDelimitedFrom()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/ |
D | font_factory.h | 50 void LoadFonts(InputStream* is, FontArray* output); 67 void LoadFontsForBuilding(InputStream* is, FontBuilderArray* output); 109 CALLER_ATTACH Font* LoadSingleOTF(InputStream* is); 112 void LoadCollection(InputStream* is, FontArray* output); 115 CALLER_ATTACH Font::Builder* LoadSingleOTFForBuilding(InputStream* is); 120 void LoadCollectionForBuilding(InputStream* is, FontBuilderArray* builders);
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/ |
D | font_factory.h | 50 void LoadFonts(InputStream* is, FontArray* output); 67 void LoadFontsForBuilding(InputStream* is, FontBuilderArray* output); 109 CALLER_ATTACH Font* LoadSingleOTF(InputStream* is); 112 void LoadCollection(InputStream* is, FontArray* output); 115 CALLER_ATTACH Font::Builder* LoadSingleOTFForBuilding(InputStream* is); 120 void LoadCollectionForBuilding(InputStream* is, FontBuilderArray* builders);
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/ |
D | BrotliInputStreamTest.java | 16 import java.io.InputStream; 27 static InputStream getBundle() throws IOException { in getBundle() 34 InputStream bundle = getBundle(); in suite() 61 InputStream bundle = getBundle(); in run() 72 InputStream src = new ByteArrayInputStream(compressed); in run() 73 InputStream decoder = new BrotliInputStream(src); in run()
|
D | DecoderTest.java | 16 import java.io.InputStream; 27 static InputStream getBundle() throws IOException { in getBundle() 34 InputStream bundle = getBundle(); in suite() 61 InputStream bundle = getBundle(); in run()
|
/third_party/boost/libs/graph/example/ |
D | helper.hpp | 44 template < typename Graph, typename NameMap, typename InputStream > 47 read_graph(Graph& g, NameMap nm, InputStream& is) in read_graph() 66 template < typename Graph, typename InputStream > 69 read_graph(Graph& g, InputStream& is) in read_graph() 77 typename InputStream > 80 read_weighted_graph(Graph& g, NameMap nm, WeightMap wm, InputStream& is) in read_weighted_graph() 111 template < typename Graph, typename WeightMap, typename InputStream > 114 read_weighted_graph(Graph& g, WeightMap wm, InputStream& is) in read_weighted_graph()
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/ |
D | EncoderTest.java | 11 import java.io.InputStream; 21 static InputStream getBundle() throws IOException { in getBundle() 28 InputStream bundle = getBundle(); in suite() 55 InputStream bundle = getBundle(); in run() 70 InputStream decoder = new BrotliInputStream(new ByteArrayInputStream(compressed)); in run()
|
D | BrotliOutputStreamTest.java | 12 import java.io.InputStream; 32 static InputStream getBundle() throws IOException { in getBundle() 39 InputStream bundle = getBundle(); in suite() 70 InputStream bundle = getBundle(); in run() 109 InputStream decoder = new BrotliInputStream(new ByteArrayInputStream(dst.toByteArray())); in run()
|
/third_party/cef/libcef/browser/net_service/ |
D | stream_reader_url_loader.cc | 32 std::unique_ptr<InputStream>)>; 118 void OnCallback(std::unique_ptr<InputStream> input_stream) { in OnCallback() 162 std::unique_ptr<InputStream> stream, 172 void Skip(int64_t skip_bytes, InputStream::SkipCallback callback); 180 InputStream::ReadCallback callback); 186 void SkipOnWorkThread(int64_t skip_bytes, InputStream::SkipCallback callback); 189 InputStream::ReadCallback callback); 212 InputStream::SkipCallback skip_callback); 215 InputStream::ReadCallback read_callback); 217 std::unique_ptr<InputStream> stream_; [all …]
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/integration/ |
D | BundleHelper.java | 11 import java.io.InputStream; 24 public static List<String> listEntries(InputStream input) throws IOException { in listEntries() 41 public static byte[] readStream(InputStream input) throws IOException { in readStream() 51 public static byte[] readEntry(InputStream input, String entryName) throws IOException { in readEntry() 95 public static long fingerprintStream(InputStream input) throws IOException { in fingerprintStream()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/ |
D | NFS4StringPrep.java | 12 import java.io.InputStream; 41 … InputStream nfscsiFile = loader.getResourceAsStream("com/ibm/icu/dev/data/testdata/nfscsi.spp"); in NFS4StringPrep() 45 … InputStream nfscssFile = loader.getResourceAsStream("com/ibm/icu/dev/data/testdata/nfscss.spp"); in NFS4StringPrep() 49 … InputStream nfscisFile = loader.getResourceAsStream("com/ibm/icu/dev/data/testdata/nfscis.spp"); in NFS4StringPrep() 53 … InputStream nfsmxpFile = loader.getResourceAsStream("com/ibm/icu/dev/data/testdata/nfsmxp.spp"); in NFS4StringPrep() 57 … InputStream nfsmxsFile = loader.getResourceAsStream("com/ibm/icu/dev/data/testdata/nfsmxs.spp"); in NFS4StringPrep()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/ |
D | NFS4StringPrep.java | 13 import java.io.InputStream; 44 …InputStream nfscsiFile = loader.getResourceAsStream("ohos/global/icu/dev/data/testdata/nfscsi.spp… in NFS4StringPrep() 48 …InputStream nfscssFile = loader.getResourceAsStream("ohos/global/icu/dev/data/testdata/nfscss.spp… in NFS4StringPrep() 52 …InputStream nfscisFile = loader.getResourceAsStream("ohos/global/icu/dev/data/testdata/nfscis.spp… in NFS4StringPrep() 56 …InputStream nfsmxpFile = loader.getResourceAsStream("ohos/global/icu/dev/data/testdata/nfsmxp.spp… in NFS4StringPrep() 60 …InputStream nfsmxsFile = loader.getResourceAsStream("ohos/global/icu/dev/data/testdata/nfsmxs.spp… in NFS4StringPrep()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/ |
D | font_input_stream.h | 49 class FontInputStream : public InputStream { 53 explicit FontInputStream(InputStream* is); 58 FontInputStream(InputStream* is, size_t length); 89 InputStream* stream_;
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/data/ |
D | font_input_stream.h | 49 class FontInputStream : public InputStream { 53 explicit FontInputStream(InputStream* is); 58 FontInputStream(InputStream* is, size_t length); 89 InputStream* stream_;
|
/third_party/flatbuffers/grpc/flatbuffers-java-grpc/src/main/java/com/google/flatbuffers/grpc/ |
D | FlatbuffersUtils.java | 26 import java.io.InputStream; 32 T extract (InputStream stream) throws IOException { in extract() 46 static class FBInputStream extends InputStream implements Drainable, KnownLength { 103 public InputStream stream(T value) { in marshaller() 108 public T parse(InputStream stream) { in marshaller()
|
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/metadata/init/ |
D | MetadataParserTest.java | 27 import java.io.InputStream; 48 final InputStream emptyInput = new ByteArrayInputStream(new byte[0]); in test_parse_shouldThrowExceptionForEmptyInput() 61 final InputStream invalidInput = new ByteArrayInputStream("Some random input".getBytes(UTF_8)); in test_parse_shouldThrowExceptionForInvalidInput() 74 InputStream input = PhoneMetadataCollectionUtil.toInputStream( in test_parse_shouldParseValidInput()
|
/third_party/skia/third_party/externals/oboe/samples/parselib/src/main/cpp/stream/ |
D | InputStream.h | 26 class InputStream { 28 InputStream() {} in InputStream() function 29 virtual ~InputStream() {} in ~InputStream()
|
/third_party/skia/third_party/externals/oboe/samples/parselib/ |
D | README.md | 21 ### InputStream subsection 22 An abstract class that defines the `InputStream` interface. 25 A concrete implementation of `InputStream` that reads data from a file. 28 A concrete implementation of `InputStream` that reads data from a memory block. 42 Parses and loads WAV data from an InputStream.
|
/third_party/ffmpeg/fftools/ |
D | ffmpeg_qsv.c | 36 InputStream *ist = s->opaque; in qsv_get_buffer() 43 InputStream *ist = s->opaque; in qsv_uninit() 47 static int qsv_device_init(InputStream *ist) in qsv_device_init() 74 InputStream *ist = s->opaque; in qsv_init()
|