Home
last modified time | relevance | path

Searched refs:back (Results 1 – 25 of 200) sorted by relevance

12345678

/system/update_engine/payload_generator/
Dinplace_generator_unittest.cc94 vect->back().set_start_block(start); in AppendExtent()
95 vect->back().set_num_blocks(length); in AppendExtent()
192 graph.back().aop.op.set_type(InstallOperation::MOVE); in TEST_F()
198 StoreExtents(extents, graph.back().aop.op.mutable_src_extents()); in TEST_F()
208 StoreExtents(extents, graph.back().aop.op.mutable_dst_extents()); in TEST_F()
215 graph.back().aop.op.set_type(InstallOperation::MOVE); in TEST_F()
221 StoreExtents(extents, graph.back().aop.op.mutable_src_extents()); in TEST_F()
231 StoreExtents(extents, graph.back().aop.op.mutable_dst_extents()); in TEST_F()
255 EXPECT_EQ(InstallOperation::MOVE, graph.back().aop.op.type()); in TEST_F()
256 EXPECT_EQ(2, graph.back().aop.op.src_extents_size()); in TEST_F()
[all …]
Dinplace_generator.cc153 cuts.back().tmp_extents = in CutEdges()
156 cuts.back().new_vertex = graph->size(); in CutEdges()
158 cuts.back().old_src = edge.first; in CutEdges()
159 cuts.back().old_dst = edge.second; in CutEdges()
175 graph->back().aop.op.set_type(InstallOperation::MOVE); in CutEdges()
177 graph->back().aop.op.mutable_src_extents()); in CutEdges()
178 StoreExtents(cuts.back().tmp_extents, in CutEdges()
179 graph->back().aop.op.mutable_dst_extents()); in CutEdges()
180 graph->back().aop.op.set_src_length(graph_utils::EdgeWeight(*graph, edge) * in CutEdges()
182 graph->back().aop.op.set_dst_length(graph->back().aop.op.src_length()); in CutEdges()
[all …]
Dtarjan.cc71 other_vertex = stack_.back(); in Tarjan()
78 component.swap(components_.back()); in Tarjan()
Dextent_utils.cc41 Extent& extent = extents->back(); in AppendBlockToExtents()
106 Extent& last_ext = new_extents.back(); in NormalizeExtents()
/system/core/demangle/
DDemangler.cpp382 parse_func_ = parse_funcs_.back(); in ParseFunctionName()
393 function_suffix_ += cur_state_.suffixes.back(); in ParseFunctionName()
428 parse_func_ = parse_funcs_.back(); in ParseComplexArgument()
520 arg += cur_state_.suffixes.back(); in AppendArgument()
560 parse_func_ = parse_funcs_.back(); in ParseFunctionArgument()
611 if (cur_state_.suffixes.back()[0] == ' ') { in ParseArguments()
612 function_modifier = cur_state_.suffixes.back(); in ParseArguments()
616 function_type += cur_state_.suffixes.back(); in ParseArguments()
718 parse_func_ = parse_funcs_.back(); in ParseTemplateLiteral()
744 parse_func_ = parse_funcs_.back(); in ParseTemplateArgumentsComplex()
[all …]
/system/chre/util/include/chre/util/
Dfixed_size_vector.h38 ElementType& back();
39 const ElementType& back() const;
Ddynamic_vector.h271 ElementType& back();
279 const ElementType& back() const;
Darray_queue.h76 ElementType& back();
77 const ElementType& back() const;
/system/chre/platform/linux/
Dinit.cc111 dynamicNanoapps.back()->loadFromFile(nanoapp); in main()
113 .startNanoapp(dynamicNanoapps.back()); in main()
/system/update_engine/update_manager/
Dstaging_utils.cc49 if (staging_schedule.back().percentage != 100) { in GetStagingSchedule()
51 << staging_schedule.back().percentage; in GetStagingSchedule()
/system/extras/verity/
Dhash_tree_builder.cpp225 AppendPaddings(&verity_tree_.back()); in BuildHashTree()
230 while (verity_tree_.back().size() > block_size_) { in BuildHashTree()
231 const auto& current_level = verity_tree_.back(); in BuildHashTree()
247 CHECK_EQ(block_size_, verity_tree_.back().size()); in BuildHashTree()
248 HashBlocks(verity_tree_.back().data(), block_size_, &root_hash_); in BuildHashTree()
/system/tools/aidl/
Doptions.cpp245 if (output_dir_.back() != OS_PATH_SEPARATOR) { in Options()
251 if (output_header_dir_.back() != OS_PATH_SEPARATOR) { in Options()
331 if (output_header_dir_.back() != OS_PATH_SEPARATOR) { in Options()
435 CHECK(output_dir_.empty() || output_dir_.back() == OS_PATH_SEPARATOR); in Options()
436 CHECK(output_header_dir_.empty() || output_header_dir_.back() == OS_PATH_SEPARATOR); in Options()
/system/sepolicy/private/
Dstats.te20 # back the stats report data from a ParcelFileDescriptor.
33 # Allow statsd to call back to stats with status updates.
/system/sepolicy/prebuilts/api/29.0/private/
Dstats.te20 # back the stats report data from a ParcelFileDescriptor.
33 # Allow statsd to call back to stats with status updates.
/system/core/fastboot/fuzzy_fastboot/
Dfixtures.cpp211 ASSERT_EQ(resp.back(), '1') in SetLockState()
216 ASSERT_FALSE(info.back().empty()) << "Expected non-empty info response"; in SetLockState()
217 ASSERT_EQ(info.back().back(), '1') in SetLockState()
/system/sepolicy/public/
Dflags_health_check.te25 # cause bad server configurable flags synced back to device.
30 # cause bad server configurable flags synced back to device.
/system/sepolicy/prebuilts/api/29.0/public/
Dflags_health_check.te25 # cause bad server configurable flags synced back to device.
30 # cause bad server configurable flags synced back to device.
/system/core/libunwindstack/
DMaps.cpp71 new MapInfo(maps_.empty() ? nullptr : maps_.back().get(), start, end, pgoff, in Parse()
79 std::make_unique<MapInfo>(maps_.empty() ? nullptr : maps_.back().get(), start, end, offset, in Add()
108 new MapInfo(maps_.empty() ? nullptr : maps_.back().get(), start, end, pgoff, in Parse()
/system/core/bootstat/
Dboot_event_record_store.cpp143 DCHECK_EQ('/', path.back()); in SetStorePath()
148 DCHECK_EQ('/', store_path_.back()); in GetBootEventPath()
/system/connectivity/wificond/
Dlogging_utils.cpp35 if (&b != &mac_address.back()) { in GetMacString()
/system/chre/util/tests/
Dfixed_size_vector_test.cc110 ASSERT_EQ(vector.back(), 0xface); in TEST()
113 ASSERT_EQ(vector.back(), 0xbeef); in TEST()
116 ASSERT_EQ(vector.back(), 0xcafe); in TEST()
119 ASSERT_EQ(vector.back(), 0x1337); in TEST()
/system/core/libunwindstack/tests/
DLocalUnwinderTest.cpp116 if (frame.function_name == expected_function_names.back()) { in LocalInnerFunction()
196 if (frame.function_name == expected_function_names.back()) { in TEST_F()
/system/sepolicy/prebuilts/api/28.0/private/
Dblkid.te12 # Allow stdin/out back to vold
/system/sepolicy/prebuilts/api/26.0/private/
Dblkid.te12 # Allow stdin/out back to vold
/system/sepolicy/prebuilts/api/27.0/private/
Dblkid.te12 # Allow stdin/out back to vold

12345678