Searched refs:piece (Results 1 – 6 of 6) sorted by relevance
/system/core/fs_mgr/ |
D | fs_mgr_boot_config.cpp | 43 std::string piece; in fs_mgr_parse_boot_config() local 46 std::back_insert_iterator<std::string>(piece), quote); in fs_mgr_parse_boot_config() 47 auto equal_sign = piece.find('='); in fs_mgr_parse_boot_config() 48 if (equal_sign == piece.npos) { in fs_mgr_parse_boot_config() 49 if (!piece.empty()) { in fs_mgr_parse_boot_config() 51 result.emplace_back(std::move(piece), ""); in fs_mgr_parse_boot_config() 54 result.emplace_back(piece.substr(0, equal_sign), piece.substr(equal_sign + 1)); in fs_mgr_parse_boot_config()
|
/system/tools/aidl/build/ |
D | Android.bp | 70 // Copy of test-piece-1 as test only. Creating a separate library because 'vendor_available' is 84 name: "test-piece-1", 99 name: "test-piece-2", 106 "test-piece-1", 118 name: "test-piece-3", 124 "test-piece-2", 136 name: "test-piece-4", 142 "test-piece-1", 159 "test-piece-2",
|
/system/tools/aidl/ |
D | aidl_typenames.cpp | 89 for (const string& piece : pieces) { in HasValidNameComponents() local 90 if (kCppOrJavaReservedWord.find(piece) != kCppOrJavaReservedWord.end()) { in HasValidNameComponents() 91 AIDL_ERROR(defined) << defined.GetCanonicalName() << " is an invalid name because '" << piece in HasValidNameComponents() 96 if (kBuiltinTypes.find(piece) != kBuiltinTypes.end()) { in HasValidNameComponents() 97 AIDL_ERROR(defined) << defined.GetCanonicalName() << " is an invalid name because '" << piece in HasValidNameComponents()
|
D | aidl.cpp | 318 for (const string& piece : pieces) { in ParsePreprocessedLine() local 319 if (piece.empty()) { in ParsePreprocessedLine() 323 *decl = std::move(piece); in ParsePreprocessedLine() 325 type = std::move(piece); in ParsePreprocessedLine()
|
/system/core/fastboot/fuzzy_fastboot/ |
D | README.md | 374 have piece of mind knowing you are protecting the users' security and data by
|
/system/extras/simpleperf/doc/ |
D | executable_commands_reference.md | 544 several columns, each column shows piece of information belonging to a sample entry. The first
|