Searched defs:ByteArray (Results 1 - 12 of 12) sorted by relevance

/external/conscrypt/src/main/java/org/conscrypt/
H A DByteArray.java24 final class ByteArray { class
28 ByteArray(byte[] bytes) { method in class:ByteArray
40 if (!(o instanceof ByteArray)) {
43 ByteArray lhs = (ByteArray) o;
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
H A Dbyte_array.h30 class ByteArray : virtual public RefCount { class in namespace:sfntly
32 virtual ~ByteArray();
86 // @param index the index into the ByteArray
96 // Fully copies this ByteArray to another ByteArray to the extent that the
98 virtual int32_t CopyTo(ByteArray* array);
100 // Copies a segment of this ByteArray to another ByteArray.
102 // @param offset the offset in this ByteArray to start copying from
105 virtual int32_t CopyTo(ByteArray* arra
[all...]
H A Dbyte_array.cc25 const int32_t ByteArray::COPY_BUFFER_SIZE = 8192;
27 ByteArray::~ByteArray() {}
29 int32_t ByteArray::Length() { return filled_length_; }
30 int32_t ByteArray::Size() { return storage_length_; }
32 int32_t ByteArray::SetFilledLength(int32_t filled_length) {
37 int32_t ByteArray::Get(int32_t index) {
41 int32_t ByteArray::Get(int32_t index, ByteVector* b) {
46 int32_t ByteArray::Get(int32_t index,
58 void ByteArray
181 ByteArray::ByteArray(int32_t filled_length, function in class:sfntly::ByteArray
187 ByteArray::ByteArray(int32_t filled_length, int32_t storage_length) { function in class:sfntly::ByteArray
[all...]
/external/sfntly/cpp/src/sfntly/data/
H A Dbyte_array.h30 class ByteArray : virtual public RefCount { class in namespace:sfntly
32 virtual ~ByteArray();
86 // @param index the index into the ByteArray
96 // Fully copies this ByteArray to another ByteArray to the extent that the
98 virtual int32_t CopyTo(ByteArray* array);
100 // Copies a segment of this ByteArray to another ByteArray.
102 // @param offset the offset in this ByteArray to start copying from
105 virtual int32_t CopyTo(ByteArray* arra
[all...]
H A Dbyte_array.cc25 const int32_t ByteArray::COPY_BUFFER_SIZE = 8192;
27 ByteArray::~ByteArray() {}
29 int32_t ByteArray::Length() { return filled_length_; }
30 int32_t ByteArray::Size() { return storage_length_; }
32 int32_t ByteArray::SetFilledLength(int32_t filled_length) {
37 int32_t ByteArray::Get(int32_t index) {
41 int32_t ByteArray::Get(int32_t index, ByteVector* b) {
46 int32_t ByteArray::Get(int32_t index,
58 void ByteArray
181 ByteArray::ByteArray(int32_t filled_length, function in class:sfntly::ByteArray
187 ByteArray::ByteArray(int32_t filled_length, int32_t storage_length) { function in class:sfntly::ByteArray
[all...]
/external/javassist/src/main/javassist/bytecode/
H A DByteArray.java21 public class ByteArray { class
/external/llvm/tools/llvm-mc/
H A DDisassembler.cpp127 static bool ByteArrayFromString(ByteArrayTy &ByteArray, argument
146 ByteArray.clear();
150 ByteArray.push_back(std::make_pair((unsigned char)ByteVal, Value.data()));
193 ByteArrayTy ByteArray; local
198 ByteArray.clear();
221 ErrorOccurred |= ByteArrayFromString(ByteArray, Str, SM);
223 if (!ByteArray.empty())
224 ErrorOccurred |= PrintInsts(*DisAsm, ByteArray, SM, Out, Streamer,
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DByteArray.java29 public final class ByteArray { class
48 public ByteArray(byte[] bytes, int start, int end) { method in class:ByteArray
75 public ByteArray(byte[] bytes) { method in class:ByteArray
96 public ByteArray slice(int start, int end) {
98 return new ByteArray(bytes, start + this.start, end + this.start);
/external/chromium_org/v8/src/
H A Dobjects.h70 // - ByteArray
920 V(ByteArray) \
4344 // ByteArray represents fixed sized byte arrays. Used for the relocation info
4346 class ByteArray: public FixedArrayBase { class in namespace:v8::internal
4373 // Returns a pointer to the ByteArray object for a given data start address.
4374 static inline ByteArray* FromDataStartAddress(Address address);
4376 DECLARE_CAST(ByteArray)
4382 DECLARE_PRINTER(ByteArray)
4383 DECLARE_VERIFIER(ByteArray)
4388 // Maximal memory consumption for a single ByteArray
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dyjp-controller-api-redist.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/yourkit/ com/yourkit/api/ com/yourkit/runtime/ com/ ...
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 453 milliseconds