HomeSort by relevance Sort by last modified time
    Searched refs:ba1 (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/sfntly/cpp/src/test/
byte_array_test.cc 59 bool ReadComparison(ByteArray* ba1, ByteArray* ba2) {
61 for (int i = 0; i < ba1->Length(); ++i) {
62 EXPECT_EQ(ba1->Get(i), ba2->Get(i));
67 int increments = std::max<int32_t>(ba1->Length() / 11, 1);
68 for (int buffer_size = 1; buffer_size < ba1->Length();
71 ReadByteArrayWithBuffer(ba1, &buffer, &b1);
81 for (int window_size = 1; window_size < ba1->Length();
83 ReadByteArrayWithSlidingWindow(ba1, window_size, &b1);
endian_test.cc 38 ByteArrayPtr ba1 = new GrowableMemoryByteArray(); local
40 ba1->Put(i, test_data[i]);
42 ReadableFontDataPtr rfd = new ReadableFontData(ba1);
  /external/sfntly/cpp/src/test/
byte_array_test.cc 59 bool ReadComparison(ByteArray* ba1, ByteArray* ba2) {
61 for (int i = 0; i < ba1->Length(); ++i) {
62 EXPECT_EQ(ba1->Get(i), ba2->Get(i));
67 int increments = std::max<int32_t>(ba1->Length() / 11, 1);
68 for (int buffer_size = 1; buffer_size < ba1->Length();
71 ReadByteArrayWithBuffer(ba1, &buffer, &b1);
81 for (int window_size = 1; window_size < ba1->Length();
83 ReadByteArrayWithSlidingWindow(ba1, window_size, &b1);
endian_test.cc 38 ByteArrayPtr ba1 = new GrowableMemoryByteArray(); local
40 ba1->Put(i, test_data[i]);
42 ReadableFontDataPtr rfd = new ReadableFontData(ba1);
  /external/qemu/include/hw/
bt.h 36 static inline int bacmp(const bdaddr_t *ba1, const bdaddr_t *ba2)
38 return memcmp(ba1, ba2, sizeof(bdaddr_t));
    [all...]

Completed in 1488 milliseconds