Home
last modified time | relevance | path

Searched defs:ByteVector (Results 1 – 6 of 6) sorted by relevance

/external/mockito/cglib-and-asm/src/org/mockito/asm/
DByteVector.java38 public class ByteVector { class
54 public ByteVector() { in ByteVector() method in ByteVector
64 public ByteVector(final int initialSize) { in ByteVector() method in ByteVector
/external/chromium_org/components/rappor/
Dbyte_vector_utils.h18 typedef std::vector<uint8_t> ByteVector; typedef
/external/chromium_org/content/browser/speech/
Dchunked_byte_buffer_unittest.cc13 typedef std::vector<uint8> ByteVector; typedef
/external/sfntly/cpp/src/sfntly/port/
Dtype.h55 typedef std::vector<byte_t> ByteVector; typedef
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
Dtype.h55 typedef std::vector<byte_t> ByteVector; typedef
/external/javassist/src/main/javassist/bytecode/
DBytecode.java21 class ByteVector implements Cloneable { class
25 public ByteVector() { in ByteVector() method in ByteVector