/system/core/libunwindstack/tests/ |
D | MemoryBufferTest.cpp | 37 ASSERT_EQ(0U, memory_->Size()); in TEST_F() 46 ASSERT_EQ(256U, memory_->Size()); in TEST_F() 53 for (size_t i = 0; i < memory_->Size(); i++) { in TEST_F() 57 std::vector<uint8_t> buffer(memory_->Size()); in TEST_F() 83 ASSERT_EQ(256U, memory_->Size()); in TEST_F() 90 for (size_t i = 0; i < memory_->Size(); i++) { in TEST_F() 94 std::vector<uint8_t> buffer(memory_->Size()); in TEST_F()
|
/system/core/libmeminfo/testdata1/ |
D | smaps | 3 Size: 8448 kB 24 Size: 768 kB 45 Size: 256 kB 66 Size: 2560 kB 87 Size: 768 kB 108 Size: 512 kB 129 Size: 256 kB 150 Size: 1024 kB 171 Size: 256 kB 192 Size: 768 kB [all …]
|
D | smaps_short | 3 Size: 32768 kB 23 Size: 11204 kB 44 Size: 16896 kB 64 Size: 260 kB 84 Size: 6060 kB 104 Size: 4 kB
|
/system/bt/embdrv/sbc/decoder/include/ |
D | oi_string.h | 77 void OI_MemCopy(void* To, void const* From, uint32_t Size); 84 void OI_MemSet(void* Block, uint8_t Val, uint32_t Size); 91 void OI_MemZero(void* Block, uint32_t Size);
|
/system/extras/power_profile/camera_avg/Application/src/main/java/com/example/android/powerprofile/cameraavg/ |
D | CameraAvgFragment.java | 53 import android.util.Size; 182 private Size mPreviewSize; 385 private static Size chooseOptimalSize(Size[] choices, int textureViewWidth, in chooseOptimalSize() 386 int textureViewHeight, int maxWidth, int maxHeight, Size aspectRatio) { in chooseOptimalSize() 389 List<Size> bigEnough = new ArrayList<>(); in chooseOptimalSize() 391 List<Size> notBigEnough = new ArrayList<>(); in chooseOptimalSize() 394 for (Size option : choices) { in chooseOptimalSize() 523 Size largest = Collections.max( in setUpCameraOutputs() 971 static class CompareSizesByArea implements Comparator<Size> { 974 public int compare(Size lhs, Size rhs) { in compare()
|
/system/libhidl/transport/allocator/1.0/ |
D | IAllocator.hal | 27 * @param size Size of memory to allocate in bytes. 36 * @param size Size of memory to allocate in bytes.
|
/system/media/camera/docs/ |
D | camera_device_info.proto | 29 message Size { message 99 repeated Size android_jpeg_availableThumbnailSizes = 524288; 140 optional Size android_sensor_info_pixelArraySize = 1048582;
|
D | camera_device_info.mako | 29 message Size {
|
/system/extras/simpleperf/ |
D | record_file_test.cpp | 70 char p[BuildId::Size()]; in TEST_F() 71 for (size_t i = 0; i < BuildId::Size(); ++i) { in TEST_F()
|
D | build_id.h | 32 static size_t Size() { in Size() function
|
D | record.cpp | 77 return Size(); in CreateContent() 153 size_t SampleId::Size() const { in Size() function in SampleId 237 sample_id.Size()); in SetDataAndFilename() 288 sample_id.Size()); in SetDataAndFilename() 882 p += Align(build_id.Size(), 8); in BuildIdRecord() 900 SetSize(header_size() + sizeof(pid) + Align(build_id.Size(), 8) + in BuildIdRecord() 906 memcpy(p, build_id.Data(), build_id.Size()); in BuildIdRecord() 907 p += Align(build_id.Size(), 8); in BuildIdRecord()
|
D | record.h | 203 size_t Size() const;
|
/system/core/libunwindstack/include/unwindstack/ |
D | Memory.h | 87 uint64_t Size() { return raw_.size(); } in Size() function 102 size_t Size() { return size_; } in Size() function
|
/system/libhidl/transport/memory/1.0/ |
D | IMemory.hal | 65 * @return size Size in bytes of underlying memory.
|
/system/security/keystore/ |
D | key_config.proto | 28 // Size of the key being generated/imported
|
D | operation_config.proto | 28 // Size of the key being used in this op
|
/system/gsid/ |
D | gsi_service.h | 74 virtual uint64_t Size() = 0;
|
D | gsi_service.cpp | 744 uint64_t Size() override { return get_block_device_size(fd_); } in Size() function in android::gsi::FdWriter 762 uint64_t Size() override { return writer_->size(); } in Size() function in android::gsi::SplitFiemapWriter 990 uint64_t erase_size = std::min(kEraseSize, writer->Size()); in WipeUserdata()
|
/system/core/libunwindstack/ |
D | ElfInterface.cpp | 103 size_t dst_remaining = dst->Size() - dst_offset; in CreateGnuDebugdataMemory() 105 dst->Resize(dst->Size() + 2 * gnu_debugdata_size_); in CreateGnuDebugdataMemory()
|
D | Memory.cpp | 351 uint64_t size = memory_file->Size(); in Init()
|
/system/core/logd/ |
D | README.property | 32 persist.logd.size.<buffer> number ro Size of the buffer for <buffer> log
|
/system/update_engine/ |
D | update_metadata.proto | 25 // uint64 manifest_size; // Size of protobuf DeltaArchiveManifest
|
/system/update_engine/update_engine/ |
D | update_metadata.proto | 25 // uint64 manifest_size; // Size of protobuf DeltaArchiveManifest
|
/system/core/fastboot/ |
D | README.md | 340 ### Packet Size
|