Home
last modified time | relevance | path

Searched refs:cend (Results 1 – 15 of 15) sorted by relevance

/bootable/recovery/otautil/include/otautil/
Drangeset.h81 std::vector<Range>::const_iterator cend() const { in cend() function
82 return ranges_.cend(); in cend()
/bootable/recovery/tests/unit/host/
Dimgdiff_test.cpp394 const std::string src(src_data.cbegin(), src_data.cend()); in TEST()
404 const std::string tgt(tgt_data.cbegin(), tgt_data.cend()); in TEST()
429 const std::string src(src_data.cbegin(), src_data.cend()); in TEST()
439 const std::string tgt(tgt_data.cbegin(), tgt_data.cend()); in TEST()
499 const std::string src(src_data.cbegin(), src_data.cend()); in TEST()
505 const std::string tgt(tgt_data.cbegin(), tgt_data.cend()); in TEST()
535 const std::string src(src_data.cbegin(), src_data.cend()); in TEST()
541 const std::string tgt(tgt_data.cbegin(), tgt_data.cend()); in TEST()
571 const std::string src(src_data.cbegin(), src_data.cend()); in TEST()
577 const std::string tgt(tgt_data.cbegin(), tgt_data.cend()); in TEST()
[all …]
/bootable/recovery/fastboot/
Dfastboot.cpp67 std::transform(kFastbootMenuActions.cbegin(), kFastbootMenuActions.cend(), in StartFastboot()
/bootable/recovery/tests/unit/
Dapplypatch_test.cpp138 Value patch(Value::Type::BLOB, std::string(patch_fc.data.cbegin(), patch_fc.data.cend())); in TEST_F()
142 Value bonus(Value::Type::BLOB, std::string(bonus_fc.data.cbegin(), bonus_fc.data.cend())); in TEST_F()
152 Value patch(Value::Type::BLOB, std::string(patch_fc.data.cbegin(), patch_fc.data.cend())); in TEST_F()
Dresources_test.cpp136 ResourcesTest::png_list.cend()));
Dverifier_test.cpp259 for (auto it = ++args.cbegin(); it != args.cend(); ++it) { in SetUp()
Dcommands_test.cpp155 std::vector<std::string>(tokens.cbegin() + i + 1, tokens.cend()), in TEST()
/bootable/recovery/recovery_ui/
Ddevice.cpp49 std::transform(g_menu_actions.cbegin(), g_menu_actions.cend(), std::back_inserter(g_menu_items), in PopulateMenuItems()
/bootable/recovery/applypatch/include/applypatch/
Dimgdiff_image.h189 std::vector<ImageChunk>::const_iterator cend() const { in cend() function
190 return chunks_.cend(); in cend()
/bootable/recovery/otautil/
Drangeset.cpp136 if (it != ranges_.cend()) { in Split()
262 for (auto it = temp.cbegin() + 1; it != temp.cend(); it++) { in Insert()
Dsysutil.cpp243 std::transform(args.cbegin(), args.cend(), result.begin(), in StringVectorToNullTerminatedArray()
/bootable/recovery/fuse_sideload/
Dfuse_provider.cpp124 ? static_cast<uint64_t>((read_ranges->cend() - 1)->second) * source_block_size_ in ReadBlockAlignedData()
/bootable/recovery/updater/
Dcommands.cpp237 std::vector<std::string>(tokens.cbegin() + pos, tokens.cend()), hash, &target_info, in Parse()
260 std::vector<std::string>(tokens.cbegin() + pos, tokens.cend()), dst_hash, &target_info, in Parse()
/bootable/recovery/
Drecovery_main.cpp158 std::vector<std::string> options(args.cbegin() + 1, args.cend()); in get_args()
/bootable/recovery/applypatch/
Dimgdiff.cpp917 const auto& central_directory = src_image.cend() - 1; in SplitZipModeImageWithLimit()
925 for (auto tgt = tgt_image.cbegin(); tgt != tgt_image.cend(); tgt++) { in SplitZipModeImageWithLimit()