/system/update_engine/payload_generator/ |
D | inplace_generator_unittest.cc | 94 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 …]
|
D | inplace_generator.cc | 153 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 …]
|
D | tarjan.cc | 71 other_vertex = stack_.back(); in Tarjan() 78 component.swap(components_.back()); in Tarjan()
|
D | extent_utils.cc | 41 Extent& extent = extents->back(); in AppendBlockToExtents() 106 Extent& last_ext = new_extents.back(); in NormalizeExtents()
|
/system/core/demangle/ |
D | Demangler.cpp | 382 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/ |
D | fixed_size_vector.h | 38 ElementType& back(); 39 const ElementType& back() const;
|
D | dynamic_vector.h | 271 ElementType& back(); 279 const ElementType& back() const;
|
D | array_queue.h | 76 ElementType& back(); 77 const ElementType& back() const;
|
/system/chre/platform/linux/ |
D | init.cc | 111 dynamicNanoapps.back()->loadFromFile(nanoapp); in main() 113 .startNanoapp(dynamicNanoapps.back()); in main()
|
/system/update_engine/update_manager/ |
D | staging_utils.cc | 49 if (staging_schedule.back().percentage != 100) { in GetStagingSchedule() 51 << staging_schedule.back().percentage; in GetStagingSchedule()
|
/system/extras/verity/ |
D | hash_tree_builder.cpp | 225 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/ |
D | options.cpp | 245 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/ |
D | stats.te | 20 # 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/ |
D | stats.te | 20 # back the stats report data from a ParcelFileDescriptor. 33 # Allow statsd to call back to stats with status updates.
|
/system/core/fastboot/fuzzy_fastboot/ |
D | fixtures.cpp | 211 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/ |
D | flags_health_check.te | 25 # 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/ |
D | flags_health_check.te | 25 # cause bad server configurable flags synced back to device. 30 # cause bad server configurable flags synced back to device.
|
/system/core/libunwindstack/ |
D | Maps.cpp | 71 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/ |
D | boot_event_record_store.cpp | 143 DCHECK_EQ('/', path.back()); in SetStorePath() 148 DCHECK_EQ('/', store_path_.back()); in GetBootEventPath()
|
/system/connectivity/wificond/ |
D | logging_utils.cpp | 35 if (&b != &mac_address.back()) { in GetMacString()
|
/system/chre/util/tests/ |
D | fixed_size_vector_test.cc | 110 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/ |
D | LocalUnwinderTest.cpp | 116 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/ |
D | blkid.te | 12 # Allow stdin/out back to vold
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | blkid.te | 12 # Allow stdin/out back to vold
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | blkid.te | 12 # Allow stdin/out back to vold
|