/external/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 | memory_io_test.cc | 37 ByteVector test_buffer; in TestMemoryInputStream() 51 ByteVector b; in TestMemoryInputStream() 85 ByteVector test_buffer; in TestMemoryOutputStream()
|
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 | 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);
|
D | chrome_subsetter.cc | 36 sfntly::ByteVector input_buffer; in TestChromeSubsetter()
|
D | name_editing_test.cc | 36 static ByteVector input_buffer;
|
/external/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()
|
/external/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()
|
/external/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()
|
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()
|
D | Stat.go | 61 return rcv._tab.ByteVector(o + rcv._tab.Pos)
|
D | Monster.go | 494 return rcv._tab.ByteVector(o + rcv._tab.Pos) 519 return rcv._tab.ByteVector(o + rcv._tab.Pos) 589 return rcv._tab.ByteVector(a + flatbuffers.UOffsetT(j*4)) 659 return rcv._tab.ByteVector(o + rcv._tab.Pos) 860 return rcv._tab.ByteVector(a + flatbuffers.UOffsetT(j*4)) 912 return rcv._tab.ByteVector(o + rcv._tab.Pos) 1226 return rcv._tab.ByteVector(o + rcv._tab.Pos)
|
/external/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()
|
/external/sfntly/cpp/src/sfntly/port/ |
D | type.h | 34 typedef std::vector<uint8_t> ByteVector; typedef
|
/external/javassist/src/main/javassist/bytecode/ |
D | Bytecode.java | 22 class ByteVector implements Cloneable { class 26 public ByteVector() { in ByteVector() method in ByteVector 33 ByteVector bv = (ByteVector)super.clone(); in clone() 117 public class Bytecode extends ByteVector implements Cloneable, Opcode {
|
/external/sfntly/cpp/src/sample/subsetter/ |
D | subset_util.cc | 45 ByteVector input_buffer; in Subset()
|
/external/flatbuffers/tests/ |
D | JavaTest.java | 9 import com.google.flatbuffers.ByteVector; 146 ByteVector inventoryVector = monster.inventoryVector(); in TestBuffer() 257 ByteVector inventoryVector = monsterObject.inventoryVector(); in TestCreateByteVector() 282 ByteVector inventoryVector = monsterObject.inventoryVector(); in TestCreateUninitializedVector() 460 ByteVector inventoryVector = monster.inventoryVector(); in TestBuilderBasics() 506 ByteVector charactersTypeByteVector = movie.charactersTypeVector(); in TestVectorOfUnions()
|
/external/flatbuffers/go/ |
D | table.go | 29 b := t.ByteVector(off) 34 func (t *Table) ByteVector(off UOffsetT) []byte { func
|
/external/caliper/caliper/src/test/resources/com/google/caliper/bridge/ |
D | jdk6-compilation.txt | 63 56 net.sf.cglib.asm.ByteVector::putUTF8 (394 bytes)
|
D | jdk7-compilation.txt | 89 1073 82 b net.sf.cglib.asm.ByteVector::putUTF8 (394 bytes)
|