/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/ |
D | font_input_stream.cc | 74 int32_t FontInputStream::Read() { in Read() function in sfntly::FontInputStream 78 int32_t b = stream_->Read(); in Read() 85 int32_t FontInputStream::Read(std::vector<uint8_t>* b, int32_t offset, int32_t length) { in Read() function in sfntly::FontInputStream 93 int32_t bytes_read = stream_->Read(b, offset, bytes_to_read); in Read() 98 int32_t FontInputStream::Read(std::vector<uint8_t>* b) { in Read() function in sfntly::FontInputStream 99 return Read(b, 0, b->size()); in Read() 103 return Read(); in ReadChar() 107 return 0xffff & (Read() << 8 | Read()); in ReadUShort() 111 return ((Read() << 8 | Read()) << 16) >> 16; in ReadShort() 115 return 0xffffff & (Read() << 16 | Read() << 8 | Read()); in ReadUInt24() [all …]
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/data/ |
D | font_input_stream.cc | 74 int32_t FontInputStream::Read() { in Read() function in sfntly::FontInputStream 78 int32_t b = stream_->Read(); in Read() 85 int32_t FontInputStream::Read(std::vector<uint8_t>* b, int32_t offset, int32_t length) { in Read() function in sfntly::FontInputStream 93 int32_t bytes_read = stream_->Read(b, offset, bytes_to_read); in Read() 98 int32_t FontInputStream::Read(std::vector<uint8_t>* b) { in Read() function in sfntly::FontInputStream 99 return Read(b, 0, b->size()); in Read() 103 return Read(); in ReadChar() 107 return 0xffff & (Read() << 8 | Read()); in ReadUShort() 111 return ((Read() << 8 | Read()) << 16) >> 16; in ReadShort() 115 return 0xffffff & (Read() << 16 | Read() << 8 | Read()); in ReadUInt24() [all …]
|
/third_party/libsnd/tests/ |
D | benchmark-latest-coltrane | 11 Read short from PCM_16 : 82.28% of raw read 13 Read int from PCM_24 : 32.92% of raw read 15 Read float from PCM_16 : 43.64% of raw read 17 Read float from PCM_24 : 27.79% of raw read 19 Read float from PCM_32 : 34.42% of raw read 21 Read float from FLOAT : 56.77% of raw read 25 Read short from PCM_16 : 49.46% of raw read 27 Read int from PCM_24 : 33.10% of raw read 29 Read float from PCM_16 : 31.46% of raw read 31 Read float from PCM_24 : 27.64% of raw read [all …]
|
D | benchmark-0.0.28 | 11 Read short from PCM_16 : 83.17% of raw read 13 Read int from PCM_24 : 32.96% of raw read 15 Read int from PCM_32 : 41.11% of raw read 17 Read float from PCM_16 : 43.27% of raw read 19 Read float from PCM_24 : 28.09% of raw read 21 Read float from PCM_32 : 34.65% of raw read 23 Read float from FLOAT : 56.71% of raw read 27 Read short from PCM_16 : 49.12% of raw read 29 Read int from PCM_24 : 33.66% of raw read 31 Read int from PCM_32 : 21.97% of raw read [all …]
|
D | benchmark-1.0.6pre10-miles | 10 Read short from PCM_16 : 100.20% of raw read 12 Read int from PCM_24 : 33.62% of raw read 14 Read int from PCM_32 : 51.04% of raw read 16 Read float from PCM_16 : 28.17% of raw read 18 Read float from PCM_24 : 24.14% of raw read 20 Read float from PCM_32 : 22.59% of raw read 22 Read float from FLOAT : 51.54% of raw read 26 Read short from PCM_16 : 54.58% of raw read 28 Read int from PCM_24 : 33.43% of raw read 30 Read int from PCM_32 : 27.24% of raw read [all …]
|
D | benchmark-1.0.18pre16-hendrix | 10 Read short from PCM_16 : 96.39% of raw read 12 Read int from PCM_24 : 28.50% of raw read 14 Read int from PCM_32 : 39.98% of raw read 16 Read float from PCM_16 : 27.79% of raw read 18 Read float from PCM_24 : 22.62% of raw read 20 Read float from PCM_32 : 24.18% of raw read 22 Read float from FLOAT : 40.62% of raw read 26 Read short from PCM_16 : 49.27% of raw read 28 Read int from PCM_24 : 28.50% of raw read 30 Read int from PCM_32 : 25.89% of raw read [all …]
|
D | benchmark-1.0.6pre10-coltrane | 10 Read short from PCM_16 : 82.60% of raw read 12 Read int from PCM_24 : 37.26% of raw read 14 Read int from PCM_32 : 41.30% of raw read 16 Read float from PCM_16 : 43.99% of raw read 18 Read float from PCM_24 : 28.21% of raw read 20 Read float from PCM_32 : 30.98% of raw read 22 Read float from FLOAT : 56.66% of raw read 26 Read short from PCM_16 : 56.32% of raw read 28 Read int from PCM_24 : 37.33% of raw read 30 Read int from PCM_32 : 23.51% of raw read [all …]
|
D | benchmark-1.0.18pre16-mingus | 10 Read short from PCM_16 : 147.10% of raw read 12 Read int from PCM_24 : 30.82% of raw read 14 Read int from PCM_32 : 62.43% of raw read 16 Read float from PCM_16 : 36.73% of raw read 18 Read float from PCM_24 : 19.50% of raw read 20 Read float from PCM_32 : 28.76% of raw read 22 Read float from FLOAT : 60.85% of raw read 26 Read short from PCM_16 : 59.03% of raw read 28 Read int from PCM_24 : 31.98% of raw read 30 Read int from PCM_32 : 33.68% of raw read [all …]
|
D | benchmark-1.0.0 | 10 Read short from PCM_16 : 82.93% of raw read 12 Read int from PCM_24 : 37.90% of raw read 14 Read float from PCM_16 : 45.53% of raw read 16 Read float from PCM_24 : 28.48% of raw read 18 Read float from PCM_32 : 31.21% of raw read 20 Read float from FLOAT : 56.32% of raw read 24 Read short from PCM_16 : 23.20% of raw read 26 Read int from PCM_24 : 37.76% of raw read 28 Read float from PCM_16 : 22.61% of raw read 30 Read float from PCM_24 : 28.37% of raw read [all …]
|
D | benchmark-1.0.0rc2 | 10 Read short from PCM_16 : 82.17% of raw read 12 Read int from PCM_24 : 37.95% of raw read 14 Read float from PCM_16 : 23.32% of raw read 16 Read float from PCM_24 : 28.41% of raw read 18 Read float from FLOAT : 57.50% of raw read 22 Read short from PCM_16 : 23.37% of raw read 24 Read int from PCM_24 : 38.24% of raw read 26 Read float from PCM_16 : 19.16% of raw read 28 Read float from PCM_24 : 28.74% of raw read 30 Read float from FLOAT : 15.60% of raw read
|
/third_party/libxml2/python/tests/ |
D | reader3.py | 29 ret = reader.Read() 34 ret = reader.Read() 41 ret = reader.Read() 48 ret = reader.Read() 55 ret = reader.Read() 67 ret = reader.Read() 72 ret = reader.Read() 79 ret = reader.Read() 86 ret = reader.Read() 93 ret = reader.Read() [all …]
|
D | reader.py | 21 ret = reader.Read() 29 ret = reader.Read() 37 ret = reader.Read() 45 ret = reader.Read() 54 ret = reader.Read() 62 ret = reader.Read() 70 ret = reader.Read() 82 ret = reader.Read() 104 ret = reader.Read() 111 ret = reader.Read() [all …]
|
D | walker.py | 41 ret = reader.Read() 44 ret = reader.Read() 81 ret = reader.Read() 84 ret = reader.Read() 119 ret = reader.Read() 122 ret = reader.Read()
|
/third_party/zlib/contrib/ada/ |
D | read.adb | 19 procedure Read is subprogram 64 procedure Read subprogspec 71 procedure Read is new ZLib.Read subprogram 72 (Read, 81 procedure Read subprogram 98 end Read; 139 Read (Filter, Buffer, Last); 156 end Read;
|
D | zlib-streams.adb | 130 procedure Read subprogram 136 procedure Read subprogspec 144 procedure Read subprogram 148 Ada.Streams.Read (Stream.Back.all, Item, Last); 149 end Read; 151 procedure Read is new ZLib.Read argument 152 (Read => Read, 158 Read (Stream.Reader, Item, Last); 159 end Read;
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/ada/ |
D | read.adb | 19 procedure Read is subprogram 64 procedure Read argument 71 procedure Read is new ZLib.Read argument 72 (Read, 81 procedure Read subprogram 98 end Read; 139 Read (Filter, Buffer, Last); 156 end Read;
|
D | zlib-streams.adb | 130 procedure Read subprogram 136 procedure Read argument 144 procedure Read subprogram 148 Ada.Streams.Read (Stream.Back.all, Item, Last); 149 end Read; 151 procedure Read is new ZLib.Read argument 152 (Read => Read, 158 Read (Stream.Reader, Item, Last); 159 end Read;
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/ada/ |
D | read.adb | 19 procedure Read is subprogram 64 procedure Read subprogspec 71 procedure Read is new ZLib.Read subprogram 72 (Read, 81 procedure Read subprogram 98 end Read; 139 Read (Filter, Buffer, Last); 156 end Read;
|
D | zlib-streams.adb | 130 procedure Read subprogram 136 procedure Read argument 144 procedure Read argument 148 Ada.Streams.Read (Stream.Back.all, Item, Last); 149 end Read; 151 procedure Read is new ZLib.Read subprogram 152 (Read => Read, 158 Read (Stream.Reader, Item, Last); 159 end Read;
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_asn1write.data | 52 ASN.1 Write / Read Length #0 (Len = 0, short form) 55 ASN.1 Write / Read Length #1 (Len = 127, short form) 58 ASN.1 Write / Read Length #2 (Len = 127, buffer too small) 61 ASN.1 Write / Read Length #3 (Len = 128, long form) 64 ASN.1 Write / Read Length #4 (Len = 255, long form) 67 ASN.1 Write / Read Length #5 (Len = 255, buffer too small) 70 ASN.1 Write / Read Length #6 (Len = 258, byte order) 73 ASN.1 Write / Read Length #7 (Len = 65535, long form) 76 ASN.1 Write / Read Length #8 (Len = 65535, buffer too small) 79 ASN.1 Write / Read Length #9 (Len = 66051, byte order) [all …]
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
D | file_io_test.cc | 50 is.Read(&b2, 0, length); in TestFileInputStream() 58 is.Read(&b2, 0, 100); in TestFileInputStream() 64 is.Read(&b2, 0, 100); in TestFileInputStream() 68 is.Read(&b2, 0, 100); in TestFileInputStream() 74 is.Read(&b2, 0, 100); in TestFileInputStream() 75 is.Read(&b2, 100, 100); in TestFileInputStream() 112 font_is1.Read(&b2, 0, length); in TestFontInputStreamBasic() 120 font_is2.Read(&b2, 0, 100); in TestFontInputStreamBasic() 122 font_is2.Read(&b2, 100, 100); in TestFontInputStreamBasic() 126 font_is2.Read(&b2, 0, 100); in TestFontInputStreamBasic() [all …]
|
D | memory_io_test.cc | 46 EXPECT_EQ(is.Read(), '0'); // position 1 in TestMemoryInputStream() 47 EXPECT_EQ(is.Read(), '1'); // position 2 in TestMemoryInputStream() 48 EXPECT_EQ(is.Read(), '2'); // position 3 in TestMemoryInputStream() 53 EXPECT_EQ(is.Read(&b), 7); // position 10 in TestMemoryInputStream() 57 EXPECT_EQ(is.Read(&b, 7, 10), 10); // position 20 in TestMemoryInputStream() 64 EXPECT_EQ(is.Read(&b), 10); // position 60 in TestMemoryInputStream() 69 EXPECT_EQ(is.Read(&b), 10); // position 50 in TestMemoryInputStream()
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/test/ |
D | file_io_test.cc | 50 is.Read(&b2, 0, length); in TestFileInputStream() 58 is.Read(&b2, 0, 100); in TestFileInputStream() 64 is.Read(&b2, 0, 100); in TestFileInputStream() 68 is.Read(&b2, 0, 100); in TestFileInputStream() 74 is.Read(&b2, 0, 100); in TestFileInputStream() 75 is.Read(&b2, 100, 100); in TestFileInputStream() 112 font_is1.Read(&b2, 0, length); in TestFontInputStreamBasic() 120 font_is2.Read(&b2, 0, 100); in TestFontInputStreamBasic() 122 font_is2.Read(&b2, 100, 100); in TestFontInputStreamBasic() 126 font_is2.Read(&b2, 0, 100); in TestFontInputStreamBasic() [all …]
|
D | memory_io_test.cc | 46 EXPECT_EQ(is.Read(), '0'); // position 1 in TestMemoryInputStream() 47 EXPECT_EQ(is.Read(), '1'); // position 2 in TestMemoryInputStream() 48 EXPECT_EQ(is.Read(), '2'); // position 3 in TestMemoryInputStream() 53 EXPECT_EQ(is.Read(&b), 7); // position 10 in TestMemoryInputStream() 57 EXPECT_EQ(is.Read(&b, 7, 10), 10); // position 20 in TestMemoryInputStream() 64 EXPECT_EQ(is.Read(&b), 10); // position 60 in TestMemoryInputStream() 69 EXPECT_EQ(is.Read(&b), 10); // position 50 in TestMemoryInputStream()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/ |
D | WrapperBenchmarkMessages.cs | 3667 double? value = _single_doubleField1_codec.Read(input); in MergeFrom() 3674 long? value = _single_int64Field2_codec.Read(input); in MergeFrom() 3681 long? value = _single_int64Field3_codec.Read(input); in MergeFrom() 3688 long? value = _single_int64Field4_codec.Read(input); in MergeFrom() 3695 double? value = _single_doubleField7_codec.Read(input); in MergeFrom() 3702 double? value = _single_doubleField8_codec.Read(input); in MergeFrom() 3709 double? value = _single_doubleField9_codec.Read(input); in MergeFrom() 3716 double? value = _single_doubleField10_codec.Read(input); in MergeFrom() 3723 double? value = _single_doubleField11_codec.Read(input); in MergeFrom() 3730 double? value = _single_doubleField14_codec.Read(input); in MergeFrom() [all …]
|