Searched refs:big (Results 1 – 12 of 12) sorted by relevance
/system/update_engine/payload_consumer/ |
D | extent_writer_unittest.cc | 170 brillo::Blob big(block_count * kBlockSize); in TEST_F() local 171 for (brillo::Blob::size_type i = 0; i < big.size(); i++) { in TEST_F() 172 big[i] = data[i % data.size()]; in TEST_F() 174 memcpy(&expected_data[kBlockSize], &big[0], kBlockSize); in TEST_F() 175 memcpy(&expected_data[0], &big[3 * kBlockSize], kBlockSize); in TEST_F()
|
/system/media/audio_utils/tests/ |
D | metadata_tests.cpp | 235 Data big; in TEST() local 241 big[TABLE] = small; // ONE COPY HERE of the MoveCount (embedded in small). in TEST() 244 big[VECTOR] = std::vector<Datum>{small, small}; in TEST() 245 big[PAIR] = std::make_pair<Datum, Datum>(small, small); in TEST() 246 ASSERT_EQ(1, big[TABLE][MOVE_COUNT].mCopyCount); // one copy done for small. in TEST() 248 big[FUNKY] = std::vector<std::vector<std::pair<std::string, short>>>{ in TEST() 254 big[ARBITRARY] = Arbitrary{0, {1, 2, 3}, {4, 5}}; in TEST() 258 ByteString bs = byteStringFromData(big); in TEST()
|
/system/update_engine/cros/ |
D | download_action_chromeos_unittest.cc | 214 brillo::Blob big(5 * kMockHttpFetcherChunkSize); in TEST() local 216 for (unsigned int i = 0; i < big.size(); i++) { in TEST() 217 big[i] = c; in TEST() 220 TestWithData(big, in TEST() 226 brillo::Blob big(5 * kMockHttpFetcherChunkSize); in TEST() local 228 for (unsigned int i = 0; i < big.size(); i++) { in TEST() 229 big[i] = c; in TEST() 232 TestWithData(big, in TEST()
|
/system/extras/ext4_utils/ |
D | mke2fs.conf | 33 big = {
|
/system/bt/gd/packet/ |
D | packet_builder_unittest.cc | 95 EndianBuilder<false> big(0x04, 0x0506, 0x0708090a, 0x0b0c0d0e0f101112); in TEST() local 96 ASSERT_EQ(*big.FinalPacket(), *little.FinalPacket()); in TEST()
|
/system/core/fs_mgr/libsnapshot/android/snapshot/ |
D | snapshot.proto | 73 // image if the COW partition is not big enough. 81 // when the "COW partition" is not big enough to store changes to the 84 // This value is 0 if |cow_partition_size| is big enough to hold all changes
|
/system/extras/app-launcher/ |
D | README | 20 -b:Run only big cores
|
/system/core/fastboot/ |
D | README.md | 247 Where data\_size is an unsigned 8-byte big-endian binary value, and data is the 300 Seq # 2-byte packet sequence number (big-endian). The host will increment 313 The response data field should contain a 2-byte big-endian value 322 The data field contains two big-endian 2-byte values, a protocol
|
/system/bt/gd/docs/architecture/ |
D | architecture.md | 212 Packet parsing and serialization has been a big part of any networking stack. It 225 little_endian_packets // Whether this packet is big or small endian
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 2206 # become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the
|
/system/chre/pal/doc/ |
D | Doxyfile | 2206 # become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the
|
/system/media/audio_utils/ |
D | Doxyfile | 2309 # become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the
|