/third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
D | file_io_test.cc | 39 ByteVector b1; in TestFileInputStream() 49 ByteVector b2; in TestFileInputStream() 79 ByteVector b3; in TestFileInputStream() 100 ByteVector b1; in TestFontInputStreamBasic() 111 ByteVector b2; in TestFontInputStreamBasic() 139 ByteVector feat_data; in TestFontInputStreamTableLoading()
|
D | byte_array_test.cc | 35 void ReadByteArrayWithBuffer(ByteArray* ba, ByteVector* buffer, ByteVector* b) { in ReadByteArrayWithBuffer() 47 ByteVector* b) { in ReadByteArrayWithSlidingWindow() 65 ByteVector b1, b2; in ReadComparison() 70 ByteVector buffer(buffer_size); in ReadComparison()
|
D | open_type_data_test.cc | 27 ByteVector bytes; in TestOTFRead() 46 ByteVector source_bytes(1024); in TestOTFCopy() 53 ByteVector destination_bytes(1024); in TestOTFCopy()
|
D | font_parsing_test.cc | 35 ByteVector input_buffer; in TestFontParsing() 65 ByteVector b; in TestFontParsing() 82 ByteVector b1, b2; in TestFontParsing() 117 ByteVector input_buffer; in TestTTFMemoryBasedReadWrite()
|
D | font_data_test.cc | 143 void ReadFontDataWithSingleByte(ReadableFontData* rfd, ByteVector* buffer) { in ReadFontDataWithSingleByte() 152 ByteVector* b) { in ReadFontDataWithBuffer() 153 ByteVector buffer(buffer_size); in ReadFontDataWithBuffer() 166 ByteVector* b) { in ReadFontDataWithSlidingWindow() 189 ByteVector buffer(buffer_size); in WriteFontDataWithBuffer() 201 ByteVector b(rfd->Length()); in WriteFontDataWithSlidingWindow() 216 ByteVector b1, b2; in ReadComparison()
|
D | memory_io_test.cc | 37 ByteVector test_buffer; in TestMemoryInputStream() 51 ByteVector b; in TestMemoryInputStream() 85 ByteVector test_buffer; in TestMemoryOutputStream()
|
D | test_font_utils.cc | 55 ByteVector bv; in LoadFontUsingByteVector() 63 void LoadFile(const char* input_file_path, ByteVector* input_buffer) { in LoadFile()
|
D | verify_os2.cc | 80 ByteVector panose; in VerifyOS_2() 92 ByteVector vend_id; in VerifyOS_2()
|
D | test_font_utils.h | 34 void LoadFile(const char* input_file_path, ByteVector* input_buffer);
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/test/ |
D | file_io_test.cc | 39 ByteVector b1; in TestFileInputStream() 49 ByteVector b2; in TestFileInputStream() 79 ByteVector b3; in TestFileInputStream() 100 ByteVector b1; in TestFontInputStreamBasic() 111 ByteVector b2; in TestFontInputStreamBasic() 139 ByteVector feat_data; in TestFontInputStreamTableLoading()
|
D | byte_array_test.cc | 35 void ReadByteArrayWithBuffer(ByteArray* ba, ByteVector* buffer, ByteVector* b) { in ReadByteArrayWithBuffer() 47 ByteVector* b) { in ReadByteArrayWithSlidingWindow() 65 ByteVector b1, b2; in ReadComparison() 70 ByteVector buffer(buffer_size); in ReadComparison()
|
D | open_type_data_test.cc | 27 ByteVector bytes; in TestOTFRead() 46 ByteVector source_bytes(1024); in TestOTFCopy() 53 ByteVector destination_bytes(1024); in TestOTFCopy()
|
D | font_parsing_test.cc | 35 ByteVector input_buffer; in TestFontParsing() 65 ByteVector b; in TestFontParsing() 82 ByteVector b1, b2; in TestFontParsing() 117 ByteVector input_buffer; in TestTTFMemoryBasedReadWrite()
|
D | font_data_test.cc | 143 void ReadFontDataWithSingleByte(ReadableFontData* rfd, ByteVector* buffer) { in ReadFontDataWithSingleByte() 152 ByteVector* b) { in ReadFontDataWithBuffer() 153 ByteVector buffer(buffer_size); in ReadFontDataWithBuffer() 166 ByteVector* b) { in ReadFontDataWithSlidingWindow() 189 ByteVector buffer(buffer_size); in WriteFontDataWithBuffer() 201 ByteVector b(rfd->Length()); in WriteFontDataWithSlidingWindow() 216 ByteVector b1, b2; in ReadComparison()
|
D | memory_io_test.cc | 37 ByteVector test_buffer; in TestMemoryInputStream() 51 ByteVector b; in TestMemoryInputStream() 85 ByteVector test_buffer; in TestMemoryOutputStream()
|
D | test_font_utils.cc | 55 ByteVector bv; in LoadFontUsingByteVector() 63 void LoadFile(const char* input_file_path, ByteVector* input_buffer) { in LoadFile()
|
D | verify_os2.cc | 80 ByteVector panose; in VerifyOS_2() 92 ByteVector vend_id; in VerifyOS_2()
|
D | test_font_utils.h | 34 void LoadFile(const char* input_file_path, ByteVector* input_buffer);
|
/third_party/flatbuffers/tests/union_vector/ |
D | Movie.java | 21 public ByteVector charactersTypeVector() { return charactersTypeVector(new ByteVector()); } in charactersTypeVector() 22 …public ByteVector charactersTypeVector(ByteVector obj) { int o = __offset(8); return o != 0 ? obj.… in charactersTypeVector()
|
/third_party/flatbuffers/java/com/google/flatbuffers/ |
D | ByteVector.java | 27 public final class ByteVector extends BaseVector { class 36 public ByteVector __assign(int vector, ByteBuffer bb) { in __assign()
|
/third_party/flatbuffers/tests/MyGame/Example/ |
D | Monster.java | 33 public ByteVector inventoryVector() { return inventoryVector(new ByteVector()); } in inventoryVector() 34 …public ByteVector inventoryVector(ByteVector obj) { int o = __offset(14); return o != 0 ? obj.__as… in inventoryVector() 66 …public ByteVector testnestedflatbufferVector() { return testnestedflatbufferVector(new ByteVector(… in testnestedflatbufferVector() 67 …public ByteVector testnestedflatbufferVector(ByteVector obj) { int o = __offset(30); return o != 0… in testnestedflatbufferVector() 117 public ByteVector flexVector() { return flexVector(new ByteVector()); } in flexVector() 118 …public ByteVector flexVector(ByteVector obj) { int o = __offset(64); return o != 0 ? obj.__assign(… in flexVector() 190 public ByteVector vectorOfEnumsVector() { return vectorOfEnumsVector(new ByteVector()); } in vectorOfEnumsVector() 191 …public ByteVector vectorOfEnumsVector(ByteVector obj) { int o = __offset(98); return o != 0 ? obj.… in vectorOfEnumsVector() 199 …public ByteVector testrequirednestedflatbufferVector() { return testrequirednestedflatbufferVector… in testrequirednestedflatbufferVector() 200 …public ByteVector testrequirednestedflatbufferVector(ByteVector obj) { int o = __offset(102); retu… in testrequirednestedflatbufferVector()
|
D | TypeAliases.java | 40 public ByteVector v8Vector() { return v8Vector(new ByteVector()); } in v8Vector() 41 …public ByteVector v8Vector(ByteVector obj) { int o = __offset(24); return o != 0 ? obj.__assign(__… in v8Vector()
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sample/chromium/ |
D | chrome_subsetter.cc | 40 bool LoadFile(const char* input_file_path, sfntly::ByteVector* input_buffer) { in LoadFile() 107 sfntly::ByteVector input_buffer; in main()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/ |
D | chrome_subsetter.cc | 40 bool LoadFile(const char* input_file_path, sfntly::ByteVector* input_buffer) { in LoadFile() 107 sfntly::ByteVector input_buffer; in main()
|
/third_party/gstreamer/gstplugins_good/ext/taglib/ |
D | gstid3v2mux.cc | 401 frame = factory->createFrame (ByteVector ((const char *) map.data, in add_id3v2frame_tag() 404 frame = factory->createFrame (ByteVector ((const char *) map.data, in add_id3v2frame_tag() 463 frame->setPicture (ByteVector ((const char *) map.data, map.size)); in add_image_tag() 596 ByteVector bytes (data, 10 + url_len); in add_uri_tag() 666 encoded_peak.peakVolume = ByteVector::fromShort(peak_int, true); in add_relative_volume_tag() 788 ByteVector rendered_tag; in gst_id3v2_mux_render_tag()
|