/system/nvram/core/tests/ |
D | nvram_manager_test.cpp | 83 NvramSpace space; in TEST_F() local 84 ASSERT_TRUE(space.contents.Resize(10)); in TEST_F() 85 ASSERT_EQ(storage::Status::kSuccess, persistence::StoreSpace(1, space)); in TEST_F() 123 NvramSpace space; in TEST_F() local 124 ASSERT_TRUE(space.contents.Resize(10)); in TEST_F() 125 ASSERT_EQ(storage::Status::kSuccess, persistence::StoreSpace(1, space)); in TEST_F() 126 ASSERT_TRUE(space.contents.Resize(20)); in TEST_F() 127 ASSERT_EQ(storage::Status::kSuccess, persistence::StoreSpace(2, space)); in TEST_F() 168 NvramSpace space; in TEST_F() local 169 ASSERT_TRUE(space.contents.Resize(10)); in TEST_F() [all …]
|
/system/libbase/ |
D | stringprintf.cpp | 28 char space[1024] __attribute__((__uninitialized__)); in StringAppendV() local 35 int result = vsnprintf(space, sizeof(space), format, backup_ap); in StringAppendV() 38 if (result < static_cast<int>(sizeof(space))) { in StringAppendV() 41 dst->append(space, result); in StringAppendV()
|
/system/extras/simpleperf/scripts/ |
D | pprof_proto_generator.py | 97 def show_value_type(self, value_type, space=''): argument 99 (space, value_type.type, value_type.unit, 102 def show_sample(self, sample, space=''): argument 103 sub_space = space + ' ' 105 print('%slocation_id[%d]: id %d' % (space, i, sample.location_id[i])) 108 print('%svalue[%d] = %d' % (space, i, sample.value[i])) 110 print('%slabel[%d] = ', (space, i)) 112 def show_location_id(self, location_id, space=''): argument 114 self.show_location(location, space) 116 def show_location(self, location, space=''): argument [all …]
|
/system/nvram/hal/tests/ |
D | nvram_hal_test.cc | 246 ScopedNvramSpace space(&device, kTestIndex1, 32); in TEST() local 264 ScopedNvramSpace space(&device, kTestIndex1, 17); in TEST() local 277 ScopedNvramSpace space(&device, kTestIndex1, 32); in TEST() local 291 ScopedNvramSpace space(&device, kTestIndex1, 32); in TEST() local 309 ScopedNvramSpace space(&device, kTestIndex1, 1); in TEST() local 318 ScopedNvramSpace space(&device, kTestIndex1, in TEST() local 327 ScopedNvramSpace space(&device, kTestIndex1, 32, kControlList); in TEST() local 339 ScopedNvramSpace space( in TEST() local 352 ScopedNvramSpace space(&device, kTestIndex1, 32); in TEST() local 360 ScopedNvramSpace space(&device, kTestIndex1, 32); in TEST() local [all …]
|
/system/core/fs_mgr/ |
D | README.overlayfs.md | 15 space limitations or support logistics. 59 a probe of the file-system types and space remaining. 78 - Backing storage requires more space than immutable storage, as backing is 79 done file by file. Be mindful of wasted space. For example, defining 81 right-sizing of images and requires more free dynamic partition space. 96 - If a dynamic partition runs out of space, making a logical partition larger 110 issue with the space taken, the backing storage will be cleared 113 - Space remaining threshold is hard coded. If 1% or more space 115 space remaining is problematic. 117 space fastbootd, is not detected, thus a partition may have [all …]
|
/system/nvram/core/ |
D | persistence.cpp | 117 storage::Status LoadSpace(uint32_t index, NvramSpace* space) { in LoadSpace() argument 123 return DecodeObject<kSpaceMagic>(blob, space); in LoadSpace() 126 storage::Status StoreSpace(uint32_t index, const NvramSpace& space) { in StoreSpace() argument 128 storage::Status status = EncodeObject<kSpaceMagic>(space, &blob); in StoreSpace()
|
D | nvram_manager.cpp | 50 nvram_result_t GetControlsVector(const NvramSpace& space, in GetControlsVector() argument 53 if (space.HasControl(control)) { in GetControlsVector() 252 NvramSpace space; in CreateSpace() local 253 space.flags = 0; in CreateSpace() 254 space.controls = controls; in CreateSpace() 257 if (space.HasControl(NV_CONTROL_WRITE_AUTHORIZATION) || in CreateSpace() 258 space.HasControl(NV_CONTROL_READ_AUTHORIZATION)) { in CreateSpace() 259 if (!space.authorization_value.Assign(request.authorization_value.data(), in CreateSpace() 267 if (!space.contents.Resize(request.size)) { in CreateSpace() 271 memset(space.contents.data(), 0, request.size); in CreateSpace() [all …]
|
/system/nvram/core/include/nvram/core/ |
D | persistence.h | 137 storage::Status LoadSpace(uint32_t index, NvramSpace* space); 140 storage::Status StoreSpace(uint32_t index, const NvramSpace& space);
|
D | nvram_manager.h | 139 nvram_result_t WriteSpace(uint32_t index, const NvramSpace& space);
|
/system/netd/ |
D | .editorconfig | 12 indent_style = space
|
/system/tools/hidl/lint/test/interfaces/doc_comments/1.0/ |
D | IReturnSpace.hal | 21 * This doc comment will have a space follow the @return
|
/system/sepolicy/private/ |
D | update_engine.te | 28 # Allow to communicate with apexd for calculating and reserving space for
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | update_engine.te | 28 # Allow to communicate with apexd for calculating and reserving space for
|
/system/tools/hidl/ |
D | Method.cpp | 161 const std::string space = (specifyNamespaces ? "::android::hardware::" : ""); in generateCppReturnType() local 164 out << space << "Return<void> "; in generateCppReturnType() 166 out << space in generateCppReturnType()
|
/system/nvram/ |
D | README.md | 6 can be configured on each NVRAM space to prevent the contents from being 8 a locked NVRAM space. This can be used for various security features that
|
/system/update_engine/fuzz/ |
D | xml.dict | 18 attr_xml_space=" xml:space=\"1\""
|
/system/memory/lmkd/ |
D | README.md | 68 total swap space used as a threshold to consider 69 the system as swap space starved. Default for
|
/system/extras/partition_tools/ |
D | dynamic_partitions_device_info.proto | 37 /** Used space of the filesystem. */
|
/system/memory/libmemunreachable/ |
D | README.md | 60 …space of the parent - any writes by the original process are visible to the collection process, an… 78 - `PtracerThread.cpp`: Used to clone the collection process with shared address space.
|
/system/media/camera/docs/ |
D | camera_device_info.mako | 98 ## Reserve 2^16 tag id space for each section
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | traced.te | 1 # Perfetto user-space tracing daemon (unprivileged)
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | system_app.te | 22 # Access to vold-mounted storage for measuring free space
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | traced_perf.te | 20 # symbols are usually not mapped into the process space). Not all such files
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | system_app.te | 25 # Access to vold-mounted storage for measuring free space
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | logd.te | 1 # android user-space log manager
|