Searched refs:piece (Results 1 – 8 of 8) sorted by relevance
/system/core/fs_mgr/ |
D | fs_mgr_boot_config.cpp | 43 std::string piece; in fs_mgr_parse_cmdline() local 46 std::back_insert_iterator<std::string>(piece), quote); in fs_mgr_parse_cmdline() 47 auto equal_sign = piece.find('='); in fs_mgr_parse_cmdline() 48 if (equal_sign == piece.npos) { in fs_mgr_parse_cmdline() 49 if (!piece.empty()) { in fs_mgr_parse_cmdline() 51 result.emplace_back(std::move(piece), ""); in fs_mgr_parse_cmdline() 54 result.emplace_back(piece.substr(0, equal_sign), piece.substr(equal_sign + 1)); in fs_mgr_parse_cmdline()
|
/system/tools/aidl/build/ |
D | Android.bp | 90 name: "test-piece-1", 109 name: "test-piece-2", 117 "test-piece-1", 129 name: "test-piece-3", 136 "test-piece-2", 148 name: "test-piece-4", 155 "test-piece-1", 176 "test-piece-2", 191 name: "test-piece-5",
|
/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 | 320 for (const string& piece : pieces) { in ParsePreprocessedLine() local 321 if (piece.empty()) { in ParsePreprocessedLine() 325 *decl = std::move(piece); in ParsePreprocessedLine() 327 type = std::move(piece); in ParsePreprocessedLine()
|
/system/tools/aidl/build/apex/ |
D | Android.bp | 20 "test-piece-1-V3-ndk_platform",
|
/system/chre/doc/ |
D | porting_guide.md | 80 proceed to add implementations piece by piece, testing along the way.
|
/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
|