Searched refs:piece (Results 1 – 6 of 6) sorted by relevance
/system/tools/aidl/build/ |
D | Android.bp | 51 // Copy of test-piece-1 as test only. Creating a separate library because 'vendor_available' is 65 name: "test-piece-1", 72 api_dir: "api/test-piece-1", 77 name: "test-piece-2", 84 "test-piece-1", 86 api_dir: "api/test-piece-2", 91 name: "test-piece-3", 97 "test-piece-2", 99 api_dir: "api/test-piece-3", 104 name: "test-piece-4", [all …]
|
/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/ |
D | aidl_typenames.cpp | 76 for (const auto& piece : pieces) { in IsValidName() local 77 if (kInvalidNames.find(piece) != kInvalidNames.end()) { in IsValidName()
|
D | aidl.cpp | 372 for (const string& piece : pieces) { in ParsePreprocessedLine() local 373 if (piece.empty()) { in ParsePreprocessedLine() 377 *decl = std::move(piece); in ParsePreprocessedLine() 379 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 | README.md | 902 several columns, each column shows piece of information belonging to a sample entry. The first
|