/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/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()
|
D | BrotliInputStream.java | 10 import java.io.InputStream; 16 public class BrotliInputStream extends InputStream { 28 public BrotliInputStream(InputStream source, int bufferSize) in BrotliInputStream() 33 public BrotliInputStream(InputStream source) throws IOException { in BrotliInputStream()
|
D | BrotliDecoderChannelTest.java | 16 import java.io.InputStream; 29 static InputStream getBundle() throws IOException { in getBundle() 36 InputStream bundle = getBundle(); in suite() 63 InputStream bundle = getBundle(); in run()
|
/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()
|
D | BrotliEncoderChannelTest.java | 12 import java.io.InputStream; 34 static InputStream getBundle() throws IOException { in getBundle() 41 InputStream bundle = getBundle(); in suite() 71 InputStream bundle = getBundle(); in run() 109 InputStream decoder = new BrotliInputStream(new ByteArrayInputStream(dst.toByteArray())); in run()
|
/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/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/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/ |
D | FontFactory.java | 26 import java.io.InputStream; 127 public Font[] loadFonts(InputStream is) throws IOException { in loadFonts() 148 public Builder[] loadFontsForBuilding(InputStream is) throws IOException { in loadFontsForBuilding() 157 private Font loadSingleOTF(InputStream is) throws IOException { in loadSingleOTF() 161 private Font[] loadCollection(InputStream is) throws IOException { in loadCollection() 170 private Font.Builder loadSingleOTFForBuilding(InputStream is) throws IOException { in loadSingleOTFForBuilding() 188 private Font.Builder[] loadCollectionForBuilding(InputStream is) throws IOException { in loadCollectionForBuilding()
|
/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/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/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/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()
|
D | ffmpeg.h | 244 struct InputStream *ist; 306 typedef struct InputStream { struct 402 } InputStream; argument 466 struct InputStream *sync_ist; /* input stream to sync against */ 603 extern InputStream **input_streams; 672 int guess_input_channel_layout(InputStream *ist); 677 int init_simple_filtergraph(InputStream *ist, OutputStream *ost); 680 void sub2video_update(InputStream *ist, int64_t heartbeat_pts, AVSubtitle *sub); 693 int hw_device_setup_for_decode(InputStream *ist);
|
/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()
|