HomeSort by relevance Sort by last modified time
    Searched refs:ByteVector (Results 51 - 75 of 136) sorted by null

1 23 4 5 6

  /external/sfntly/cpp/src/test/
font_parsing_test.cc 35 ByteVector input_buffer;
65 ByteVector b;
82 ByteVector b1, b2;
117 ByteVector input_buffer;
test_font_utils.cc 55 ByteVector bv;
63 void LoadFile(const char* input_file_path, ByteVector* input_buffer) {
  /external/chromium_org/content/browser/speech/
chunked_byte_buffer_unittest.cc 13 typedef std::vector<uint8> ByteVector;
43 scoped_ptr<ByteVector> chunk;
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
byte_array.h 58 virtual int32_t Get(int32_t index, ByteVector* b);
80 virtual int32_t Put(int32_t index, ByteVector* b);
byte_array.cc 41 int32_t ByteArray::Get(int32_t index, ByteVector* b) {
71 int32_t ByteArray::Put(int index, ByteVector* b) {
110 ByteVector b(COPY_BUFFER_SIZE);
131 ByteVector b(COPY_BUFFER_SIZE);
144 ByteVector b(COPY_BUFFER_SIZE);
164 ByteVector b(COPY_BUFFER_SIZE);
font_input_stream.cc 78 int32_t FontInputStream::Read(ByteVector* b, int32_t offset, int32_t length) {
91 int32_t FontInputStream::Read(ByteVector* b) {
font_output_stream.cc 39 void FontOutputStream::Write(ByteVector* b) {
46 void FontOutputStream::Write(ByteVector* b, int32_t off, int32_t len) {
growable_memory_byte_array.h 61 ByteVector b_;
  /external/sfntly/cpp/src/sfntly/data/
byte_array.h 58 virtual int32_t Get(int32_t index, ByteVector* b);
80 virtual int32_t Put(int32_t index, ByteVector* b);
byte_array.cc 41 int32_t ByteArray::Get(int32_t index, ByteVector* b) {
71 int32_t ByteArray::Put(int index, ByteVector* b) {
110 ByteVector b(COPY_BUFFER_SIZE);
131 ByteVector b(COPY_BUFFER_SIZE);
144 ByteVector b(COPY_BUFFER_SIZE);
164 ByteVector b(COPY_BUFFER_SIZE);
font_input_stream.cc 78 int32_t FontInputStream::Read(ByteVector* b, int32_t offset, int32_t length) {
91 int32_t FontInputStream::Read(ByteVector* b) {
font_output_stream.cc 39 void FontOutputStream::Write(ByteVector* b) {
46 void FontOutputStream::Write(ByteVector* b, int32_t off, int32_t len) {
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
AnnotationWriter.java 62 private final ByteVector bv;
68 private final ByteVector parent;
103 final ByteVector bv,
104 final ByteVector parent,
258 void put(final ByteVector out) {
290 final ByteVector out)
FieldWriter.java 144 ByteVector bv = new ByteVector();
214 void put(final ByteVector out) {
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
name_table.h 449 NameEntry(const NameEntryId& name_entry_id, const ByteVector& name_bytes);
454 const ByteVector& name_bytes);
465 ByteVector* NameAsBytes();
480 int32_t name_id, const ByteVector* name_bytes);
483 ByteVector name_bytes_;
495 const ByteVector& name_bytes);
501 virtual void SetName(const ByteVector& name_bytes);
502 virtual void SetName(const ByteVector& name_bytes,
513 int32_t name_id, const ByteVector* name_bytes);
650 virtual void NameAsBytes(int32_t index, ByteVector* b)
    [all...]
os2_table.h 360 void Panose(ByteVector* value);
361 void SetPanose(ByteVector* panose);
372 void AchVendId(ByteVector* b);
377 void SetAchVendId(ByteVector* b);
432 void Panose(ByteVector* value);
438 void AchVendId(ByteVector* b);
  /external/sfntly/cpp/src/sfntly/table/core/
name_table.h 449 NameEntry(const NameEntryId& name_entry_id, const ByteVector& name_bytes);
454 const ByteVector& name_bytes);
465 ByteVector* NameAsBytes();
480 int32_t name_id, const ByteVector* name_bytes);
483 ByteVector name_bytes_;
495 const ByteVector& name_bytes);
501 virtual void SetName(const ByteVector& name_bytes);
502 virtual void SetName(const ByteVector& name_bytes,
513 int32_t name_id, const ByteVector* name_bytes);
650 virtual void NameAsBytes(int32_t index, ByteVector* b)
    [all...]
os2_table.h 360 void Panose(ByteVector* value);
361 void SetPanose(ByteVector* panose);
372 void AchVendId(ByteVector* b);
377 void SetAchVendId(ByteVector* b);
432 void Panose(ByteVector* value);
438 void AchVendId(ByteVector* b);
  /external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/
chrome_subsetter.cc 40 bool LoadFile(const char* input_file_path, sfntly::ByteVector* input_buffer) {
107 sfntly::ByteVector input_buffer;
  /external/chromium_org/third_party/sfntly/cpp/src/test/
test_font_utils.cc 55 ByteVector bv;
63 void LoadFile(const char* input_file_path, ByteVector* input_buffer) {
  /external/sfntly/cpp/src/sample/chromium/
chrome_subsetter.cc 40 bool LoadFile(const char* input_file_path, sfntly::ByteVector* input_buffer) {
107 sfntly::ByteVector input_buffer;
  /external/chromium_org/third_party/sfntly/cpp/src/sample/subsetter/
subset_util.cc 45 ByteVector input_buffer;
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/
font_factory.cc 55 void FontFactory::LoadFonts(ByteVector* b, FontArray* output) {
83 void FontFactory::LoadFontsForBuilding(ByteVector* b,
197 ByteVector tag(4);
204 ByteVector tag(4);
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
type.h 55 typedef std::vector<byte_t> ByteVector;
  /external/sfntly/cpp/src/sample/subsetter/
subset_util.cc 45 ByteVector input_buffer;

Completed in 772 milliseconds

1 23 4 5 6