Home
last modified time | relevance | path

Searched defs:space (Results 1 – 14 of 14) sorted by relevance

/system/nvram/core/tests/
Dnvram_manager_test.cpp83 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/
Dnvram_hal_test.cc246 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/
Dpprof_proto_generator.py100 def show_value_type(self, value_type, space=''): argument
105 def show_sample(self, sample, space=''): argument
115 def show_location_id(self, location_id, space=''): argument
119 def show_location(self, location, space=''): argument
129 def show_mapping_id(self, mapping_id, space=''): argument
133 def show_mapping(self, mapping, space=''): argument
147 def show_line(self, line, space=''): argument
153 def show_function_id(self, function_id, space=''): argument
157 def show_function(self, function, space=''): argument
164 def show_label(self, label, space=''): argument
/system/nvram/core/
Dpersistence.cpp117 storage::Status LoadSpace(uint32_t index, NvramSpace* space) { in LoadSpace()
126 storage::Status StoreSpace(uint32_t index, const NvramSpace& space) { in StoreSpace()
Dnvram_manager.cpp50 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/core/base/
Dstringprintf.cpp28 char space[1024]; in StringAppendV() local
/system/tpm/tpm_manager/server/
Dmock_tpm_nvram.cc152 NvSpace& space = nvram_map_[index]; in FakeGetSpaceInfo() local
/system/tools/hidl/
DCompoundType.cpp487 std::string space = prefix.empty() ? "" : (prefix + "::"); in emitTypeDefinitions() local
797 std::string space = prefix.empty() ? "" : (prefix + "::"); in emitStructReaderWriter() local
868 const std::string space(prefix.empty() ? "" : (prefix + "::")); in emitResolveReferenceDef() local
DMethod.cpp126 std::string space = (specifyNamespaces ? "::android::hardware::" : ""); in generateCppSignature() local
DArrayType.cpp69 std::string space = specifyNamespaces ? "::android::hardware::" : ""; in getCppType() local
DInterface.cpp742 std::string space = prefix.empty() ? "" : (prefix + "::"); in emitTypeDefinitions() local
/system/update_engine/
Dchrome_browser_proxy_resolver.cc166 string::iterator space; in ParseProxyString() local
/system/tools/hidl/utils/
DFormatter.cpp181 void Formatter::setNamespace(const std::string &space) { in setNamespace()
/system/core/logcat/tests/
Dlogcat_test.cpp1508 char space; in End_to_End() local