/system/nvram/core/tests/ |
D | nvram_manager_test.cpp | 83 NvramSpace space; in TEST_F() local 123 NvramSpace space; in TEST_F() local 168 NvramSpace space; in TEST_F() local 204 NvramSpace space; in TEST_F() local 223 NvramSpace space; in TEST_F() local 276 NvramSpace space; in TEST_F() local 449 NvramSpace space; in TEST_F() local 466 NvramSpace space; in TEST_F() local 487 NvramSpace space; in TEST_F() local 531 NvramSpace space; in TEST_F() local [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/extras/simpleperf/scripts/ |
D | pprof_proto_generator.py | 97 def show_value_type(self, value_type, space=''): argument 102 def show_sample(self, sample, space=''): argument 112 def show_location_id(self, location_id, space=''): argument 116 def show_location(self, location, space=''): argument 126 def show_mapping_id(self, mapping_id, space=''): argument 130 def show_mapping(self, mapping, space=''): argument 144 def show_line(self, line, space=''): argument 150 def show_function_id(self, function_id, space=''): argument 154 def show_function(self, function, space=''): argument
|
/system/nvram/core/ |
D | persistence.cpp | 117 storage::Status LoadSpace(uint32_t index, NvramSpace* space) { in LoadSpace() 126 storage::Status StoreSpace(uint32_t index, const NvramSpace& space) { in StoreSpace()
|
D | nvram_manager.cpp | 50 nvram_result_t GetControlsVector(const NvramSpace& space, in GetControlsVector() 252 NvramSpace space; in CreateSpace() local 680 NvramSpace space; in Initialize() local 845 const NvramSpace& space) { in WriteSpace()
|
/system/libbase/ |
D | stringprintf.cpp | 28 char space[1024] __attribute__((__uninitialized__)); in StringAppendV() local
|
/system/tools/hidl/ |
D | Method.cpp | 161 const std::string space = (specifyNamespaces ? "::android::hardware::" : ""); in generateCppReturnType() local
|
D | ArrayType.cpp | 99 std::string space = specifyNamespaces ? "::android::hardware::" : ""; in getCppType() local
|
D | CompoundType.cpp | 1209 std::string space = prefix.empty() ? "" : (prefix + "::"); in emitTypeDefinitions() local 1760 std::string space = prefix.empty() ? "" : (prefix + "::"); in emitStructReaderWriter() local
|
D | Interface.cpp | 861 std::string space = prefix.empty() ? "" : (prefix + "::"); in emitTypeDefinitions() local
|
D | EnumType.cpp | 205 const std::string space = specifyNamespaces ? "::android::hardware::" : ""; in getBitfieldCppType() local
|
/system/logging/logd/ |
D | LogStatistics.cpp | 1043 char space = 0; in pidToUid() local
|
/system/logging/logcat/tests/ |
D | logcat_test.cpp | 1501 char space; in End_to_End() local
|